@charset "UTF-8";
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* --------------------------------------------------------
* ir vision 勇翔2034
* -------------------------------------------------------*/
.yusho2034-pinchout {
	width: 203px;
	margin: 24px auto 0;
}
@media (min-width: 768px), print {
	.yusho2034-pinchout {
		display: none;
	}
}

.yusho2034-document__doctable {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
}
.yusho2034-document__doctable dt, .yusho2034-document__doctable dd {
	display: grid;
	place-items: center;
	margin: -1px 0 0 -1px;
	padding: 14px;
	border: 1px solid var(--color-border);
	font-size: 1.4rem;
	line-height: 1.2;
}
.yusho2034-document__doctable dt {
	font-weight: 700;
	background-color: var(--color-bg);
}
.yusho2034-document__pdf {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.yusho2034-document__pdf > li:nth-child(3) {
	display: grid;
	place-items: center;
	padding: 16px;
	border-radius: 15px;
	background-color: var(--color-bg2);
	text-align: center;
}
.yusho2034-document__pdf > li:nth-child(3) > a {
	color: var(--color-txt);
	text-decoration: underline;
}
@media (min-width: 768px), print {
	.yusho2034-document__image {
		flex: 0 0 46.5%;
	}
	.yusho2034-document__content {
		flex: 1 1 50%;
	}
	.yusho2034-document__pdf {
		grid-template-columns: repeat(2, 1fr);
	}
	.yusho2034-document__pdf > li:nth-child(3) {
		grid-column: 1/3;
	}
	.yusho2034-document__pdf > li:nth-child(3) > a:hover {
		color: var(--color-txt-link);
		text-decoration: none;
	}
	.yusho2034-document__doctable > div {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.yusho2034-document__doctable dt, .yusho2034-document__doctable dd {
		font-size: 1.6rem;
	}
	.yusho2034-document__doctable dt {
		flex: 0 0 41.3793103448%;
	}
	.yusho2034-document__doctable dd {
		flex: 1 1 auto;
	}
}

.yusho2034-concept {
	margin-top: 64px;
	padding: 64px 0 138px;
	border-radius: 30px;
	background: var(--color-bg2) url("/company/assets/images/ir/management/vision/yusho2034/concept-bg.svg") no-repeat center/186.6666666667% auto;
}
@media (min-width: 768px), print {
	.yusho2034-concept {
		margin-top: 64px;
		padding: 80px 0 120px;
		border-radius: 60px;
		background-size: 1556px auto;
	}
}

.yusho2034-anchor {
	padding: 32px 20px;
	border-radius: 20px;
	background-color: #fff;
}
@media (min-width: 768px), print {
	.yusho2034-anchor {
		padding: 32px 40px;
	}
	.yusho2034-anchor > ul {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 16px 30px;
	}
	.yusho2034-anchor > ul > li {
		margin: 0 !important;
	}
}

.yusho2034-message__image {
	max-width: 250px;
	margin: 0 auto;
}
.yusho2034-message__image > img {
	border-radius: 15px;
}
.yusho2034-message__image figcaption {
	margin-top: 16px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.yusho2034-message__image figcaption > img {
	display: block;
	width: 190px;
	margin-top: 14px;
}
.yusho2034-message__content {
	margin-top: 40px;
	padding: 32px 20px;
	border-radius: 20px;
	background-color: #fff;
}
@media (min-width: 768px), print {
	.yusho2034-message {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 60px;
	}
	.yusho2034-message__image {
		max-width: 335px;
		flex: 0 0 30%;
	}
	.yusho2034-message__image figcaption {
		font-size: 1.6rem;
	}
	.yusho2034-message__image figcaption > img {
		width: 250px;
	}
	.yusho2034-message__content {
		margin-top: 0;
		padding: 48px 40px;
		flex: 1 1 auto;
	}
}

.yusho2034-philosophy {
	display: grid;
	grid-template-columns: 1fr;
	gap: 108px 0;
}
.yusho2034-philosophy__content {
	padding: 32px 20px;
	border-radius: 20px;
	position: relative;
	background-color: #fff;
}
.yusho2034-philosophy__content:nth-child(1) dd {
	font-size: 1.8rem;
	font-weight: 500;
}
.yusho2034-philosophy__content:nth-child(2) em {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: var(--color-prim);
}
.yusho2034-philosophy__content:nth-child(3) ol > li {
	padding-left: 36px;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
}
.yusho2034-philosophy__content:nth-child(3) ol > li > span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	background-color: var(--color-prim);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.yusho2034-philosophy__content:nth-child(3) ol > li + li {
	margin-top: 16px;
}
.yusho2034-philosophy__illust > img {
	display: block;
	height: auto;
	position: absolute;
}
.yusho2034-philosophy__illust1 {
	width: 40px;
	bottom: -70px;
	left: 28px;
}
.yusho2034-philosophy__illust2 {
	width: 43px;
	top: -38px;
	right: 35px;
}
.yusho2034-philosophy__illust3 {
	width: 38px;
	top: -18px;
	right: -10px;
}
.yusho2034-philosophy__illust4 {
	width: 37px;
	top: -50px;
	right: 64px;
}
.yusho2034-philosophy__illust5 {
	width: 33px;
	top: -38px;
	right: 28px;
}
.yusho2034-philosophy__illust6 {
	width: 60px;
	bottom: -74px;
	left: 34px;
}
.yusho2034-philosophy__illust7 {
	width: 43px;
	bottom: -64px;
	left: 14px;
}
.yusho2034-philosophy__illust8 {
	width: 38px;
	bottom: -88px;
	left: 57px;
}
.yusho2034-philosophy__illust9 {
	width: 33px;
	top: -43px;
	right: 70px;
}
.yusho2034-philosophy__illust10 {
	width: 40px;
	top: -56px;
	right: 25px;
}
@media (min-width: 768px), print {
	.yusho2034-philosophy {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
	.yusho2034-philosophy__content {
		padding: 40px;
	}
	.yusho2034-philosophy__content:nth-child(1) dd {
		padding-right: 50px;
		font-size: 2rem;
	}
	.yusho2034-philosophy__content:nth-child(3) {
		grid-column: 1/3;
	}
	.yusho2034-philosophy__content:nth-child(3) ol > li {
		padding-left: 54px;
		font-size: 2rem;
	}
	.yusho2034-philosophy__content:nth-child(3) ol > li > span {
		width: 38px;
		height: 38px;
		font-size: 2rem;
		translate: 0 -0.2em;
	}
	.yusho2034-philosophy__content:nth-child(3) ol > li + li {
		margin-top: 20px;
	}
	.yusho2034-philosophy__illust1 {
		width: 51px;
		bottom: auto;
		top: -48px;
		left: -73px;
	}
	.yusho2034-philosophy__illust2 {
		width: 50px;
		top: 76px;
		right: 22px;
	}
	.yusho2034-philosophy__illust3 {
		width: 45px;
		top: 35px;
		right: -25px;
	}
	.yusho2034-philosophy__illust4 {
		width: 50px;
		top: -46px;
		right: 64px;
	}
	.yusho2034-philosophy__illust5 {
		width: 44px;
		top: -28px;
		right: 14px;
	}
	.yusho2034-philosophy__illust6 {
		width: 88px;
		bottom: -22px;
		left: auto;
		right: -12px;
	}
	.yusho2034-philosophy__illust7 {
		width: 53px;
		bottom: -62px;
		left: -51px;
	}
	.yusho2034-philosophy__illust8 {
		width: 46px;
		bottom: -80px;
		left: 3px;
	}
	.yusho2034-philosophy__illust9 {
		width: 41px;
		top: auto;
		bottom: -22px;
		right: 45px;
	}
	.yusho2034-philosophy__illust10 {
		width: 50px;
		top: auto;
		bottom: -46px;
		right: -12px;
	}
}

.yusho2034-engine .c-accordion__header-inner {
	font-size: 1.8rem;
	font-weight: bold;
}
.yusho2034-engine .c-accordion__header-inner .yusho2034-engine__tag {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #fff;
}
.yusho2034-engine--basics .yusho2034-engine__tag {
	background-color: var(--color-prim);
}
.yusho2034-engine--basics.is-active:not(.is-disabled) .c-accordion__header {
	background-color: var(--color-bg2);
	border-color: var(--color-bg2);
	border-top-color: var(--color-bg2);
}
.yusho2034-engine--basics.is-active:not(.is-disabled) .c-accordion__panel {
	background-color: var(--color-bg2);
}
.yusho2034-engine--business .yusho2034-engine__tag {
	background-color: #0067A7;
}
.yusho2034-engine--business.is-active:not(.is-disabled) .c-accordion__header {
	background-color: #E4ECFB;
	border-color: #E4ECFB;
	border-top-color: #E4ECFB;
}
.yusho2034-engine--business.is-active:not(.is-disabled) .c-accordion__panel {
	background-color: #E4ECFB;
}
.yusho2034-engine--business.is-active:not(.is-disabled) .c-accordion__panel em {
	color: #0067A7;
}
.yusho2034-engine--business.is-active:not(.is-disabled) .c-accordion__panel .c-list__item::before {
	background-color: #0067A7;
}
.yusho2034-engine--process .yusho2034-engine__tag {
	background-color: #6E3BA2;
}
.yusho2034-engine--process.is-active:not(.is-disabled) .c-accordion__header {
	background-color: #EFE7F8;
	border-color: #EFE7F8;
	border-top-color: #EFE7F8;
}
.yusho2034-engine--process.is-active:not(.is-disabled) .c-accordion__panel {
	background-color: #EFE7F8;
}
.yusho2034-engine--process.is-active:not(.is-disabled) .c-accordion__panel em {
	color: #6E3BA2;
}
@media (min-width: 768px), print {
	.yusho2034-engine .c-accordion__header-inner {
		font-size: 2.4rem;
	}
	.yusho2034-engine .c-accordion__header-inner .yusho2034-engine__tag {
		margin-bottom: 0;
		margin-right: 24px;
		padding: 8px 16px;
		font-size: 2rem;
	}
	.yusho2034-engine .c-accordion__header:hover {
		color: var(--color-txt);
	}
	.yusho2034-engine--basics:not(.is-active) .c-accordion__header:hover {
		background-color: var(--color-bg2);
	}
	.yusho2034-engine--business:not(.is-active) .c-accordion__header:hover {
		background-color: #E4ECFB;
	}
	.yusho2034-engine--process:not(.is-active) .c-accordion__header:hover {
		background-color: #EFE7F8;
	}
}

.yusho2034-lx__figure {
	border-radius: 20px;
	overflow: hidden;
}
.yusho2034-lx__anchor-title {
	margin: 32px auto 0;
	max-width: 500px;
	border-radius: 10px;
	overflow: hidden;
}
.yusho2034-lx__anchor {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 24px;
}
.yusho2034-lx__anchor > li {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0 6px;
}
.yusho2034-lx__anchor > li > figure {
	max-width: 220px;
	flex: 0 0 33%;
	border-radius: 10px;
	overflow: hidden;
}
.yusho2034-lx__anchor > li > figure > img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.yusho2034-lx__anchor > li > div {
	flex: 1 1 auto;
	display: grid;
	place-items: center start;
	padding: 16px;
	border-radius: 10px;
	background-color: var(--color-bg);
}
@media (max-width: 767px) {
	.yusho2034-lx__right {
		margin-top: 32px;
	}
}
@media (min-width: 768px), print {
	.yusho2034-lx {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0 60px;
	}
	.yusho2034-lx__left, .yusho2034-lx__right {
		flex: 0 0 calc(50% - 30px);
	}
	.yusho2034-lx__anchor-title {
		margin-top: 40px;
		max-width: none;
	}
	.yusho2034-lx__anchor {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-top: 20px;
	}
	.yusho2034-lx__anchor > li > figure {
		flex-basis: 157px;
	}
	.yusho2034-lx__anchor > li > div {
		padding: 20px;
	}
}

.yusho2034-innerlist {
	margin-top: 16px;
	font-size: 1.4rem;
}
.yusho2034-innerlist > li {
	padding-left: 14px;
	position: relative;
}
.yusho2034-innerlist > li::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background-color: var(--color-txt);
	position: absolute;
	left: 0;
	top: 0.8em;
}
/*# sourceMappingURL=yusho2034.css.map */
