@charset "utf-8";
@import url(internal.css);

/*--------------company--------------*/

#company h1 {
	padding-bottom: 20px;
}

#company dt img {
	max-width: 780px;
}

@media screen and (min-width: 901px) {
	#company dd {
		padding-left: 30px;
		width: 50%;
	}

	#company dd p:last-of-type {
		padding-top: 15px;
	}
}

@media screen and (max-width: 900px) {
	#company dd {
		padding-top: 32px;
	}
}

/*--------------company2--------------*/

#company2 {
	background: var(--i_light_color);
	padding: 55px 0;
}

#company2 img {
	max-width: 461px;
}

/*--------------company3--------------*/

#company3 {
	padding-top: 55px;
}

#company3 .wrapper>div:first-of-type {
	border-bottom: 1px solid var(--i_border_color);
	padding-bottom: 45px;
	margin-bottom: 45px;
}

#company3 dt img {
	max-width: 660px;
}

#company3 dd span {
	display: block;
	text-align: right;
	padding-top: 20px;
}

@media screen and (min-width: 901px) {
	#company3 dd {
		padding-left: 30px;
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	#company3 dd {
		padding-top: 32px;
	}
}

/*--------------company4--------------*/

#company4 {
	background: var(--i_light_color);
}

#company4 h4+p {
	font-size: 2.4rem;
	font-weight: bold;
	padding-top: 36px;
}

#company4 .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#company4 .wrapper>div:last-of-type {
	width: 100%;
	border-top: 1px solid var(--i_border_color);
	padding-top: 32px;
	margin-top: 32px;
}

#company4 .wrapper>div:last-of-type ul {
	padding-top: 25px;
}

#company4 .wrapper>div:last-of-type ul span {
	display: block;
	color: var(--i_primary_color);
	font-weight: bold;
}

#company4 .wrapper>div:last-of-type ul span:last-of-type {
	font-weight: normal;
	padding-bottom: 10px;
}

#company4 .wrapper>div:last-of-type ul li {
	position: relative;
	padding-left: 20px;
	width: 35%;
}

#company4 .wrapper>div:last-of-type ul li:before {
	position: absolute;
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--i_primary_color);
	pointer-events: none;
}

@media screen and (min-width: 901px) {
	#company4 .wrapper>div:first-of-type {
		width: 50%;
		border-right: 1px solid var(--i_border_color);
	}

	#company4 .wrapper>div:nth-of-type(2) {
		width: 45%;
	}

	#company4 .wrapper>div:last-of-type ul li:not(:first-of-type) {
		margin-left: 10px;
	}
}

@media screen and (max-width: 900px) {
	#company4 .wrapper>div {
		width: 100%;
	}

	#company4 .wrapper>div:first-of-type {
		border-bottom: 1px solid var(--i_border_color);
		padding-bottom: 32px;
		margin-bottom: 32px;
	}

	#company4 .wrapper>div:last-of-type ul li {
		width: 100%;
	}

	#company4 .wrapper>div:last-of-type ul li:not(:last-of-type) {
		margin-bottom: 20px;
	}
}

/*--------------outline--------------*/

#outline .table {
	border: 1px solid var(--i_border_color);
	margin-top: 30px;
}

#outline .table dl {
	display: flex;
}

#outline .table dl:not(:last-of-type) {
	border-bottom: 1px solid var(--i_border_color);
}

#outline .table dl dt,
#outline .table dl dd {
	padding: 10px;
}

#outline .table dl dt {
	background: var(--i_light_color);
	border-right: 1px solid var(--i_border_color);
	min-width: 200px;
	text-align: center;
}

#outline .table dl dd span {
	padding-right: 15px;
}

#outline .table .offices dd p span {
	padding-right: 0;
	margin-bottom: 2px;
	border-bottom: 1px solid var(--i_body_color);
	display: inline-block;
}

#outline .table .offices dd p:not(:last-of-type) {
	padding-bottom: 10px;
}

#outline .table a {
	position: relative;
	display: inline;
	padding-left: 20px;
}

#outline .table a:before {
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	top: calc(50% - 5px);
	left: 0;
	border-top: 1px solid var(--i_body_color);
	border-right: 1px solid var(--i_body_color);
	transform: rotate(45deg);
	pointer-events: none;
}

@media screen and (max-width: 480px) {
	#outline .table dl {
		flex-direction: column;
	}

	#outline .table dl dt {
		text-align: left;
		border-right: 0;
	}
}

/*--------------outline2--------------*/

#outline2 .table {
	border: 1px solid var(--i_border_color);
	border-top: 0;
}

#outline2 .table dl {
	display: flex;
}

#outline2 .table dl:not(:last-of-type) {
	border-bottom: 1px solid var(--i_border_color);
}

#outline2 .table dl dt,
#outline2 .table dl dd {
	padding: 10px;
}

#outline2 .table dl dt {
	background: var(--i_light_color);
	border-right: 1px solid var(--i_border_color);
	min-width: 200px;
	text-align: center;
}

#outline2 .table dl:first-of-type ul li {
	position: relative;
	padding-left: 20px;
}

#outline2 .table dl:first-of-type ul li:before {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	top: calc(50% - 0.5px);
	left: 0;
	background: var(--i_gray_color);
	pointer-events: none;
}

#outline2 .table dl:first-of-type p:not(:first-of-type):not(:last-of-type) {
	padding-bottom: 10px;
}

#outline2 .table dl:first-of-type p:nth-of-type(2) {
	padding-top: 10px;
}

#outline2 .table dl:first-of-type p:last-of-type a {
	position: relative;
	display: inline;
	padding-right: 30px
}

#outline2 .table dl:first-of-type p:last-of-type a:before {
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	height: 100%;
	top: 0;
	right: 0;
	background: url("/assets/images/company/pdf.webp") no-repeat right center / contain;
	pointer-events: none;
}

#outline2 .table dl:nth-of-type(2) ul li:not(:last-of-type) {
	padding-top: 15px;
	text-align: center;
}

#outline2 .table dl:nth-of-type(2) ul li img {
	max-width: 150px;
}

#outline2 .table dl:nth-of-type(2) ul li:nth-of-type(3) {
	display: block !important;
	text-align: left;
}

#outline2 .table dl:nth-of-type(2) ul li:last-of-type img {
	max-width: 450px;
}

#outline2 .table dl:nth-of-type(3) li:not(:last-of-type) {
	padding-right: 20px;
}

#outline2 .table dl:nth-of-type(3) li img {
	max-width: 480px;
}

#outline2 .table+div h3 {
	color: var(--i_primary_color);
	padding-bottom: 0;
	margin-top: 50px;
}

#outline2 .table+div ul li:first-of-type {
	border-bottom: 3px double var(--i_black_color);
	padding-top: 10px;
	margin-bottom: 5px;
	width: 35%;
}

@media screen and (min-width: 901px) {
	#outline2 .table dl:nth-of-type(3) ul.flex {
		align-items: flex-end;
	}

	#outline2 .table dl:nth-of-type(3) li:not(:last-of-type) {
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 900px) {
	#outline2 .table dl:nth-of-type(3) li:not(:last-of-type) {
		padding-right: 0;
		padding-bottom: 20px;
	}

	#outline2 .table+div ul li:first-of-type {
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	#outline2 .table dl {
		flex-direction: column;
	}

	#outline2 .table dl dt {
		text-align: left;
		border-right: 0;
	}
}

@media screen and (min-width: 481px) {
	#outline2 .table dl:nth-of-type(2) ul li:not(:last-of-type) {
		display: inline-block;
		padding-right: 10px;
	}
}

/*--------------office--------------*/

#office h1 {
	padding-bottom: 30px;
}

#office h2 {
	padding-bottom: 5px;
}

#office dl.flex {
	justify-content: space-between;
	flex-direction: row-reverse;
}

#office dl:not(:last-of-type) {
	border-bottom: 1px solid var(--i_border_color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#office dl p span {
	padding-left: 15px;
}

#office dl dt {
	padding-left: 20px;
}

@media screen and (max-width: 900px) {
	#office dl.flex {
		flex-direction: column-reverse;
	}

	#office dl dt {
		padding-left: 0;
	}

	#office dl iframe {
		width: 100%;
	}

	#office dl p:last-of-type {
		padding-bottom: 20px;
	}
}

/*--------------history--------------*/

#history .table {
	border: 1px solid var(--i_border_color);
	margin-top: 30px;
}

#history .table dl {
	display: flex;
}

#history .table dl:not(:last-of-type) {
	border-bottom: 1px solid var(--i_border_color);
}

#history .table dl dt,
#history .table dl dd {
	padding: 10px;
}

#history .table dl dt {
	background: var(--i_light_color);
	border-right: 1px solid var(--i_border_color);
	min-width: 200px;
	text-align: center;
}

@media screen and (max-width: 480px) {
	#history .table dl {
		flex-direction: column;
	}

	#history .table dl dt {
		text-align: left;
		border-right: 0;
	}
}

/*--------------sustainability--------------*/

#sustainability h1 {
	padding-bottom: 20px;
}

#sustainability dt img {
	max-width: 780px;
	border: 1px solid var(--i_border_color);
	padding: 20px;
}

@media screen and (min-width: 901px) {
	#sustainability dd {
		padding-left: 30px;
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	#sustainability dd {
		padding-top: 32px;
	}
}

/*--------------sustainability2--------------*/

#sustainability2 ul li a {
	position: relative;
	width: auto;
	padding-right: 35px
}

#sustainability2 ul li a:before {
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	background: url("/assets/images/company/pdf.webp") no-repeat right center / contain;
	pointer-events: none;
}

@media screen and (max-width: 750px) {
	#sustainability2 ul li:first-of-type {
		padding-bottom: 15px;
	}
}