@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background: url(../img/company/headline_bg.jpg) no-repeat center/cover;
}
#headline h1::before {
	content: "COMPANY";
}
/*-----------------------------------

	company_block

-----------------------------------*/
#company_block {
	padding: 100px 0 80px;
}
#company_block h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	column-gap: 40px;
	margin-bottom: 70px;
}
#company_block h2::before {
	content: "COMPANY";
	font-size: 55px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #10436D;
}
#company_block table {
	width: 100%;
	border-top: 1px solid #DADADA;
}
#company_block table tr {
	border-bottom: 1px solid #DADADA;
}
#company_block table th {
	width: 160px;
	padding: 20px 5px;
	text-align: left;
	font-weight: 600;
}
#company_block table td {
	width: calc(100% - 160px);
	padding: 20px 5px;
	font-weight: 500;
}
@media screen and (max-width: 840px) {
	#company_block h2 {
		font-size: 16px;
		column-gap: 30px;
	}
	#company_block h2::before {
		font-size: 46px;
	}
}
@media screen and (max-width: 640px) {
	#company_block {
		padding: 50px 0 40px;
	}
	#company_block h2 {
		font-size: 14px;
		column-gap: 20px;
		margin-bottom: 30px;
	}
	#company_block h2::before {
		font-size: 26px;
	}
	#company_block table th {
		width: 100px;
		padding: 15px 5px;
	}
	#company_block table td {
		width: calc(100% - 100px);
		padding: 15px 5px;
	}
}
/*-----------------------------------

	history_block

-----------------------------------*/
#history_block {
	padding-bottom: 90px;
}
#history_block .contents_inner {
	background: url(../img/company/history_bg.jpg) no-repeat center/cover;
	padding: 60px 80px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#history_block .contents_inner::before {
	content: "HISTORY";
	font-size: 55px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #10436D;
	white-space: nowrap;
	writing-mode: vertical-rl;
	position: absolute;
	top: 50%;
	left: -27.5px;
	transform: translateY(-50%) rotate(180deg);
}
#history_block .image {
	width: 40.426%;
}
#history_block .image img:first-of-type {
	margin-bottom: 20px;
}
#history_block .text {
	max-width: 468px;
	width: 55%;
}
#history_block .text h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	column-gap: 60px;
	margin-bottom: 65px;
}
#history_block .text h2 span {
	font-size: 20px;
	font-weight: 500;
	color: #655D50;
	position: relative;
}
#history_block .text h2 span::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #655D50;
	position: absolute;
	top: 50%;
	right: calc(100% + 15px);
}
#history_block .text dl {
	width: 100%;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0;
}
#history_block .text dl dt {
	width: 135px;
	font-weight: 500;
	color: #10436D;
	padding-left: 25px;
	position: relative;
}
#history_block .text dl dt::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #10436D;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#history_block .text dl dt:not(:last-of-type):after {
	content: "";
	width: 1px;
	height: 40px;
	background: url(../img/company/history_line.svg) no-repeat center/contain;
	position: absolute;
	top: calc(100% + 5px);
	left: 3px;
}
#history_block .text dl dd {
	width: calc(100% - 135px);
}
@media screen and (max-width: 1100px) {
	#history_block .contents_inner {
		padding: 60px;
	}
	#history_block .image {
		width: 35%;
	}
	#history_block .text {
		width: 58%;
	}
	#history_block .text h2 {
		font-size: 22px;
		column-gap: 50px;
		margin-bottom: 50px;
	}
	#history_block .text h2 span {
		font-size: 16px;
	}
	#history_block .text h2 span::before {
		width: 26px;
		right: calc(100% + 12px);
	}
	#history_block .text dl {
		gap: 40px 0;
		font-size: 15px;
	}
	#history_block .text dl dt {
		width: 110px;
		padding-left: 15px;
	}
	#history_block .text dl dt:not(:last-of-type):after {
		height: 30px;
	}
	#history_block .text dl dd {
		width: calc(100% - 110px);
	}
}
@media screen and (max-width: 840px) {
	#history_block .contents_inner {
		flex-wrap: wrap;
		row-gap: 50px;
	}
	#history_block .contents_inner::before {
		font-size: 46px;
		left: -23px;
	}
	#history_block .image {
		width: 100%;
	}
	#history_block .text {
		max-width: none;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#history_block {
		padding-bottom: 40px;
	}
	#history_block .contents_inner {
		padding: 25px;
		row-gap: 25px;
	}
	#history_block .contents_inner::before {
		font-size: 26px;
		left: -13px;
	}
	#history_block .image img:first-of-type {
		margin-bottom: 15px;
	}
	#history_block .text h2 {
		font-size: 20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px 0;
		margin-bottom: 25px;
	}
	#history_block .text h2 span {
		display: block;
		font-size: 14px;
	}
	#history_block .text h2 span::before {
		width: 0;
		right: 0;
	}
	#history_block .text dl {
		gap: 5px 0;
		font-size: 14px;
		letter-spacing: 0;
	}
	#history_block .text dl dt {
		width: 100%;
		padding-left: 10px;
	}
	#history_block .text dl dt::before {
		width: 5px;
		height: 5px;
	}
	#history_block .text dl dt:not(:last-of-type):after {
		height: 30px;
		top: calc(100% + 5px);
		left: 2px;
	}
	#history_block .text dl dd {
		width: calc(100% - 10px);
		padding-left: 10px;
	}
	#history_block .text dl dd:not(:last-of-type) {
		margin-bottom: 15px;
	}
}
/*-----------------------------------

	archievements_block

-----------------------------------*/
#archievements_block {
	padding: 100px 0 80px;
	background: #10436D;
	color: #FFF;
}
#archievements_block .contents_inner {
	position: relative;
}
#archievements_block .contents_inner::after {
	content: "";
	width: 43.667%;
	height: 40.833%;
	background: url(../img/company/archievements_text.svg) no-repeat left bottom/contain;
	position: absolute;
	left: -20px;
	bottom: -20px;
	z-index: 10;
}
#archievements_block h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	column-gap: 40px;
	margin-bottom: 70px;
}
#archievements_block h2::before {
	content: "ARCHIEVEMENTS";
	font-size: 55px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
#archievements_block .swiper {
	width: calc(100% + (50vw - 50%));
	margin-right: calc(50% - 50vw);
}
#archievements_block .swiper .swiper-slide {
	transition: .5s !important;
	width: 46% !important;
	transform: scale(.5);
	transform-origin: left top;
	margin-right: calc(25px - 23%) !important;
}
#archievements_block .swiper .swiper-slide-active {
	transform: scale(1) !important;
	position: relative;
}
#archievements_block .swiper .swiper-slide-next {
	margin-left: 23% !important;
}
#archievements_block .swiper .swiper-slide img {
	height: auto;
	width: 100%;
}
.swiper-button-next,.swiper-button-prev {
    top: auto !important;
	bottom: 0;
    width: 58px !important;
    height: 58px !important;
    margin-top: auto !important;
	background: #FFF;
	border-radius: 50%;
}
.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: calc(46% + 25px) !important;
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
    left: calc(46% + 108px) !important;
    right: auto !important;
}
.swiper-button-next:after,.swiper-button-prev:after {
	content: "" !important;
	width: 12px;
	height: 23px;
	background: url(../img/company/archievements_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.swiper-button-next:after {
	transform: translate(-50%,-50%) scale(-1,1);
}
@media screen and (max-width: 840px) {
	#archievements_block .contents_inner::after {
		left: -10px;
		bottom: -10px;
	}
	#archievements_block h2 {
		font-size: 16px;
		column-gap: 30px;
	}
	#archievements_block h2::before {
		font-size: 46px;
	}
	#archievements_block .swiper .swiper-slide {
		margin-right: calc(15px - 23%) !important;
	}
	.swiper-button-prev,.swiper-rtl .swiper-button-next {
		left: calc(46% + 15px) !important;
	}
	.swiper-button-next,.swiper-rtl .swiper-button-prev {
		left: calc(46% + 88px) !important;
	}
}
@media screen and (max-width: 640px) {
	#archievements_block {
		padding: 50px 0 40px;
	}
	#archievements_block .contents_inner::after {
		width: 60%;
		height: 60%;
	}
	#archievements_block h2 {
		font-size: 14px;
		letter-spacing: 0;
		column-gap: 20px;
		margin-bottom: 30px;
	}
	#archievements_block h2::before {
		font-size: 26px;
	}
	#archievements_block .swiper .swiper-slide {
		width: 60% !important;
		margin-right: calc(10px - 30%) !important;
	}
	#archievements_block .swiper .swiper-slide-next {
		margin-left: 30% !important;
	}
	.swiper-button-next,.swiper-button-prev {
		width: 40px !important;
		height: 40px !important;
	}
	.swiper-button-prev,.swiper-rtl .swiper-button-next {
		left: calc(60% + 10px) !important;
	}
	.swiper-button-next,.swiper-rtl .swiper-button-prev {
		left: calc(60% + 60px) !important;
	}
	.swiper-button-next:after,.swiper-button-prev:after {
		width: 8px;
		height: 16px;
	}
}
/*-----------------------------------

	ggmap_block

-----------------------------------*/
#ggmap_block {
	width: 100%;
	height: 0;
	padding: 30px 0 370px;
	position: relative;
	overflow: hidden;
	margin-bottom: 140px;
}
#ggmap_block iframe,
#ggmap_block object,
#ggmap_block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 840px) {
	#ggmap_block {
		padding: 30px 0 270px;
	}
}
@media screen and (max-width: 640px) {
	#ggmap_block {
		padding: 30px 0 220px;
		margin-bottom: 70px;
	}
}