/* default
-------------------------------------------------------------*/

/* common */

main table.default-table {
	border-collapse: collapse;
}

main .border {
	border: solid 1px #ccc;
}

main p.img {
	margin: 0 auto 32px;
}
main p.img img {
	width: 100%;
}
main p.copy {
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

main ul.aster li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
}
main ul.aster li::before {
	content: '*';
	position: absolute;
	top: 0;
	left: 0;
}
main .num_sym {
	padding-left: 0;
}
main .num_sym li {
	position: relative;
	padding-left: 1.6em;
}
main .num_sym li span {
	position: absolute;
	top: 0;
	left: 0;
}

main dl.name {
	margin-top: 32px;
}
main dl.name div {
	display: flex;
	justify-content: flex-end; 
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: right;
}
main dl.name dd {
	margin-left: 1em;
}

main .column-type-3-inner {
	padding:  16px 6% 20px;
}
main .column-type-3:before, .column-type-3:after {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.1;
	background-size: 100% auto;
}

/* corporate_profile */

main.corporate_profile table.default-table th {
	background: var(--bgGray_05);
	vertical-align: middle;
	word-break: normal; 
}

main.corporate_profile div.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
main.corporate_profile div.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

main.corporate_profile span.mapcode {
	display: flex;
	align-items: center;
	gap: 10px;
}
main.corporate_profile span.mapcode img {
	flex-shrink: 0;
	width: 70px;
	height: 22px;
}

/* corporate_history */

main.corporate_history div.ttl {
	display: flex;
	margin: 56px 0 12px;
	background: var(--bgGray_05);
	border-radius: 24px 24px 0px 0px;
	overflow: hidden;
}
main.corporate_history div.ttl dl {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 66%;
	padding: 24px 24px 24px;
}
main.corporate_history div.ttl dl dt {
	font-size: 16px;
	font-weight: 700;
	color: var(--textRed);
}
main.corporate_history div.ttl dl dd {
	line-height: 1.58;
	font-size: 24px;
	font-weight: 700;
	color: var(--gray);
}
main.corporate_history div.ttl figure {
	width: 34%;
}
main.corporate_history div.ttl figure img {
	height: 100%;
	object-fit: cover;
}
main.corporate_history p a.text-link {
	display: block;
	margin-top: 10px;
}

main.corporate_history nav.link ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 90px;
	margin-top: 45px;
	padding: 35px;
	background: #F3F3F3;
}
main.corporate_history nav.link ul a {
	position: relative;
	padding-left: 20px;
	font-weight: 500;
}
main.corporate_history nav.link ul a span.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
main.corporate_history nav.link ul li.current a {
	pointer-events: none;
	color: var(--gray_02);
}

main.corporate_history ul.usage {
	display: flex;
	column-gap: 24px;
	margin-top: 32px;
}
main.corporate_history ul.usage li {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

main.corporate_history dl.chronicle {
	position: relative;
	margin: 24px 0 64px;
	padding: 34px 33px 28px;
	border-top: solid 1px var(--gray_02);
	border-bottom: solid 1px var(--gray_02);
}
main.corporate_history dl.chronicle::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50px + 33px);
	width: 1px;
	height: 100%;
	background: var(--gray_02);
}
main.corporate_history dl.chronicle div {
	position: relative;
}
main.corporate_history dl.chronicle dt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}
main.corporate_history dl.chronicle dd {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 0 0 50px;
	padding: 0 0 8px 1.6em;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
main.corporate_history dl.chronicle dd::before {
	content: '';
	position: absolute;
	top: 9px;
	left: -6px;
	width: 12px;
	height: 12px;
}
main.corporate_history dl.chronicle dd.type1::before {
	background: url(/img/en/corporate/history/common/icon_01.svg);
}
main.corporate_history dl.chronicle dd.type2::before {
	background: url(/img/en/corporate/history/common/icon_02.svg);
}
main.corporate_history dl.chronicle dd.type3::before {
	top: 8px;
	left: -7px;
	width: 15px;
	height: 15px;
	background: url(/img/en/corporate/history/common/icon_03.svg);
}
main.corporate_history dl.chronicle dd.type4::before {
	top: 8px;
	left: -7px;
	width: 15px;
	height: 13px;
	background: url(/img/en/corporate/history/common/icon_04.svg);
}

main.corporate_history dl.chronicle dd img {
	flex-shrink: 0;
	width: 160px;
	margin-left: 20px;
}

/* corporate_library */

main.corporate_library div.grid img {
	width: 100%;
}

/* corporate_group */

main.corporate_group table.default-table th {
	width: 8em;
	background: var(--bgGray_05);
	vertical-align: middle;
	white-space: nowrap;
}

/* corporate_network */

main.corporate_network_sub h2 {
	display: flex;
	align-items: center;
	margin: 48px 0 24px;
	font-size: 32px;
	font-weight: 700;
}
main.corporate_network_sub h2 img {
	display: inline-block;
	margin-left: 24px;
	width: 60px;
	height: auto;
	background: #ccc;
}
main.corporate_network_sub dt {
	margin: 24px 0 0;
	line-height: 1.56;
	font-size: 18px;
	font-weight: 700;
	color: var(--text_black);
}
main.corporate_network_sub dt a {
	font-size: 18px;
	font-weight: 700;
	color: var(--text_black);
}
main.corporate_network_sub dt span.jp {
	font-weight: 400;
	font-size: 16px;
}

main.corporate_network_sub dd {
	padding-left: 1em;
	line-height: 2;
	font-size: 16px;
	font-weight: 400;
}

/* pc
-------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

	main .sp {
		display: none !important;
	}

	main p.img_right,
	main p.img_left {
		display: flex;
		gap: 30px;
	}
	main p.img_left {
		flex-direction: row-reverse;
	}
	main p.img_right img,
	main p.img_left img {
		flex-shrink: 0;
		height: fit-content;
	}

	main a.hover {
		transition: opacity .2s ease-in;
	}
	main a.hover:hover {
		opacity: 0.8;
	}

/* corporate_history */

	main.corporate_history div.ttl dl {
		min-height: 150px;
	}

/* corporate_strength */

	main.corporate_strength button.button {
		line-height: 1.3;
	}


/* corporate_group */

	main.corporate_group div.DIV01 {
		display: flex;
		gap: 5%;
	}
	main.corporate_group div.DIV01 > dl {
		width: 30%;
	}
	main.corporate_group div.DIV01 > ul {
		width: 65%;
		padding-top: 8px;
	}

} /* @media */


/* sp
-------------------------------------------------------------*/

@media screen and (max-width: 767px) {

	main .pc {
		display: none !important;
	}

	main p.img_right img,
	main p.img_left img {
		display: block;
		margin: 24px auto 0;
	}

/* corporate_index */

	main.corporate_index ul.grid li.philosophy span.img-hover-effect img {
		object-position: top 0 right -6px;
	}

/* corporate_greeting */

	main dl.name div {
		display: block;
	}
	main dl.name div:first-child {
		margin-bottom: 1em;
	}

/* corporate_profile */

	main.corporate_profile p.copy br {
		display: none;
	}

/* corporate_history */

	main.corporate_history div.ttl {
		display: block;
		margin: 40px 0 12px;
	}
	main.corporate_history div.ttl dl {
		display: block;
		width: 100%;
	}
	main.corporate_history div.ttl dl dd {
		font-size: 20px;
	}
	main.corporate_history div.ttl figure {
		width: 100%;
		height: 40vw;
	}
	main.corporate_history div.ttl figure img {
		width: 100%;
		height: 40vw;
	}

	main.corporate_history nav.link ul {
		display: block;
		margin-top: 45px;
		padding: 15px 25px;
	}

	main.corporate_history dl.chronicle {
		position: relative;
		margin: 32px 0 32px;
		padding: 34px 0 28px;
	}
	main.corporate_history dl.chronicle::before {
		left: 50px;
	}
	main.corporate_history dl.chronicle dd {
		display: block;
	}
	main.corporate_history dl.chronicle dd img {
		margin: 10px 0 0 0;
	}

	main.corporate_history ul.usage {
		flex-wrap: wrap;
	}
	main.corporate_history ul.usage li {
		white-space: nowrap;
	}

/* corporate_group */

	main.corporate_group div.DIV01 > dl {
		margin-bottom: 16px;
	}

/* corporate_network */

	main.corporate_network nav.link ul {
		margin: 32px 0;
	}
	main.corporate_network nav.link li {
		margin: 0 0 12px;
	}


} /* @media */


/* misc
-------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
} /* @media */


@media screen and (max-width: 1023px) {
} /* @media */



a[data-type="button-type-2"] { width: fit-content; }