@charset "UTF-8";
/*-----------------------------------

	headline_block

-----------------------------------*/
#headline_block h1::after {
	content: "COMPANY";
}
/*-----------------------------------

	base

-----------------------------------*/
.contents {
	padding-bottom: 120px;
}
.contents .contents_inner {
	max-width: 1000px;
}
.contents h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #AEAEAE;
	margin-bottom: 60px;
	position: relative;
}
.contents h2::before {
	font-size: 48px;
	font-weight: 700;
	font-family: "Barlow", sans-serif;
	color: #000;
	display: block;
	margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
	.contents {
		padding-bottom: 60px;
	}
	.contents h2 {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.contents h2::before {
		font-size: 28px;
		margin-bottom: 10px;
	}
}
/*-----------------------------------

	history_block

-----------------------------------*/
#history_block h2::before {
	content: "HISTORY";
}
#history_block .history_wrap {
	background: #FFF;
	border-radius: 50px;
	padding: 60px;
}
#history_block .history_box {
	align-items: flex-start;
	position: relative;
}
#history_block .history_box:not(:last-child) {
	padding-bottom: 40px;
}
#history_block .history_box::before {
	content: '';
	display: block;
	background: #59C8F2;
	width: 1px;
	height: 100%;
	margin: auto;
	position: absolute;
	left: 101px;
	bottom: 0;
	z-index: 0;
}
#history_block .history_box:first-child:before {
	height: calc(100% - 21px);
}
#history_block .history_box:last-child:before {
	height: calc(100% - 52px);
	top: 0;
	bottom: auto;
}
#history_block .year {
	width: 70px;
}
#history_block .year p {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#history_block .year p span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 5px;
}
#history_block .text {
	width: calc(100% - 97px);
	padding-left: 73px;
	margin-top: 6px;
	position: relative;
}
#history_block .text::before,
#history_block .text::after {
	content: "";
	background: #59C8F2;
	margin: auto;
	position: absolute;
	left: 0;
	z-index: 1;
}
#history_block .text::before {
	width: 42px;
	height: 1px;
	top: 17px;
}
#history_block .text::after {
	width: 10px;
	height: 10px;
	border-radius: 50vw;
	top: 13px;
}
#history_block .text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: -0.01em;
}
@media screen and (max-width: 640px) {
	#history_block .history_wrap {
		border-radius: 25px;
		padding: 30px;
	}
	#history_block .history_box:not(:last-child) {
		padding-bottom: 30px;
	}
	#history_block .history_box::before {
		left: 74px;
	}
	#history_block .history_box:first-child:before {
	    height: calc(100% - 19px);
	}
	#history_block .history_box:last-child:before {
		height: calc(100% - 38px);
	}
	#history_block .year {
		width: 60px;
	}
	#history_block .year p {
		font-size: 26px;
	}
	#history_block .year p span {
		font-size: 12px;
		margin-top: 3px;
	}
	#history_block .text {
		width: calc(100% - 70px);
		padding-left: 50px;
		margin-top: 3px;
	}
	#history_block .text::before {
		width: 37px;
		height: 1px;
		top: 14px;
	}
	#history_block .text::after {
		top: 10px;
	}
	#history_block .text p {
		font-size: 14px;
	}
}
/*-----------------------------------

	company_block

-----------------------------------*/
#company_block h2::before {
	content: "COMPANY";
}
#company_block .company_box {
	background: #FFF;
	border-radius: 50px;
	padding: 60px;
}
#company_block table {
	width: 100%;
	font-size: 16px;
}
#company_block table tr:not(:last-child) {
	border-bottom: 1px solid #D5D0C9;
}
#company_block table th {
	width: 180px;
	padding: 30px;
	text-align: center;
	font-weight: 700;
}
#company_block table td {
	line-height: 2;
	padding: 30px 30px;
}
@media screen and (max-width: 640px) {
	#company_block .company_box {
		border-radius: 25px;
		padding: 30px;
	}
	#company_block table {
		font-size: 14px;
	}
	#company_block table th {
		width: 100px;
		padding: 15px 0;
		text-align: left;
		vertical-align: middle;
	}
	#company_block table td {
		padding: 10px 0;
	}
}
/*-----------------------------------

	access_block

-----------------------------------*/
#access_block .ttlArea {
	display: flex;
	margin-bottom: 160px;
}
#access_block .ttlArea .image {
	width: 50vw;
	position: relative;
	z-index: 1;
	margin-right: -500px;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
}
#access_block .ttlArea .text {
	width: calc(1000px + (50vw - 500px));
	margin: 80px 0 -80px auto;
	background: #F7F1E7;
	padding-left: 550px;
	display: flex;
	align-items: center;
	border-radius: 50px 0 0 50px;
}
#access_block h2 {
	margin-bottom: 0;
}
#access_block h2::before {
	content: "ACCESS";
}
#access_block .access_inner {
	display: flex;
	justify-content: space-between;
}
#access_block .access_inner:not(:last-child) {
	margin-bottom: 40px;
}
#access_block .text {
	width: 38%;
}
#access_block .text h3 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #D5D0C9;
	margin-bottom: 15px;
}
#access_block .text .address {
	font-size: 18px;
	line-height: 1.77;
	margin-bottom: 10px;
}
#access_block .text .tel,
#access_block .text .fax {
	font-size: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
}
#access_block .map {
	width: 54%;
}
#access_block .map a {
	display: block;
	width: max-content;
	text-decoration: underline;
	font-size: 18px;
	margin: 10px 0 0 auto;
}
@media screen and (max-width: 1250px) {
	#access_block .ttlArea .image {
		margin-right: -45vw;
		height: 270px;
	}
	#access_block .ttlArea .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#access_block .ttlArea .text {
		width: 95vw;
		padding-left: 50vw;
	}
}
@media screen and (max-width: 640px) {
	#access_block .ttlArea {
		margin-bottom: 80px;
	}
	#access_block .ttlArea .image {
		height: 140px;
		border-radius: 0 25px 25px 0;
	}
	#access_block .ttlArea .text {
		margin: 40px 0 -40px auto;
		border-radius: 25px 0 0 25px;
	}
	#access_block .access_inner {
		flex-direction: column;
		gap: 15px;
	}
	#access_block .text {
		width: 100%;
	}
	#access_block .text h3 {
		font-size: 18px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#access_block .text .address {
		font-size: 16px;
	}
	#access_block .text .tel,
	#access_block .text .fax {
		font-size: 18px;
	}
	#access_block .map {
		width: 100%;
	}
	#access_block .map a {
		font-size: 16px;
	}
}
