@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
	box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0;
}

ul[role=list], ol[role=list] {
	list-style: none;
}

body {
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

img, picture {
	max-width: 100%;
	display: block;
}

input, button, textarea, select {
	font: inherit;
}

ol, ul, li {
	margin: 0;
	padding: 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	line-height: 1.5;
	font-size: 1rem;
	max-width: 2200px;
	margin: auto;
}

body {
	position: relative;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	background: #fff;
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-weight: 400;
	word-break: break-word;
	word-wrap: break-word;
	min-height: 100vh;
	min-height: 100dvh;
}

main {
	display: block;
}

img {
	height: auto;
	vertical-align: bottom;
}

svg {
	overflow: hidden;
}

picture {
	display: block;
}

li {
	list-style-type: none;
}

sup {
	font-size: 0.75rem;
	vertical-align: super;
}

summary {
	display: block;
	cursor: pointer;
}

summary::-webkit-details-marker {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
	color: #000;
	text-decoration: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: #000;
	background-color: #fff;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}
.l-footer {
	position: relative;
	background-color: #2c5173;
	color: #fff;
}

.l-footer__inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 112px 0 110px;
}

.l-header {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	height: 120px;
	background: rgba(255, 255, 255, 0.8);
	position: sticky;
	top: 0;
}
.p-home .l-header, .p-purpose .l-header
{
	left: 0;
	top: 0;
	right: 0;
	background: transparent;
	border-bottom: none;
	transition: background 0.1s;
}
.p-home .l-header .l-header__logo-img.-top, .p-purpose .l-header .l-header__logo-img.-top{
	display: block;
}
.p-home .l-header .l-header__logo-img.-common, .p-purpose .l-header .l-header__logo-img.-common{
	display: none;
}
.l-header.is-active, .l-header.is-scroll {
	background: rgba(255, 255, 255, 0.8);
	transition: background 0.3s;
}
.l-header.is-active .l-header__logo-img.-common, .l-header.is-scroll .l-header__logo-img.-common {
	display: block;
}
.l-header.is-active .l-header__logo-img.-top, .l-header.is-scroll .l-header__logo-img.-top {
	display: none;
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: 1200px;
}

.l-header__logo {
	padding: 30px 0 0 45px;
	display: flex;
	justify-content: space-between;
}
.l-header__logo .l-header__link.logo__purpose {
	padding: 17px 10px 0 20px;
}

.p-purpose .l-header__logo .l-header__link.logo__purpose, .p-home .l-header__logo .l-header__link.logo__purpose{
	padding: 17px 10px 0 20px;
}

.l-header__logo-img.-top {
	display: none;
}

.l-header__nav-inner {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.l-header__nav-btn {
	display: none;
}

.l-main {
	position: relative;
	padding-bottom: 160px;
}

.bg-color .l-main {
	background-color: #edf3f7;
}

.c-align.-right-center {
	text-align: right;
}
.c-align.-center-left {
	text-align: center;
}
.c-align.-left-center {
	text-align: left;
}

.c-text + .c-align {
	margin-top: 40px;
}

.c-banner {
	text-align: center;
}
.c-banner.-fit {
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	text-align: left;
}

.c-banner__link {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	overflow: hidden;
}
.c-banner__link.-border {
	border: 1px solid #cfd1db;
}

.c-banner__img {
	transition: transform 0.3s;
}

.c-box {
	background: #fff;
	padding: 56px;
}
.c-box.-bg-primary {
	background: #edf3f7;
}
.c-box.-bg-light {
	background-color: #fff;
}
.c-box.-bg-dark {
	background-color: #2c5173;
}
.c-box.-bg-dark * {
	color: #fff;
}
.c-box.-c-primary * {
	color: #2d4e96;
}
.c-box.-border-primary {
	border: 1px solid #2d4e96;
}
.c-box.-small {
	padding: 24px;
}
.c-box.-xsmall {
	padding: 10px 20px;
}
.c-box.-arrow {
	position: relative;
}
.c-box.-arrow::after {
	content: "";
	position: absolute;
	left: calc(50% - 20px);
	top: 100%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom: none;
	border-top-color: #fff;
}
.c-box.-arrow.-bg-primary::after {
	border-top-color: #edf3f7;
}
.c-box.-arrow.-bg-dark::after {
	border-top-color: #2c5173;
}

.c-box__inner.-short {
	width: 790px;
	margin: auto;
}



.c-block {
	display: grid;
	margin-top: 40px;
	grid-template-columns: 100%;
	gap: 40px;
}
.c-block.-border-top {
	padding-top: 40px;
	border-top: 1px solid #d4dde9;
}
.c-block.-border-top-small {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d4dde9;
}
.c-block.-border-bottom-small {
	padding-bottom: 20px;
	border-bottom: 1px solid #d4dde9;
}
.c-block.-ps-center {
	place-items: center;
}

.c-block__item.-w460 {
	max-width: 460px;
}

.c-block__item.-w160 {
	max-width: 160px;
}
.c-block__item.-w160 a {
	opacity: 1;
	transition: opacity 0.3s;
}

.c-block.-half,
.c-block.-w300 {
	grid-template-columns: 1fr 1fr;
	gap: 56px;
}
.c-block.-half.-gap1-pc,
.c-block.-w300.-gap1-pc {
	gap: 1px;
}
.c-block.-half.-gap12-pc,
.c-block.-w300.-gap12-pc {
	gap: 12px;
}

.c-block.-w300 {
	grid-template-columns: 300px 300px;
	gap: 56px;
}

.c-block.-square-img {
	grid-template-columns: 208px 1fr;
	gap: 56px;
}
.c-block.-square-img:last-child {
	padding-bottom: 40px;
	border-bottom: 1px solid #d4dde9;
}

.c-block.-three-clm {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 48px;
}

.c-block.-four-clm {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 48px;
}

.c-block.-one-clm.governance {
	gap: 16px;
}
.c-block.-one-clm.governance .c-box.-arrow::after {
	top: 50%;
	right: -13px;
	left: auto;
	width: 0;
	height: 0;
	margin-top: -17px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-right: none;
	border-left: 14px solid;
}
.c-block.-one-clm.governance .c-box {
	padding: 20px 20px;
}
.c-block.-one-clm.governance .c-box .c-heading {
	font-size: 20px;
}
.c-block.-one-clm.governance .c-box .c-heading + .c-text {
	margin-top: 15px;
}
.c-block.-one-clm.governance .c-box .c-text {
	font-size: 14px;
	line-height: 1.8;
}
.c-block.-one-clm.governance .c-box .c-text + .c-text {
	margin-top: 5px;
}
.c-block.-one-clm.governance .c-box .c-text.-indent {
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.c-block.-one-clm.governance .c-box .c-list > .c-list__item::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 7px;
}
.c-block.-one-clm.governance .c-box .c-list > .c-list__item + .c-list__item {
	margin-top: 10px;
}
.c-block.-one-clm.governance .c-box:nth-child(1) {
	background-color: #CDDFEC;
	color: #000;
}
.c-block.-one-clm.governance .c-box:nth-child(1) h4 {
	color: #000;
	border-bottom: 1px solid #000;
}
.c-block.-one-clm.governance .c-box:nth-child(1).-arrow::after {
	top: auto;
	right: auto;
	bottom: -19px;
	left: 50%;
	margin-left: -20px;
	border-top: 20px solid #CDDFEC;
	border-right: 20px solid transparent;
	border-bottom: 0;
	border-left: 20px solid transparent;
}
.c-block.-one-clm.governance .c-box:nth-child(2) {
	margin-top: 20px;
	background-color: #7487A0;
	color: white;
}
.c-block.-one-clm.governance .c-box:nth-child(2).-arrow::after {
	top: auto;
	right: auto;
	bottom: -19px;
	left: 50%;
	margin-left: -20px;
	border-top: 20px solid #7487A0;
	border-right: 20px solid transparent;
	border-bottom: 0;
	border-left: 20px solid transparent;
}
.c-block.-one-clm.governance .c-box:nth-child(3) {
	margin-top: 20px;
	color: white;
	background-color: #3C516A;
}
.c-block.-one-clm.governance h4 {
	text-align: center;
}

.c-block.-half-grid {
	grid-template-columns: 1fr 260px;
	gap: 104px;
}

.c-block.-half-grid-left {
	grid-template-columns: 260px 1fr;
	gap: 50px;
}

.c-block.-border {
	padding: 40px;
	border: 1px solid #d4dde9;
	background-color: #fff;
}

.c-block.-aside {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 60px 80px;
	border: 1px solid #d4dde9;
	background-color: #fff;
}
.c-block.-aside .c-block__item:nth-child(1) {
	flex-shrink: 0;
	max-width: 45%;
}
.c-block.-aside .c-block__item:nth-child(2) {
	margin-left: 40px;
}
.c-block.-aside .c-block__link {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	overflow: hidden;
}
.c-block.-aside .c-block__img {
	transition: opacity 0.3s;
}
.c-block.-aside.-reverse {
	flex-direction: row-reverse;
}
.c-block.-aside.-reverse .c-block__item:nth-child(1) {
	width: calc(50% - 20px);
	max-width: none;
	margin-left: 40px;
}
.c-block.-aside.-reverse .c-block__item:nth-child(2) {
	width: calc(50% - 20px);
	margin-left: 0;
}

.c-block.-flexible {
	display: flex;
	margin-top: 80px;
	gap: 0;
}
.c-block.-flexible.-is-border {
	padding-bottom: 20px;
	border-bottom: 1px solid #cfd1db;
}
.c-block.-flexible + .c-block.-flexible {
	margin-top: 40px;
}
.c-block.-flexible .c-block__item:nth-child(1) {
	flex-shrink: 0;
}
.c-block.-flexible .c-block__item:nth-child(2) {
	width: 100%;
	margin-left: 56px;
}

.c-bread {
	background-color: #fff;
}

.c-bread__list {
	display: flex;
	max-width: 1200px;
	margin: auto;
	padding: 14px 0;
}

.c-bread__item {
	font-size: 0.75rem;
	line-height: 1;
	position: relative;
}
.c-bread__item + .c-bread__item {
	margin-left: 40px;
}
.c-bread__item + .c-bread__item::before {
	content: "";
	position: absolute;
	left: -22px;
	top: 2px;
	display: inline-flex;
	width: 4px;
	height: 7px;
	background-image: url("/assets/img/icon_arrow-simple.svg");
	background-size: 100%;
	background-repeat: no-repeat;
}

.c-bread__link {
	color: #2d4e96;
	text-decoration: none;
}

.c-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 32px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.c-button.-s-small {
	width: 160px;
	height: 40px;
	font-size: 0.875rem;
	padding: 0 20px;
}
.c-button.-s-small > [class^=c-button__] {
	right: 16px;
}
.c-button.-s-normal {
	width: 256px;
	height: 60px;
	font-size: 1rem;
}
.c-button.-s-large {
	width: 379px;
	height: 82px;
	font-size: 1rem;
}
.c-button.-s-xlarge {
	width: 464px;
	height: 100px;
	padding: 0 90px;
	font-size: 1rem;
}
.c-button.-s-auto {
	width: 100%;
	height: 60px;
	font-size: 1rem;
}
.c-button.-s-auto-small {
	width: 100%;
	height: 40px;
	font-size: 0.875rem;
}
.c-button.-s-fixed {
	width: 256px;
	height: 60px;
	font-size: 1rem;
}
.c-button.-h-tall {
	height: auto;
	min-height: 80px;
}
.c-button.-fz-large {
	font-size: 1.125rem;
}
.c-button.-fz-small {
	font-size: 0.875rem;
}
.c-button.-align-left {
	justify-content: flex-start;
	padding-right: 120px;
	text-align: left;
}
.c-button.-stroke {
	background: #fff;
	border: 1px solid currentColor;
	color: #2c5173;
	line-height: 1.2;
	transition: color 0.3s, background-color 0.3s;
}
.c-button.-fill {
	background: #2d4e96;
	color: #fff;
	font-weight: bold;
	transition: background 0.3s;
}
.c-button-wrap__item.-center{
    margin: 0 auto;
    width: 30%;
}

.c-button.-is-current {
	cursor: auto;
	background: #2d4e96;
	color: #fff;
	border: 1px solid #2d4e96;
}
.c-button.-c-light {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.c-button.-bold > span {
	font-weight: bold;
}

.c-button__simple-arrow {
	position: absolute;
	right: 22px;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	fill: currentColor;
}

.c-button__download {
	position: absolute;
	right: 22px;
	top: calc(50% - 7px);
	width: 14px;
	height: 14px;
	fill: currentColor;
}
.c-button__download.-large {
	right: 80px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
}

.c-button__extlink {
	position: absolute;
	right: 22px;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.c-button__pdf {
	position: absolute;
	right: 22px;
	top: calc(50% - 9px);
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.c-button.-color {
	height: 60px;
	padding: 5px 70px;
	background-color: #edf3f7;
	color: #2d4e96;
	transition: color 0.3s, background-color 0.3s;
}

.c-button.-mini {
	padding: 5px 12px;
	min-width: 100px;
	background-color: #fff;
	border: 1px solid #2c5173;
	border-radius: 99em;
	color: #2c5173;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s;
}
.c-button.-mini .c-button__icon {
	width: 12px;
	height: 12px;
	fill: #2c5173;
	transition: fill 0.3s;
}
.c-button.-mini .c-button__icon + span {
	margin-left: 6px;
}
.c-button.-mini.-ml {
	margin-left: 16px;
}

.c-button-wrap {
	display: flex;
	flex-wrap: wrap;
	width: -moz-fit-content;
	width: fit-content;
}
.c-button-wrap + .c-button-wrap {
	margin-top: 20px;
}

.c-button-wrap__item + .c-button-wrap__item {
	margin-left: 20px;
}

.c-button-wrap.-center {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.c-button-wrap.-right {
	width: 100%;
	justify-content: flex-end;
	text-align: center;
}

.c-button-wrap.-s-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	width: 100%;
}
.c-button-wrap.-s-4 > .c-button-wrap__item + .c-button-wrap__item {
	margin-left: 0;
	margin-top: 0;
}

.c-button-wrap.-s-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px 28px;
	width: 100%;
}
.c-button-wrap.-s-3 > .c-button-wrap__item + .c-button-wrap__item {
	margin-left: 0;
	margin-top: 0;
}

.c-button-wrap.-block {
	display: block;
	width: 100%;
}
.c-button-wrap.-block .c-button-wrap__item + .c-button-wrap__item {
	margin-left: 0;
	margin-top: 10px;
}

.c-card {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.c-heading + .c-card {
	margin-top: 40px;
}
.c-card + .c-card {
	margin-top: 40px;
}

.c-card__link {
	display: block;
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s;
}

.c-card__fig {
	overflow: hidden;
}

.c-card__img {
	transition: transform 0.3s;
}
.c-card__img, .c-card__img img {
	width: 100%;
}

.c-card__title {
	margin-top: 20px;
	font-size: 1.125rem;
	font-weight: bold;
}

.c-card__body {
	margin-top: 20px;
}

.c-card.-img .c-card__title {
	font-weight: 400;
}
.c-card.-img .c-card__fig img {
	width: 100%;
	height: 207px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-card.-bg {
	background: rgba(212, 221, 234, 0.6);
}
.c-card.-bg .c-card__title {
	margin-top: 0;
	padding: 25px 16px;
	color: #2d4e96;
	font-size: 1.25rem;
}
.c-card.-bg .c-card__fig img {
	height: 135px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-card.-flex {
	max-width: none;
	background: #edf3f7;
}
.c-card.-flex .c-card__link {
	display: flex;
	align-items: center;
	height: 135px;
}
.c-card.-flex .c-card__fig {
	height: 100%;
	flex-shrink: 0;
}
.c-card.-flex .c-card__fig img {
	width: 160px;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.c-card.-flex .c-card__title {
	width: 100%;
	margin-top: 0;
	text-align: center;
	color: #2d4e96;
	font-size: 1.25rem;
}

.c-card.-company .c-card__body,
.c-card.-sustainability .c-card__body {
	padding: 10px 0 5px 30px;
	border-left: 1px solid #d4dde9;
}
.c-card.-company .c-card__title,
.c-card.-sustainability .c-card__title {
	margin-top: 0;
	color: #2d4e96;
	font-size: 1.125rem;
}
.c-card.-company .c-card__sub,
.c-card.-sustainability .c-card__sub {
	margin-top: 5px;
	color: #2990a3;
	font-size: 1rem;
	font-weight: 600;
}

.c-container {
	--mt: 0;
	--pd-t: 0;
	--pd-b: 0;
	--max-width: 1200px;
	--bg-color: transparent;
	width: 100%;
	margin-top: var(--mt);
	padding-top: var(--pd-t);
	padding-bottom: var(--pd-b);
	background-color: var(--bg-color);
}
.c-container.-small > .c-container__inner {
	--max-width: 992px;
}
.c-container.-space-m {
	--pd-t: 40px;
	--pd-b: 40px;
}
.c-container.-space-l {
	--pd-t: 80px;
	--pd-b: 80px;
}
.c-container.-space-xl {
	--pd-t: 120px;
	--pd-b: 120px;
}
.c-container.-mt-l {
	--mt: 160px;
}
.c-container.-mt-m {
	--mt: 80px;
}
.c-container.-mt-ms {
	--mt: 80px;
}
.c-container.-mt-s {
	--mt: 40px;
}
.c-container.-bg-light {
	--bg-color: #fff;
}
.c-container.-bg-primary {
	--bg-color: #edf3f7;
}
.c-container.-bg-secondary {
	--bg-color: #2c5173;
}

.c-container__inner {
	width: 100%;
	max-width: var(--max-width);
	margin: auto;
	background-color: var(--bg-color);
}
.c-container__inner + .c-container__inner {
	margin-top: 80px;
}
.c-container__inner .day {
	text-align: right;
}

.c-container__body {
	--mt: 40px;
	--pd: 0 0;
	--bg: transparent;
	margin-top: var(--mt);
	padding: var(--pd);
	background-color: var(--bg);
}
.c-container__body.-bg-light {
	--pd: 50px 56px;
	--bg: #fff;
}
.c-container__body.-bg-secondary {
	--pd: 50px 56px;
	--bg: #2c5173;
}
.c-container__body.-border {
	--pd: 50px 56px;
	--bg: #fff;
	border: 1px solid #cfd1db;
}
.c-container__body.-mt20 {
	--mt: 20px;
}

.c-detail {
	background-color: #fff;
}
.c-detail + .c-detail {
	margin-top: 20px;
}

.c-detail[open] .c-detail__icon > span {
	transform: rotate(45deg);
}

.c-detail__head {
	border: 1px solid #cfd1db;
	color: #2d4e96;
	font-size: 1.125rem;
	font-weight: bold;
	transition: background-color 0.3s;
}

.c-detail__inner {
	display: flex;
	align-items: stretch;
}

.c-detail__text {
	display: block;
	width: 100%;
	padding: 32px 56px;
}

.c-detail__icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 1;
	width: 80px;
	border-left: 1px solid #cfd1db;
}
.c-detail__icon > span {
	position: absolute;
	display: inline-flex;
	width: 20px;
	height: 1px;
	background-color: #2d4e96;
	transition: transform 0.3s;
}
.c-detail__icon > span:last-child {
	width: 1px;
	height: 20px;
}

.c-detail__body {
	padding: 32px 56px;
	border: 1px solid #cfd1db;
	border-top: none;
}

.c-detail__b-inner {
	width: 100%;
	max-width: 993px;
	margin: auto;
}

.c-detail.-content .c-detail__head {
	border-color: #2c5173;
	color: #2c5173;
}
.c-detail.-content .c-detail__text {
	padding: 32px 44px;
	font-size: 1.5rem;
}
.c-detail.-content .c-detail__icon {
	border-left: none;
}
.c-detail.-content .c-detail__icon > span {
	background-color: #2c5173;
}
.c-detail.-content .c-detail__body {
	padding: 80px 0;
	border-color: #2c5173;
}

.c-detail.-faq .c-detail__text {
	position: relative;
	padding-left: 104px;
}
.c-detail.-faq .c-detail__q {
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	font-weight: bold;
}
.c-detail.-faq .c-detail__body {
	position: relative;
	padding-left: 104px;
}
.c-detail.-faq .c-detail__a {
	position: absolute;
	left: 40px;
	top: 28px;
	color: #cb616d;
	font-size: 1.5rem;
	font-weight: bold;
}
.c-detail.-faq .c-detail__a + [class^=c-] {
	margin-top: 0;
}

.c-detail-list {
	display: block;
	border-top: 1px solid #d4dde9;
	font-size: 1.125rem;
}
.c-detail-list .c-detail-list__list {
	display: flex;
	padding: 40px 0;
	border-bottom: 1px solid #d4dde9;
}
.c-detail-list .c-detail-list__head {
	flex-shrink: 0;
	width: 312px;
	font-weight: bold;
}
.c-detail-list .c-detail-list__body {
	padding-left: 20px;
}

.c-detail-list.-clm2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 1rem;
}
.c-detail-list.-clm2 .c-detail-list__list {
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #d4dde9;
}
.c-detail-list.-clm2 .c-detail-list__list:nth-child(odd) {
	padding-right: 24px;
}
.c-detail-list.-clm2 .c-detail-list__list:nth-child(even) {
	padding-left: 24px;
}
.c-detail-list.-clm2 .c-detail-list__head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: auto;
	max-width: 50%;
}
.c-detail-list.-clm2 .c-detail-list__body {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: right;
}

.c-detail-list.-clm3 .c-detail-list__head {
	width: 20%;
}
.c-detail-list.-clm3 .c-detail-list__body + .c-detail-list__body {
	margin-left: auto;
}

.c-detail-list.-center .c-detail-list__list {
	align-items: center;
}

.c-detail-list.-wide {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 20px;
	padding-top: 40px;
	border-top: 1px solid #d4dde9;
}
.c-detail-list.-wide.-narrow {
	padding-top: 20px;
}
.c-detail-list.-wide.-narrow + .c-detail-list.-wide.-narrow {
	margin-top: 20px;
}
.c-detail-list.-wide.-narrow:last-child {
	padding-bottom: 20px;
}
.c-detail-list.-wide + .c-detail-list.-wide {
	margin-top: 40px;
}
.c-detail-list.-wide:last-child {
	padding-bottom: 40px;
	border-bottom: 1px solid #d4dde9;
}
.c-detail-list.-wide .c-detail-list__content + .c-detail-list__content {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d4dde9;
}

.p-dl-list dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.p-dl-list dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	font-weight: bold;
}
.p-dl-list dl dd {
	padding-left: 4.2em;
}

.c-flex {
	display: flex;
}
.c-flex > .c-flex__fixed {
	flex-shrink: 0;
	min-width: 160px;
}
.c-flex > .c-flex__float {
	width: 100%;
}
.c-flex .-ml56 {
	margin-left: 50px;
}
.c-flex .-w208 {
	width: 208px;
}

.c-heading {
	position: relative;
	font-weight: bold;
}
.c-heading + .c-heading {
	margin-top: 40px;
}
.c-container__body + .c-heading {
	margin-top: 40px;
}
.c-heading.-lv02 {
	padding-bottom: 26px;
	color: #2d4e96;
	font-size: 2.1875rem;
	line-height: 1.4;
}
.c-heading.-lv02::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 1px;
	background-color: currentColor;
}
.c-heading.-lv02.-sub {
	display: flex;
	align-items: center;
}
.c-heading.-lv02.-sub > span {
	margin-left: 32px;
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
}
.c-heading.-small {
	color: #2d4e96;
	font-size: 1.25rem;
}
.c-heading.-small.-light {
	padding-bottom: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.c-heading.-lv03 {
	color: #2c5173;
	font-size: 1.5rem;
	padding-left: 55px;
}
.c-heading.-lv03::before {
	content: "";
	display: inline-flex;
	height: 1px;
	width: 36px;
	position: absolute;
	left: 0;
	top: 16px;
	background-color: currentColor;
}
.c-heading.-lv03-noline {
	color: #2c5173;
	font-size: 1.5rem;
}
.c-heading.-lv04 {
	color: #000;
	font-size: 1.5rem;
}
.c-heading.-lv04-mark {
	position: relative;
	padding-left: 24px;
	color: #000;
	font-size: 1.25rem;
}
.c-heading.-lv04-mark::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-flex;
	width: 15px;
	height: 15px;
	background-color: #81cef2;
	border-radius: 50%;
}
.c-heading.-label {
	color: #000;
	font-size: 1.125rem;
}
.c-heading.-lead {
	padding: 0 0 0 35px;
	color: #2d4e96;
	font-size: 1.5rem;
}
.c-heading.-lead::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 2px;
	height: 100%;
	background-color: currentColor;
}
.c-heading.-bg-center {
	padding: 12px;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	background: #2d4e96;
}
.c-heading.-bg-center.-bg-sub {
	background: #2c5173;
}
.c-heading.-bg-center.-bg-accent02 {
	background: #1793d5;
}
.c-heading.-bg-center.-bg-accent03 {
	background: #2990a3;
}
.c-heading.-bg-center.-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.c-heading.-bg-center.-small {
	padding: 10px;
	font-size: 1.125rem;
}
.c-heading.-bg {
	padding: 20px 25px;
	color: #2d4e96;
	font-size: 1.25rem;
	background: #fff;
}
.c-heading.-center {
	font-size: 1.875rem;
	text-align: center;
}
.c-heading.-line-center {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2d4e96;
	font-size: 1.25rem;
	position: relative;
}
.c-heading.-line-center > span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	z-index: 1;
}
.c-heading.-line-center.-bg-primary > span {
	background: #edf3f7;
}
.c-heading.-line-center::before {
	content: "";
	width: 100%;
	height: 1px;
	background: currentColor;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}

.c-heading__mark {
	font-size: 1.5em;
}

.c-heading__link {
	display: inline-flex;
	align-items: center;
}
.-lv03-noline .c-heading__link {
	color: #2c5173;
	text-decoration: none;
}

.c-heading__link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	margin-left: 10px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.c-heading__link-arrow {
	width: 7px;
	height: 7px;
	fill: currentColor;
}

.c-heading__small {
	font-size: 0.7em;
}

.c-imgbox {
	margin-top: 40px;
	text-align: center;
}
.c-imgbox + .c-imgbox {
	margin-top: 20px;
}

.c-imgbox.-fit {
	width: 100%;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.c-imgbox.-link .c-imgbox__img {
	display: inline-block;
}
.c-imgbox.-link > a {
	transition: opacity 0.3s;
}
.c-imgbox.-link img {
	display: inline-block;
}

.c-imgbox__img, .c-imgbox__img img {
	margin: auto;
	max-width: 100%;
}

.c-imgbox.w100_pc img {
	width: 100%;
}

.c-imgbox__img.-inline {
	display: inline;
}
.c-imgbox__img.-inline img {
	display: inline;
}

.c-imgbox__caption {
	display: block;
	width: 100%;
	margin-top: 16px;
	font-size: 1rem;
	text-align: left;
	line-height: 1.5;
}

.c-imgbox__inner {
	margin: auto;
	width: 100%;
	max-width: 784px;
}

.c-imgbox.-space0 {
	margin: 0;
}

.c-imgbox.-border .c-imgbox__inner {
	border: 1px solid #cfd1db;
	padding: 80px 40px;
}

.c-imgbox.-scroll {
	overflow-x: auto;
}

.c-info__list {
	margin-top: 40px;
}

.c-info__item {
	padding-right: 20px;
	padding-bottom: 18px;
}
.c-info__item + .c-info__item {
	padding-top: 18px;
	border-top: 1px solid rgba(47, 80, 148, 0.2);
}
.c-info__item:last-child {
	border-bottom: 1px solid rgba(47, 80, 148, 0.2);
}
.c-info__item.-sub {
	position: relative;
	margin-top: -10px;
	padding-left: 100px;
	padding-top: 0;
	border-top: none;
}
.c-info__item.-sub::before {
	content: "└";
	position: absolute;
	left: 100px;
	top: 5px;
}

.c-info__head {
	display: flex;
	align-items: center;
	min-height: 34px;
}

.c-info__date {
	font-weight: bold;
}

.c-info__category {
	display: inline-flex;
	justify-content: center;
	min-width: 100px;
	margin-left: 16px;
	padding: 8px 16px;
	background-color: #edf3f7;
	font-size: 0.875rem;
	line-height: 1;
	text-align: center;
}

.c-info__body {
	margin-top: 20px;
}

.c-info__link {
	color: #000;
	text-decoration: none;
	font-size: 1.125rem;
	line-height: 1.8;
}
.c-info__link:hover .c-info__link-text {
	text-decoration: underline;
}

.c-info__pdf {
	position: relative;
	top: 2px;
	display: inline-flex;
	align-items: center;
	margin-left: 20px;
	color: #2d4e96;
	font-size: 0.875rem;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.c-info__icon-pdf {
	width: 18px;
	height: 18px;
	margin-right: 0;
	fill: #cb616d;
}

.c-info__icon-ext {
	width: 14px;
	height: 14px;
	margin-right: 0;
	fill: #2d4e96;
}

.p-info__more {
	margin-top: 42px;
	text-align: center;
}

.c-info__pdf-size {
	position: relative;
	left: -5px;
	display: inline-flex;
	color: #2d4e96;
	font-size: 1rem;
}

.c-info.-irtop .c-info__item {
	display: flex;
	align-items: flex-start;
}
.c-info.-irtop .c-info__head {
	flex-shrink: 0;
}
.c-info.-irtop .c-info__date {
	color: #2d4e96;
}
.c-info.-irtop .c-info__category {
	margin-left: 22px;
	background: #2d4e96;
	color: #fff;
}
.c-info.-irtop .c-info__body {
	margin-top: 0;
	margin-left: 22px;
}
.c-info.-irtop .c-info__link {
	color: #2d4e96;
	font-size: 1.125rem;
}
.c-info.-irtop .c-info__pdf {
	display: inline;
	top: 0;
	margin-left: 1em;
	font-size: 1em;
}
.c-info.-irtop .c-info__pdf > svg {
	position: relative;
	top: 2px;
}

.c-link {
	font-size: 1em;
	cursor: pointer;
	color: #2d4e96;
	text-decoration: none;
}

.c-link.-bold {
	font-weight: bold;
}

.c-link__icon-pdf {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	margin-right: 3px;
	fill: #cb616d;
}

.c-link__icon-blank {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	margin-right: 3px;
	fill: currentColor;
}

.c-link__icon-arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 3px;
	fill: currentColor;
}

.c-link.-c-sub-icon {
	display: inline-flex;
	align-items: center;
	color: #2c5173;
	transition: opacity 0.3s;
	line-height: 1.2;
}

.c-link__icon-c-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	border: 1px solid currentColor;
	border-radius: 50%;
}
.c-link__icon-c-arrow svg {
	width: 9px;
	height: 9px;
	fill: currentColor;
}

.c-link.-beforeicon {
	display: flex;
}
.c-link.-beforeicon .c-link__icon {
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 5px;
}

.c-list {
	margin-top: 10px;
}
.c-list > .c-list__item {
	display: block;
	position: relative;
	padding-left: var(--pl, 0);
    line-height: 2.2;
}
.c-list > .c-list__item::before {
	content: var(--mark, "");
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
}
.c-list > .c-list__item > .-min-margin {
	margin-left: calc(var(--pl) * -1);
}
.c-list.-li-mt10 > .c-list__item + .c-list__item {
	margin-top: 10px;
}
.c-list.-li-mt16 > .c-list__item + .c-list__item {
	margin-top: 16px;
}
.c-list.-li-mt20 > .c-list__item + .c-list__item {
	margin-top: 20px;
}
.c-list.-li-mt40 > .c-list__item + .c-list__item {
	margin-top: 40px;
}
.c-list.-li-mt40-pc > .c-list__item + .c-list__item {
	margin-top: 40px;
}

.c-list.-dot {
	--mark: "・";
	--pl: 1.1em;
}

.c-list.-circle {
	--mark: "";
	--pl: 1em;
}
.c-list.-alpha li {
    list-style: lower-alpha;
    margin: 0 0 15px 25px;
}
.c-list.-circle > .c-list__item::before {
	width: 8px;
	height: 8px;
	background-color: #1793d5;
	border-radius: 50%;
	top: 13px;
}

.c-list.-circle02 {
	--mark: "";
	--pl: 1em;
}
.c-list.-circle02 > .c-list__item::before {
	width: 8px;
	height: 8px;
	background-color: currentColor;
	border-radius: 50%;
	top: 0.6em;
}

.c-list.-circle-light {
	--mark: "";
	--pl: 1em;
	color: #fff;
}
.c-list.-circle-light > .c-list__item::before {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	top: 13px;
}

.c-list.-circle03 {
	--mark: "";
	--pl: 1em;
}
.c-list.-circle03 > .c-list__item::before {
	width: 8px;
	height: 8px;
	background-color: #2d4e96;
	border-radius: 50%;
	top: 0.6em;
}

.c-list.-note {
	--mark: "※";
	--pl: 1.1em;
}

.c-list.-num-note {
	counter-reset: notenum;
	--mark: "※"counter(notenum);
	--pl: 2.5em;
}
.c-list.-num-note > .c-list__item {
	counter-increment: notenum;
}

.c-list.-att {
	--mark: "（注）";
	--pl: 3em;
}

.c-list.-ast {
	--mark: "＊";
	--pl: 1.1em;
}

.c-list.-ast2 {
	--mark: "*";
	--pl: 1em;
}

.c-list.-line {
	--mark: "−";
	--pl: 1em;
}

.c-list.-num {
	counter-reset: numlist;
	--mark: counters(numlist,"-")".";
	--pl: 1.8em;
}
.c-list.-num > .c-list__item {
	counter-increment: numlist;
}

.c-list.-num.-ireko {
	--pl: 2.3em;
}

.c-list.-num-kakko {
	counter-reset: numlist02;
	--mark: "("counter(numlist02)")";
	--pl: 1.8em;
}
.c-list.-num-kakko > .c-list__item {
	counter-increment: numlist02;
}

.c-list.-box-num {
	border-top: 1px dotted #2d4e96;
	counter-reset: numlist03;
	--mark: counter(numlist03);
}
.c-list.-box-num > .c-list__item {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding-left: 0;
	padding: 5px 0;
	counter-increment: numlist03;
	border-bottom: 1px dotted #2d4e96;
	line-height: 1.5;
}
.c-list.-box-num > .c-list__item::before {
	flex-shrink: 0;
	position: static;
	content: var(--mark, "");
	display: inline-flex;
	width: 40px;
	height: 40px;
	margin-right: 22px;
	align-items: center;
	justify-content: center;
	background: #2d4e96;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

.c-list.-box-num-white {
	counter-reset: numlist04;
	--mark: counter(numlist04);
}
.c-list.-box-num-white > .c-list__item {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 40px;
	align-items: center;
	min-height: 110px;
	padding-left: 0;
	padding-right: 40px;
	background: #fff;
	counter-increment: numlist04;
	line-height: 1.5;
}
.c-list.-box-num-white > .c-list__item > span {
	display: block;
	padding: 10px 0;
}
.c-list.-box-num-white > .c-list__item + .c-list__item {
	margin-top: 2px;
}
.c-list.-box-num-white > .c-list__item::before {
	flex-shrink: 0;
	position: static;
	content: var(--mark, "");
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #1793d5;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

.c-list.-linklist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.c-list.-linklist .c-list__item {
	position: relative;
	padding-left: 25px;
	font-size: 1rem;
}
.c-list.-linklist .c-list__item::before {
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	display: inline-flex;
	width: 10px;
	height: 1px;
	background-color: #2394d2;
}
.c-list.-linklist .c-list__link {
	color: #2d4e96;
	text-decoration: none;
}

.c-list.-linklist.-single {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.c-list.-linklist.-single .c-list__item {
	position: relative;
	padding-left: 25px;
	font-size: 1rem;
}
.c-list.-linklist.-single .c-list__item::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	display: inline-flex;
	width: 10px;
	height: 1px;
	background-color: #2394d2;
}
.c-list.-linklist.-single .c-list__link {
	color: #2d4e96;
	text-decoration: none;
}

.c-list.-article .c-list__item {
	display: flex;
}
.c-list.-article .c-list__item + .c-list__item {
	margin-top: 4px;
}
.c-list.-article .c-list__date {
	flex-shrink: 0;
	color: #999;
	font-size: 1.125rem;
}
.c-list.-article .c-list__date + .c-list__title {
	margin-left: 46px;
}
.c-list.-article .c-list__title {
	display: block;
	font-size: 1.125rem;
}
.c-list.-article .c-list__link {
	display: flex;
	color: #2d4e96;
	text-decoration: none;
}
.c-list.-article .c-list__icon {
	position: relative;
	top: 4px;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	fill: #cb616d;
}

.c-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 1s, visibility 1s;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.c-loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__spinner {
	display: inline-flex;
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: #2d4e96;
	border-radius: 100%;
	animation: sk-scaleout 1s infinite ease-in-out;
}

@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.c-pagelist .c-pagelist__head {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(47, 80, 148, 0.2);
	font-size: 1.25rem;
}
.c-pagelist .c-heading__link-icon {
	flex-shrink: 0;
}
.c-pagelist .c-heading__link {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.c-pagelist .c-list.-linklist.-single, .c-pagelist .c-list.-linklist {
	margin-top: 20px;
	gap: 10px;
}

.c-pagetitle {
	background-color: transparent;
	color: #2d4e96;
}
.c-pagetitle + * {
	margin-top: 40px;
}

.c-pagetitle__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
	height: 180px;
}
.c-pagetitle__body > .-ja {
	font-size: 2.25rem;
	font-weight: bold;
}
.c-pagetitle__body > .-en {
	margin-top: 5px;
}

.c-pagetitle.-color {
	position: relative;
	color: #fff;
}
.c-pagetitle.-color .c-pagetitle__bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.c-pagetitle.-color .c-pagetitle__bg img {
	width: 100%;
	height: 280px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.c-pagetitle.-color .c-pagetitle__bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #1793d5;
	opacity: 65%;
	z-index: 1;
}
.c-pagetitle.-color .c-pagetitle__bg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url("/assets/img/bg_title-musk.webp");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 527px;
	z-index: 1;
}
.no-webp .c-pagetitle.-color .c-pagetitle__bg::after {
	background-image: url("/assets/img/bg_title-musk.png");
}
.c-pagetitle.-color .c-pagetitle__body {
	position: relative;
	height: 280px;
	z-index: 1;
}
.c-pagetitle.-color + * {
	margin-top: 80px;
}

.c-pagetitle.-hayawakari {
	background-color: #8cc2e3;
}
.c-pagetitle.-hayawakari .c-pagetitle__body {
	height: 280px;
	color: #fff;
	background-image: url("/assets/img/glance/bg_heading.webp");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 353px;
}
.no-webp .c-pagetitle.-hayawakari .c-pagetitle__body {
	background-image: url("/assets/img/glance/bg_heading.png");
}
.c-pagetitle.-hayawakari + * {
	margin-top: 80px;
}

.c-pagetitle.-automobiles {
	background-color: #8cc2e3;
}
.c-pagetitle.-automobiles .c-pagetitle__body {
	height: 280px;
	color: #fff;
	background-image: url("/assets/img/discovery/automobiles/bg_heading.webp");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 620px;
}
.no-webp .c-pagetitle.-automobiles .c-pagetitle__body {
	background-image: url("/assets/img/discovery/automobiles/bg_heading.png");
}
.c-pagetitle.-automobiles + * {
	margin-top: 80px;
}

.c-pagetitle.-susaction {
	background-color: #76C3D1;
}
.c-pagetitle.-susaction .c-pagetitle__body {
	height: 280px;
	color: #fff;
	background: url(/assets/img/sustainability/action/bg_heading.png) no-repeat center right/353px;
}
.c-pagetitle.-susaction .c-pagetitle__body > .-en {
	font-size: 1.25rem;
}
.c-pagetitle.-susaction + * {
	margin-top: 80px;
}

.c-panel-link {
	display: grid;
	margin-top: 40px;
}
.c-panel-link + .c-panel-link {
	margin-top: 1px;
}
.c-panel-link.-clm2 {
	grid-template-columns: 1fr 1fr;
	gap: 1px;
}
.c-panel-link.-clm3 {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1px;
}

.c-panel-link__link {
	position: relative;
	display: block;
	min-height: 160px;
	padding: 20px 16px 32px;
	background: #edf3f7;
	color: #2d4e96;
	text-decoration: none;
	transition: background 0.3s, color 0.3s;
}
.-short .c-panel-link__link {
	min-height: 100px;
}

.c-panel-link__name {
	font-weight: bold;
}

.c-panel-link__desc {
	margin-top: 14px;
	color: #000;
	font-size: 0.875rem;
	transition: color 0.3s;
}

.c-panel-link__icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.c-post__head .c-heading {
	margin-top: 20px;
}

.c-post__info {
	display: flex;
	align-items: center;
}

.c-post__category {
	display: inline-flex;
	justify-content: center;
	min-width: 100px;
	padding: 8px 22px;
	background-color: #edf3f7;
	font-size: 0.875rem;
	line-height: 1;
}

.c-post__date {
	margin-left: 16px;
}

.c-post__body {
	margin-top: 40px;
	font-size: 1.125rem;
}
.c-post__body > * + * {
	margin-top: 24px;
}
.c-post__body h2 {
	position: relative;
	margin-top: 40px;
	padding-left: 55px;
	color: #2c5173;
	font-size: 1.5rem;
	font-weight: bold;
}
.c-post__body h2::before {
	content: "";
	display: inline-flex;
	height: 1px;
	width: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: currentColor;
}
.c-post__body h3 {
	margin-top: 40px;
	color: #000;
	font-size: 1.25rem;
}
.c-post__body h4 {
	margin-top: 24px;
	color: #000;
	font-size: 1.125rem;
}
.c-post__body a {
	color: #2d4e96;
}
.c-post__body a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(/assets/img/icon_ext-link.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.c-post__body a[href$=".pdf"]::after {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: 0.8em;
	height: 1em;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(/assets/img/Icon_file-pdf.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.c-post__body blockquote {
	border-left: 3px solid #ddd;
	padding: 10px 0 10px 10px;
	color: #888;
}
.c-post__body hr {
	height: 0;
	margin: 40px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
}
.c-post__body ul, .c-post__body ol {
	margin-left: 1em;
	font-size: inherit;
}
.c-post__body ul > li {
	list-style-type: disc;
}
.c-post__body ol > li {
	list-style-type: number;
}
.c-post__body iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.c-process {
	margin-top: 80px;
}

.c-process__item {
	position: relative;
	padding-top: 40px;
	border-top: 1px solid #2d4e96;
}
.c-process__item + .c-process__item {
	margin-top: 60px;
}

.c-process.-num {
	counter-reset: process;
}
.c-process.-num .c-process__item {
	counter-increment: process;
}
.c-process.-num .c-process__item::before {
	content: "0" counter(process);
	position: absolute;
	top: -16px;
	left: 50%;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	color: #2d4e96;
	font-size: 1.5rem;
	font-weight: bold;
	transform: translateX(-50%);
}
.c-process.-num .c-process__item:nth-of-type(n + 10)::before {
	content: counter(process);
}

.c-process__arrow {
	display: block;
	width: 91px;
	height: 26px;
	margin: 20px auto 0;
	fill: #d4ddea;
}

.c-search {
	margin-top: 40px;
}

.c-selectbox {
	position: relative;
	min-width: 160px;
	padding: 10px 24px 10px 14px;
	border: 1px solid #d4dde9;
	font-size: 0.875rem;
	background-image: url("/assets/img/icon_select-arrow.svg");
	background-size: 10px;
	background-position: center right 14px;
	background-repeat: no-repeat;
}

.c-tab {
	margin-top: 40px;
}

.c-tab__list {
	display: grid;
	border-bottom: 3px solid #2d4e96;
}

.c-tab__item.is-active .c-tab__link {
	background: #2d4e96;
	color: #fff;
}

.c-tab__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 16px;
	text-align: center;
	background: #d4ddea;
	color: #2d4e96;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.3s, color 0.3s;
}

.c-tab.-item4 .c-tab__list {
	grid-template-columns: repeat(4, 1fr);
	gap: 3px;
}

.c-tab.-item5 .c-tab__list {
	grid-template-columns: repeat(5, 1fr);
	gap: 3px;
}

.c-tab.-item2 .c-tab__list {
	grid-template-columns: repeat(2, 1fr);
	gap: 3px;
}
.c-tab.-item2 .c-tab__link {
	padding: 20px;
	font-size: 1.25rem;
}

.c-tab.-box .c-tab__list {
	gap: 0;
	border-bottom: none;
}
.c-tab.-box .c-tab__item {
	position: relative;
	height: 80px;
}
.c-tab.-box .c-tab__item + .c-tab__item::before {
	content: "";
	height: 30px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 25px;
	background-color: rgba(45, 78, 150, 0.5);
}
.c-tab.-box .c-tab__item.is-active + .c-tab__item::before {
	display: none;
}

[class^=c-] + .c-table {
	margin-top: 20px;
}

.c-table.-scroll {
	overflow-x: auto;
}

.c-table__table {
	width: 100%;
	border-collapse: collapse;
	color: #2d4e96;
	text-align: left;
	vertical-align: middle;
}

.c-table__thead, .c-table__tr.-head {
	background: #edf3f7;
}
.c-table__thead .c-table__th, .c-table__tr.-head .c-table__th {
	height: 64px;
	padding: 5px 10px;
	font-size: 1.125rem;
	font-weight: bold;
}
.c-table__thead .c-table__th.-pd-normal, .c-table__tr.-head .c-table__th.-pd-normal {
	padding: 5px 20px;
}
.c-table__thead .c-table__th.-sub, .c-table__tr.-head .c-table__th.-sub {
	height: 50px;
	background: #dbe6ed;
	font-size: 0.875rem;
}

.c-table__tbody {
	border-top: 3px solid #2d4e96;
	border-bottom: 1px solid #2d4e96;
}
.c-table__tbody.-noborder {
	border-top: none;
	border-bottom: none;
}
.c-table__tbody > tr {
	background: #fff;
}
.c-table__tbody > tr:nth-of-type(even) {
	background: #edf3f7;
}
.c-table__tbody .c-table__th {
	height: 50px;
	padding: 15px 20px;
	font-size: 1rem;
	font-weight: normal;
}
.c-table__tbody .c-table__td {
	height: 50px;
	padding: 15px 20px;
	font-size: 1.125rem;
}

.c-table__table .c-table__th.-ta-c, .c-table__table .c-table__td.-ta-c {
	text-align: center;
}
.c-table__table .c-table__th.-ta-r, .c-table__table .c-table__td.-ta-r {
	text-align: right;
}
.c-table__table .c-table__th.-bold, .c-table__table .c-table__td.-bold {
	font-weight: bold;
}
.c-table__table .c-table__th.-nowrap, .c-table__table .c-table__td.-nowrap {
	width: 1px;
	white-space: nowrap;
}
.c-table__table .c-table__th.-vt-top, .c-table__table .c-table__td.-vt-top {
	vertical-align: top;
}
.c-table__table .c-table__th.-border-top, .c-table__table .c-table__td.-border-top {
	border-top: 3px solid #2d4e96;
}
.c-table__table .c-table__th.-border-top-s, .c-table__table .c-table__td.-border-top-s {
	border-top: 1px solid #2d4e96;
}
.c-table__table .c-table__th.-fz-small, .c-table__table .c-table__td.-fz-small {
	font-size: 1rem;
}
.c-table__table .c-table__th.-cs-accent01, .c-table__table .c-table__td.-cs-accent01 {
	background: #1793d5;
	color: #fff;
}
.c-table__table .c-table__th.-cs-accent01.-sub, .c-table__table .c-table__td.-cs-accent01.-sub {
	background: #0176B4;
}
.c-table__table .c-table__th.-cs-accent02, .c-table__table .c-table__td.-cs-accent02 {
	background: #6B82B5;
	color: #fff;
}
.c-table__table .c-table__th.-cs-accent02.-sub, .c-table__table .c-table__td.-cs-accent02.-sub {
	background: #415D9B;
}
.c-table__table .c-table__th.-bg-light-blue, .c-table__table .c-table__td.-bg-light-blue {
	background: #D5F1FE;
}
.c-table__table .c-table__th.-bg-light-blue02, .c-table__table .c-table__td.-bg-light-blue02 {
	background: #F4FBFF;
}
.c-table__table .c-table__th.-bg-light, .c-table__table .c-table__td.-bg-light {
	background: #fff;
}
.c-table__table .c-table__th.-bg-primary, .c-table__table .c-table__td.-bg-primary {
	background: #edf3f7;
}
.c-table__table .c-table__th.-w88, .c-table__table .c-table__td.-w88 {
	width: 88px;
}
.c-table__table .c-table__th.-w160, .c-table__table .c-table__td.-w160 {
	width: 160px;
}
.c-table__table .c-table__th.-w200, .c-table__table .c-table__td.-w200 {
	width: 200px;
}

.c-table.tb-governance01 .c-table__thead th, .c-table.tb-governance01 .c-table__thead td {
	height: auto;
	padding: 5px 10px;
	background-color: #4D6F8D;
	color: #fff;
}
.c-table.tb-governance01 .c-table__thead td {
	border-left: 1px solid #fff;
}
.c-table.tb-governance01 .c-table__tbody {
	border-top: 0;
	border-bottom: 0;
}
.c-table.tb-governance01 .c-table__tbody tr {
	border-bottom: 1px solid #666;
}
.c-table.tb-governance01 .c-table__tbody th {
	background-color: #eee;
	color: #000;
}
.c-table.tb-governance01 .c-table__tbody td {
	background-color: #fff;
	color: #000;
}
.c-table.tb-governance01 .c-table__tbody td ul li {
	position: relative;
	padding-left: 1em;
}
.c-table.tb-governance01 .c-table__tbody td ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
}

.c-table.tb-governance02 .c-table__thead th, .c-table.tb-governance02 .c-table__thead td {
	height: auto;
	padding: 5px 10px;
	background-color: #6e88a8;
	color: #fff;
	word-break: break-all;
}
.c-table.tb-governance02 .c-table__thead td {
	border-left: 1px solid #fff;
}
.c-table.tb-governance02 .c-table__thead td:last-child {
	background-color: #4D6F8D;
}
.c-table.tb-governance02 .c-table__tbody {
	border-top: 0;
	border-bottom: 0;
}
.c-table.tb-governance02 .c-table__tbody tr {
	border-bottom: 1px solid #666;
}
.c-table.tb-governance02 .c-table__tbody th {
	border-right: 1px solid #999;
	background-color: #eee;
	color: #000;
}
.c-table.tb-governance02 .c-table__tbody th.seco {
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
}
.c-table.tb-governance02 .c-table__tbody th.seco p {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
.c-table.tb-governance02 .c-table__tbody th.seco p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background-color: #eee;
}
.c-table.tb-governance02 .c-table__tbody th.seco p span {
	display: table-cell;
	padding: 15px 20px 15px 50px;
	vertical-align: middle;
}
.c-table.tb-governance02 .c-table__tbody td {
	background-color: #fff;
	color: #000;
}
.c-table.tb-governance02 .c-table__tbody td:last-child {
	background-color: #EDF3F7;
}
.c-table.tb-governance02 .c-table__tbody td ul li {
	position: relative;
	padding-left: 1em;
}
.c-table.tb-governance02 .c-table__tbody td ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
}

.c-table.tb-benefit .c-table__thead th, .c-table.tb-benefit .c-table__thead td {
	height: auto;
	padding: 5px 10px;
	background-color: #4D6F8D;
	color: #fff;
}
.c-table.tb-benefit .c-table__thead td {
	border-left: 1px solid #fff;
}
.c-table.tb-benefit .c-table__tbody {
	border-top: 0;
	border-bottom: 0;
}
.c-table.tb-benefit .c-table__tbody tr {
	border-bottom: 1px solid #666;
}
.c-table.tb-benefit .c-table__tbody th {
	background-color: #eee;
	color: #000;
}
.c-table.tb-benefit .c-table__tbody td {
	background-color: #fff;
	color: #000;
	border-left: 1px solid #000;
}

.c-tablelike {
	margin-top: 16px;
	border-top: 3px solid #2d4e96;
}
.c-tablelike.-clm2 {
	display: grid;
	grid-template-columns: 50% 50%;
}

.c-tablelike__item {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #2d4e96;
	color: #2d4e96;
}

.c-tablelike__dt {
	display: flex;
	align-items: center;
	width: 300px;
	flex-shrink: 0;
	padding: 15px 20px;
	background: #edf3f7;
	font-size: 1rem;
	font-weight: bold;
}

.c-tablelike__dd {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 15px 20px;
	font-size: 1.125rem;
}
.c-tablelike__dd.-short {
	width: 150px;
	flex-shrink: 0;
}
.c-tablelike__dd.-f-small {
	font-size: 1rem;
}

[class^=c-] + .c-text {
	margin-top: 20px;
}

.c-heading + .c-text {
	margin-top: 40px;
}

.c-heading.-label + .c-text {
	margin-top: 20px;
}

.c-text {
	line-height: 2;
	font-size: 1rem;
	font-weight: 400;
}
.c-text.-lead {
	font-size: 1.5rem;
}
.c-text.-lead-sp-small {
	font-size: 1.5rem;
}
.c-text.-xlarge {
	font-size: 1.75rem;
}
.c-text.-large {
	font-size: 1.25rem;
}
.c-text.-middle {
	font-size: 1.125rem;
}
.c-text.-middle-keep {
	font-size: 1.125rem;
}
.c-text.-normal {
	font-size: 1rem;
}
.c-text.-sub {
	line-height: 1.5;
	font-size: 0.875rem;
}
.c-text.-small {
	line-height: 1.5;
	font-size: smaller;
}
.c-text.-primary {
	color: #2d4e96;
}
.c-text.-secondary {
	color: #2c5173;
}
.c-text.-light {
	color: #fff;
}
.c-text.-gray {
	color: #666;
}
.c-text.-bold {
	font-weight: bold;
}
.c-text.-indent {
	text-indent: -1em;
	padding-left: 1em;
}
.c-text.-indent_l {
	text-indent: -2.6em;
	padding-left: 2.6em;
}

.c-text.-lead + .c-text {
	margin-top: 36px;
}

.c-toc {
	position: relative;
	display: grid;
	background-color: #fff;
	border: solid 3px #2d4e96;
}
.c-toc::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(45, 78, 150, 0.5);
}
.c-toc.-clm2 {
	width: 780px;
	margin: auto;
	grid-template-columns: repeat(2, 1fr);
}
.c-toc.-clm2 .c-toc__item:not(:nth-child(2n))::before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 30px);
	display: block;
	height: 60px;
	width: 1px;
	background-color: rgba(45, 78, 150, 0.5);
}
.c-toc.-clm3 {
	grid-template-columns: repeat(3, 1fr);
}
.c-toc.-clm3 .c-toc__item:not(:nth-child(3n))::before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 30px);
	display: block;
	height: 60px;
	width: 1px;
	background-color: rgba(45, 78, 150, 0.5);
}
.c-toc.-clm4 {
	grid-template-columns: repeat(4, 1fr);
}
.c-toc.-clm4 .c-toc__item:not(:nth-child(4n))::before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 30px);
	display: block;
	height: 60px;
	width: 1px;
	background-color: rgba(45, 78, 150, 0.5);
}
.c-toc.-small {
	margin: auto;
	grid-template-columns: repeat(2, 1fr);
}
.c-toc.-small .c-toc__item a {
	height: 68px;
}
.c-toc.-small .c-toc__item:not(:nth-child(2n))::before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 30px);
	display: block;
	height: 60px;
	width: 1px;
	background-color: rgba(45, 78, 150, 0.5);
}
.c-toc.-full {
	width: 100%;
}
.c-toc.-full .c-toc__item a {
	height: 68px;
}

.c-toc__item {
	position: relative;
	padding: 6px;
	color: #2d4e96;
}
.c-toc__item a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	width: 100%;
	height: 88px;
	padding: 10px 0;
	text-decoration: none;
	color: currentColor;
	text-align: center;
	position: relative;
	transition: background-color 0.3s;
}
.c-toc__item .-text {
	display: flex;
	height: 100%;
	align-items: center;
	text-align: center;
	line-height: 1.3;
}
.c-toc__item .-img {
	position: relative;
	height: 14px;
	transition: transform 0.3s;
}

.c-toc__icon {
	width: 14px;
	height: 14px;
	fill: #8e9ebf;
	transform: rotate(90deg);
}

.c-video {
	position: relative;
	width: 100%;
}
.c-video::before {
	content: "";
	display: block;
	padding-top: 56.24%;
}

.c-video__content {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-copyright {
	margin-top: 50px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-size: 0.75rem;
}

.p-dropgroup {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 100%;
	background: #2d4e96;
	transition: all 0s;
}

.p-dropgroup__inner {
	width: 1200px;
	margin: auto;
	padding: 105px 0 80px;
}

.p-dropgroup__menu {
	display: grid;
	grid-template: "elc alm mat met" max-content "btn1 btn2 btn3 met" max-content/280px 280px 280px 280px;
	row-gap: 30px;
	justify-content: space-between;
}

.p-dropgroup__segment {
	/* min-height: 410px; */
	min-height: 425px;
}
.p-dropgroup__segment.-elc {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: elc;
}
.p-dropgroup__segment.-alm {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: alm;
}
.p-dropgroup__segment.-mat {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: mat;
}
.p-dropgroup__segment.-met {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 4;
	grid-area: met;
}

.p-dropgroup__btn {
	position: relative;
}
.p-dropgroup__btn > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	height: 100%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s, color 0.3s;
}
.p-dropgroup__btn svg {
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	fill: currentColor;
}
.p-dropgroup__btn.overseas {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: btn1;
}
.p-dropgroup__btn.youtube {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
	grid-area: btn2;
}
.p-dropgroup__btn.store {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: btn3;
}

a.p-dropgroup__store {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
	width: 350px;
	min-height: 110px;
	padding: 18px 12px 10px;
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: bold;
	color: #2d4e96;
	transition: opacity 0.3s;
}
a.p-dropgroup__store .p-dropgroup__storeimg {
	padding: 0 31px;
}
a.p-dropgroup__store .p-dropgroup__storetext {
	margin-left: auto;
	font-size: 0.75rem;
}
a.p-dropgroup__store .p-dropgroup__storeicon {
	position: static;
	width: 10px;
	height: 10px;
	fill: currentColor;
}

.p-dropgroup__title {
	display: flex;
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
.p-dropgroup__title .-segment {
	font-size: 0.75rem;
}
.p-dropgroup__title .-segment-item {
	font-size: 1rem;
}
.p-dropgroup__title .-segment-item::before {
	content: "：";
}

.p-dropgroup__list {
	margin-top: 40px;
}

.p-dropgroup__item + .p-dropgroup__item {
	margin-top: 20px;
}

.p-dropgroup__link {
	display: inline-flex;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.p-dropgroup__link > span {
	margin-left: 17px;
}

.p-dropgroup__text {
	display: inline-flex;
	color: #fff;
	font-weight: bold;
}
.p-dropgroup__text > span {
	margin-left: 17px;
}

.p-drop__icon {
	display: inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	fill: currentColor;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: background 0.3s;
}
.p-drop__icon svg {
	fill: currentColor;
	width: 7px;
	height: 7px;
	transition: fill 0.3s;
}

.p-dropmenu {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: rgba(240, 242, 243, 0.91);
	transition: all 0s;
}

.p-dropmenu__inner {
	display: flex;
	width: 1200px;
	margin: 60px auto 0;
	padding-bottom: 60px;
}

.p-dropmenu__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 265px;
	flex-shrink: 0;
	border-right: 1px solid #2d4e96;
}

.p-dropmenu.-csr .p-dropmenu__title {
	width: 290px;
}

.p-dropmenu__large-link {
	display: inline-flex;
	align-items: center;
	color: #2d4e96;
	font-size: 1.75rem;
	font-weight: bold;
	text-decoration: none;
}
.p-dropmenu__large-link > span {
	margin-left: 11px;
}
.p-dropmenu__large-link > .p-dropmenu__icon {
	margin-top: 0;
}

.p-dropmenu__btn {
	margin-top: 10px;
}

.p-dropmenu__btn-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 152px;
	border: 1px solid #2d4e96;
	color: #2d4e96;
	font-size: 0.875rem;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}

.p-dropmenu__body {
	width: 100%;
	padding: 16px 0;
}

.p-dropmenu__list {
	display: grid;
	row-gap: 20px;
	-moz-column-gap: 40px;
	     column-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	margin-left: 46px;
}

.p-dropmenu__link {
	display: inline-flex;
	color: #2d4e96;
	font-weight: bold;
	text-decoration: none;
}
.p-dropmenu__link > span {
	margin-left: 17px;
}

.p-dropmenu__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid #2d4e96;
	transition: background 0.3s;
}
.p-dropmenu__icon svg {
	fill: currentColor;
	width: 7px;
	height: 7px;
	transition: fill 0.3s;
}

.p-footnav__main {
	display: grid;
	grid-template: "company hayawakari ir csr" max-content "company business ir csr" 1fr/1fr 1fr 2fr 1fr;
	gap: 10px 30px;
}
.p-footnav__main > .-company {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	grid-area: company;
}
.p-footnav__main > .-hayawakari {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: hayawakari;
}
.p-footnav__main > .-business {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: business;
}
.p-footnav__main > .-ir {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 5;
	grid-area: ir;
}
.p-footnav__main > .-csr {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 7;
	grid-area: csr;
}

.p-footnav__title {
	padding: 18px 0;
	border-bottom: 1px solid #fff;
}

.p-footnav__link {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}

.p-footnav__openbtn {
	display: none;
}

.p-footnav__list {
	margin-top: 27px;
}
.p-footnav__block.-ir .p-footnav__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-footnav__item + .p-footnav__item {
	margin-top: 10px;
}
.p-footnav__block.-ir .p-footnav__item:nth-child(2) {
	margin-top: 0;
}

.p-footnav__sublink {
	color: #fff;
	font-size: 0.875rem;
	text-decoration: none;
}

.p-footnav__sub {
	margin-top: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-footnav__sub-item {
	color: #fff;
	font-size: 0.875rem;
	text-decoration: none;
}
.p-footnav__sub-item + .p-footnav__sub-item {
	margin-left: 40px;
}

.p-footnav__sub-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.875rem;
	text-decoration: none;
	text-align: center;
	transition: color 0.3s, background-color 0.3s;
}
.p-footnav__sub-btn + .p-footnav__sub-btn {
	margin-left: 15px;
}

.p-gnav {
	margin-top: 26px;
}

.p-gnav__inner {
	display: flex;
	margin-right: 28px;
}

.p-gnav__link {
	display: inline-flex;
	padding: 2px 20px 29px;
	color: #000;
	font-size: 0.9375rem;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.3s;
}

.p-gnav__openbtn {
	display: none;
}

.p-pagetop {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
.p-pagetop.-is-show {
	opacity: 1;
	visibility: visible;
}
.p-pagetop.-is-fixed {
	position: fixed;
	top: auto;
	bottom: 0;
}

.p-pagetop__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 77px;
	height: 77px;
	background-color: rgba(41, 144, 163, 0.5);
	color: #fff;
	transition: background-color 0.3s;
}

.p-pagetop__icon {
	width: 15px;
	height: 15px;
	fill: currentColor;
	transform: rotate(-90deg);
}

.p-snav {
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
}

.p-snav__group {
	display: flex;
}
.p-snav__group:last-child {
	margin-right: 48px;
}

.p-snav__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
}
.p-snav__button.-search {
	background-color: #6d729a;
}
.p-snav__button.-group {
	background-color: #2d4e96;
}
.p-snav__button.-store {
	height: auto;
}

.p-snav__button.-store {
	display: none;
}

.p-snav__text {
	display: inline-flex;
	align-items: center;
	margin-top: 4px;
	color: #2d4e96;
	text-decoration: none;
	transition: color 0.3s;
}
.p-snav__text + .p-snav__text {
	margin-left: 24px;
}

.p-snav__icon {
	fill: currentColor;
}
.p-snav__icon.-lang {
	width: 20px;
	height: 20px;
}
.p-snav__icon.-contact {
	width: 18px;
	height: 18px;
}
.p-snav__icon + span {
	margin-left: 8px;
}

.p-snav__group-flex {
	display: none;
}

.p-snav__small-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 4px);
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 0.875rem;
	text-decoration: none;
}
.p-snav__small-button + .p-snav__small-button {
	margin-left: 8px;
}

.p-snav__group-list {
	display: none;
}

.p-snav__group-item + .p-snav__group-item {
	margin-top: 10px;
}

.p-snav__group-link {
	color: #fff;
	text-decoration: none;
}
.p-snav__group-link + .p-snav__group-link {
	margin-top: 10px;
}

.p-e404__h {
	margin-top: 80px;
	color: #2d4e96;
	text-align: center;
}

.p-e404__main-h {
	display: block;
	font-size: 2.625rem;
}

.p-e404__sub-h {
	display: block;
	font-size: 1.625rem;
}

.p-e404__p {
	margin-top: 80px;
	font-size: 1.25rem;
	text-align: center;
}

.p-e404__return {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 350px;
	height: 80px;
	padding: 0 10px;
	background: #2d4e96;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	transition: background 0.3s;
}

.p-bg > * {
	position: absolute;
	width: 630px;
	background-color: #edf3f7;
	mix-blend-mode: multiply;
	z-index: 0;
	transform-origin: top left;
	height: 300vw;
}

.p-bg__05-r2l,
.p-bg__06-l2r,
.p-bg__07-r2l,
.p-bg__08-l2r {
	display: none;
}

.p-bg__01-r2l {
	top: 0;
	right: -50%;
	transform: rotate(40deg);
}

.p-bg__02-l2r {
	top: 1500px;
	left: -60%;
	transform: rotate(-40deg);
}

.p-bg__03-r2l {
	top: 3400px;
	right: -50%;
	transform: rotate(40deg);
}

.p-bg__04-l2r {
	top: 5300px;
	left: -50%;
	transform: rotate(-40deg);
}

.p-bg__05-r2l {
	top: 3200px;
	right: -78%;
	transform: rotate(40deg);
}

.p-bg__06-l2r {
	top: 4000px;
	left: -70%;
	transform: rotate(-40deg);
}

.p-bg__07-r2l {
	top: 4800px;
	right: -78%;
	transform: rotate(40deg);
}

.p-bg__08-l2r {
	top: 5600px;
	left: -50%;
	transform: rotate(-40deg);
}

.p-home .l-main, .p-purpose .l-main{
	overflow: hidden;
	margin-top: -120px;
	background-color: #f7fafc;
}
.p-purpose .l-main{
    background-color: #ffffff;
    padding-bottom: 0;
}

.p-home__sec {
	position: relative;
	z-index: 1;
	margin-top: 80px;
}

.p-home__product {
	margin-top: 104px;
}

.p-home__search {
	margin-top: 70px;
}

.p-home__sp-message {
	display: none;
}

.p-home__heading {
	display: flex;
	align-items: flex-end;
}
.p-home__heading > .-ja {
	order: 1;
	color: #2d4e96;
	font-size: 1.125rem;
	line-height: 1;
	margin-left: 26px;
}

.p-home__sp-link {
	position: relative;
	display: none;
	margin-top: 30px;
	padding: 0 26px;
	gap: 10px;
}

.p-home__sp-link__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 195px;
	min-height: 52px;
	padding: 0 10px 0 14px;
	background: #2d4e96;
	border-radius: 5px;
	text-decoration: none;
	font-size: 0.625rem;
	font-weight: bold;
	color: #fff;
	transition: opacity 0.3s;
}

.p-home__sp-link__button.-pdf .p-home__sp-link__buttonimg {
	width: auto;
	max-width: none;
	height: 52px;
}
.p-home__sp-link__button.-pdf .p-home__sp-link__buttonimg img {
	width: auto;
	max-width: none;
	height: 100%;
}
.p-home__sp-link__button.-pdf .p-home__sp-link__buttontext {
	margin-right: auto;
	padding-right: 7px;
}
.p-home__sp-link__button.-pdf .p-home__sp-link__buttonicon {
	width: 14px;
	height: 16px;
	margin-right: 7px;
	fill: currentColor;
}

.p-home__sp-link__button.-store {
	flex-direction: column-reverse;
	padding: 9px 6px 6px;
	background: #fff;
	color: #2d4e96;
}
.p-home__sp-link__button.-store .p-home__sp-link__buttonimg {
	padding: 0 20px;
}
.p-home__sp-link__button.-store .p-home__sp-link__buttontext {
	margin-left: auto;
	font-size: 0.425rem;
}
.p-home__sp-link__button.-store .p-home__sp-link__buttonicon {
	width: 5.6px;
	height: 6px;
	fill: currentColor;
}

.p-home__info-bg {
	width: 100%;
	height: 720px;
	background-color: #2d4e96;
}

.p-home__info-content {
	margin-top: -600px;
}

.p-home__center-heading {
	text-align: center;
}
.p-home__center-heading img {
	display: inline;
}

.p-home__infobox {
	position: relative;
	z-index: 1;
	background: #fff;
	margin-left: -100px;
	margin-right: -100px;
	margin-top: 95px;
}

.p-home__info-flex {
	display: flex;
	justify-content: space-between;
	padding: 82px 100px 110px;
}
.p-home__info-flex > * {
	width: calc(50% - 24px);
}

.p-home__recruit-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 280px;
	overflow: hidden;
	text-decoration: none;
}

.p-home__recruit-text {
	z-index: 2;
	display: flex;
	flex-direction: column-reverse;
	color: #fff;
	padding-right: 145px;
	font-size: 1.25rem;
}
.p-home__recruit-text > .-ja {
	margin-top: 8px;
}

.p-home-recruit__bg {
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.3s;
}
.p-home-recruit__bg img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-home__box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 42px 0 42px;
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 1px rgba(47, 80, 148, 0.2);
}

.p-home__box-text {
	font-size: 1.125rem;
	font-weight: bold;
}

.p-home__box-link {
	margin-left: 80px;
}

.p-home-csr {
	margin-top: 80px;
}

.p-home-csr__body {
	position: relative;
	height: 778px;
	padding-top: 118px;
}

.p-home-csr__bg {
	position: absolute;
	left: 0;
	top: 118px;
	right: 0;
	bottom: 0;
	margin-right: 19%;
}
.p-home-csr__bg img {
	width: 100%;
	height: 660px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-home-csr__content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.p-home-csr__heading {
	position: absolute;
	top: 130px;
	left: -66px;
	z-index: 2;
	display: flex;
	flex-direction: column-reverse;
}
.p-home-csr__heading > .-ja {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
}
.p-home-csr__heading > .-en img {
	filter: drop-shadow(0 3px 10px #2E5272);
}
.p-home-csr__list {
	position: absolute;
	top: 324px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 15px;
	-moz-column-gap: 50px;
	     column-gap: 50px;
}

.p-home-csr__item {
	width: 220px;
	color: #fff;
	padding-left: 1.1em;
	position: relative;
}
.p-home-csr__item::before {
	content: "●";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1em;
}

.p-home-csr__link {
	color: currentColor;
	text-decoration: none;
}

.p-home-csr__bnr {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 52%;
	max-width: 824px;
	overflow: hidden;
}
.p-home-csr__bnr a {
	display: block;
	position: relative;
	text-decoration: none;
}

.p-home-csr__sp-bg {
	display: none;
}

.p-home-csr__link-bg {
	transition: transform 0.3s;
}

.p-home-csr__btn {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	height: 70px;
	background-color: #fff;
	color: #2c5173;
	font-weight: bold;
	text-decoration: none;
	z-index: 2;
	transition: color 0.3s, background-color 0.3s;
}

.p-mv {
	position: relative;
	height: 100vh;
	min-height: 800px;
	max-height: 1000px;
	min-width: 1200px;
	padding-top: 186px;
}

.p-mv__heading {
	position: relative;
	width: 1200px;
	margin: auto;
	z-index: 5;
	padding-left: 35px;
}

.p-mv__video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.p-mv__video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}
.p-mv__video::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
}

.p-mv__pdf {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 5;
}

.p-mv__pdflink {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 350px;
	padding: 0 42px;
	background: #2d4e96;
	border-radius: 50px;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	transition: opacity 0.3s;
}

.p-mv__pdficon {
	width: 27px;
	height: 31px;
	fill: currentColor;
}

.p-mv__link {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.p-mv__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 350px;
	min-height: 110px;
	padding: 0 40px;
	background: #2d4e96;
	border-radius: 10px;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	transition: opacity 0.3s;
}

.p-mv__button.-pdf .p-mv__buttonimg {
	width: auto;
	max-width: none;
	height: 110px;
}
.p-mv__button.-pdf .p-mv__buttonimg img {
	width: auto;
	max-width: none;
	height: 100%;
}
.p-mv__button.-pdf .p-mv__buttonicon {
	width: 27px;
	height: 31px;
	fill: currentColor;
}

.p-mv__button.-store {
	flex-direction: column-reverse;
	padding: 18px 12px 10px;
	background: #fff;
	color: #2d4e96;
}
.p-mv__button.-store .p-mv__buttonimg {
	padding: 0 31px;
}
.p-mv__button.-store .p-mv__buttontext {
	margin-left: auto;
	font-size: 0.75rem;
}
.p-mv__button.-store .p-mv__buttonicon {
	width: 10px;
	height: 10px;
	fill: currentColor;
}

.p-mv__mark {
	position: absolute;
	z-index: 1;
	left: 2vw;
	bottom: 35px;
	padding-bottom: 136px;
}

.p-mv__mark-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	height: 114px;
	width: 1px;
}
.p-mv__mark-line::after {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 100%;
	width: 1px;
	animation: mark_animation 2s ease-in-out infinite;
}

@keyframes mark_animation {
	0% {
		top: 0%;
		bottom: 100%;
	}
	25% {
		top: 0%;
		bottom: 0%;
	}
	50% {
		top: 100%;
		bottom: 0%;
	}
	100% {
		top: 100%;
		bottom: 0%;
	}
}
.p-pagelist__item {
	position: relative;
	display: flex;
	align-items: center;
	height: 630px;
}
.p-pagelist__item + .p-pagelist__item {
	margin-top: 80px;
}

.p-pagelist__bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin-right: 32%;
}
.p-pagelist__item:nth-child(even) .p-pagelist__bg {
	margin-right: 0;
	margin-left: 32%;
}
.p-pagelist__bg picture {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.p-pagelist__bg img {
	width: 100%;
	height: 630px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-pagelist__item.-company .p-pagelist__bg picture {
	background: #bdbea9;
}
.p-pagelist__item.-company .p-pagelist__bg img {
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: right;
	   object-position: right;
}

.p-pagelist__box {
	position: relative;
	z-index: 1;
	width: 600px;
	padding: 60px;
	background: #fff;
	margin-left: auto;
	box-shadow: 0 0 12px 0 rgba(47, 80, 148, 0.1);
}
.p-pagelist__item:nth-child(even) .p-pagelist__box {
	margin-right: auto;
	margin-left: 0;
}

.p-pagelist__link {
	margin-top: 28px;
}

.p-pagelist__btn {
	margin-top: 32px;
	text-align: center;
}

.p-slider .slick-track {
	display: flex;
}

.p-slider {
	margin-top: 35px;
	margin-right: 100px;
	margin-left: calc(50% - 50vw);
	padding: 60px 53px 43px 0;
	background: #2d4e96;
}

.p-slider__item {
	margin: 0 10px;
	width: 340px;
	height: auto !important;
}
.p-slider__item > a {
	background: #fff;
}

.p-slider__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-slider__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 185px;
	flex-shrink: 0;
}
.p-slider__img img {
	-o-object-fit: contain;
	   object-fit: contain;
}

.p-slider__body {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80px;
	background-color: #edf3f7;
	color: #2c5173;
	font-weight: bold;
	text-align: center;
}

.p-slider__text {
	font-size: 1rem;
	line-height: 1.2;
}

.p-slider__company {
	margin-top: 8px;
	padding: 0 24px;
	font-size: 0.875rem;
	line-height: 1.2;
}

.p-slider__icon {
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 10px;
	right: 10px;
	fill: currentColor;
}

.p-slider__arrow {
	position: absolute;
	right: 104px;
	top: -90px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: #2d4e96;
	color: #fff;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
.p-slider__arrow svg {
	fill: currentColor;
	width: 14px;
	height: 14px;
}
.p-slider__arrow.-next {
	right: 174px;
}
.p-slider__arrow.-next svg {
	transform: rotate(180deg);
}
.p-slider__arrow.slick-disabled {
	background-color: rgba(45, 78, 150, 0.13);
	color: #7e8ca8;
}

.p-co-top {
	position: relative;
	display: flex;
	height: 380px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-co-top__body {
	width: 472px;
	flex-shrink: 0;
	padding: 100px 0 0 70px;
	background: #2d4e96;
	color: #fff;
	font-weight: bold;
}

.p-co-top__text {
	font-size: 1.75rem;
}

.p-co-top__sub {
	margin-top: 10px;
	font-size: 1.125rem;
}

.p-co-top__bg {
	overflow: hidden;
	width: 100%;
}

.p-co-top__img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 380px;
	transition: transform 0.3s;
}

.c-sign {
	display: flex;
	justify-content: flex-end;
	margin-top: 80px;
}

.c-sign__item + .c-sign__item {
	margin-left: 64px;
}

.c-sign__img {
	margin-top: 16px;
}

.p-co-group {
	margin-top: 60px;
	border-bottom: 1px solid #d4dde9;
}

.p-co-group__item {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d4dde9;
}
.p-co-group__item:first-child {
	margin-top: 0;
}
.p-co-group__item:last-child {
	padding-bottom: 40px;
}

.p-co-group__head {
	display: flex;
	justify-content: space-between;
}
.p-co-group__head .c-button {
	flex-shrink: 0;
}

.p-co-group__name {
	font-size: 1.25rem;
}

.p-co-group__body {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 48px;
	margin-top: 40px;
}

.p-co-group__item.-noimg .p-co-group__body {
	grid-template-columns: 100%;
}

.p-co-group__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0 16px;
}

.p-co-group__p {
	font-size: 1.125rem;
}
.p-co-group__p dt {
	font-weight: bold;
}
.p-co-group__p dd {
	margin-top: 10px;
}
.p-co-group__p dd + dt {
	margin-top: 16px;
}

.p-co-officer {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin-top: 80px;
	padding-bottom: 170px;
	counter-reset: officer;
}

.p-co-officer__fig {
	position: absolute;
	right: 100px;
	bottom: 0;
}

.p-co-officer__item {
	position: relative;
	height: 110px;
	padding-left: 46px;
	counter-increment: officer;
	font-size: 1.125rem;
}
.p-co-officer__item::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #8E9EBF;
	position: absolute;
	left: 16px;
}
.p-co-officer__item::after {
	content: counter(officer);
	display: inline-flex;
	position: absolute;
	left: 0;
	top: -5px;
	width: 32px;
	justify-content: center;
	background: #fff;
	font-size: 1.5rem;
	white-space: nowrap;
}
.p-co-officer__item + .p-co-officer__item {
	margin-top: 16px;
}

.p-co-officer__name {
	margin-top: 16px;
	font-size: 1.5rem;
}

.p-co-strong-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	font-size: 0.875rem;
}

.p-co-strong-flex__item {
	width: 250px;
	padding: 32px 5px;
	background: #2d4e96;
	color: #fff;
	text-align: center;
}

.p-co-strong-flex__title {
	font-weight: bold;
}
.p-co-strong-flex__title > span {
	display: block;
	text-align: center;
}
.p-co-strong-flex__title > span:last-child {
	font-size: 2rem;
	line-height: 1;
}

.p-co-strong-flex__body {
	margin-top: 16px;
}

.p-history__text {
	display: none;
}

.p-timeline {
	position: relative;
}

.p-timeline__head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.p-timeline__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: #2DBAED;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}
.p-timeline__item.-ma {
	background: #F07E94;
}

.p-timeline__body {
	margin-top: 20px;
}

.p-timeline__block {
	--theme: #2DBAED;
	width: 580px;
	margin-right: auto;
	padding: 20px;
	background: #fff;
}
.p-timeline__block.-ma {
	margin-right: 0;
	margin-left: auto;
	--theme: #F07E94;
}
.p-timeline__block + .p-timeline__block {
	margin-top: 20px;
}

.p-timeline__arrow {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: calc(50% - 4px);
	width: 8px;
	background: currentColor;
	color: #2d4e96;
}
.p-timeline__arrow::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -10px;
	display: block;
	width: 27px;
	height: 27px;
	background: currentColor;
	border-radius: 50%;
}
.p-timeline__arrow::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -9px;
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid currentColor;
	border-left: 13px solid #edf3f7;
	border-right: 13px solid #edf3f7;
}

.p-timeline__date {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight: bold;
}
.p-timeline__date::before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--theme);
}

.p-timeline__desc {
	margin-top: 10px;
	font-size: 1rem;
}

.p-officer__anchor {
	margin-bottom: 86px;
}
.p-officer__anchor::before {
	display: none;
}

.p-profile {
	margin-top: 41px;
}
.p-profile__item {
	border: 1px solid #A8AABC;
	background-color: #fff;
}
.p-profile__item + .p-profile__item {
	margin-top: 64px;
}
.p-profile__head {
	display: flex;
	justify-content: space-between;
	padding: 49px 48px 0;
}
.p-profile__summary {
	color: #2D4E96;
	flex: 0 0 auto;
	padding: 22px 20px 0 0;
}
.p-profile__job {
	font-size: 0.938rem;
	line-height: 2.4;
}
.p-profile__name {
	margin-top: 3px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.12;
}
.p-profile__image {
	position: relative;
	width: 200px;
	z-index: 2;
}
.p-profile__body {
	position: relative;
	background-color: #EDF3F7;
	margin-top: -62px;
	z-index: 1;
}
.p-profile__detail {
	display: flex;
	padding: 15px 32px 12px;
	background-color: #fff;
	font-size: 0.938rem;
	line-height: 1.86;
}
.p-profile__detail + .p-profile__detail {
	margin-top: 4px;
}
.p-profile__detail dt {
	flex: 0 0 120px;
	color: #2D4E96;
}
.p-profile__concurrent {
	padding: 20px 0 10px;
}

.p-accordion__parent {
	cursor: pointer;
	padding: 41px 48px 41px 84px;
}
.p-accordion__parent.is-active .p-accordion__svg {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.p-accordion__title {
	display: inline-block;
	position: relative;
	color: #2F5094;
	font-weight: 700;
	font-size: 1rem;
}
.p-accordion__icon {
	position: absolute;
	top: 50%;
	left: -36px;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background-color: #fff;
	border: 1px solid #2E5272;
	border-radius: 50%;
}
.p-accordion__svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-270deg);
	color: #2C5173;
	width: 10px;
}
.p-accordion__contents {
	display: none;
}
.p-accordion__inner {
	padding: 0 48px 64px;
}

.p-toggle__parent {
	position: relative;
	cursor: pointer;
	padding: 20px;
	background-color: #2F5094;
}
.p-toggle__parent.is-active .p-toggle__svg {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.p-toggle__title {
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
}
.p-toggle__icon {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
.p-toggle__svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-270deg);
	color: #2C5173;
	width: 10px;
}
.p-toggle__contents {
	display: none;
}
.p-toggle__inner {
	padding: 40px;
	border: 1px solid #2F5094;
}

.p-purpose__heading {
	font-size: 3rem;
	padding: 0.25em;
	background: repeating-linear-gradient(-45deg, #e0f2fb 0, #e0f2fb 3px, #fff 6px, #fff 9px);
}

.p-h-business {
	--c-head: #0099CC;
	--c-seg01: #397187;
	--bg-seg01: #C6E6E6;
	--c-seg02: #A02A26;
	--bg-seg02: #FBE2D9;
	margin-top: 40px;
}

.p-h-business__head {
	padding: 30px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	background-color: var(--c-head);
}

.p-h-business__segbox {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 20px;
	padding: 30px;
	border: 1px solid #d4dde9;
	background-color: #fff;
}

.p-h-business__seg {
	padding: 55px 30px;
	text-align: center;
}

.p-h-business__seg.-seg01 {
	background-color: var(--bg-seg01);
}

.p-h-business__seg.-seg02 {
	background-color: var(--bg-seg02);
}
.p-h-business__seg.-seg02 .p-h-business__sub-head > a {
	color: var(--c-seg02);
}
.p-h-business__seg.-seg02 .p-h-business__func-item {
	background: var(--c-seg02);
}

.p-h-business__sub-head {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-h-business__sub-head > a {
	display: inline-flex;
	align-items: center;
	color: var(--c-seg01);
	font-size: 1.5rem;
	text-decoration: none;
}

.p-h-business__sub-head-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border: 1px solid currentColor;
	border-radius: 50%;
}
.p-h-business__sub-head-icon svg {
	width: 7px;
	height: 7px;
	fill: currentColor;
}

.p-h-business__desc {
	margin-top: 24px;
}

.p-h-business__sticking {
	margin: 0;
	margin-top: 30px;
	position: absolute;
	left: 60px;
	width: calc(100% - 120px);
	z-index: 1;
	padding: 16px;
	background: #3E3A39;
	color: #fff;
	text-align: center;
	font-size: 1.125rem;
}

.p-h-business__func-list {
	display: flex;
	margin-top: 128px;
}

.p-h-business__func-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-grow: 1;
	height: 70px;
	width: 100%;
	background: var(--c-seg01);
	color: #fff;
}
.p-h-business__func-item .-sub {
	font-size: 0.875rem;
}
.p-h-business__func-item + .p-h-business__func-item {
	margin-left: 20px;
}

.p-h-business.-firm {
	--c-head: #0099CC;
	--c-seg01: #397187;
	--bg-seg01: #C6E6E6;
	--c-seg02: #A02A26;
	--bg-seg02: #FBE2D9;
}

.p-h-business.-production {
	--c-head: #FF9966;
	--c-seg01: #2D4486;
	--bg-seg01: #C4C4E2;
	--c-seg02: #C58E1F;
	--bg-seg02: #FFF1CA;
}

.p-h-business__arrow {
	margin: auto;
	background: #D4DDEA;
	width: 30px;
	height: 52px;
	position: absolute;
	bottom: -31px;
	left: calc(50% - 15px);
}
.p-h-business__arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 0;
	height: 0;
	border-top: 30px solid #D4DDEA;
	border-left: 50px solid #EDF3F7;
	border-right: 50px solid #EDF3F7;
	border-bottom: none;
}

.p-group {
	display: grid;
	grid-template: "a b c" max-content "d d e" max-content "d d f" max-content/1fr 1fr 1fr;
	gap: 30px;
	color: #2d4e96;
}

.p-group__block {
	position: relative;
	justify-content: center;
	min-height: 350px;
	padding: 45px 35px 80px;
	background: #fff;
}
.p-group__block.-nobtn {
	padding: 30px 35px;
}
.p-group__block.-a {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: a;
}
.p-group__block.-b {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: b;
}
.p-group__block.-b .p-group__img {
	margin-top: -30px;
}
.p-group__block.-c {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
	grid-area: c;
}
.p-group__block.-c .p-group__btn {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.p-group__block.-d {
	-ms-grid-row: 3;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: d;
}
.p-group__block.-e {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
	grid-area: e;
}
.p-group__block.-f {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
	grid-area: f;
}

.p-group__heading {
	font-size: 1.5rem;
	font-weight: bold;
}

.p-group__img img {
	margin: auto;
}

.p-group__btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.p-group__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 48px 0 20px;
	border: solid 1px #d4dde9;
	color: #2d4e96;
	font-size: 0.875rem;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.p-group__icon {
	display: inline-flex;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 16px;
	top: calc(50% - 4px);
	fill: currentColor;
}

.p-group__center {
	margin-top: 10px;
	padding-left: 30%;
	text-align: center;
}
.p-group__center > img {
	display: inline;
}

.p-h-map__wrapper {
	margin-top: 50px;
	position: relative;
}

.p-h-map__inner {
	overflow-x: auto;
}

.p-h-map__text {
	position: absolute;
	right: 130px;
	bottom: 40px;
}

.p-h-map__body {
	display: grid;
	grid-template: "img title" max-content "img percent" 1fr/347px 1fr;
	gap: 60px 80px;
	margin-top: 20px;
}
.p-h-map__body .c-heading {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: title;
	margin-top: 20px;
}

.p-h-map__graph {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	grid-area: img;
}

.p-h-map__percent {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: percent;
	display: flex;
}

.p-h-map__item {
	color: #2d4e96;
	padding: 0 25px;
}
.p-h-map__item > span {
	display: inline-block;
	padding-left: 16px;
	padding-bottom: 12px;
	font-size: 1.25rem;
	font-weight: bold;
}
.p-h-map__item img {
	width: 112px;
}
.p-h-map__item + .p-h-map__item {
	margin-left: 60px;
	position: relative;
}
.p-h-map__item + .p-h-map__item::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	height: 100px;
	width: 1px;
	background-color: #2d4e96;
}

.p-strong {
	margin-top: 40px;
}
.p-strong.-sub {
	margin-top: 23px;
	background: #fff;
}

.p-strong__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #2c5173;
}
.p-strong__heading.-sub {
	position: relative;
	background-color: #2990a3;
}
.p-strong__heading.-sub::before {
	content: "";
	width: 204px;
	height: 79px;
	background-image: url("/assets/img/glance/icon_arrow-upper.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 102px);
	top: -79px;
}
.p-strong__box {
	position: relative;
	height: 1055px;
	background-image: url("/assets/img/glance/bg_strong.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.no-webp .p-strong__box {
	background-image: url("/assets/img/glance/bg_strong.jpg");
}

.p-strong__lead {
	position: absolute;
	left: calc(50% - 264px);
	top: calc(50% - 240px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 528px;
	height: 528px;
	background: rgba(77, 111, 141, 0.5);
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
}
.p-strong__lead .-head {
	margin-top: 20px;
	font-size: 2.625rem;
}
.p-strong__lead .-sub {
	margin-top: 10px;
	text-align: center;
}

.p-strong__item {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 400px;
	background: #fff;
	border-radius: 50%;
	color: #2c5173;
}
.p-strong__item:nth-child(1) {
	left: calc(50% - 200px);
	top: 60px;
}
.p-strong__item:nth-child(2) {
	left: 116px;
	top: 575px;
}
.p-strong__item:nth-child(3) {
	left: 684px;
	top: 575px;
}

.p-strong__item-head {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}

.p-strong__icon-box {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.p-strong__icon img {
	margin: auto;
}
.p-strong__icon figcaption {
	display: block;
	margin-top: 8px;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
}
.p-strong__icon + .p-strong__icon {
	margin-left: 20px;
}

.p-strong__item-desc {
	margin-top: 20px;
	font-size: 1rem;
	text-align: center;
}

.p-strong__product {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding: 0 60px 30px 70px;
}
.p-strong__product::before, .p-strong__product::after {
	content: "";
	width: 1px;
	height: 300px;
	background: #d4dde9;
	position: absolute;
	top: -10px;
}
.p-strong__product::before {
	left: 395px;
}
.p-strong__product::after {
	right: 420px;
}

.p-strong__product-item:nth-of-type(1), .p-strong__product-item:nth-of-type(3) {
	padding-top: 26px;
}
.p-strong__product-item img {
	margin: auto;
}

.p-hayawakari .l-main {
	background-color: #EDF3F7;
	overflow: hidden;
}

.p-hayawakari__text {
	text-align: center;
	font-size: 2.125rem;
	font-weight: bold;
}

.p-result {
	margin-top: 40px;
}

.p-result__head {
	padding: 16px;
	background: #2c5173;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}

.p-result__container {
	display: grid;
	grid-template: "group1 group2" max-content "notice notice" max-content/1fr 1fr;
	gap: 16px 20px;
	padding: 24px 30px;
	border: 1px solid #d4dde9;
	border-top: none;
	background: #fff;
}
.p-result__container .c-list {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: notice;
}

.p-result__group {
	display: grid;
	grid-template-columns: 130px 130px 130px;
	gap: 25px;
	justify-content: center;
	padding: 22px;
	background: rgba(237, 243, 247, 0.4);
}
.p-result__group:nth-of-type(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: group1;
}
.p-result__group:nth-of-type(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: group2;
}

.p-result__item img {
	margin: auto;
}
.p-result__item figcaption {
	margin-top: 8px;
	margin-left: -8px;
	margin-right: -8px;
	color: #707B93;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
}
.p-result__item figcaption small {
	margin-top: 8px;
}

.p-bn-top {
	position: relative;
	padding: 20px 0;
	display: grid;
	grid-template: "head01 head02" max-content "seg01 seg03" max-content "seg02 seg04" max-content/1fr 1fr;
	gap: 0 40px;
}
.p-bn-top .-head01 {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: head01;
}
.p-bn-top .-head02 {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: head02;
}
.p-bn-top .-seg01 {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: seg01;
}
.p-bn-top .-seg02 {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	grid-area: seg02;
}
.p-bn-top .-seg03 {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: seg03;
}
.p-bn-top .-seg04 {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
	grid-area: seg04;
}
.p-bn-top::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #a8aabc;
	position: absolute;
	left: 50%;
	top: 0;
}

.p-strength__block {
	margin-top: 30px;
}

.p-box_ma.bg-grey {
	padding: 50px 50px;
	background-color: #eee;
}
.p-box_ma.bg-grey .c-heading.-lv03 {
	padding-bottom: 0;
	border-bottom: 0 !important;
}
.p-box_ma .c-list.asterisk > .c-list__item::before {
	content: "*";
}
.p-box_ma .-bg-primary {
	color: #2F5094;
}
.p-box_ma dl {
	padding-bottom: 30px;
}
.p-box_ma dl + dl {
	padding-top: 30px;
	border-top: 1px solid #CFD1DB;
}
.p-box_ma dl dt {
	margin-bottom: 12px;
	font-weight: bold;
}
.p-box_ma p + .p-img__block,
.p-box_ma .p-img__block + p {
	margin-top: 25px;
}

.p-business-bnr .c-button {
	height: 100%;
	width: 100%;
}
.p-business-bnr .c-button-wrap {
	height: 100%;
}
.p-business-bnr .c-button-wrap__item {
	height: 100%;
}
.p-business-bnr .c-button__simple-arrow {
	transform: rotate(90deg);
}

.p-ir.-fv {
	display: grid;
	grid-template-columns: 1fr 360px 264px;
}

.p-ir__link {
	position: relative;
	transition: opacity 0.3s;
}
.p-ir__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: linear-gradient(to top, #334779, rgba(255, 255, 255, 0) 150px);
}

.p-ir__img img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-ir__link-text {
	position: absolute;
	left: 30px;
	bottom: 24px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 1;
}

.p-ir__popular {
	padding: 48px;
	background: #2d4e96;
	color: #fff;
}

.p-ir__lead {
	font-size: 1.125rem;
	font-weight: bold;
}

.p-ir__list {
	margin-top: 30px;
}

.p-ir__item {
	position: relative;
	padding-left: 1em;
}
.p-ir__item + .p-ir__item {
	margin-top: 8px;
}
.p-ir__item::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.p-ir__item > a {
	color: currentColor;
	text-decoration: none;
}

.p-ir__realtime {
	padding-left: 24px;
}
.p-ir__realtime > iframe {
	display: block;
	margin: auto;
}

.p-ir__fv-btn {
	margin-top: 8px;
}

.p-ir__block .c-card {
	height: 100%;
}
.p-ir__block .c-card .c-card__link {
	height: 100%;
}

.p-ir-process {
	margin-top: 40px;
}

.p-ir-process__heading {
	padding: 13px;
	text-align: center;
	background: #2990a3;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
}

.p-ir-process__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 30px;
	margin-top: 40px;
}

.p-ir-process__fig figcaption {
	display: block;
	margin-top: 20px;
	font-size: 0.875rem;
}

.p-ir-dividend-statement {
	margin-top: 40px;
	border: 1px solid #CFD1DB;
	padding: 44px 106px 22px;
}
.p-ir-dividend-statement__inner {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.p-ir-dividend-statement__item {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EDF3F7;
	padding: 18px;
	font-weight: bold;
	font-size: 1.125rem;
	color: #2F5094;
}
.p-ir-dividend-statement__plus {
	position: relative;
	width: 30px;
	height: 30px;
	align-self: center;
	flex-shrink: 0;
}
.p-ir-dividend-statement__plus::before {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background-color: #2D4E96;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.p-ir-dividend-statement__plus::after {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #2D4E96;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
}
.p-ir-dividend-statement__note {
	margin-top: 10px;
	text-align: right;
	font-size: 0.8125rem;
}
.p-ir-individual-more-links {
	display: flex;
	gap: 10px;
}
.p-ir-individual-more-links__shared-research {
	width: 240px;
}
.p-ir-individual-more-links__buttons {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.p-ir-individual-more-links__pdflink,
.p-ir-individual-more-links__youtube {
	display: flex;
    align-items: center;
    height: 95px;
    background: #2d4e96;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
	padding-left: 48px;
	position: relative;
}
.p-ir-individual-more-links__youtube {
	background-image: url(/assets/img/owned/icn_youtube.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 18px;
}
.p-ir-individual-more-links__pdfThumb {
	position: absolute;
	right: 10px;
}
.p-ir-individual-more-links a {
	transition: opacity 0.3s;
}
.p-ir-individual-more-links a:hover {
	opacity: 0.7;
}
.p-ir-individual-more-links__pdficon {
	width: 17px;
	height: 30px;
	position: absolute;
	left: 20px;
	fill: currentColor;
}
.p-ir-individual-more-links__bluepring {
	width: 491px;
}

.p-process__lead {
	position: relative;
	margin-top: 80px;
	padding: 40px;
	text-align: center;
	background: #2d4e96;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
}
.p-process__lead .c-process__arrow {
	position: absolute;
	left: calc(50% - 45px);
	top: -12px;
	margin-top: 0;
}

.p-irsub-briefing {
	height: 100%;
	position: relative;
	padding: 50px 56px;
	background-color: #edf3f7;
}

.p-irsub-breafing__heading {
	color: #2d4e96;
	font-size: 1.5rem;
}

.p-irsub-breafing__text {
	position: relative;
	margin-top: 40px;
	padding-left: 1.5em;
	color: #2d4e96;
	font-size: 1rem;
}
.p-irsub-breafing__text::before {
	content: "→";
	position: absolute;
	left: 0;
	top: 0;
	color: #2d4e96;
}
.p-irsub-breafing__text .c-link {
	text-decoration: none;
}

.p-irsub-breafing__bottom {
	position: absolute;
	right: 40px;
	bottom: 40px;
	font-size: 0.875rem;
	font-weight: bold;
}
.p-irsub-breafing__bottom .c-link {
	text-decoration: none;
}

.p-irsub-mv {
	position: relative;
	height: 444px;
}

.p-irsub-mv__bg {
	position: absolute;
	left: 0;
	top: 0;
}
.p-irsub-mv__bg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(45, 78, 150, 0.79);
}

.p-irsub-mv__img {
	position: absolute;
	right: 0;
	top: calc(50% - 160px);
	z-index: 1;
}

.p-irsub-mv__heading {
	position: absolute;
	top: 130px;
	left: 200px;
	color: #fff;
}
.p-irsub-mv__heading > .-ja {
	display: block;
	font-size: 1.75rem;
}
.p-irsub-mv__heading > .-en {
	display: block;
	margin-top: 16px;
	font-size: 0.9375rem;
}

.p-irsub-mv__button {
	position: absolute;
	top: 240px;
	left: 200px;
}

.p-library.-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px 40px;
	margin-top: 80px;
}

.p-library__item {
	position: relative;
	min-height: 260px;
	padding-top: 40px;
	padding-bottom: 50px;
	border-top: 1px solid #cfd1db;
}

.p-library__data.c-list.-article {
	margin-top: 40px;
}
.p-library__data.c-list.-article .c-list__item {
	display: block;
}
.p-library__data.c-list.-article .c-list__date {
	display: block;
	font-size: 1rem;
}
.p-library__data.c-list.-article .c-list__title {
	margin-left: 0;
	margin-top: 5px;
}
.p-library__data.c-list.-article .c-list__link {
	display: inline-flex;
}

.p-library__bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}

.p-library.-banner {
	margin-top: 80px;
}

.p-library__banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 784px;
	height: 160px;
	margin: auto;
	overflow: hidden;
	text-decoration: none;
}
.p-library__banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("/assets/img/ir/bnr_bg-movie.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 0.3s;
}
.no-webp .p-library__banner::after {
	background-image: url("/assets/img/ir/bnr_bg-movie.jpg");
}

.p-library__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.p-library__text {
	color: #2d4e96;
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 20px;
}

.p-ir-plan__arrow {
	margin-top: 125px;
	position: relative;
}
.p-ir-plan__arrow::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 82px);
	top: -85px;
	border-top: 45px solid #D4DBEA;
	border-left: 82px solid #fff;
	border-right: 82px solid #fff;
}

.p-ir-plan__arrow.-message::after {
	content: "グループ力を強化";
	display: inline-flex;
	width: 200px;
	justify-content: center;
	position: absolute;
	left: calc(50% - 100px);
	top: -80px;
	text-align: center;
	font-size: 1.25rem;
	color: #2d4e96;
	font-weight: bold;
}

.p-ir-detail-list__head {
	flex-shrink: 0;
}
.p-ir-detail-list__head.-bold {
	font-weight: bold;
}
.p-ir-detail-list__head.-inset::after {
	display: inline;
	content: "：";
	margin-left: auto;
}
.p-ir-detail-list__body.-inset {
	padding-left: 1em;
}

.p-stockmenu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #d4dde9;
}

.p-stockmenu__item:nth-child(odd) {
	border-right: 1px solid #d4dde9;
}
.p-stockmenu__item:nth-child(-n+2) {
	border-bottom: 1px solid #d4dde9;
}

.p-stockmenu__link {
	display: block;
	padding: 30px 0;
	background-color: #fff;
	transition: background-color 0.3s;
	text-decoration: none;
}

.p-stockmenu__title {
	display: flex;
	align-items: center;
	height: 80px;
}

.p-stockmenu__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 180px;
	flex-shrink: 0;
	border-right: 1px solid #d4dde9;
}

.p-stockmenu__text {
	padding-left: 56px;
	color: #2d4e96;
	font-size: 1.5rem;
	font-weight: bold;
}

.p-stockmenu__desc {
	margin-top: 24px;
	padding: 0 30px;
	text-align: center;
	color: #707070;
}

.p-target {
	position: relative;
	background-image: url("/assets/img/ir/bg_manage-target.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.no-webp .p-target {
	background-image: url("/assets/img/ir/bg_manage-target.jpg");
}
.p-target::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(45, 78, 150, 0.73);
}

.p-target__inner {
	position: relative;
	z-index: 1;
	padding: 80px 30px;
}

.p-target__heading {
	text-align: center;
	color: #fff;
	font-size: 2rem;
}
.p-target__heading > span {
	display: block;
	text-align: center;
	font-size: 1rem;
}

.p-target__list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.p-target__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	padding: 10px 0 20px;
}
.p-target__item + .p-target__item {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.p-susaction-intro-block {
	grid-template-columns: 1fr 560px;
	gap: 40px;
}
.p-susaction-intro-block__item:first-child {
	display: grid;
	place-content: center;
}

.p-susaction1-block {
	grid-template-columns: 1fr 480px;
	gap: 40px;
}

.p-susaction-block {
	grid-template-columns: 480px 1fr;
	gap: 40px;
}

#action1 {
	padding-top: 160px;
	background: url(/assets/img/sustainability/action/bg_action1_pc.jpg) no-repeat center top/100% auto;
}

.p-susaction2-block {
	grid-template-columns: 1fr 96px 1fr;
	align-items: center;
	gap: 52px;
}
.p-susaction2-block__item {
	margin-top: -32px;
}

.p-susaction2-note .c-list__item {
	padding-left: 1.75em;
	text-indent: -1.75em;
}
.p-susaction2-note .c-list__item + .c-list__item {
	margin-top: 8px;
}

#action3 {
	background: url(/assets/img/sustainability/action/bg_action3_pc.jpg) no-repeat center 494px/100% auto;
}

.p-susaction3-img {
	margin: 110px auto 40px;
}

.p-susaction3-img__logo {
	width: 240px;
	margin: 0 auto;
}

.p-susaction3-img__bnr {
	margin: 30px auto 0;
	max-width: 338px;
	background-color: #fff;
}
.p-susaction3-img__bnr a {
	opacity: 1;
	transition: opacity 0.3s;
}

.p-susaction-video {
	margin-top: 60px;
}
.p-susaction-video__thumb {
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s;
}

.p-susaction-bnr {
	margin: 60px auto 0;
	max-width: 338px;
}
.p-susaction-bnr a {
	opacity: 1;
	transition: opacity 0.3s;
}

.p-csr__lead {
	background-image: url("/assets/img/sustainability/bg_csr-lead.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.no-webp .p-csr__lead {
	background-image: url("/assets/img/sustainability/bg_csr-lead.jpg");
}

.p-csr__heading {
	font-size: 2.25rem;
}
.p-csr__heading .-sub {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}
.p-csr__heading.-light {
	color: #fff;
}

.p-csr__bnr {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background-color: #2d4e96;
	color: #fff;
}

.p-csr__bnr-text {
	margin-left: 70px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.p-csr__bnr-btn {
	margin-left: 70px;
	font-weight: bold;
}

.p-csr-link {
	margin-top: 80px;
	position: relative;
}

.p-csr-link__list {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 40px;
}

.p-csr-link__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 272px;
	height: 272px;
	padding: 15px 15px 25px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s;
}
.p-csr-link__item + .p-csr-link__item {
	margin-left: 48px;
}

.p-csr-link__bg {
	position: absolute;
	left: 0;
	top: 0;
}

.p-csr-link__text {
	margin-top: 10px;
	color: #2d4e96;
	font-size: 1.125rem;
	font-weight: bold;
}

.p-csr-link__arrow {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	background-color: #d4ddea;
	border-radius: 50%;
	color: #fff;
	transition: background-color 0.3s;
}
.p-csr-link__arrow svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.p-csr-slide {
	overflow: hidden;
	position: relative;
}

.swiper-button-prev, .swiper-button-next {
	z-index: 2;
	position: absolute;
	top: calc(50% - 50px);
	width: 100px;
	height: 100px;
}
.swiper-button-prev::after, .swiper-button-next::after {
	display: none;
}

.p-csr-slide__button {
	display: inline-flex;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	transition: opacity 0.3s;
}

.swiper-button-prev {
	left: calc(50% - 50px - 515px);
}
.swiper-button-prev img {
	transform: rotate(180deg);
}

.swiper-button-next {
	left: calc(50% - 50px + 515px);
}

.p-csr-slide__outer {
	width: 100%;
	min-width: 992px;
	height: 690px;
}

.p-csr-slide__item {
	width: -moz-fit-content;
	width: fit-content;
}
.p-csr-slide__item.-w1813 {
	width: 1813px;
}
.p-csr-slide__item.-w1815 {
	width: 1815px;
}
.p-csr-slide__item picture {
	height: 100%;
	max-width: none;
}
.p-csr-slide__item img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: auto;
}

.p-diversity__dl {
	display: flex;
	margin-top: 40px;
	/*align-items: flex-start;*/
}
.p-diversity__dl + .p-diversity__dl {
	margin-top: 20px;
}
.p-diversity__dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	flex-shrink: 0;
	width: 208px;
	height: 138px;
	background: #2d4e96;
	border-radius: 6px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.p-diversity__dl .small_dt {
	height: 85px;
}
.p-diversity__dl .big_dt {
	height: 188px;
}
.p-diversity__dl dt > span {
	font-size: 3.5rem;
}
.p-diversity__dl dd {
	padding-left: 40px;
	width: 100%;
}
.p-diversity__dl .p-diversity__dd{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.p-diversity__head {
	margin-top: 24px;
	margin-bottom: 0;
	position: relative;
	color: #2d4e96;
}
.p-diversity__head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #2d4e96;
}
.p-diversity__head > span {
	position: relative;
	padding-right: 16px;
	background: #edf3f7;
	color: inherit;
	font-size: 1.25rem;
	font-weight: bold;
}

.p-env {
	margin-top: 80px;
}

.p-env__inner {
	padding: 40px 40px 60px;
	background: #edf3f7;
}

.p-env__head {
	margin-top: -68px;
	padding: 16px;
	background: #2d4e96;
	border-radius: 99em;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
}
.p-env__head > .-small {
	font-size: 1rem;
}

.p-mate__item {
	display: flex;
	align-items: stretch;
	padding: 16px 10px;
	background: #edf3f7;
	border: 1px solid #2d4e96;
	color: #2d4e96;
}
.p-mate__item.-accent {
	background: #2d4e96;
	color: #fff;
}
.p-mate__item + .p-mate__item {
	margin-top: 20px;
}

.p-mate__head {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 90px;
	font-size: 2.0625rem;
	font-weight: 500;
}

.p-mate__body {
	display: flex;
	align-items: center;
	width: 100%;
	padding-left: 36px;
	border-left: 1px solid currentColor;
	font-size: 1.125rem;
}

.p-mate.-arrow {
	margin: auto;
	background: #2d4e96;
	width: 62px;
	height: 64px;
	position: relative;
}
.p-mate.-arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 68px);
	width: 0;
	height: 0;
	border-top: 44px solid #2d4e96;
	border-left: 68px solid #fff;
	border-right: 68px solid #fff;
	border-bottom: none;
}

.p-hesg {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 25%);
}

.p-hesg__link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 423px;
	padding: 0 45px 30px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

.p-hesg__bg {
	position: absolute;
	left: 0;
	top: 0;
}
.p-hesg__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-hesg__bg::after {
	content: "";
	background-color: transparent;
	transition: background-color 0.3s;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.p-hesg__bg::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.p-hesg__head {
	position: relative;
}
.p-hesg__head > span {
	display: block;
	text-align: center;
}

.p-hesg__en {
	font-size: 64px;
	font-weight: bold;
}

.p-hesg__title {
	margin-top: 10px;
	font-size: 1.5rem;
	font-weight: bold;
}

.p-hesg__lead {
	margin-top: 10px;
	margin-left: -20px;
	margin-right: -20px;
	font-size: 1.125rem;
}

.p-hesg__body {
	position: relative;
	margin-top: 10px;
	font-size: 1rem;
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease-in-out;
}
.p-hesg__body > * {
	transform: translateY(100%);
	transition: transform 0.2s ease-in-out, opacity 0.5s ease-in-out;
	opacity: 0;
}

.p-hesg__btn {
	position: relative;
	margin-top: 20px;
}
.p-hesg__btn > span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: 1px solid currentColor;
	font-size: 0.875rem;
}
.p-hesg__btn svg {
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	fill: currentColor;
}

.p-hesg__list {
	height: calc(100% - 423px);
	min-height: 280px;
	margin-top: 1px;
	padding: 25px 20px;
	background: #E8EDF2;
}

.p-hesg__item {
	position: relative;
	padding-left: 1.5em;
}
.p-hesg__item::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 10px;
	height: 1px;
	background: #2394D2;
}
.p-hesg__item + .p-hesg__item {
	margin-top: 10px;
}
.p-hesg__item a {
	color: #2d4e96;
	text-decoration: none;
	font-size: 1rem;
}
.p-hesg__item a:hover {
	text-decoration: underline;
}
.p-hesg__block.-cat-h .p-hesg__bg::before {
	background: linear-gradient(to top, #41afd7 40px, rgba(65, 175, 215, 0));
}
.p-hesg__block.-cat-h .p-hesg__list {
	background: #E0F2FB;
}

.p-healthy {
	display: flex;
	padding: 30px 26px;
	background: var(--bg-all);
	border: 1px solid var(--line);
	color: var(--text);
}
.p-healthy.-red {
	--bg-all: #FFEDF1;
	--bg-item: #FFD1DA;
	--line: #F07E94;
	--accent: #F07E94;
	--text: #CB616D;
}
.p-healthy.-blue {
	--bg-all: #EDF3F7;
	--bg-item: #D4DDEA;
	--line: #8E9EBF;
	--accent: #2D4E96;
	--text: #2F5094;
}
.p-healthy + .p-healthy {
	margin-top: 20px;
}

.p-healthy__head {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 250px;
	background: var(--accent);
	color: #fff;
	font-size: 1.5rem;
}

.p-healthy__body {
	width: 100%;
	padding-left: 30px;
}

.p-healthy__item {
	position: relative;
	width: calc(100% - 30px);
	padding: 16px 20px;
	background: var(--bg-item);
	font-weight: bold;
	font-size: 1.125rem;
}
.p-healthy__item .-sub {
	font-weight: normal;
	font-size: 1rem;
	margin-left: 16px;
}
.p-healthy__item::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	width: 30px;
	height: 100%;
	background: var(--bg-item);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-healthy__item + .p-healthy__item {
	margin-top: 10px;
}
.p-healthy__item.-half {
	width: calc(50% - 30px);
	margin-left: auto;
	margin-right: 30px;
	background: #fff;
}
.p-healthy__item.-half::after {
	background: #fff;
}
.p-healthy__item.bg_white{
    background: #fff;
}
.p-healthy__item.bg_white::after{
    background: #fff;
}

.p-value {
	position: relative;
	margin-top: 80px;
	padding: 80px 0;
	background-image: url("/assets/img/sustainability/bg_social-value.webp");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.no-webp .p-value {
	background-image: url("/assets/img/sustainability/bg_social-value.jpg");
}
.p-value::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 107, 181, 0.85);
}

.p-value__inner {
	position: relative;
	width: 884px;
	margin: auto;
}

.p-value__box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	border: 1px solid #fff;
}

.p-value__item {
	width: 33.3333333333%;
	display: grid;
	place-content: center;
	min-height: 250px;
	padding: 20px;
	border-right: 1px solid #fff;
	text-align: center;
}

.p-value__lead > span {
	font-size: 2.9375rem;
	font-weight: bold;
}
.p-value__lead > .-sub {
	font-size: 1.25rem;
}

.p-value__desc {
	margin-top: 8px;
	font-size: 1.125rem;
	font-weight: bold;
}

.p-sdgs {
	padding: 32px 56px 40px;
	background: #edf3f7;
}
.p-sdgs + .p-sdgs {
	margin-top: 40px;
}

.p-sdgs__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid #cfd1db;
}

.p-sdgs__name {
	color: #2d4e96;
	font-size: 1.5rem;
	padding-right: 16px;
}

.p-svgs__list {
	display: flex;
	flex-shrink: 0;
}

.p-svgs__item + .p-svgs__item {
	margin-left: 5px;
}

.p-sdgs__body {
	margin-top: 40px;
}

.p-sdgs__body.-clm2 {
	display: flex;
}

.p-sdgs__text {
	width: 100%;
}

.p-sdgs__img {
	flex-shrink: 0;
	width: 256px;
	padding-right: 48px;
}
.p-sdgs__img figcaption {
	display: block;
	margin-top: 8px;
	font-size: 0.875rem;
	line-height: 1.5;
}
.p-sdgs__img img {
	margin: auto;
}
.p-sdgs__img figure + figure {
	margin-top: 20px;
}

.p-process {
	/*background-color: #FBFBFB;*/
}
.p-process-box {
	background: #E5F0FA;
	padding: 56px;
}
.p-process-ttl01 {
	text-align: center;
	padding: 10px 50px;
	border-radius: 40px;
	background: #2d4e96;
	color: #fff;
	font-size: 24px;
	max-width: 420px;
	margin: 0 auto 30px;
}
.p-process-ttl01.-plus {
	position: relative;
}
.p-process-ttl01.-plus::after {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url(/assets/img/sustainability/icn-plus.svg) no-repeat;
}
.p-process-ttl02 {
	text-align: center;
	color: #2d4e96;
	font-size: 24px;
	padding-top: 40px;
	border-top: 1px solid #2D4E96;
}
.p-process-ttl03 {
	text-align: center;
	color: #2d4e96;
	font-size: 28px;
	margin-top: 30px;
}
.p-process-ttl-marker {
	text-align: center;
	font-size: 24px;
	color: #14599F;
	font-weight: bold;
}
.p-process-ttl-marker.-orange {
	color: #C24630;
}
.p-process-ttl-marker.process-line {
	position: relative;
}
.p-process-ttl-marker.process-line::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	background-color: #E5F0FA;
	z-index: 5;
}
.p-process-ttl-marker.process-line.-lineactive::after {
	width: 0;
	transition: all 1.8s;
}
.p-process-ttl-marker span {
	display: inline-block;
	position: relative;
	color: #000;
	padding: 10px 20px;
	margin: 0 10px;
	z-index: 2;
}
.p-process-ttl-marker span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	border: 4px solid #14599F;
	z-index: -1;
}
.p-process-ttl-marker.-orange span::after {
	border: 4px solid #C24630;
}
.p-process-block__link {
	display: flex;
	text-decoration: none;
	color: #000;
}
.p-process-block__fig {
	flex: 0 0 120px;
	margin-right: 20px;
}
.p-process-block__title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.p-process-list {
	margin-top: 30px;
}
.p-process-list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px 0px rgba(45, 78, 150, 0.1);
}
.p-process-list li p {
	color: #14599F;
	font-weight: bold;
	margin-top: 20px;
}
.p-process-output .c-text {
	text-align: center;
}
.p-process-output .c-text.-output02 {
	color: #CB5D55;
}
.p-process-output .c-text.-output03 {
	color: #6C8B90;
}
.p-process-outcome {
	position: relative;
	padding: 0 0 100px;
	z-index: 2;
}
.p-process-outcome .process-outcome-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	background: url(/assets/img/sustainability/bg_process.png) center top;
	background-size: cover;
	z-index: -1;
	/*transition: all 1.5s;
	opacity: 0;
	transform: translateY(300px);*/
}
.p-process-outcome .process-outcome-bg.-bgactive {
	transition: all 1.5s;
	opacity: 1;
	transform: translateY(0);
}
.p-process-outcome .p-process-list li {
	flex: 0 0 310px;
	height: 270px;
	text-align: center;
}
.p-process-outcome .p-process-list li p {
	color: #337DBA;
}
.p-process-outcome-philosophy {
	margin-top: 25px;
	position: relative;
	padding: 40px;
    text-align: left;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 10px 0px rgba(45, 78, 150, 0.1);
}
.p-process-outcome-philosophy .p-process-ttl01 {
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	margin: auto;
}
.p-process-outcome-ttl {
}

.p-process-outcome-ttl .c-block.heading{
    grid-template-columns: 208px 1fr;
	gap: 56px;
}

.p-process-outcome-ttl .c-block.heading .c-heading.-label{
font-size: 35px;
    color: #2F5094;
        margin-top: 19px;
}

.p-process-outcome-ttl span {
	padding: 10px 0;
    display: block;
    font-size: 16px;
    
}
@media screen and (max-width: 767px){
    .p-process-outcome-ttl .c-block.heading{
            grid-template-columns: 100%;
        gap: 0;
}
   .p-process-outcome-ttl .c-block.heading .c-heading.-label{
        font-size: 2rem;
        margin-top: 0;
} 
.c-button-wrap__item.-center{
    width: 100%;
}
}

.p-process-outcome-ttl .process-outcome-line {
	position: relative;
	font-weight: bold;
	color: #fff;
	font-size: 48px;
	display: block;
	/*margin: 10px auto 0;*/
	padding: 5px 20px;
	z-index: 2;
    background-color: #000000;
    text-align: center;
}
.p-process-outcome-ttl .process-outcome-line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 100%;
	background: #000;
	transition: all 0.8s;
	z-index: -1;
}
.p-process-outcome-ttl .process-outcome-line.-lineactive {
	position: relative;
}
.p-process-outcome-ttl .process-outcome-line.-lineactive::after {
	width: 100%;
}

.js-swing {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.5s;
}
.js-swing.-swingactive {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.5s;
}
.p-set-ttl {
	background: #2d4e96;
	color: #fff;
	padding: 20px;
}
.p-set-item {
	border: 1px solid #D3D4DD;
	background: #fff;
	padding: 20px;
	height: 100%;
}

.p-gradation-arrow {
	margin: 40px 0 0;
	height: 40px;
	position: relative;
}
.p-gradation-arrow::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 40px;
	background: url(/assets/img/sustainability/icn_gradation-arrow.svg) no-repeat;
}

.p-scenario {
	display: grid;
	grid-template: "head01 head02" max-content "list01 list02" max-content "body01 body02" max-content "bar bar" max-content/50% 50%;
}

.p-scenario__head {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: head01;
	padding: 12px 20px;
	background: #E5E400;
	color: #000;
	font-size: 1.25rem;
}

.p-scenario > .p-scenario__head {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.p-scenario__head.-c2_7 {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: head02;
	background: #000;
	color: #fff;
}
.p-scenario > .p-scenario__head.-c2_7 {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.p-scenario__list {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: list01;
}
.p-scenario__list.-c2_7 {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-area: list02;
}

.p-scenario__body {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: body01;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #cfd1db;
}
.p-scenario__body.-c2_7 {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
	grid-area: body02;
}

.p-scenario__head02 {
	margin: 0;
}

.p-scenario__bar {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: bar;
	margin-top: 40px;
	padding: 20px;
	background: #edf3f7;
	text-align: center;
}

.p-sus-arrow {
	position: relative;
}

.p-sus-arrow__item {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 100px solid #edf3f7;
	border-right: 118px solid transparent;
	border-left: 118px solid transparent;
}

.p-box_ma.bg-white {
	padding: 50px 50px;
	background-color: #fff;
}
.p-box_ma.bg-white .c-heading.-lv03 {
	padding-bottom: 0;
	border-bottom: 0 !important;
}



.u-c-primary {
	color: #2d4e96;
}

.u-c-accent01 {
	color: #2394d2 !important;
}

.u-c-accent06 {
	color: #f07e94 !important;
}

.u-dn-pc {
	display: none !important;
}

.u-dn-pc-ib {
	display: none !important;
}

.u-dn-pc-i {
	display: none !important;
}

.u-dn-pc-f {
	display: none !important;
}

.u-dn-sp {
	display: block !important;
}

.u-dn-sp-ib {
	display: inline-block !important;
}

.u-dn-sp-i {
	display: inline !important;
}

.u-dn-sp-f {
	display: flex !important;
}

.u-db {
	display: block !important;
}

.u-ib {
	display: inline-block !important;
}

.u-i {
	display: inline !important;
}

.u-f {
	display: flex !important;
}

.u-f-normal {
	font-weight: normal !important;
}

.u-f-bold {
	font-weight: bold !important;
}

.u-mt0 {
	margin-top: 0px !important;
}
.u-mt8 {
	margin-top: 8px !important;
}
.u-mt16 {
	margin-top: 16px !important;
}
.u-mt24 {
	margin-top: 24px !important;
}
.u-mt32 {
	margin-top: 32px !important;
}
.u-mt40 {
	margin-top: 40px !important;
}
.u-mt48 {
	margin-top: 48px !important;
}
.u-mt56 {
	margin-top: 56px !important;
}
.u-mt64 {
	margin-top: 64px !important;
}
.u-mt72 {
	margin-top: 72px !important;
}
.u-mt80 {
	margin-top: 80px !important;
}
.u-mt88 {
	margin-top: 88px !important;
}
.u-mt96 {
	margin-top: 96px !important;
}
.u-mt104 {
	margin-top: 104px !important;
}
.u-mt112 {
	margin-top: 112px !important;
}
.u-mt120 {
	margin-top: 120px !important;
}
.u-mt128 {
	margin-top: 128px !important;
}
.u-mt136 {
	margin-top: 136px !important;
}
.u-mt144 {
	margin-top: 144px !important;
}
.u-mt152 {
	margin-top: 152px !important;
}
.u-mt4 {
	margin-top: 4px !important;
}
.u-mt12 {
	margin-top: 12px !important;
}
.u-mt20 {
	margin-top: 20px !important;
}
.u-mt30 {
	margin-top: 30px !important;
}
.u-m-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-ml8 {
	margin-left: 8px !important;
}

.u-ml16 {
	margin-left: 16px !important;
}

.u-ml8 {
	margin-left: 24px !important;
}

.u-pd0 {
	padding: 0 !important;
}

.u-sr {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}

.u-ta-l {
	text-align: left !important;
}
.u-ta-c {
	text-align: center !important;
}
.u-ta-r {
	text-align: right !important;
}

.u-w100 {
	width: 100%;
}

@media screen and (max-width: 1510px){
	.p-pagelist__item.-company .p-pagelist__bg img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media screen and (max-width: 1366px){
	.p-home-csr__heading {
		left: 0;
	}
}

@media screen and (max-width: 767px){
	sup {
		font-size: 10px;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	.l-footer__inner {
		padding: 66px 26px 52px;
	}
	.l-header {
		height: 60px;
	}
	.l-header__inner {
		min-width: 0;
	}
	.l-header__logo {
		padding: 16px 0 0 14px;
	}
	.l-header__logo img {
		width: 152px;
	}
	.l-header__logo .logo__purpose img {
		width: 88px;
	}
	.l-header__nav {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		background: #2d4e96;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s, visibility 0.3s;
        pointer-events: none;
	}
	.l-header__nav.is-show {
		opacity: 1;
		visibility: visible;
        pointer-events: all;
	}
	.l-header__nav-inner {
		flex-direction: column;
	}
	.l-header__nav-btn {
		display: block;
		position: relative;
		z-index: 20;
	}
	.l-header__nav-btn button {
		display: block;
		width: 60px;
		height: 60px;
		background: #2d4e96;
	}
	.l-header__nav-btn span {
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 22px;
		transition: transform 0.3s, background 0.3s;
	}
	.l-header__nav-btn span:nth-child(1) {
		top: 24px;
	}
	.l-header__nav-btn span:nth-child(2) {
		top: 30px;
	}
	.l-header__nav-btn span:nth-child(3) {
		top: 36px;
	}
	.l-header__nav-btn.is-active, .l-header__nav-btn.is-scroll {
		position: fixed;
		right: 0;
		top: 0;
	}
	.l-header__nav-btn.is-active button, .l-header__nav-btn.is-scroll button {
		background-color: #2d4e96;
	}
	.l-header__nav-btn.is-active span, .l-header__nav-btn.is-scroll span {
		background: #fff;
	}
	.l-header__nav-btn.is-active span:nth-child(1), .l-header__nav-btn.is-scroll span:nth-child(1) {
		transform: rotate(45deg);
		top: 30px;
	}
	.l-header__nav-btn.is-active span:nth-child(2), .l-header__nav-btn.is-scroll span:nth-child(2) {
		display: none;
	}
	.l-header__nav-btn.is-active span:nth-child(3), .l-header__nav-btn.is-scroll span:nth-child(3) {
		transform: rotate(-45deg);
		top: 30px;
	}
     .l-header__logo .l-header__link.logo__purpose{
	padding: 8px 10px 0 20px;
}
    .p-purpose .l-header__logo .l-header__link.logo__purpose, .p-home .l-header__logo .l-header__link.logo__purpose{
	padding: 8px 10px 0 20px;
}
	.l-main {
		padding-bottom: 46px;
	}
	.c-align.-right-center {
		text-align: center;
	}
	.c-align.-center-left {
		text-align: left;
	}
	.c-align.-left-center {
		text-align: center;
	}
	.c-text + .c-align {
		margin-top: 24px;
	}
	.c-banner.-fit {
		width: 100%;
	}
	.c-box {
		padding: 20px;
	}
	.c-box.-small {
		padding: 10px;
	}
	.c-box.-xsmall {
		padding: 10px;
	}
	.c-box__inner.-short {
		width: 100%;
	}
	.c-block {
		grid-template-columns: 100%;
		gap: 24px;
	}
	.c-block.-half,
	.c-block.-w300 {
		grid-template-columns: 100%;
		gap: 24px;
	}
	.c-block.-half.-gap1-pc,
	.c-block.-w300.-gap1-pc {
		gap: 24px;
	}
	.c-block.-half.-gap12-pc,
	.c-block.-w300.-gap12-pc {
		gap: 24px;
	}
	.c-block.-square-img {
		display: block;
	}
	.c-block.-square-img:last-child {
		border-bottom: none;
	}
	.c-block.-square-img .c-block__item:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.c-block.-square-img .c-block__item:nth-child(1) img {
		width: 180px;
		margin: auto;
	}
	.c-block.-square-img .c-block__item:nth-child(2) {
		margin-top: 30px;
	}
	.c-block.-three-clm {
		grid-template-columns: 100%;
		gap: 24px;
	}
	.c-block.-four-clm {
		grid-template-columns: 100%;
		gap: 24px;
	}
	.c-block.-one-clm.governance {
		gap: 30px;
	}
	.c-block.-one-clm.governance .c-box.-arrow::after {
		top: auto;
		right: 50%;
		bottom: -20px;
		left: auto;
		width: 0;
		height: 0;
		margin-top: 0;
		margin-right: -30px;
		border-top: 20px solid transparent;
		border-bottom: 0;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent !important;
	}
	.c-block.-one-clm.governance .c-box:nth-child(1).-arrow::after {
		border-top: 20px solid #CDDFEC;
	}
	.c-block.-one-clm.governance .c-box:nth-child(2).-arrow::after {
		border-top: 20px solid #7487A0;
	}
	.c-block.-reverse {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 0;
	}
	.c-block.-reverse > .c-block__item:not(:last-child) {
		margin-top: 24px;
	}
	.c-block.-half-grid {
		grid-template-columns: 100%;
		gap: 40px;
	}
	.c-block.-half-grid.-reverse > .c-block__right {
		grid-row: 1;
	}
	.c-block.-half-grid-left {
		grid-template-columns: 100%;
		gap: 40px;
	}
	.c-block.-border {
		padding: 20px 26px;
	}
	.c-block.-aside {
		display: block;
		padding: 30px 40px;
	}
	.c-block.-aside .c-text {
		font-size: 0.75rem;
	}
	.c-block.-aside .c-block__item:nth-child(1) {
		width: 100%;
		max-width: none;
	}
	.c-block.-aside .c-block__item:nth-child(2) {
		margin-left: 0;
		margin-top: 20px;
	}
	.c-block.-aside.-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.c-block.-aside.-reverse .c-block__img {
		max-width: 260px;
	}
	.c-block.-aside.-reverse .c-block__item:nth-child(1) {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.c-block.-aside.-reverse .c-block__item:nth-child(2) {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	.c-block.-flexible {
		display: block;
		margin-top: 40px;
	}
	.c-block.-flexible:last-child {
		border-bottom: none;
	}
	.c-block.-flexible .c-block__item:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.c-block.-flexible .c-block__item:nth-child(1) img {
		margin: auto;
	}
	.c-block.-flexible .c-block__item:nth-child(2) {
		margin-left: 0;
		margin-top: 30px;
	}
	.c-bread__list {
		padding: 10px 8px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.c-bread__item:last-child {
		padding-right: 10px;
	}
	.c-button.-s-small {
		min-width: 160px;
		width: auto;
		height: 40px;
	}
	.c-button.-s-normal {
		min-width: 170px;
		width: auto;
		height: 46px;
		padding: 0 40px;
	}
	.c-button.-s-large {
		width: 100%;
		padding: 0 20px;
	}
	.c-button.-s-xlarge {
		width: 100%;
		height: 80px;
		padding: 0 20px;
	}
	.c-button.-s-auto {
		height: 46px;
		padding: 0 30px;
	}
	.c-button.-s-auto-small {
		height: 40px;
		padding: 0 30px;
	}
	.c-button.-s-fixed {
		min-width: 256px;
		width: auto;
		padding: 0 40px;
	}
	.c-button.-h-tall {
		min-height: 60px;
		height: auto;
	}
	.c-button.-fz-large {
		font-size: 1rem;
	}
	.c-button.-fz-small {
		font-size: 0.875rem;
	}
	.c-button.-align-left {
		padding: 10px 60px 10px 16px;
	}
	.c-button.-stick + .c-button.-stick {
		border-top: none;
	}
	.c-button__download.-large {
		right: 22px;
		top: calc(50% - 7px);
		width: 14px;
		height: 14px;
	}
	.c-button.-color {
		padding: 5px 48px 5px 20px;
		min-height: 60px;
		height: auto;
		width: 100%;
		font-size: 0.875rem;
	}
	.c-button.-mini {
		min-width: 0;
		padding: 4px 12px;
		font-size: 0.75rem;
	}
	.c-button.-mini .c-button__icon {
		width: 10px;
		height: 10px;
	}
	.c-button-wrap {
		width: 100%;
		justify-content: center;
	}
	.c-button-wrap__item {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.c-button-wrap__item + .c-button-wrap__item {
		margin-top: 10px;
		margin-left: 0;
	}
	.c-button-wrap.-s-4 {
		grid-template-columns: 100%;
		gap: 0;
	}
	.c-button-wrap.-s-3 {
		grid-template-columns: 100%;
		gap: 0;
	}
	.c-card__title {
		font-size: 1rem;
	}
	.c-card.-img {
		max-width: none;
	}
	.c-card.-img .c-card__img {
		height: 100%;
	}
	.c-card.-img .c-card__fig {
		flex-shrink: 0;
	}
	.c-card.-img .c-card__fig img {
		width: 145px;
		height: 90px;
	}
	.c-card.-img .c-card__link {
		display: flex;
		align-items: center;
	}
	.c-card.-img .c-card__title {
		width: 100%;
		margin-top: 0;
		margin-left: 26px;
		font-size: 1rem;
	}
	.c-card.-bg {
		max-width: none;
	}
	.c-card.-bg .c-card__img {
		height: 100%;
	}
	.c-card.-bg .c-card__fig {
		height: 100%;
		flex-shrink: 0;
	}
	.c-card.-bg .c-card__fig img {
		width: 145px;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.c-card.-bg .c-card__link {
		display: flex;
		align-items: center;
		height: 90px;
	}
	.c-card.-bg .c-card__title {
		width: 100%;
		font-size: 1rem;
	}
	.c-card.-flex .c-card__link {
		height: 77px;
	}
	.c-card.-flex .c-card__fig img {
		width: 91px;
	}
	.c-card.-flex .c-card__title {
		font-size: 1rem;
	}
	.c-card.-company .c-card__body,
	.c-card.-sustainability .c-card__body {
		margin-top: 10px;
		padding-left: 10px;
	}
	.c-card.-company .c-card__title,
	.c-card.-sustainability .c-card__title {
		font-size: 1rem;
	}
	.c-card.-company .c-card__sub,
	.c-card.-sustainability .c-card__sub {
		font-size: 0.875rem;
	}
	.c-card.-company .c-card__img, .c-card.-company .c-card__img img,
	.c-card.-sustainability .c-card__img,
	.c-card.-sustainability .c-card__img img {
		-o-object-fit: cover;
		   object-fit: cover;
		height: 160px;
	}
	.c-container.-space-l {
		--pd-t: 40px;
		--pd-b: 40px;
	}
    .c-container.-space-xl {
		--pd-t: 60px;
		--pd-b: 60px;
	}
	.c-container.-mt-l {
		--mt: 80px;
	}
	.c-container.-mt-m {
		--mt: 80px;
	}
	.c-container.-mt-ms {
		--mt: 40px;
	}
	.c-container.-mt-s {
		--mt: 40px;
	}
	.c-container__inner {
		padding: 0 26px;
	}
	.c-container__inner + .c-container__inner {
		margin-top: 40px;
	}
	.c-container__body {
		--mt: 30px;
	}
	.c-container__body.-bg-light {
		--pd: 20px 13px 40px;
	}
	.c-container__body.-bg-secondary {
		--pd: 40px 25px;
	}
	.c-container__body.-border {
		--pd: 40px 25px;
	}
	.c-detail__head {
		font-size: 0.875rem;
	}
	.c-detail__text {
		padding: 20px 13px;
	}
	.c-detail__icon {
		width: 66px;
	}
	.c-detail__body {
		padding: 20px 13px;
	}
	.c-detail.-content .c-detail__text {
		font-size: 1rem;
		padding: 20px 13px;
	}
	.c-detail.-content .c-detail__body {
		padding: 40px 16px;
	}
	.c-detail.-faq .c-detail__text {
		padding-left: 60px;
	}
	.c-detail.-faq .c-detail__q {
		left: 13px;
		font-size: 1.125rem;
	}
	.c-detail.-faq .c-detail__body {
		padding-left: 60px;
	}
	.c-detail.-faq .c-detail__a {
		top: 18px;
		left: 13px;
		font-size: 1.125rem;
	}
	.c-detail-list {
		font-size: 0.875rem;
	}
	.c-detail-list .c-detail-list__list {
		display: block;
		padding: 16px 0;
	}
	.c-detail-list .c-detail-list__head {
		width: 100%;
	}
	.c-detail-list .c-detail-list__body {
		padding-left: 0;
		margin-top: 10px;
	}
	.c-detail-list.-clm2 {
		font-size: 1.125rem;
		grid-template-columns: 100%;
		font-size: 0.875rem;
	}
	.c-detail-list.-clm2 .c-detail-list__list {
		display: flex;
		padding: 16px 0;
	}
	.c-detail-list.-clm2 .c-detail-list__list:nth-child(odd) {
		padding-right: 0;
	}
	.c-detail-list.-clm2 .c-detail-list__list:nth-child(even) {
		padding-left: 0;
	}
	.c-detail-list.-clm2 .c-detail-list__body {
		margin-top: 0;
	}
	.c-detail-list.-clm3 .c-detail-list__head {
		width: 100%;
	}
	.c-detail-list.-clm3 .c-detail-list__head + .c-detail-list__body {
		width: 100%;
	}
	.c-detail-list.-clm3 .c-detail-list__body + .c-detail-list__body {
		margin-left: 0;
	}
	.c-detail-list.-wide.-narrow {
		gap: 10px;
	}
	.c-detail-list.-wide {
		grid-template-columns: 100%;
	}
	.c-detail-list.-wide .c-detail-list__body {
		margin-top: 0;
	}
	.c-flex {
		display: block;
	}
	.c-flex .-ml56 {
		margin-left: 0;
		margin-top: 32px;
	}
	.c-flex .-w208 {
		width: 100%;
	}
	.c-container__body + .c-heading {
		margin-top: 30px;
	}
	.c-heading.-lv02 {
		font-size: 1.25rem;
		padding-bottom: 18px;
	}
	.c-heading.-lv02::after {
		width: 67px;
	}
	.c-heading.-lv02.-sub {
		display: block;
	}
	.c-heading.-lv02.-sub > span {
		margin-left: 0;
		font-size: 0.875rem;
	}
	.c-heading.-small {
		font-size: 1.125rem;
	}
	.c-heading.-small.-light {
		padding-bottom: 12px;
	}
	.c-heading.-lv03 {
		font-size: 1.125rem;
		padding-left: 36px;
	}
	.c-heading.-lv03::before {
		width: 26px;
		top: 12px;
	}
	.c-heading.-lv03-noline {
		font-size: 1.125rem;
	}
	.c-heading.-lv04 {
		font-size: 1.125rem;
	}
	.c-heading.-lv04-mark {
		font-size: 1.125rem;
	}
	.c-heading.-lv04-mark::before {
		top: 5px;
	}
	.c-heading.-label {
		font-size: 1rem;
	}
	.c-heading.-lead {
		padding: 0 0 0 26px;
		font-size: 1.125rem;
	}
	.c-heading.-bg-center.-flex {
		padding: 20px 12px;
	}
	.c-heading.-bg-center.-small {
		font-size: 1rem;
	}
	.c-heading.-bg-center {
		font-size: 1.125rem;
	}
	.c-heading.-bg {
		padding: 10px;
		font-size: 1.125rem;
	}
	.c-heading.-center {
		font-size: 1.25rem;
	}
	.c-heading__link-icon {
		width: 16px;
		height: 16px;
	}
	.c-imgbox__img, .c-imgbox__img img {
		width: 100%;
	}
	.c-imgbox__img.-w300, .c-imgbox__img img.-w300 {
		max-width: 300px;
	}
	.c-imgbox__img.-w200, .c-imgbox__img img.-w200 {
		max-width: 200px;
	}
	.c-imgbox__img.-w150, .c-imgbox__img img.-w150 {
		max-width: 150px;
	}
	.c-imgbox__img.-w100, .c-imgbox__img img.-w100 {
		max-width: 100px;
	}
	.c-imgbox__caption {
		margin-top: 8px;
		font-size: 0.75rem;
	}
	.c-imgbox.-border .c-imgbox__inner {
		padding: 40px 13px;
	}
	.c-imgbox.-scroll img {
		width: 800px;
		max-width: none;
	}
	.c-info + .c-info {
		margin-top: 30px;
	}
	.c-info__list {
		margin-top: 20px;
	}
	.c-info__item {
		padding-right: 0;
		padding-bottom: 16px;
	}
	.c-info__item + .c-info__item {
		padding-top: 16px;
	}
	.c-info__item.-sub {
		margin-top: -20px;
		padding-left: 30px;
		padding-top: 0;
	}
	.c-info__item.-sub::before {
		left: 10px;
		top: 0;
	}
	.c-info__head {
		min-height: 0;
	}
	.c-info__date {
		font-size: 0.75rem;
	}
	.c-info__category {
		width: 70px;
		padding: 6px 10px;
		font-size: 0.75rem;
	}
	.c-info__body {
		margin-top: 12px;
		height: auto;
	}
	.c-info__link {
		font-size: 0.875rem;
		line-height: 1.67;
	}
	.c-info__pdf {
		position: relative;
		top: 2px;
		margin-left: 20px;
		font-size: 0.75rem;
	}
	.c-info__icon-pdf {
		width: 15px;
		height: 15px;
	}
	.c-info__icon-ext {
		width: 13px;
		height: 13px;
		fill: #000;
	}
	.p-info__more {
		margin-top: 30px;
	}
	.c-info__pdf-size {
		font-size: 0.75rem;
	}
	.c-info.-irtop .c-info__item {
		display: block;
	}
	.c-info.-irtop .c-info__date {
		color: #000;
	}
	.c-info.-irtop .c-info__body {
		margin-top: 12px;
		margin-left: 0;
	}
	.c-info.-irtop .c-info__link {
		color: #000;
		font-size: 0.875rem;
	}
	.c-link__icon-pdf {
		top: 2px;
		width: 15px;
		height: 15px;
	}
	.c-link__icon-blank {
		width: 10px;
		height: 10px;
	}
	.c-link__icon-arrow {
		width: 10px;
		height: 10px;
	}
	.c-list.-li-mt40-pc > .c-list__item + .c-list__item {
		margin-top: 20px;
	}
	.c-list.-circle > .c-list__item::before {
		top: 12px;
	}
	.c-list.-circle-light > .c-list__item::before {
		width: 6px;
		height: 6px;
		top: 10px;
	}
	.c-list.-box-num-white > .c-list__item {
		grid-template-columns: 40px 1fr;
		gap: 16px;
		min-height: 60px;
		padding-right: 16px;
	}
	.c-list.-box-num-white > .c-list__item::before {
		font-size: 1.125rem;
	}
	.c-list.-linklist {
		display: block;
	}
	.c-list.-linklist .c-list__item {
		font-size: 0.875rem;
	}
	.c-list.-linklist .c-list__item + .c-list__item {
		margin-top: 16px;
	}
	.c-list.-linklist .c-list__link {
		color: #000;
	}
	.c-list.-linklist.-single {
		display: block;
	}
	.c-list.-linklist.-single .c-list__item {
		font-size: 0.875rem;
	}
	.c-list.-linklist.-single .c-list__item + .c-list__item {
		margin-top: 16px;
	}
	.c-list.-linklist.-single .c-list__link {
		color: #000;
	}
	.c-list.-article .c-list__item {
		display: block;
	}
	.c-list.-article .c-list__date {
		font-size: 0.75rem;
	}
	.c-list.-article .c-list__date + .c-list__title {
		margin-left: 0;
	}
	.c-list.-article .c-list__title {
		margin-left: 0;
		font-size: 0.875rem;
	}
	.c-list.-article .c-list__icon {
		width: 15px;
		height: 15px;
	}
	.c-loading {
		height: 100vh;
		height: 100dvh;
	}
	.c-loading__spinner {
		width: 60px;
		height: 60px;
	}
	.c-pagelist .c-pagelist__head {
		font-size: 1.25rem;
	}
	.c-pagelist .c-heading__link-icon {
		width: 26px;
		height: 26px;
	}
	.c-pagelist .c-list.-linklist.-single, .c-pagelist .c-list.-linklist {
		display: grid;
	}
	.c-pagelist .c-list.-linklist .c-list__item {
		font-size: 1rem;
	}
	.c-pagelist .c-list.-linklist .c-list__item + .c-list__item {
		margin-top: 0;
	}
	.c-pagelist .c-list.-linklist .c-list__link {
		color: #2d4e96;
	}
	.c-pagetitle + * {
		margin-top: 20px;
	}
	.c-pagetitle.-news .-en img {
		width: 29px;
	}
	.c-pagetitle.-company .-en img {
		width: 48px;
	}
	.c-pagetitle.-co-message .-en img {
		width: 130px;
	}
	.c-pagetitle.-co-profile .-en img {
		width: 91px;
	}
	.c-pagetitle.-co-philosophy .-en img {
		width: 173px;
	}
	.c-pagetitle.-co-purpose .-en img {
		width: 127px;
	}
	.c-pagetitle.-co-officer .-en img {
		width: 217px;
	}
	.c-pagetitle.-co-group .-en img {
		width: 91px;
	}
	.c-pagetitle.-co-network .-en img {
		width: 172px;
	}
	.c-pagetitle.-co-privacygroup .-en img {
		width: 346px;
	}
	.c-pagetitle.-co-ads .-en img {
		width: 151px;
	}
	.c-pagetitle.-co-history .-en img {
		width: 106px;
	}
	.c-pagetitle.-co-g-system .-en img {
		width: 174px;
	}
	.c-pagetitle.-co-g-officer .-en img {
		width: 116px;
	}
	.c-pagetitle.-co-g-control .-en img {
		width: 186px;
	}
	.c-pagetitle.-co-g-compliance .-en img {
		width: 65px;
	}
	.c-pagetitle.-co-g-riskmanagement .-en img {
		width: 110px;
	}
	.c-pagetitle.-business .-en img {
		width: 71px;
	}
	.c-pagetitle.-business-metal .-en img {
		width: 95px;
	}
	.c-pagetitle.-business-material .-en img {
		width: 140px;
	}
	.c-pagetitle.-business-electronics .-en img {
		width: 193px;
	}
	.c-pagetitle.-business-aluminum .-en img {
		width: 125px;
	}
	.c-pagetitle.-ir-top .-en img {
		width: 98px;
	}
	.c-pagetitle.-ir-message .-en img {
		width: 171px;
	}
	.c-pagetitle.-ir-news .-en img {
		width: 43px;
	}
	.c-pagetitle.-ir-event .-en img {
		width: 105px;
	}
	.c-pagetitle.-ir-plan .-en img {
		width: 162px;
	}
	.c-pagetitle.-ir-faq .-en img {
		width: 23px;
	}
	.c-pagetitle.-ir-disclosure .-en img {
		width: 92px;
	}
	.c-pagetitle.-ir-disclaimer .-en img {
		width: 59px;
	}
	.c-pagetitle.-ir-chart .-en img {
		width: 67px;
	}
	.c-pagetitle.-ir-individual .-en img {
		width: 147px;
	}
	.c-pagetitle.-ir-stock .-en img {
		width: 194px;
	}
	.c-pagetitle.-ir-highlight .-en img {
		width: 109px;
	}
	.c-pagetitle.-ir-benefit .-en img {
		width: 115px;
	}
	.c-pagetitle.-ir-info .-en img {
		width: 136px;
	}
	.c-pagetitle.-ir-library .-en img {
		width: 53px;
	}
	.c-pagetitle.-library-brief .-en img {
		width: 92px;
	}
	.c-pagetitle.-library-securities-report .-en img {
		width: 94px;
	}
	.c-pagetitle.-library-report .-en img {
		width: 98px;
	}
	.c-pagetitle.-library-individual .-en img {
		width: 227px;
	}
	.c-pagetitle.-library-document .-en img {
		width: 97px;
	}
	.c-pagetitle.-library-business-report .-en img {
		width: 88px;
	}
	.c-pagetitle.-ir-dividend .-en img {
		width: 186px;
	}
	.c-pagetitle.-ir-meeting .-en img {
		width: 184px;
	}
	.c-pagetitle.-ir-notice .-en img {
		width: 71px;
	}
	.c-pagetitle.-ir-dialog .-en img {
		width: 204px;
	}
	.c-pagetitle.-sus-csr .-en img {
		width: 75px;
	}
	.c-pagetitle.-sus-materiality .-en img {
		width: 61px;
	}
	.c-pagetitle.-sus-contribution .-en img {
		width: 228px;
	}
	.c-pagetitle.-sus-society .-en img {
		width: 40px;
	}
	.c-pagetitle.-sus-environment .-en img {
		width: 70px;
	}
	.c-pagetitle.-sus-human .-en img {
		width: 83px;
	}
	.c-pagetitle.-sus-process .-en img {
		width: 248px;
	}
	.c-pagetitle.-sus-sdgs .-en img {
		width: 161px;
	}
	.c-pagetitle.-sus-commit .-en img {
		width: 88px;
	}
	.c-pagetitle.-sus-stakeholder .-en img {
		width: 140px;
	}
	.c-pagetitle.-privacy .-en img {
		width: 76px;
	}
	.c-pagetitle.-cookie .-en img {
		width: 73px;
	}
	.c-pagetitle.-utilization .-en img {
		width: 69px;
	}
	.c-pagetitle__body {
		height: 100px;
		padding: 0 26px;
	}
	.c-pagetitle__body > .-ja {
		font-size: 1.125rem;
	}
	.c-pagetitle__body > .-en {
		margin-top: 5px;
	}
	.c-pagetitle.-color .c-pagetitle__bg img {
		height: 160px;
	}
	.c-pagetitle.-color .c-pagetitle__bg::after {
		background-size: 300px;
	}
	.c-pagetitle.-color .c-pagetitle__body {
		height: 160px;
	}
	.c-pagetitle.-color + * {
		margin-top: 40px;
	}
	.c-pagetitle.-hayawakari .c-pagetitle__body {
		padding: 0 26px;
		height: 160px;
		background-size: min(39vw, 180px);
		background-position: center right 4px;
	}
	.c-pagetitle.-hayawakari .c-pagetitle__body > .-en img {
		width: 117px;
	}
	.c-pagetitle.-hayawakari + * {
		margin-top: 40px;
	}
	.c-pagetitle.-automobiles .c-pagetitle__body {
		padding: 0 26px;
		height: 160px;
		background-size: min(100vw, 220px);
		background-position: center right 4px;
	}
	.c-pagetitle.-automobiles .c-pagetitle__body > .-en img {
		width: 70px;
	}
	.c-pagetitle.-automobiles + * {
		margin-top: 40px;
	}
	.c-pagetitle.-susaction .c-pagetitle__body {
		padding: 0 26px;
		height: 160px;
		background-size: min(39vw, 180px);
		background-position: center right 4px;
	}
	.c-pagetitle.-susaction .c-pagetitle__body > .-en {
		font-size: 0.75rem;
	}
	.c-pagetitle.-susaction + * {
		margin-top: 40px;
	}
	.c-panel-link.-clm2 {
		grid-template-columns: 100%;
	}
	.c-panel-link.-clm3 {
		grid-template-columns: 100%;
	}
	.-short .c-panel-link__link {
		min-height: 0;
	}
	.c-panel-link__link {
		min-height: 0;
		padding: 26px 20px 40px;
	}
	.c-post__category {
		min-width: 70px;
		padding: 6px 10px;
		font-size: 0.75rem;
	}
	.c-post__date {
		font-size: 0.75rem;
	}
	.c-post__body {
		font-size: 0.875rem;
	}
	.c-post__body h2 {
		font-size: 1.125rem;
		padding-left: 36px;
	}
	.c-post__body h2::before {
		width: 26px;
	}
	.c-post__body h3 {
		font-size: 1rem;
	}
	.c-post__body h4 {
		font-size: 0.875rem;
	}
	.c-process {
		margin-top: 40px;
	}
	.c-process__item + .c-process__item {
		margin-top: 40px;
	}
	.c-search {
		margin-top: 16px;
	}
	.c-tab__link {
		padding: 16px;
		font-size: 0.875rem;
	}
	.c-tab.-item4 .c-tab__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.c-tab.-item5 .c-tab__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.c-tab.-item2 .c-tab__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.c-tab.-item2 .c-tab__link {
		padding: 16px;
		font-size: 0.75rem;
	}
	.c-tab.-box .c-tab__item {
		height: 60px;
	}
	.c-tab.-box .c-tab__item + .c-tab__item::before {
		display: none;
	}
	.c-tab.-box .c-tab__link {
		font-size: 0.75rem;
	}
	.c-table.-scroll .c-table__table {
		width: 992px;
	}
	.c-table.-scroll .c-table__wrapper {
		padding-bottom: 10px;
	}
	.c-table__table .c-table__th.-fz-small, .c-table__table .c-table__td.-fz-small {
		font-size: 0.875rem;
	}
	.c-table__table .c-table__th.-th-responsive, .c-table__table .c-table__td.-th-responsive {
		font-size: 0.875rem;
	}
	.c-table__table .c-table__th.-td-responsive, .c-table__table .c-table__td.-td-responsive {
		font-size: 0.875rem;
	}
	.c-table.tb-governance01 table {
		width: 800px;
	}
	.c-table.tb-governance02 table {
		width: 800px;
	}
	.c-tablelike.-clm2 {
		grid-template-columns: 100%;
	}
	.c-tablelike.-scroll {
		overflow-x: auto;
	}
	.c-tablelike.-scroll .c-tablelike__item {
		width: 800px;
	}
	.c-tablelike__dt {
		width: 150px;
		padding: 10px 15px;
		font-size: 0.8125rem;
	}
	.c-tablelike__dd {
		padding: 10px 15px;
		font-size: 0.875rem;
	}
	.c-tablelike__dd.-f-small {
		font-size: 0.875rem;
	}
	.c-text.-lead {
		font-size: 1.125rem;
	}
	.c-text.-lead-sp-small {
		font-size: 1rem;
	}
	.c-text.-xlarge {
		font-size: 1.125rem;
	}
	.c-text.-large {
		font-size: 1rem;
	}
	.c-text.-middle {
		font-size: 0.875rem;
	}
	.c-text.-middle-keep {
		font-size: 1.125rem;
	}
	.c-text.-normal {
		font-size: 0.875rem;
	}
	.c-text.-sub {
		font-size: 0.75rem;
	}
	.c-text.-lead + .c-text {
		margin-top: 25px;
	}
	.c-toc .c-toc__item:nth-child(2n+1)::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 200%;
		display: block;
		height: 1px;
		background-color: rgba(45, 78, 150, 0.5);
	}
    .c-toc .c-toc__item.clm-3rd:after {
		content: "";
		position: absolute;
		top: 0;
		left: 13px;
        width: 93%;
		display: block;
		height: 1px;
		background-color: rgba(45, 78, 150, 0.5);
	}
    
	.c-toc .c-toc__item:nth-child(1)::after {
		display: none;
	}
	.c-toc::before {
		display: none;
	}
	.c-toc.-clm2 {
		width: 100%;
	}
	.c-toc.-clm2 .c-toc__item:not(:nth-child(2n))::before {
		display: none;
	}
	.c-toc.-clm2 .c-toc__item:nth-child(2n)::before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(50% - 25px);
		display: block;
		height: 50px;
		width: 1px;
		background-color: rgba(45, 78, 150, 0.5);
	}
	.c-toc.-clm3 {
		grid-template-columns: repeat(2, 1fr);
   	}     
	.c-toc.-clm3 .c-toc__item:not(:nth-child(3n))::before {
		display: none;
	}
	.c-toc.-clm3 .c-toc__item:nth-child(2n)::before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(50% - 25px);
		display: block;
		height: 50px;
		width: 1px;
		background-color: rgba(45, 78, 150, 0.5);
	}
	.c-toc.-clm3.-odd {
		grid-template-columns: 1fr 1fr;
	}
	.c-toc.-clm3.-odd > :last-child {
		grid-column-start: 1;
		grid-column-end: -1;
	}
	.c-toc.-clm3.-odd > :last-child::after {
		width: 100%;
	}
	.c-toc.-clm4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.c-toc.-clm4 .c-toc__item:not(:nth-child(4n))::before {
		display: none;
	}
	.c-toc.-clm4 .c-toc__item:nth-child(2n)::before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(50% - 25px);
		display: block;
		height: 50px;
		width: 1px;
		background-color: rgba(45, 78, 150, 0.5);
	}
	.c-toc.-no-line::after {
		display: none;
	}
	.c-toc.-small .c-toc__item a {
		height: 50px;
	}
	.c-toc.-small .c-toc__item:not(:nth-child(2n))::before {
		display: none;
	}
	.c-toc.-small .c-toc__item:nth-child(2n)::before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(50% - 25px);
		display: block;
		height: 50px;
		width: 1px;
		background-color: rgba(45, 78, 150, 0.5);
	}
	.c-toc.-full .c-toc__item a {
		height: 50px;
	}
	.c-toc__item {
		padding: 6px 2px;
	}
    .c-toc__item.clm-3rd {
		grid-column: 3 / 1;
	}
	.c-toc__item a {
		height: 100%;
		min-height: 50px;
		padding: 5px 0;
		font-size: 0.75rem;
		display: grid;
		grid-template-columns: 1fr;
		align-items: end;
	}
	.c-toc__item .-text {
		height: auto;
		padding: 0 3px;
		justify-content: center;
	}
	.c-toc__item .-img {
		height: 10px;
		flex-shrink: 0;
	}
	.c-toc__icon {
		width: 10px;
		height: 10px;
	}
	.p-copyright {
		margin-top: 20px;
		font-size: 0.625rem;
	}
	.p-dropgroup {
		display: none;
	}
	a.p-dropgroup__store {
		width: 195px;
		min-height: 62px;
		padding: 10px 6px 6px;
		border-radius: 5px;
		font-size: 0.6875rem;
	}
	a.p-dropgroup__store .p-dropgroup__storeimg {
		padding: 0 20px;
	}
	a.p-dropgroup__store .p-dropgroup__storetext {
		font-size: 0.425rem;
	}
	a.p-dropgroup__store .p-dropgroup__storeicon {
		width: 5.6px;
		height: 6px;
	}
	.p-dropmenu {
		display: none;
		opacity: 1;
		visibility: visible;
		position: static;
		background-color: transparent;
		order: 1;
		width: 100%;
	}
	.p-dropmenu__inner {
		width: 100%;
		display: block;
		margin: 26px 0 0;
		padding-bottom: 0;
	}
	.p-dropmenu__title {
		display: none;
	}
	.p-dropmenu__btn {
		display: none;
	}
	.p-dropmenu__body {
		padding: 0;
	}
	.p-dropmenu__list {
		display: block;
		margin-left: 0;
	}
	.p-dropmenu__item + .p-dropmenu__item {
		margin-top: 10px;
	}
	.p-dropmenu__link {
		color: #fff;
		font-size: 0.875rem;
		font-weight: 400;
	}
	.p-dropmenu__link > span {
		margin-left: 0;
		padding-left: 20px;
		position: relative;
	}
	.p-dropmenu__link > span::before {
		content: "";
		width: 10px;
		height: 1px;
		display: inline-flex;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	.p-dropmenu__icon {
		display: none;
	}
	.p-footnav__main {
		display: block;
	}
	.p-footnav__block + .p-footnav__block {
		margin-top: 24px;
	}
	.p-footnav__title {
		display: flex;
		align-items: center;
		padding: 0;
	}
	.p-footnav__link {
		display: block;
		padding: 10px 0;
		width: calc(100% - 26px);
	}
	.p-footnav__openbtn {
		position: relative;
		display: block;
		width: 26px;
		height: 44px;
		flex-shrink: 0;
	}
	.p-footnav__openbtn span {
		width: 16px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top: 50%;
		transition: transform 0.3s;
	}
	.p-footnav__openbtn span:nth-child(2) {
		transform: rotate(90deg);
	}
	.p-footnav__openbtn.is-active span:nth-child(2) {
		transform: rotate(0deg);
	}
	.p-footnav__list {
		display: none;
		margin-top: 0;
		padding-top: 26px;
	}
	.p-footnav__block.-ir .p-footnav__list {
		display: none;
	}
	.p-footnav__block.-ir .p-footnav__list.is-show {
		display: block;
	}
	.p-footnav__list.is-show {
		display: block;
	}
	.p-footnav__block.-ir .p-footnav__item:nth-child(2) {
		margin-top: 10px;
	}
	.p-footnav__sub {
		display: block;
		margin-top: 28px;
	}
	.p-footnav__sub-item {
		display: block;
		width: -moz-max-content;
		width: max-content;
	}
	.p-footnav__sub-item + .p-footnav__sub-item {
		margin-left: 0;
		margin-top: 10px;
	}
	.p-footnav__sub-btn-box {
		display: flex;
		margin-top: 46px;
	}
	.p-footnav__sub-btn {
		width: 100%;
	}
	.p-footnav__sub-btn + .p-footnav__sub-btn {
		margin-left: 10px;
	}
	.p-gnav {
		margin-top: 80px;
		padding: 0 26px;
	}
	.p-gnav__inner {
		display: block;
		margin-right: 0;
	}
	.p-gnav__item {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.p-gnav__item + .p-gnav__item {
		margin-top: 24px;
	}
	.p-gnav__link {
		position: relative;
		width: calc(100% - 26px);
		padding: 10px 0;
		font-size: 1rem;
		color: #fff;
	}
	.p-gnav__link::after {
		content: "";
		display: block;
		width: calc(100vw - 52px);
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #fff;
	}
	.p-gnav__link .c-button__simple-arrow {
		display: none;
	}
	.p-gnav__openbtn {
		position: relative;
		display: block;
		width: 26px;
		height: 44px;
		flex-shrink: 0;
	}
	.p-gnav__openbtn span {
		width: 16px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top: 50%;
		transition: transform 0.3s;
	}
	.p-gnav__openbtn span:nth-child(2) {
		transform: rotate(90deg);
	}
	.p-gnav__openbtn.is-active span:nth-child(2) {
		transform: rotate(0deg);
	}
	.p-pagetop__link {
		width: 50px;
		height: 50px;
	}
	.p-snav {
		flex-direction: column;
		margin-top: 34px;
		padding: 0 26px;
		padding-bottom: 67px;
	}
	.p-snav__group {
		order: 0;
		display: block;
		margin-left: 0;
		margin-top: 0;
		padding: 0 26px;
		text-align: center;
	}
	.p-snav__group + .p-snav__group {
		margin-top: 34px;
	}
	.p-snav__group:last-child {
		margin-right: 0;
		order: 1;
	}
	.p-snav__button {
		width: 100%;
		height: 60px;
		font-size: 1.125rem;
	}
	.p-snav__button.-group {
		border: 1px solid #fff;
	}
	.p-snav__button + .p-snav__button {
		margin-top: 14px;
	}
	.p-snav__button.-store {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 62px;
		padding: 10px 6px 6px;
		background: #fff;
		border-radius: 5px;
		text-decoration: none;
		font-size: 0.6875rem;
		font-weight: bold;
		color: #2d4e96;
		transition: opacity 0.3s;
	}
	.p-snav__button.-store .p-snav__buttonimg {
		padding: 0 20px;
		max-width: 182px;
	}
	.p-snav__button.-store .p-snav__buttontext {
		margin-left: auto;
		font-size: 0.425rem;
	}
	.p-snav__button.-store .p-snav__buttonicon {
		position: static;
		width: 5.6px;
		height: 6px;
		fill: currentColor;
	}
	.p-snav__text {
		font-size: 1.125rem;
		color: #fff;
	}
	.p-snav__text.-contact, .p-snav__text.-mail {
		display: none;
	}
	.p-snav__icon.-lang {
		width: 30px;
		height: 30px;
	}
	.p-snav__group-flex {
		display: flex;
		order: 1;
		margin-top: 30px;
	}
	.p-snav__group-list {
		display: block;
		margin-top: 30px;
		order: 1;
	}
	.p-e404__h {
		margin-top: 40px;
	}
	.p-e404__main-h {
		font-size: 1.25rem;
	}
	.p-e404__sub-h {
		font-size: 1rem;
	}
	.p-e404__p {
		margin-top: 40px;
		font-size: 0.875rem;
	}
	.p-e404__return {
		min-width: 0;
		width: 100%;
		height: 60px;
		font-size: 0.875rem;
	}
	.p-bg > * {
		width: 260px;
	}
	.p-bg__05-r2l,
	.p-bg__06-l2r,
	.p-bg__07-r2l,
	.p-bg__08-l2r {
		display: block;
	}
	.p-bg__01-r2l {
		right: -78%;
	}
	.p-bg__02-l2r {
		top: 800px;
	}
	.p-bg__03-r2l {
		top: 1600px;
		right: -78%;
	}
	.p-bg__04-l2r {
		top: 2400px;
		left: -70%;
	}
	.p-home .l-main, .p-purpose .l-main{
		margin-top: -60px;
	}
	.p-home .c-info__link, .p-purpose .c-info__link{
		font-size: 0.75rem;
	}
	.p-home__sec {
		margin-top: 30px;
	}
	.p-home__product {
		margin-top: 50px;
	}
	.p-home__search {
		margin-top: 30px;
	}
	.p-home__sp-message {
		display: block;
		margin-top: 20px;
		padding: 0 40px;
		font-size: 0.75rem;
		font-weight: bold;
		line-height: 2;
	}
	.p-home__heading > .-en {
		padding-bottom: 5px;
	}
	.p-home__heading.-en img {
		width: 100%;
	}
	.p-home__heading.-product .-en {
		width: 120px;
	}
	.p-home__heading.-search .-en {
		width: 107px;
	}
	.p-home__heading > .-ja {
		margin-left: 14px;
		line-height: 1.2;
		font-size: 0.875rem;
	}
	.p-home__sp-link {
		display: flex;
	}
	.p-home__info-bg {
		height: 220px;
	}
	.p-home__info-content {
		margin-top: -170px;
	}
	.p-home__center-heading img {
		width: 130px;
	}
	.p-home__infobox {
		margin-top: 32px;
		margin-left: -13px;
		margin-right: -13px;
	}
	.p-home__info-flex {
		display: block;
		padding: 47px 26px 50px;
	}
	.p-home__info-flex > * {
		width: 100%;
	}
	.p-home__recruit-link {
		height: 210px;
	}
	.p-home__recruit-text {
		padding-right: 24px;
		text-align: right;
		font-size: 1rem;
	}
	.p-home__recruit-text > .-en img {
		width: 105px;
	}
	.p-home-recruit__bg img {
		height: 210px;
	}
	.p-home__box {
		padding: 45px 22px;
		display: block;
		text-align: center;
	}
	.p-home__box-text {
		font-size: 1rem;
	}
	.p-home__box-link {
		margin-top: 26px;
		margin-left: 0;
	}
	.p-home .eir_area_area_top_001 .s_eirModule_titleBox, .p-purpose .eir_area_area_top_001 .s_eirModule_titleBox{
		min-height: 0;
	}
	.p-home-csr {
		margin-top: 40px;
	}
	.p-home-csr__body {
		height: auto;
		padding-top: 0;
	}
	.p-home-csr__bg {
		position: absolute;
		top: 0;
		margin-right: 0;
	}
	.p-home-csr__content {
		position: static;
		padding-top: 30px;
		padding-left: 40px;
	}
	.p-home-csr__heading {
		position: relative;
		top: auto;
		left: auto;
	}
	.p-home-csr__heading > .-ja {
		font-size: 1rem;
	}
	.p-home-csr__heading > .-en img {
		width: 302px;
	}
	.p-home-csr__list {
		position: static;
		display: block;
		margin-top: 35px;
	}
	.p-home-csr__item {
		width: 100%;
		font-weight: 400;
		font-size: 0.875rem;
	}
	.p-home-csr__item + .p-home-csr__item {
		margin-top: 16px;
	}
	.p-home-csr__item::before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(50% - 3px);
		display: inline-flex;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: currentColor;
	}
	.p-home-csr__bnr {
		position: static;
		width: 100%;
		padding-top: 24px;
		text-align: center;
	}
	.p-home-csr__bnr a {
		display: inline-block;
		width: 280px;
		text-decoration: none;
		font-size: 0.875rem;
	}
	.p-home-csr__sp-bg {
		display: block;
		position: relative;
		z-index: 2;
		margin-top: 26px;
		padding-left: 40px;
	}
	.p-home-csr__link-bg {
		display: none;
	}
	.p-home-csr__btn {
		position: static;
		width: 100%;
		height: 46px;
	}
	.p-mv {
		height: 270px;
		min-height: 0;
		max-height: none;
		min-width: 0;
		padding-top: 78px;
	}
	.p-mv__heading {
		padding: 0 26px;
	}
	.p-mv__heading img {
		width: 105px;
	}
	.p-mv__video video {
		max-width: 500px;
		min-height: 100%;
		transform: translate(-50%, -50%);
	}
	.p-mv__pdf {
		right: 13px;
		bottom: 13px;
	}
	.p-mv__pdflink {
		width: 195px;
		padding: 0 26px;
		font-size: 0.625rem;
	}
	.p-mv__pdfimg {
		width: 32px;
	}
	.p-mv__pdficon {
		width: 14px;
		height: 16px;
	}
	.p-mv__link {
		display: none;
	}
	.p-mv__mark {
		display: none;
	}
	.p-pagelist__item {
		height: auto;
	}
	.p-pagelist__item + .p-pagelist__item {
		margin-top: 30px;
	}
	.p-pagelist__bg {
		margin-right: 0;
	}
	.p-pagelist__item:nth-child(even) .p-pagelist__bg {
		margin-left: 0;
	}
	.p-pagelist__bg picture {
		height: auto;
	}
	.p-pagelist__bg img {
		height: auto;
		aspect-ratio: 55/34;
	}
	.p-pagelist__box {
		width: auto;
		margin-top: 49.6vw;
		margin-left: 0;
		margin-right: -26px;
		padding: 29px 26px 40px;
	}
	.p-pagelist__item:nth-child(even) .p-pagelist__box {
		margin-right: 0;
		margin-left: -26px;
	}
	.p-pagelist__btn {
		margin-top: 28px;
	}
	.p-slider {
		margin-top: 18px;
		margin-right: -26px;
		margin-left: -26px;
		padding: 20px 0;
	}
	.p-slider__item {
		margin: 0 8px;
		width: auto;
	}
	.p-slider__img {
		height: 140px;
	}
	.p-slider__img img {
		max-height: 120px;
		max-width: 160px;
	}
	.p-slider__body {
		height: 60px;
	}
	.p-slider__text {
		font-size: 0.75rem;
	}
	.p-slider__company {
		margin-top: 4px;
		font-size: 0.625rem;
	}
	.p-slider__icon {
		bottom: 5px;
		right: 5px;
	}
	.p-slider__arrow {
		right: 0;
		top: -42px;
		width: 42px;
		height: 42px;
	}
	.p-slider__arrow svg {
		width: 9px;
		height: 9px;
	}
	.p-slider__arrow.-next {
		right: 42px;
	}
	.p-co-top {
		flex-direction: column-reverse;
		height: auto;
	}
	.p-co-top__body {
		width: 100%;
		padding: 16px;
	}
	.p-co-top__text {
		font-size: 1.125rem;
	}
	.p-co-top__sub {
		margin-top: 0;
		font-size: 0.875rem;
	}
	.p-co-top__img {
		height: 160px;
	}
	.c-sign {
		flex-direction: column;
		align-items: flex-end;
		margin-top: 40px;
	}
	.c-sign__item + .c-sign__item {
		margin-left: 0;
		margin-top: 24px;
	}
	.c-sign__item {
		text-align: right;
	}
	.c-sign__img {
		margin-top: 8px;
	}
	.c-sign__img img {
		margin-left: auto;
		width: 140px;
	}
	.p-co-group {
		margin-top: 20px;
	}
	.p-co-group__item {
		margin-top: 20px;
		padding-top: 20px;
	}
	.p-co-group__item:first-child {
		margin-top: 0;
	}
	.p-co-group__item:last-child {
		padding-bottom: 20px;
	}
	.p-co-group__head {
		flex-direction: column;
	}
	.p-co-group__head .c-button {
		margin-top: 8px;
	}
	.p-co-group__name {
		font-size: 1rem;
	}
	.p-co-group__body {
		grid-template-columns: 100%;
		gap: 20px;
	}
	.p-co-group__item.-noimg .p-co-group__body {
		margin-top: 20px;
	}
	.p-co-group__img {
		width: 100px;
		margin: auto;
	}
	.p-co-group__p {
		font-size: 0.875rem;
	}
	.p-co-officer {
		grid-template-columns: 100%;
		margin-top: 40px;
		gap: 16px;
		padding-bottom: 200px;
	}
	.p-co-officer__fig {
		right: 0;
	}
	.p-co-officer__fig img {
		width: 100%;
		height: 150px;
		-o-object-fit: contain;
		   object-fit: contain;
	}
	.p-co-officer__item {
		height: 70px;
		padding-left: 40px;
		font-size: 0.875rem;
	}
	.p-co-officer__item::before {
		left: 11px;
	}
	.p-co-officer__item::after {
		width: 22px;
		font-size: 1.25rem;
	}
	.p-co-officer__name {
		margin-top: 10px;
		font-size: 1.125rem;
	}
	.p-co-strong-flex {
		display: block;
		margin-top: 0;
	}
	.p-co-strong-flex__item {
		width: 100%;
		margin-top: 20px;
		padding: 24px 5px;
	}
	.p-history__text {
		display: block;
		font-size: 1rem;
	}
	.p-timeline {
		margin-top: 20px;
	}
	.p-timeline__head {
		gap: 13px;
	}
	.p-timeline__item {
		padding: 10px 20px;
		font-size: 1rem;
	}
	.p-timeline__body {
		display: grid;
		grid-template-columns: 27px 1fr;
		gap: 18px;
	}
	.p-timeline__block {
		width: calc(100% - 26px);
		padding: 10px;
	}
	.p-timeline__block + .p-timeline__block {
		margin-top: 10px;
	}
	.p-timeline__arrow {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		height: 100%;
		margin: auto;
	}
	.p-timeline__date {
		font-size: 1rem;
	}
	.p-timeline__desc {
		font-size: 0.875rem;
	}
	.p-officer__anchor {
		grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
		margin-bottom: 80px;
	}
	.p-officer__anchor .c-toc__item:last-child {
		grid-column: span 2;
	}
	.p-officer__anchor .c-toc__item:last-child::after {
		left: 50%;
		transform: translateX(-50%);
		width: 92.86%;
	}
	.p-profile {
		margin-top: 22px;
	}
	.p-profile__item + .c-profile__item {
		margin-top: 20px;
	}
	.p-profile__head {
		display: flex;
		flex-direction: column-reverse;
		padding: 24px 20px 20px;
	}
	.p-profile__summary {
		text-align: center;
		padding-top: 10px;
	}
	.p-profile__job {
		font-size: 0.938rem;
		line-height: 2;
	}
	.p-profile__name {
		font-size: 1.25rem;
		line-height: 1.2;
	}
	.p-profile__image {
		width: 48.15%;
		max-width: 200px;
		margin: 0 auto;
	}
	.p-profile__body {
		margin-top: 0;
	}
	.p-profile__detail {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 0.938rem;
		line-height: 2;
	}
	.p-accordion__parent {
		padding: 24px 0;
		text-align: center;
	}
	.p-accordion__inner {
		padding: 0 12px 24px;
	}
	.p-toggle__parent {
		padding: 20px;
	}
	.p-toggle__title {
		font-size: 1rem;
	}
	.p-toggle__inner {
		padding: 20px;
	}
	.p-toggle__icon {
		right: 10px;
		width: 18px;
		height: 18px;
	}
	.p-toggle__svg {
		width: 8px;
	}
	.p-purpose__heading {
		font-size: 2rem;
		padding: 0.5em 0.5em;
	}
	.p-h-business__head {
		padding: 16px;
		font-size: 1.125rem;
	}
	.p-h-business__segbox {
		gap: 10px;
		margin-top: 0;
		padding: 12px;
	}
	.p-h-business__seg {
		padding: 25px 10px;
	}
	.p-h-business__sub-head > a {
		font-size: 1rem;
	}
	.p-h-business__sub-head-icon {
		margin-right: 2px;
		width: 15px;
		height: 15px;
	}
	.p-h-business__sub-head-icon svg {
		width: 5px;
		height: 5px;
	}
	.p-h-business__desc {
		margin-top: 20px;
		font-size: 0.75rem;
		text-align: left;
	}
	.p-h-business__sticking {
		left: 22px;
		width: calc(100% - 44px);
		margin-top: 20px;
		padding: 12px;
		font-size: 1rem;
	}
	.p-h-business__func-list {
		display: block;
		margin-top: 90px;
	}
	.p-h-business__func-item .-sub {
		font-size: 0.75rem;
	}
	.p-h-business__func-item {
		font-size: 0.875rem;
		font-weight: bold;
	}
	.p-h-business__func-item + .p-h-business__func-item {
		margin-left: 0;
		margin-top: 10px;
	}
	.p-h-business__arrow {
		height: 35px;
		bottom: -25px;
	}
	.p-h-business__arrow::after {
		left: calc(50% - 40px);
		border-top: 24px solid #D4DDEA;
		border-left: 40px solid #EDF3F7;
		border-right: 40px solid #EDF3F7;
	}
	.p-group {
		display: block;
	}
	.p-group__block {
		min-height: 0;
		max-width: 400px;
		margin: auto;
		padding: 30px 16px;
	}
	.p-group__block + .p-group__block {
		margin-top: 10px;
	}
	.p-group__block.-nobtn {
		padding: 30px 16px;
	}
	.p-group__block.-c .p-group__btn {
		display: block;
		width: -moz-fit-content;
		width: fit-content;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	.p-group__btn {
		position: static;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.p-group__link {
		padding: 0 60px 0 20px;
	}
	.p-group__center {
		padding-left: 20vw;
	}
	.p-h-map__wrapper {
		margin-top: 26px;
	}
	.p-h-map__img img {
		width: 1088px;
		max-width: none;
	}
	.p-h-map__text {
		right: auto;
		left: calc(50% - 87px);
		bottom: -10px;
	}
	.p-h-map__text img {
		width: 174px;
	}
	.p-h-map__body {
		display: block;
		margin-top: 60px;
	}
	.p-h-map__graph {
		margin-top: 25px;
	}
	.p-h-map__graph img {
		width: 260px;
		margin: auto;
	}
	.p-h-map__percent {
		margin-top: 25px;
		justify-content: center;
	}
	.p-h-map__item > span {
		padding-left: 10px;
		padding-bottom: 10px;
		font-size: 0.8125rem;
	}
	.p-h-map__item + .p-h-map__item::before {
		height: 68px;
	}
	.p-h-map__item img {
		width: 71px;
	}
	.p-h-map__body + .c-align {
		margin-top: 45px;
	}
	.p-strong__heading {
		height: auto;
		padding: 12px;
		font-size: 1rem;
		text-align: center;
	}
	.p-strong__box {
		height: 1200px;
		overflow: hidden;
	}
	.p-strong__box::before {
		content: "";
		position: absolute;
		width: 470px;
		height: 470px;
		left: calc(50% - 235px);
		bottom: 320px;
		border-radius: 50%;
		mix-blend-mode: multiply;
		background: rgba(77, 111, 141, 0.5);
	}
	.p-strong__lead {
		width: auto;
		height: auto;
		position: static;
		background: none;
		border-radius: none;
	}
	.p-strong__lead .-head {
		margin-top: 30px;
		font-size: 1.75rem;
	}
	.p-strong__list {
		position: relative;
		z-index: 1;
	}
	.p-strong__item {
		position: static;
		width: 312px;
		height: 312px;
		margin: auto;
		margin-top: 30px;
	}
	.p-strong__item + .p-strong__item {
		margin-top: 20px;
	}
	.p-strong__item-head {
		font-size: 1.625rem;
	}
	.p-strong__icon-box {
		margin-top: 8px;
	}
	.p-strong__icon img {
		width: 78px;
		height: 78px;
	}
	.p-strong__item-desc {
		margin-top: 10px;
		font-size: 0.75rem;
	}
	.p-strong__product {
		margin-top: 24px;
		display: block;
		padding: 0 26px 40px;
	}
	.p-strong__product::before, .p-strong__product::after {
		display: none;
	}
	.p-strong__product-item:nth-of-type(1), .p-strong__product-item:nth-of-type(3) {
		padding-top: 0;
	}
	.p-strong__product-item + .p-strong__product-item {
		margin-top: 40px;
	}
	.p-hayawakari .c-container__inner {
		padding: 0 13px;
	}
	.p-hayawakari .c-button.-stroke {
		min-width: 260px;
		height: 60px;
	}
	.p-hayawakari__text {
		font-size: 1rem;
	}
	.p-result {
		margin-top: 25px;
	}
	.p-result__head {
		font-size: 1.125rem;
	}
	.p-result__container {
		grid-template: "notice" max-content "group1" max-content "group2" max-content/100%;
		gap: 10px;
		padding: 25px 13px;
	}
	.p-result__group {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px 5px;
		padding: 20px 5px;
	}
	.p-result__item figcaption {
		margin-top: 4px;
		font-size: 0.6875rem;
	}
	.p-result__item figcaption small {
		margin-top: 4px;
		font-size: 0.625rem;
	}
	.p-bn-top {
		display: block;
		padding: 0;
	}
	.p-bn-top .-head02 {
		margin-top: 40px;
	}
	.p-bn-top .-seg02 {
		padding-bottom: 40px;
		border-bottom: 1px solid #a8aabc;
	}
	.p-bn-top::before {
		display: none;
	}
	.p-box_ma .c-text {
		font-size: 14px;
	}
	.p-box_ma + .p-box_ma {
		margin-top: 70px;
	}
	.p-box_ma .p-box_ma__inner + .p-box_ma__inner {
		margin-top: 20px;
	}
	.p-box_ma.bg-grey {
		padding: 20px 20px;
	}
	.p-box_ma.bg-grey .c-heading.-lv03 {
		margin-bottom: 15px;
	}
	.p-box_ma.bg-grey .c-text {
		font-size: 14px;
	}
	.p-box_ma.bg-grey .c-list > .c-list__item {
		font-size: 12px;
	}
	.p-box_ma .p-box_ma__wrp.clm_2_2 .p-box_ma__inner:nth-child(even) {
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(112, 112, 112, 0.3);
	}
	.p-box_ma .c-heading.-lv03 {
		margin-bottom: 40px;
		padding-bottom: 17px;
		border-bottom: 1px solid #CFD1DB;
	}
	.p-box_ma .p-sttl {
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	.p-box_ma dl {
		padding-bottom: 20px;
	}
	.p-box_ma dl + dl {
		padding-top: 20px;
	}
	.p-box_ma dl dt {
		font-size: 14px;
	}
	.p-box_ma .-bg-primary {
		padding: 20px 20px;
	}
	.p-box_ma .-bg-primary .c-list {
		margin-top: 0;
		font-size: 16px;
	}
	.p-box_ma .-bg-primary .c-list > .c-list__item::before {
		top: -2px;
		font-size: 18px;
		font-weight: bold;
	}
	.p-business-bnr .c-button {
		height: 120px;
	}
	.p-ir.-fv {
		grid-template-columns: 100%;
	}
	.p-ir__link-text {
		font-size: 1.125rem;
		left: 10px;
		bottom: 16px;
	}
	.p-ir__popular {
		padding: 40px 26px;
	}
	.p-ir__realtime {
		margin-top: 40px;
		padding-left: 0;
		text-align: center;
	}
	.p-ir__fv-btn {
		margin-top: 20px;
	}
	.p-ir-process__heading {
		padding: 10px;
	}
	.p-ir-process__list {
		grid-template-columns: 100%;
		gap: 40px;
		padding: 0 13px;
	}
	.p-ir-process__fig figcaption {
		margin-top: 6px;
	}
	.p-ir-process__img img {
		width: 100%;
	}
	.p-ir-dividend-statement {
		margin-top: 40px;
		padding: 30px 15px 10px;
	}
	.p-ir-dividend-statement__inner {
		gap: 10px;
	}
	.p-ir-dividend-statement__item {
		padding: 10px;
		font-size: 0.9375rem;
	}
	.p-ir-dividend-statement__plus {
		width: 20px;
		height: 20px;
	}
	.p-ir-dividend-statement__note {
		margin-top: 10px;
		font-size: 0.625rem;
	}
	.p-ir-individual-more-links {
		flex-direction: column;
	}
	.p-ir-individual-more-links__shared-research {
		width: 240px;
		margin-inline: auto;
	}
	.p-ir-individual-more-links__bluepring {
		width: 100%;
	}
	.p-process__lead {
		margin-top: 40px;
		padding: 38px 10px;
		font-size: 1rem;
	}
	.p-irsub-briefing {
		padding: 30px 26px 80px;
	}
	.p-irsub-breafing__heading {
		font-size: 1rem;
	}
	.p-irsub-breafing__text {
		margin-top: 20px;
		font-size: 0.875rem;
	}
	.p-irsub-breafing__bottom {
		right: 13px;
		bottom: 30px;
	}
	.p-irsub-mv {
		height: 430px;
		margin-left: -26px;
		margin-right: -26px;
	}
	.p-irsub-mv__bg {
		position: relative;
		left: auto;
		top: auto;
	}
	.p-irsub-mv__bg img {
		width: 100%;
		height: 430px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.p-irsub-mv__content {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 40px 26px;
	}
	.p-irsub-mv__img {
		position: relative;
		right: auto;
		top: auto;
		width: 312px;
		margin: 30px auto 0;
	}
	.p-irsub-mv__heading {
		position: relative;
		top: auto;
		left: auto;
	}
	.p-irsub-mv__heading > .-ja {
		font-size: 1.25rem;
	}
	.p-irsub-mv__heading > .-en {
		margin-top: 0;
		font-size: 0.875rem;
	}
	.p-irsub-mv__button {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 30px;
		text-align: center;
	}
	.p-library.-list {
		grid-template-columns: 100%;
		gap: 20px;
		margin-top: 40px;
		border-bottom: 1px solid #cfd1db;
		padding-bottom: 20px;
	}
	.p-library__item {
		min-height: 0;
		padding-top: 25px;
		padding-bottom: 60px;
	}
	.p-library__data.c-list.-article {
		margin-top: 10px;
	}
	.p-library__data.c-list.-article .c-list__date {
		font-size: 0.75rem;
	}
	.p-library__banner {
		width: 100%;
		height: 120px;
	}
	.p-library__content img {
		width: 30px;
		height: 30px;
	}
	.p-library__text {
		font-size: 1.25rem;
		margin-left: 9px;
	}
	.p-ir-plan__arrow {
		margin-top: 80px;
	}
	.p-ir-plan__arrow::before {
		top: -55px;
		left: calc(50% - 60px);
		border-top: 32px solid #D4DBEA;
		border-left: 60px solid #fff;
		border-right: 60px solid #fff;
	}
	.p-ir-plan__arrow.-message::after {
		top: -50px;
		font-size: 0.875rem;
	}
	.p-ir-detail-list__list + .p-ir-detail-list__list {
		margin-top: 8px;
	}
	.-inset .p-ir-detail-list__head.-inset {
		margin-top: 8px;
	}
	.p-ir-detail-list__body:not(.-inset) {
		margin-top: 8px;
	}
	.p-stockmenu {
		grid-template-columns: 100%;
	}
	.p-stockmenu__item:nth-child(odd) {
		border: none;
	}
	.p-stockmenu__item:nth-child(-n+2) {
		border: none;
	}
	.p-stockmenu__item + .p-stockmenu__item {
		border-top: 1px solid #d4dde9;
	}
	.p-stockmenu__link {
		padding: 20px 0;
	}
	.p-stockmenu__title {
		height: 40px;
	}
	.p-stockmenu__icon {
		width: 90px;
	}
	.p-stockmenu__icon img {
		width: 40px;
		height: 40px;
	}
	.p-stockmenu__text {
		padding-left: 26px;
		font-size: 16px;
	}
	.p-stockmenu__desc {
		margin-top: 13px;
		padding: 0 25px;
		font-size: 0.875rem;
		text-align: left;
	}
	.p-target__inner {
		padding: 40px 13px;
	}
	.p-target__heading {
		font-size: 1.25rem;
	}
	.p-target__heading > span {
		font-size: 0.75rem;
	}
	.p-target__list {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
	.p-target__item {
		width: 100%;
		padding: 18px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.p-target__item + .p-target__item {
		border-left: none;
	}
	.p-target__item:nth-child(1) img {
		width: 161px;
	}
	.p-target__item:nth-child(2) img {
		width: 96px;
	}
	.p-target__item:nth-child(3) img {
		width: 112px;
	}
	.p-target__item:nth-child(4) img {
		width: 123px;
	}
	.p-susaction-intro-block {
		grid-template-columns: 100%;
		gap: 24px;
	}
	.p-susaction1-block {
		grid-template-columns: 100%;
		gap: 24px;
	}
	.p-susaction-block {
		grid-template-columns: 100%;
		gap: 24px;
	}
	#action1 {
		padding-top: 40px;
		background-image: url(/assets/img/sustainability/action/bg_action1_sp.jpg);
	}
	.p-susaction2-block {
		grid-template-columns: 100%;
		gap: 10px;
	}
	.p-susaction2-block__item {
		width: 72px;
		margin: 0 auto;
	}
	#action3 {
		background-image: url(/assets/img/sustainability/action/bg_action3_sp.jpg);
		background-position: center 186px;
	}
	.p-susaction3-img {
		margin-top: 30px;
	}
	.p-susaction3-img__l {
		width: 200px;
		margin: 0 auto;
	}
	.p-susaction3-img__r {
		max-width: 350px;
		margin: 30px auto 0;
	}
	.p-susaction3-img__logo {
		width: 160px;
	}
	.p-csr__lead .c-csr__sign img {
		width: 150px;
	}
	.p-csr__heading {
		font-size: 1.25rem;
	}
	.p-csr__heading .-sub {
		font-size: 0.875rem;
	}
	.p-csr__bnr {
		flex-direction: column;
		padding: 30px 20px 50px;
	}
	.p-csr__bnr-text {
		margin-top: 16px;
		margin-left: 0;
		font-size: 1.125rem;
	}
	.p-csr__bnr-btn {
		height: 60px !important;
		margin-top: 16px;
		margin-left: 0;
		font-weight: 400;
	}
	.p-csr__bnr-btn span {
		font-size: 0.875rem;
	}
	.p-csr-link {
		margin-top: 40px;
	}
	.p-csr-link__list {
		flex-direction: column;
		align-items: center;
		padding: 32px;
	}
	.p-csr-link__item {
		width: 244px;
		height: 244px;
	}
	.p-csr-link__item + .p-csr-link__item {
		margin-left: 0;
		margin-top: 35px;
	}
	.p-csr-link__bg {
		width: 100%;
	}
	.p-csr-link__bg img {
		width: 308px;
		margin: auto;
	}
	.p-csr-link__text {
		font-size: 1rem;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 40px;
		height: 40px;
		top: calc(50% - 10px);
	}
	.swiper-button-prev svg, .swiper-button-next svg {
		width: 9px;
		height: 9px;
	}
	.p-csr-slide__button {
		width: 40px;
		height: 40px;
	}
	.swiper-button-prev {
		left: 13px;
	}
	.swiper-button-next {
		left: auto;
		right: 13px;
	}
	.p-csr-slide__outer {
		min-width: 0;
		height: 230px;
	}
	.p-csr-slide__item.-w1813 {
		width: 604.3333333333px;
	}
	.p-csr-slide__item.-w1815 {
		width: 605px;
	}
	.p-diversity__dl + .p-diversity__dl {
		margin-top: 32px;
	}
	.p-diversity__dl dt {
		width: 60px;
		height: 60px;
		font-size: 0.75rem;
		line-height: 1.3;
	}
	.p-diversity__dl dt > span {
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.p-diversity__dl dd {
		padding-left: 16px;
	}
	.p-diversity__head {
		margin-top: 16px;
	}
	.p-diversity__head > span {
		font-size: 1rem;
	}
	.p-env {
		margin-top: 60px;
	}
	.p-env__inner {
		padding: 40px 13px 40px;
	}
	.p-env__head {
		padding: 10px 20px;
		font-size: 0.875rem;
	}
	.p-env__head > .-small {
		font-size: 0.75rem;
	}
	.p-mate__item {
		padding: 10px 10px 10px 4px;
	}
	.p-mate__item + .p-mate__item {
		margin-top: 10px;
	}
	.p-mate__head {
		width: 50px;
		font-size: 1.25rem;
	}
	.p-mate__body {
		padding-left: 16px;
		font-size: 0.875rem;
	}
	.p-mate.-arrow {
		width: 40px;
		height: 40px;
	}
	.p-mate.-arrow::after {
		left: calc(50% - 40px);
		border-top: 28px solid #2d4e96;
		border-left: 40px solid #fff;
		border-right: 40px solid #fff;
	}
	.p-hesg {
		grid-template-columns: repeat(1, 1fr);
	}
	.p-hesg__link {
		height: auto;
		padding: 40px;
	}
	.p-hesg__bg::before {
		background: rgba(0, 0, 0, 0.5);
	}
	.p-hesg__body > * {
		transform: none;
		opacity: 1;
	}
	.p-hesg__body {
		height: auto;
	}
	.p-hesg__btn > span {
		height: 60px;
	}
	.p-hesg__list {
		height: auto;
		min-height: 0;
	}
	.p-hesg__block.-cat-h .p-hesg__bg::before {
		background-color: rgba(65, 175, 215, 0.9);
	}
	.p-healthy {
		display: block;
		padding: 10px;
	}
	.p-healthy__head {
		width: 100%;
		padding: 10px;
		font-size: 1.125rem;
	}
	.p-healthy__body {
		padding-left: 0;
		padding-top: 10px;
	}
	.p-healthy__item {
		width: calc(100% - 16px);
		padding: 10px;
		font-size: 0.875rem;
	}
	.p-healthy__item .-sub {
		display: block;
		margin-left: 0;
		font-size: 0.75rem;
	}
	.p-healthy__item::after {
		width: 16px;
	}
	.p-healthy__item.-half {
		width: calc(80% - 16px);
		margin-right: 16px;
	}
	.p-value {
		margin-top: 40px;
		padding: 40px 0;
	}
	.p-value__inner {
		width: 100%;
		padding: 0 26px;
	}
	.p-value__box {
		margin-top: 20px;
	}
	.p-value__item {
		width: 50%;
		min-height: 150px;
		padding: 10px;
	}
	.p-value__item:nth-of-type(2n) {
		border-right: none;
	}
	.p-value__item:nth-of-type(n+3) {
		border-top: 1px solid #fff;
	}
	.p-value__item .c-text {
		font-size: 10px;
		line-height: 1.5;
	}
	.p-value__item.-box05 {
		width: 100%;
		border-right: 0;
	}
	.p-value__lead > span {
		font-size: 1.875rem;
	}
	.p-value__lead > .-sub {
		font-size: 0.875rem;
	}
	.p-value__desc {
		margin-top: 0;
		font-size: 0.75rem;
	}
	.p-sdgs {
		padding: 20px 10px;
	}
	.p-sdgs__head {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 0;
		border-bottom: none;
	}
	.p-sdgs__name {
		padding-right: 0;
		font-size: 1.125rem;
	}
	.p-svgs__list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
		margin-top: 16px;
	}
	.p-svgs__item + .p-svgs__item {
		margin-left: 0;
	}
	.p-sdgs__body {
		margin-top: 20px;
	}
	.p-sdgs__body.-clm2 {
		flex-direction: column-reverse;
	}
	.p-sdgs__img {
		width: 100%;
		margin-top: 20px;
		padding-right: 0;
	}
	.p-sdgs__img figcaption {
		text-align: center;
	}
	.p-process-box {
		padding: 30px 10px;
	}
	.p-process-ttl01 {
		font-size: 18px;
	}
	.p-process-ttl02 {
		font-size: 18px;
	}
	.p-process-ttl03 {
		font-size: 18px;
	}
	.p-process-ttl-marker {
		font-size: 18px;
	}
	.p-process-ttl-marker span {
		display: table;
		margin: 5px auto;
		padding: 5px 20px;
	}
	.p-process-block__title {
		font-size: 18px;
	}
	.p-process-list li {
		padding: 20px 0;
	}
	.p-process-list li + li {
		margin-top: 20px;
	}
	.p-process-output__item {
		flex: 0 0 33.33333%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 30px 0;
	}
	.p-process-output__item:nth-child(2) {
		border-top: 1px solid #D3D4DD;
		border-bottom: 1px solid #D3D4DD;
	}
	.p-process-output__item .c-imgbox {
		max-width: 100px;
	}
	.p-process-outcome-philosophy {
		padding: 40px 20px 20px 20px;
	}
	.p-process-outcome-philosophy .p-process-ttl01 {
		max-width: 200px;
	}
	.p-process-outcome-ttl .process-outcome-line {
		font-size: 30px;
	}
	.p-set-ttl {
		padding: 10px;
	}
	.p-set-item {
		padding: 10px;
	}
	.p-gradation-arrow {
		margin: 30px 0 0;
		height: 20px;
	}
	.p-gradation-arrow::after {
		width: 50px;
		height: 20px;
		background-size: cover;
	}
	.p-scenario {
		grid-template: "head01" max-content "list01" max-content "body01" max-content "head02" max-content "list02" max-content "body02" max-content "bar" max-content/100%;
	}
	.p-scenario__head {
		padding: 10px;
		font-size: 1rem;
	}
	.p-scenario__head.-c2_7 {
		margin-top: 40px;
	}
	.p-sus-arrow__item {
		border-bottom: 50px solid #edf3f7;
		border-right: 40px solid transparent;
		border-left: 40px solid transparent;
	}
	.p-box_ma.bg-white {
		padding: 20px 20px;
	}
	.p-box_ma.bg-white .c-heading.-lv03 {
		margin-bottom: 15px;
	}
	.u-dn-pc {
		display: block !important;
	}
	.u-dn-pc-ib {
		display: inline-block !important;
	}
	.u-dn-pc-i {
		display: inline !important;
	}
	.u-dn-pc-f {
		display: flex !important;
	}
	.u-dn-sp {
		display: none !important;
	}
	.u-dn-sp-ib {
		display: none !important;
	}
	.u-dn-sp-i {
		display: none !important;
	}
	.u-dn-sp-f {
		display: none !important;
	}
	.u-db-sp {
		display: block !important;
	}
	.u-ib-sp {
		display: inline-block !important;
	}
	.u-i-sp {
		display: inline !important;
	}
	.u-f-sp {
		display: flex !important;
	}
	.u-mt0-sp {
		margin-top: 0px !important;
	}
	.u-mt8-sp {
		margin-top: 8px !important;
	}
	.u-mt16-sp {
		margin-top: 16px !important;
	}
	.u-mt24-sp {
		margin-top: 24px !important;
	}
	.u-mt32-sp {
		margin-top: 32px !important;
	}
	.u-mt40-sp {
		margin-top: 40px !important;
	}
	.u-mt48-sp {
		margin-top: 48px !important;
	}
	.u-mt56-sp {
		margin-top: 56px !important;
	}
	.u-mt64-sp {
		margin-top: 64px !important;
	}
	.u-mt72-sp {
		margin-top: 72px !important;
	}
	.u-mt80-sp {
		margin-top: 80px !important;
	}
	.u-mt88-sp {
		margin-top: 88px !important;
	}
	.u-mt96-sp {
		margin-top: 96px !important;
	}
	.u-mt104-sp {
		margin-top: 104px !important;
	}
	.u-mt112-sp {
		margin-top: 112px !important;
	}
	.u-mt120-sp {
		margin-top: 120px !important;
	}
	.u-mt128-sp {
		margin-top: 128px !important;
	}
	.u-mt136-sp {
		margin-top: 136px !important;
	}
	.u-mt144-sp {
		margin-top: 144px !important;
	}
	.u-mt152-sp {
		margin-top: 152px !important;
	}
	.u-mt4-sp {
		margin-top: 4px !important;
	}
	.u-mt12-sp {
		margin-top: 12px !important;
	}
	.u-mt20-sp {
		margin-top: 20px !important;
	}
	.u-mt30-sp {
		margin-top: 30px !important;
	}
	.u-m-auto-sp {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.u-pd0-sp {
		padding: 0 !important;
	}
	.u-ta-l-sp {
		text-align: left !important;
	}
	.u-ta-c-sp {
		text-align: center !important;
	}
	.u-ta-r-sp {
		text-align: right !important;
	}
	.p-business .c-text.-middle.js-height01,
	.p-business .c-text.-middle.js-height02 {
		height: auto !important;
	}
	.p-result__container .c-list {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.p-result__group:nth-of-type(1) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.p-result__group:nth-of-type(2) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.p-scenario > .-head01 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-scenario > .-head02 {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.p-scenario > .p-scenario__head {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-scenario > .p-scenario__head.-c2_7 {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.p-scenario__list {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.p-scenario__list.-c2_7 {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.p-scenario__body {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.p-scenario__body.-c2_7 {
		-ms-grid-row: 6;
		-ms-grid-column: 1;
	}
	.p-scenario__bar {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
}

@media (min-width: 768px) and (max-width: 1200px){
	html {
		min-width: 1240px;
		overflow-x: visible;
	}
	.p-slider {
		margin-left: -20px;
	}
}

@media (min-width: 768px){
	.c-banner__link:hover > .c-banner__img {
		transform: scale(1.05);
	}
	.c-block__item.-w160 a:hover:hover {
		opacity: 0.7;
	}
	.c-block.-aside .c-block__link:hover .c-block__img {
		opacity: 0.7;
	}
	.c-bread__link:hover {
		text-decoration: underline;
	}
	.c-button.-stroke:hover {
		background-color: #2d4e96;
		color: #fff;
	}
	.c-button.-fill:hover {
		background: #1793d5;
	}
	.c-button.-c-light:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #2c5173;
	}
	.c-button.-color:hover {
		background-color: #2d4e96;
		color: #fff;
	}
	.c-button.-mini:hover {
		background: #2c5173;
		color: #fff;
	}
	.c-button.-mini:hover .c-button__icon {
		fill: #fff;
	}
	.c-card__link:hover {
		opacity: 0.7;
	}
	.c-card__link:hover .c-card__img {
		transform: scale(1.1);
	}
	.c-detail__head:hover {
		background-color: #edf3f7;
	}
	.-lv03-noline .c-heading__link:hover {
		text-decoration: underline;
	}
	.c-imgbox.-link > a:hover {
		opacity: 0.6;
	}
	.c-link:hover {
		text-decoration: underline;
	}
	.c-link.-c-sub-icon:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	.c-list.-linklist .c-list__link:hover {
		text-decoration: underline;
	}
	.c-list.-linklist.-single .c-list__link:hover {
		text-decoration: underline;
	}
	.c-list.-article .c-list__link:hover {
		text-decoration: underline;
	}
	.c-panel-link__link:hover {
		background: #2d4e96;
		color: #fff;
	}
	.c-panel-link__link:hover .c-panel-link__desc {
		color: #fff;
	}
	.c-post__body a:hover {
		text-decoration: none;
	}
	.c-tab__link:hover {
		background: #2d4e96;
		color: #fff;
	}
	.c-table.tb-governance02 .-w700 {
		width: 700px;
	}
	.c-toc.-no-line::before {
		display: none;
	}
	.c-toc__item a:hover {
		background-color: #edf3f7;
	}
	.c-toc__item a:hover .-img {
		transform: translateY(5px);
	}
	.p-dropgroup.is-active {
		opacity: 1;
		visibility: visible;
		overflow-y: auto;
		max-height: 100vh;
	}
	.p-dropgroup__segment {
		margin-bottom: 30px;
	}
	.p-dropgroup__btn > a:hover {
		background: #fff;
		color: #2d4e96;
	}
	a.p-dropgroup__store:hover {
		opacity: 0.7;
	}
	.p-dropgroup__link:hover {
		text-decoration: underline;
	}
	.p-dropgroup__link:hover .p-drop__icon {
		background: #fff;
	}
	.p-dropgroup__link:hover .p-drop__icon svg {
		fill: #2d4e96;
	}
	.p-dropmenu:hover {
		opacity: 1;
		visibility: visible;
	}
	.p-dropmenu__large-link:hover {
		text-decoration: underline;
	}
	.p-dropmenu__large-link:hover .p-dropmenu__icon {
		background: #2d4e96;
	}
	.p-dropmenu__large-link:hover .p-dropmenu__icon svg {
		fill: #fff;
	}
	.p-dropmenu__btn-link:hover {
		background-color: #2d4e96;
		color: #fff;
	}
	.p-dropmenu__link:hover {
		text-decoration: underline;
	}
	.p-dropmenu__link:hover .p-dropmenu__icon {
		background: #2d4e96;
	}
	.p-dropmenu__link:hover .p-dropmenu__icon svg {
		fill: #fff;
	}
	.p-footnav__link:hover {
		text-decoration: underline;
	}
	.p-footnav__sublink:hover {
		text-decoration: underline;
	}
	.p-footnav__sub-item:hover {
		text-decoration: underline;
	}
	.p-footnav__sub-btn:hover {
		color: #2d4e96;
		background-color: #fff;
	}
	.p-gnav__link:hover {
		color: #2d4e96;
	}
	.p-gnav__link {
		position: relative;
	}
	.p-gnav__link.js-gnav-tgl {
		padding-right: 22px;
		cursor: pointer;
	}
	.p-gnav__link .c-button__simple-arrow {
		position: absolute;
		top: 13px;
		right: 5px;
		transform: translateY(-50%) rotate(90deg);
	}
	.p-home .p-gnav__link, .p-purpose .p-gnav__link{
		color: #fff;
	}
	.p-home .p-gnav__link:hover, .p-purpose .p-gnav__link:hover{
		color: #2d4e96;
	}
	.is-active .p-gnav__link, .is-scroll .p-gnav__link {
		color: #000;
	}
	.is-active .p-gnav__link:hover, .is-scroll .p-gnav__link:hover {
		color: #2d4e96;
	}
	.p-gnav__link.is-active + .p-dropmenu {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s, visibility 0.3s;
	}
	.p-gnav__link.is-active {
		color: #2d4e96;
	}
	.p-company .p-gnav__link.-company {
		color: #2d4e96;
	}
    .p-purpose .p-gnav__link.-company {
		color: #2d4e96;
	}
	.p-hayawakari .p-gnav__link.-hayawakari {
		color: #2d4e96;
	}
	.p-business .p-gnav__link.-business {
		color: #2d4e96;
	}
	.p-ir .p-gnav__link.-ir {
		color: #2d4e96;
	}
	.p-csr .p-gnav__link.-csr {
		color: #2d4e96;
	}
	.p-media .p-gnav__link.-media {
		color: #2d4e96;
	}
	.p-recruit .p-gnav__link.-recruit {
		color: #2d4e96;
	}
	.p-pagetop__link:hover {
		background-color: #2990a3;
	}
	.p-snav__button:hover {
		opacity: 0.7;
	}
	.p-snav__button.-group.is-active ~ .p-dropgroup {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s, visibility 0.3s;
	}
	.p-home .p-snav__text, .p-purpose .p-snav__text{
		color: #fff;
	}
	.is-active .p-snav__text, .is-scroll .p-snav__text {
		color: #2d4e96;
	}
	.p-snav__text:hover {
		color: #717171;
	}
	.p-e404__return:hover {
		background: #2394d2;
	}
	.p-home .c-info__body, .p-purpose .c-info__body{
		height: 68px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.p-home__recruit-link:hover .p-home-recruit__bg {
		transform: scale(1.05);
	}
	.p-home .eir_area_area_top_001 .s_eirModule_titleBox, .p-purpose .eir_area_area_top_001 .s_eirModule_titleBox{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		min-height: 68px;
	}
	.p-home-csr__link:hover {
		text-decoration: underline;
	}
	.p-home-csr__bnr a:hover .p-home-csr__link-bg {
		transform: scale(1.05);
	}
	.p-home-csr__bnr a:hover .p-home-csr__btn {
		color: #fff;
		background-color: #2d4e96;
	}
	.p-mv__pdflink:hover {
		opacity: 0.7;
	}
	.p-mv__button:hover {
		opacity: 0.7;
	}
	.p-slider__link:hover {
		opacity: 0.7;
	}
	.p-slider__arrow:hover {
		opacity: 0.7;
	}
	.p-co-top:hover {
		opacity: 0.7;
	}
	.p-co-top:hover .p-co-top__img {
		transform: scale(1.05);
	}
	.p-co-strong-flex.governance .p-co-strong-flex__item {
		width: 520px;
		padding: 0;
		background-color: #fff;
		color: #000;
		text-align: left;
	}
	.p-co-strong-flex.governance .p-co-strong-flex__item dl dt {
		box-sizing: border-box;
		height: 58px;
		padding-top: 13px;
		color: #fff;
		font-size: 20px;
		text-align: center;
	}
	.p-co-strong-flex.governance .p-co-strong-flex__item dl dt span {
		display: inline-block;
		margin-right: 25px;
		font-size: 14px;
	}
	.p-co-strong-flex.governance .p-co-strong-flex__item dl dd {
		padding: 20px 20px;
		font-size: 18px;
		line-height: 2;
	}
	.p-co-strong-flex.governance .p-co-strong-flex__item:nth-child(odd) dl dt {
		background-color: #36526C;
	}
	.p-co-strong-flex.governance .p-co-strong-flex__item:nth-child(even) dl dt {
		background-color: #4C6E8E;
	}
	.p-h-business__sub-head > a:hover {
		opacity: 0.7;
	}
	.p-group__link:hover {
		background: #2d4e96;
		border-color: #2d4e96;
		color: #fff;
	}
	.p-box_ma + .p-box_ma {
		margin-top: 70px;
	}
	.p-box_ma .c-heading.-lv03 {
		margin-bottom: 20px;
		padding-bottom: 30px;
		border-bottom: 1px solid #CFD1DB;
	}
	.p-box_ma .p-sttl {
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	.p-box_ma.bg-grey {
		margin-bottom: 56px;
	}
	.p-box_ma dt, .p-box_ma dd {
		padding-right: 60px;
		padding-left: 60px;
	}
	.p-box_ma .p-box_ma__wrp {
		display: table;
		width: 100%;
	}
	.p-box_ma .p-box_ma__wrp.clm_2_1 .p-box_ma__inner {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	.p-box_ma .p-box_ma__wrp.clm_2_1 .p-box_ma__inner:nth-child(odd) {
		padding-right: 20px;
	}
	.p-box_ma .p-box_ma__wrp.clm_2_1 .p-box_ma__inner:nth-child(even) {
		padding-left: 20px;
	}
	.p-box_ma .p-box_ma__wrp.clm_2_2 {
		padding-top: 20px;
	}
	.p-box_ma .p-box_ma__wrp.clm_2_2 .p-box_ma__inner {
		display: table-cell;
		vertical-align: top;
	}
	.p-box_ma .p-box_ma__wrp.clm_2_2 .p-box_ma__inner:nth-child(odd) {
		width: 26.666667%;
		padding-right: 20px;
	}
	.p-box_ma .p-box_ma__wrp.clm_2_2 .p-box_ma__inner:nth-child(even) {
		width: 73.333333%;
		padding-right: 60px;
		padding-bottom: 30px;
		padding-left: 60px;
		border-bottom: 1px solid rgba(112, 112, 112, 0.3);
	}
	.p-box_ma .p-box_ma__wrp.clm_2_2 .p-box_ma__inner:nth-child(even).padding-0 {
		padding-right: 0;
		padding-left: 0;
	}
	.p-ir__link:hover {
		opacity: 0.7;
	}
	.p-ir__item > a:hover {
		text-decoration: underline;
	}
	.p-irsub-breafing__text .c-link:hover {
		text-decoration: underline;
	}
	.p-irsub-breafing__bottom .c-link:hover {
		text-decoration: underline;
	}
	.p-library__banner:hover::after {
		transform: scale(1.1);
	}
	.p-ir-detail-list__list {
		display: flex;
	}
	.p-ir-detail-list__head {
		min-width: 120px;
	}
	.p-ir-detail-list__head.-inset {
		display: flex;
		min-width: 220px;
	}
	.p-ir-detail-list__head.-inset::after {
		margin-left: auto;
	}
	.p-stockmenu__link:hover {
		background-color: #edf3f7;
	}
	.p-susaction3-img {
		width: 1030px;
		display: flex;
		justify-content: space-between;
		gap: 80px;
	}
	.p-susaction3-img__l {
		flex: 1 1 600px;
	}
	.p-susaction3-img__r {
		margin-top: 150px;
		flex: 1 1 350px;
	}
	.p-susaction3-img__bnr {
		max-width: 350px;
	}
	.p-susaction3-img__bnr a:hover:hover {
		opacity: 0.7;
	}
	.p-susaction-video {
		max-width: 900px;
		margin: 80px auto 0;
	}
	.p-susaction-video__thumb:hover:hover {
		opacity: 0.7;
	}
	.p-susaction-bnr {
		margin-top: 80px;
		max-width: 610px;
	}
	.p-susaction-bnr a:hover:hover {
		opacity: 0.7;
	}
	.p-csr-link__item:hover {
		background-color: #d4edf9;
	}
	.p-csr-link__item:hover .p-csr-link__arrow {
		background-color: #2d4e96;
	}
	.p-csr-slide__button:hover {
		opacity: 0.7;
	}
	.p-mate__button:hover svg {
		fill: #fff;
	}
	.p-mate__button:hover span {
		color: #fff;
	}
	.p-hesg__link:hover .p-hesg__bg::after {
		background-color: rgba(7, 7, 7, 0.5);
	}
	.p-hesg__link:hover .p-hesg__body {
		height: 90px;
	}
	.p-hesg__link:hover .p-hesg__body > * {
		transform: translateY(0);
		opacity: 1;
	}
	.p-hesg__block.-cat-h .p-hesg__link:hover .p-hesg__bg::after {
		background-color: rgba(65, 175, 215, 0.9);
	}
	.p-value__item:nth-of-type(3n) {
		border-right: none;
	}
	.p-value__item:nth-of-type(n+4) {
		border-top: 1px solid #fff;
	}
	.p-value__item.-box04, .p-value__item.-box05 {
		width: 50%;
	}
	.p-value__item.-box05 {
		border-right: 0;
	}
	.p-process-list {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}
	.p-process-list li {
		flex: 0 0 270px;
		height: 170px;
	}
	.p-process-list li p {
		color: #14599F;
		font-weight: bold;
		margin-top: 20px;
	}
	.p-process-output {
		display: flex;
	}
	.p-process-output__item {
		flex: 0 0 33.33333%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 30px 0;
	}
	.p-process-output__item:nth-child(2) {
		border-left: 1px solid #D3D4DD;
		border-right: 1px solid #D3D4DD;
	}
	.p-set {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.p-box_ma.bg-white {
		margin-bottom: 56px;
	}
	.u-db-pc {
		display: block !important;
	}
	.u-ib-pc {
		display: inline-block !important;
	}
	.u-i-pc {
		display: inline !important;
	}
	.u-f-pc {
		display: flex !important;
	}
	.u-mt0-pc {
		margin-top: 0px !important;
	}
	.u-mt8-pc {
		margin-top: 8px !important;
	}
	.u-mt16-pc {
		margin-top: 16px !important;
	}
	.u-mt24-pc {
		margin-top: 24px !important;
	}
	.u-mt32-pc {
		margin-top: 32px !important;
	}
	.u-mt40-pc {
		margin-top: 40px !important;
	}
	.u-mt48-pc {
		margin-top: 48px !important;
	}
	.u-mt56-pc {
		margin-top: 56px !important;
	}
	.u-mt64-pc {
		margin-top: 64px !important;
	}
	.u-mt72-pc {
		margin-top: 72px !important;
	}
	.u-mt80-pc {
		margin-top: 80px !important;
	}
	.u-mt88-pc {
		margin-top: 88px !important;
	}
	.u-mt96-pc {
		margin-top: 96px !important;
	}
	.u-mt104-pc {
		margin-top: 104px !important;
	}
	.u-mt112-pc {
		margin-top: 112px !important;
	}
	.u-mt120-pc {
		margin-top: 120px !important;
	}
	.u-mt128-pc {
		margin-top: 128px !important;
	}
	.u-mt136-pc {
		margin-top: 136px !important;
	}
	.u-mt144-pc {
		margin-top: 144px !important;
	}
	.u-mt152-pc {
		margin-top: 152px !important;
	}
	.u-mt4-pc {
		margin-top: 4px !important;
	}
	.u-mt12-pc {
		margin-top: 12px !important;
	}
	.u-mt20-pc {
		margin-top: 20px !important;
	}
	.u-mt30-pc {
		margin-top: 30px !important;
	}
	.u-m-auto-pc {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.u-pd0-pc {
		padding: 0 !important;
	}
	.u-ta-l-pc {
		text-align: left !important;
	}
	.u-ta-c-pc {
		text-align: center !important;
	}
	.u-ta-r-pc {
		text-align: right !important;
	}
}

@media print{
	header, footer {
		display: none !important;
	}
}