@charset "UTF-8";
/*------------------------------------
#concept
------------------------------------*/
#concept .img {
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#concept .img img {
	border-radius: 24px;
	width: 100%;
	filter: drop-shadow(1px 2px 7px rgba(0, 0, 0, 0.1));
}
#concept .txt {
	max-width: 800px;
	width: calc(100% - 154px);
	margin: 0 auto;
}
#concept .txt p:not(:last-child) {
	margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
	#concept .img {
		padding-bottom: 24px;
	}
	#concept .img img {
		border-radius: 0;
		filter: none;
	}
	#concept .txt {
		width: calc(100% - 10vw);
	}
}


/*------------------------------------
#greeting
------------------------------------*/
#greeting {
	padding-top: 100px;
}
#greeting h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	margin-bottom: 32px;
}
#greeting h2 .en {
	font-size: 18px;
	letter-spacing: .08em;
	color: #0062b1;
}
@media screen and (max-width: 768px) {
	#greeting {
		padding-top: 50px;
	}
	#greeting h2 {
		gap: 4px;
		font-size: 18px;
	}
	#greeting h2 .en {
		font-size: 12px;
	}
}

/*.inner*/
#greeting .inner {
	display: flex;
	align-items: center;
	padding-right: 5vw;
}
#greeting .inner .img {
	width: 100%;
	margin-right: 56px;
}
#greeting .inner .img img {
	border-radius: 0 24px 24px 0;
	width: 100%;
	max-height: 1200px;
	min-height: 446px;
	height: calc(100svh - 274px);
	object-fit: cover;
	filter: drop-shadow(1px 2px 7px rgba(0, 0, 0, 0.1));
}
#greeting .inner .txt {
	max-width: 400px;
}
#greeting .inner .txt p:not(:last-child) {
	margin-bottom: 24px;
}
@media screen and (min-width: 1250px) {
	#greeting .inner .txt {
		margin-right: calc((100% - 1200px)/2);
	}
}
@media screen and (max-width: 768px) {
	#greeting .inner {
		flex-wrap: wrap;
		gap: 32px;
		width: calc(100% - 10vw);
		margin: 0 auto;
		padding: 0;
	}
	#greeting .inner .img {
		margin: 0;
	}
	#greeting .inner .img img {
		border-radius: 16px;
		max-height: inherit;
		min-height: inherit;
		height: auto;
		aspect-ratio: 5 / 3;
	}
	#greeting .inner .txt {
		max-width: inherit;
		margin: 0;
	}
}

/*.block*/
#greeting .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1260px;
	width: calc(100% - 154px);
	margin: 0 auto;
	padding-top: 100px;
}
#greeting .block:nth-child(odd) {
	flex-direction: row-reverse;
}
#greeting .block .img {
	border-radius: 24px;
	width: 64%;
	overflow: hidden;
	filter: drop-shadow(1px 2px 7px rgba(0, 0, 0, 0.1));
}
#greeting .block .img img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
}
#greeting .block .txt {
	width: 32%;
}
#greeting .block .txt p:not(:last-child) {
	margin-bottom: 24px;
}
#greeting .block .txt p.sign {
	text-align: right;
}
@media screen and (max-width: 768px) {
	#greeting .block {
		width: calc(100% - 10vw);
		padding-top: 50px;
	}
	#greeting .block .img,
	#greeting .block .txt {
		width: 100%;
	}
	#greeting .block .img {
		border-radius: 16px;
		margin-bottom: 24px;
	}
}


/*------------------------------------
#profile
------------------------------------*/
#profile {
	padding: 160px 0;
}
#profile .container {
	max-width: 800px;
	width: calc(100% - 154px);
	margin: 0 auto;
}
#profile h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	margin-bottom: 32px;
}
#profile h2 .en {
	font-size: 18px;
	letter-spacing: .08em;
	color: #0062b1;
}
@media screen and (max-width: 768px) {
	#profile {
		padding: 80px 0;
	}
	#profile .container {
		width: calc(100% - 10vw);
	}
	#profile h2 {
		gap: 4px;
		font-size: 18px;
	}
	#profile h2 .en {
		font-size: 12px;
	}
}

/*table*/
#profile table {
	border-bottom: 1px solid #ccd4e0;
}
#profile table th,
#profile table td {
	border: none;
	border-top: 1px solid #ccd4e0;
	padding: 28px 24px;
}
#profile table th {
	background-color: #f2f9ff;
	width: 250px;
	font-weight: 400;
}
#profile table td {
	width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
	#profile table {
		border: none;
	}
	#profile table th,
	#profile table td {
		display: block;
		width: 100%;
	}
	#profile table th {
		padding: 10px 16px;
	}
	#profile table td {
		border: none;
		padding: 5px 16px 16px;
	}
}
