@charset "UTF-8";


.company_subtitle {
	display: flex;
	font-size: clamp(1.25rem, -0.097rem + 2.81vw, 1.75rem);
	letter-spacing: 0.05em;
	column-gap: 20px;
	align-items: center;
}

.company_subtitle::before {
	display: block;
	display: flex;
	transform: rotateZ(26deg);
	transform-origin: center bottom;
	width: 1px;
	height: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
	background-color: #142b8b;
	content: "";
}

.message_container {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.message_container .company_subtitle {
	margin-bottom: 20px;
}

.message_contents {
	display: flex;
	max-width: 1460px;
	margin-left: auto;
	column-gap: 10px;
	justify-content: space-between;

	row-gap: 15px;
}

.message_img {
	position: relative;
	overflow: hidden;
	max-width: 925px;
	width: 100%;

	clip-path: polygon(7.5675% 0%, 100% 0, 100% 100%, 0% 100%);
}

.message_details {
	width: 100%;
}

.message_details p {
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
}

.message_details p span {
	display: block;
	font-weight: 500;
	text-align: right;
}

.features_container {
	display: flex;
	width: 100%;
	background: linear-gradient(to bottom, #f5f5f5 0%, #f6f6f6 24.61%, #dee2f1 100%);
	flex-direction: column;
	align-items: center;
}


.features_nav {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.features_nav-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: number;

	row-gap: 15px;
}

.features_nav-link {
	display: flex;
	position: relative;
	width: 100%;
	border-width: clamp(0.188rem, 0.019rem + 0.35vw, 0.25rem);
	border-style: solid;
	border-color: #142b8b;
	flex-direction: column;
	justify-content: center;
	transition: all 0.6s;
}

.features_nav-link:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.features_nav-link::after {
	display: block;
	position: absolute;
	left: clamp(0.188rem, -1.16rem + 2.81vw, 0.688rem);
	z-index: -1;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	background-color: #ffffff;
	content: "";
	transition: all 0.6s;
}

.features_nav-link:hover::after {
	background-color: #142b8b;
}


.features_nav-link h4 {
	display: flex;
	font-weight: bold;
	font-size: clamp(1.188rem, 0.009rem + 2.46vw, 1.625rem);
	flex-direction: column;
}

.features_nav-link h4::before {
	display: flex;
	color: #142b8b;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: clamp(1.563rem, -1.806rem + 7.02vw, 2.813rem);
	align-items: center;
	content: counter(number);
	counter-increment: number;
	transition: all 0.6s;
}

.features_nav-link:hover h4::before {
	color: #ffffff;
}

.features_nav-link ul {
	display: flex;
	height: 3.4em;
	color: #142b8b;
	font-weight: 500;
	font-size: clamp(0.813rem, 0.644rem + 0.35vw, 0.875rem);
	line-height: clamp(1.313rem, 1.144rem + 0.35vw, 1.375rem);
	column-gap: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	transition: all 0.6s;
}

.features_nav-link:hover ul {
	color: #ffffff;
}

.features_nav-link li {
	display: flex;
	white-space: nowrap;
	flex-wrap: nowrap;
}

.features_nav-link li::before {
	content: "・";
}
.features_nav-link i {
	display: flex;
	width: clamp(2.188rem, 1.345rem + 1.75vw, 2.5rem);
	border-radius: 100%;
	background-color: #142b8b;
	color: #ffffff;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;

	aspect-ratio: 1/1;
}
.features_nav-link:hover i {
	background-color: #ffffff;
	color: #142b8b;
}

.management_container {
	display: flex;
	position: relative;
	max-width: 1025px;
	margin: 0 auto clamp(3.125rem, -8.664rem + 24.56vw, 7.5rem);
	padding: clamp(1.25rem, -5.487rem + 14.04vw, 3.75rem) 0 clamp(0.938rem, -8.326rem + 19.3vw, 4.375rem);
	flex-direction: column;
	justify-content: center;
	align-items: center;

	row-gap: clamp(0.625rem, -1.901rem + 5.26vw, 1.563rem);
}

.management_container::before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: clamp(28.125rem, -68.717rem + 201.75vw, 64.063rem);
	color: #f3f3f3;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: clamp(3.375rem, -8.246rem + 24.21vw, 7.688rem);
	line-height: clamp(5rem, -3.421rem + 17.54vw, 8.125rem);
	text-align: center;
	letter-spacing: 0.05em;
	word-break: break-all;
	text-transform: uppercase;
	content: "ManagementPhilosophy";
}

.management_container h4 {
	color: #142b8b;
	font-weight: bold;
	font-size: clamp(1.625rem, -1.407rem + 6.32vw, 2.75rem);
	text-align: center;
}

.management_container h4::before , .management_container h4::after {
	color: #26221e;
	font-weight: 500;
}

.management_container h4::before {
	margin-right: 0.2em;
	content: "『";
}

.management_container h4::after {
	margin-left: 0.2em;
	content: "』";
}

.corporate_container {
	display: flex;
	position: relative;
	max-width: 1000px;
	margin: 0 auto clamp(3.125rem, -7.822rem + 22.81vw, 7.188rem);
	flex-direction: column;
	align-items: center;
}

.corporate_container::before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: clamp(25.625rem, -60.27rem + 178.95vw, 57.5rem);
	color: #f3f3f3;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: clamp(3.375rem, -8.246rem + 24.21vw, 7.688rem);
	line-height: clamp(5rem, -3.421rem + 17.54vw, 8.125rem);
	text-align: center;
	letter-spacing: 0.05em;
	word-break: break-all;
	text-transform: uppercase;
	content: "CorporatePhilosophy";
}

.corporate_container h3 {
	margin-bottom: clamp(0.938rem, -0.747rem + 3.51vw, 1.563rem);
}

.corporate_container h4 {
	margin-bottom: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	font-size: clamp(1.063rem, -0.622rem + 3.51vw, 1.688rem);
	text-align: center;
}

.corporate_container h4::before {
	content: "『";
}

.corporate_container h4::after {
	content: "』";
}

.corporate_container h4 strong {
	color: #142b8b;
	font-weight: bold;
}

.corporate_text {
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
	line-height: clamp(1.563rem, 0.384rem + 2.46vw, 2rem);
	text-align: center;
}

.vision_container {
	display: flex;
	position: relative;
	max-width: 1000px;
	margin: 0 auto clamp(2.5rem, -2.553rem + 10.53vw, 4.375rem);
	padding: clamp(0.938rem, -1.589rem + 5.26vw, 1.875rem) 0 0;
	flex-direction: column;
	align-items: center;
}

.vision_container::before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	color: #f3f3f3;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: clamp(3.375rem, -8.246rem + 24.21vw, 7.688rem);
	text-align: center;
	letter-spacing: 0.05em;
	white-space: nowrap;
	word-break: break-all;
	text-transform: uppercase;
	content: "VISION";
}

.vision_container h3 {
	margin-bottom: clamp(0.938rem, -0.747rem + 3.51vw, 1.563rem);
}

.vision_container h4 {
	margin-bottom: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	font-size: clamp(1.063rem, -0.622rem + 3.51vw, 1.688rem);
	text-align: center;
}

.vision_container h4::before {
	content: "『";
}

.vision_container h4::after {
	content: "』";
}

.vision_container h4 strong {
	color: #142b8b;
	font-weight: bold;
}

.vision_container p {
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
	line-height: clamp(1.563rem, 0.384rem + 2.46vw, 2rem);
	text-align: center;
}

.mission_container {
	display: block;
	position: relative;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto clamp(2.813rem, -3.082rem + 12.28vw, 5rem);
	padding-top: clamp(0.938rem, -11.694rem + 26.32vw, 5.625rem);
}

.mission_container::before {
	position: absolute;
	top: 0;
	z-index: -1;
	color: #f3f3f3;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: clamp(3.375rem, -8.246rem + 24.21vw, 7.688rem);
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	content: "MISSION";
}

.mission_contents {
	display: flex;
	max-width: 965px;
	width: 100%;
	justify-content: space-between;

	row-gap: 15px;
}

.mission_img {
	position: relative;
	max-width: 365px;
	width: 100%;
}

.mission_video {
	width: 100%;

	object-fit: cover;
}

.mission_img img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 155px;
	width: 100%;

	aspect-ratio: 31/44;
}


.mission_list {
	display: flex;
	flex-direction: column;
	counter-reset: number;
}

.mission_item {
	display: flex;
	flex-direction: column;
}

.mission_item h4 {
	display: flex;
	font-weight: 500;
	font-size: clamp(1.125rem, 0.451rem + 1.4vw, 1.375rem);
	align-items: baseline;
}

.mission_item h4::before {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.125rem, 0.114rem + 2.11vw, 1.5rem);
	content: counter(number)".";
	counter-increment: number;
}

.mission_item p {
	display: flex;
	font-size: clamp(0.875rem, 0.37rem + 1.05vw, 1.063rem);
	line-height: clamp(1.563rem, 0.889rem + 1.4vw, 1.813rem);
	column-gap: 5px;
}

.mission_item p::before {
	width: 20px;
	height: 1px;
	margin-top: clamp(0.688rem, 0.182rem + 1.05vw, 0.875rem);
	background-color: #142b8b;
	content: "";
}

.goals_container {
	display: flex;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: clamp(1.25rem, -7.171rem + 17.54vw, 4.375rem);
	flex-direction: column;
}

.goals_container::before {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: -1;
	width: clamp(25rem, -50.789rem + 157.89vw, 53.125rem);
	color: #f3f3f3;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: clamp(3.375rem, -8.246rem + 24.21vw, 7.688rem);
	line-height: clamp(5rem, -3.421rem + 17.54vw, 8.125rem);
	text-align: justify;
	letter-spacing: 0.05em;
	word-break: break-all;
	text-transform: uppercase;
	content: "corporategoals";
}

.goals_list {
	display: flex;
	font-weight: 500;
	font-size: clamp(1.125rem, 0.451rem + 1.4vw, 1.375rem);
	flex-direction: column;
	counter-reset: number;
}

.goals_item {
	display: flex;
	align-items: baseline;
}

.goals_item::before {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.125rem, 0.114rem + 2.11vw, 1.5rem);
	content: counter(number)".";
	counter-increment: number;
}

.creed_container {
	display: block;
	width: 100%;
	background-color: #f3f3f3;
}

.creed_inner {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
}


.creed_inner h4 {
	display: inline-flex;
	font-weight: 600;
	font-size: clamp(3.063rem, -4.18rem + 15.09vw, 5.75rem);
}

.creed_inner h4::before , .creed_inner h4::after {
	font-size: clamp(2.688rem, -3.713rem + 13.33vw, 5.063rem);
}

.creed_inner h4::before {
	margin-right: 0.2em;
	margin-bottom: auto;
	content: "『";
}

.creed_inner h4::after {
	margin-left: 0.2em;
	content: "』";
}

.creed_inner p {
	font-size: clamp(0.875rem, 0.201rem + 1.4vw, 1.125rem);
	line-height: clamp(1.563rem, 0.384rem + 2.46vw, 2rem);
	text-align: center;
}

.creed_inner p::before , .creed_inner p::after {
	content: "～";
}

.creed_inner p::before {
	margin-right: 0.25em;
}

.creed_inner p::after {
	margin-left: 0.25em;
}

.motto_container {
	display: flex;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
}

.motto_list {
	display: flex;
	max-width: 790px;
	width: 100%;
	margin: 0 auto;
	color: #142b8b;
	font-weight: 500;
	font-size: clamp(0.875rem, -0.472rem + 2.81vw, 1.375rem);
	flex-direction: column;
	counter-reset: number;
}

.motto_item {
	border-bottom: 1px solid #142b8b;
}

.motto_item figure {
	display: flex;
	max-width: 555px;
	width: 100%;
	margin: 0 auto;
	column-gap: 10px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.motto_item figure img {
	max-width: 40px;
	width: clamp(1.563rem, -0.964rem + 5.26vw, 2.5rem);
}

.motto_item figcaption {
	display: flex;
}

.motto_item figcaption::before {
	font-family: "Noto Serif JP", serif;
	content: counter(number)".";
	counter-increment: number;
}

.about_container {
	display: block;
	width: 100%;
	background-color: #f3f3f3;
}

.about_inner {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.common_company-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.common_company-table tr {
	border-top: 1px solid rgba(72, 72, 72, 0.5);
}

.common_company-table tr:nth-last-of-type(1) {
	border-bottom: 1px solid rgba(72, 72, 72, 0.5);
}

.common_company-table th {
	width: clamp(5.938rem, -0.799rem + 14.04vw, 8.438rem);
	padding-left: clamp(0.625rem, -5.27rem + 12.28vw, 2.813rem) !important;
	font-weight: bold;
	font-size: clamp(0.938rem, 0.769rem + 0.35vw, 1rem);
	text-align: justify;
}

.common_company-table td {
	font-size: 14px;
	line-height: 25px;
}
.company_content th {
	vertical-align: top;
}
.company_history-content {
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;

	row-gap: 20px;
}
.company_history-img {
	max-width: 130px;
	width: 100%;

	aspect-ratio: 26/21;
}
.company_history-img img {
	width: 100%;
	height: 100%;
}
.company_history-content p {
	margin-right: auto;
}
.access_map {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #b4b4b4;
}

.access_map iframe {
	width: 100%;
	height: auto;
}

.access_address {
	display: flex;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 25px;
	flex-direction: column;
}

.access_address::after {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 245px;
	width: 100%;
	height: 1px;
	background-color: #26221e;
	content: "";
}

.access_address dt {
	font-weight: bold;
}

.access_root {
	font-size: 14px;
	line-height: 25px;
}


@media screen and (min-width: 768px) {
	.display_mb {
		display: none;
	}

	.common_page-title {
		margin-bottom: 50px;
	}

	.message_container {
		margin-bottom: 90px;
	}

	.message_contents {
		width: 97.5%;
		flex-direction: row-reverse;
		align-items: flex-end;
	}

	.message_img {
		clip-path: polygon(clamp(3.125rem, 1.757rem + 2.85vw, 4.375rem) 0%, 100% 0, 100% 100%, 0% 100%);
	}
	.message_img img {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 925px;
	}

	.message_details {
		max-width: 500px;
	}

	.message_details p {
		font-weight: 500;
	}

	.message_details p span {
		margin-top: 15px;
	}

	.features_container {
		margin-bottom: 95px;
		padding: 57.5px 0;
	}

	.features_container .company_subtitle {
		margin-bottom: 40px;
	}

	.features_nav {
		max-width: 1000px;
		width: 95%;
	}

	.features_nav-item {
		max-width: 295px;
		width: 31.5%;
	}
	.features_nav-item:nth-of-type(1) ul {
		max-width: 220px;
		width: 100%;
	}

	.features_nav-link {
		height: 100%;
		border-radius: 100%;
		align-items: center;

		aspect-ratio: 1/1;
	}

	.features_nav-link::after {
		top: 5px;
		border-radius: 100%;
	}

	.features_nav-link h4 {
		margin-bottom: 15px;
		align-items: center;
	}
	.features_nav-link ul {
		margin-bottom: 20px;
	}

	.management_container {
		width: 95%;
	}

	.management_container h4 br {
		display: none;
	}

	.corporate_container {
		width: 95%;
		padding: 10px 0 clamp(0rem, -4.211rem + 8.77vw, 1.563rem);
	}

	.corporate_container h4 br {
		display: none;
	}

	.vision_container {
		width: 95%;
	}

	.vision_container h4 br {
		display: none;
	}

	.mission_container {
		width: 95%;
	}

	.mission_contents {
		flex-direction: row-reverse;
		align-items: flex-start;
	}
	.mission_img {
		aspect-ratio: 73/94;
	}

	.mission_video {
		width: 290px;
		height: auto;

		aspect-ratio: 58/77;
	}

	.mission_details h3 {
		margin-bottom: 25px;
	}

	.mission_list {
		row-gap: 35px;
	}

	.mission_item {
		row-gap: 15px;
	}

	.goals_container {
		width: 95%;
		margin-bottom: 115px;

		row-gap: 25px;
	}

	.goals_list {
		row-gap: 10px;
	}
	.creed_container {
		margin-bottom: 70px;
		padding: 45px 0;
	}

	.creed_inner {
		width: 95%;
	}
	.creed_inner h3 {
		margin-bottom: 10px;
	}
	.creed_inner h4 {
		margin-bottom: 15px;
	}
	.motto_container {
		width: 95%;
		margin-bottom: 95px;
	}
	.motto_container h3 {
		margin-bottom: 20px;
	}
	.motto_list {
		row-gap: 15px;
	}

	.motto_item {
		padding-bottom: 15px;
	}
	.about_container {
		padding: 40px 0 100px;
	}
	.about_inner {
		width: 95%;
	}
	.about_inner h3 {
		margin-bottom: 20px;
	}
	.common_company-table {
		margin-bottom: 100px;
	}
	.common_company-table th , .common_company-table td {
		padding: 10px 0;
	}
	.common_company-table td {
		padding: 10px 0;
		padding-left: 3%;
	}
	.company_history th {
		vertical-align: middle;
	}

	.access_map iframe {
		aspect-ratio: 200/109;
	}
}

@media screen and (max-width: 767px) {
	.display_pc {
		display: none;
	}

	.common_page-title {
		margin-bottom: 30px;
	}

	.message_container {
		margin-bottom: 30px;
	}

	.message_contents {
		width: 100%;
		flex-direction: column-reverse;
	}

	.message_details {
		padding: 0 20px;
	}
	.message_img {
		margin-left: 18.6667%;

		clip-path: polygon(7.5675% 0%, 100% 0, 100% 100%, 0% 100%);
	}

	.message_img img {
		width: 100%;
	}

	.message_details p span {
		margin-top: 5px;
	}


	.features_container {
		margin-bottom: 35px;
		padding: 25px 35px 35px;
	}

	.features_container .company_subtitle {
		margin-bottom: 20px;
	}

	.features_nav {
		max-width: 600px;
		width: 100%;
	}

	.features_nav-list {
		flex-direction: column;
	}

	.features_nav-item {
		width: 100%;
		padding-right: 6px;
	}

	.features_nav-link {
		padding: 8.5px 15px 8.5px 25px;
		border-radius: 10px;
	}

	.features_nav-link::after {
		top: 3px;
		border-radius: 10px;
	}

	.features_nav-link h4 {
		margin-bottom: 5px;
	}

	.features_nav-link ul {
		max-width: 215px;
	}

	.features_nav-link  i {
		position: absolute;
		right: 15px;
		bottom: 8.5px;
	}


	.management_container {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.management_container h4 {
		line-height: 42px;
	}

	.corporate_container {
		width: 100%;
		padding: 15px 20px 0;
	}

	.vision_container {
		width: 100%;
	}

	.mission_container {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.mission_contents {
		flex-direction: column-reverse;
	}

	.mission_img {
		min-width: 185px;
		width: 55.2239%;
		margin-left: auto;
	}


	.mission_video {
		aspect-ratio: 37/28;
	}

	.mission_img img {
		display: none;
	}

	.mission_details h3 {
		margin-bottom: 10px;
	}

	.mission_list {
		row-gap: 20px;
	}

	.mission_item {
		row-gap: 5px;
	}

	.goals_container {
		width: 100%;
		margin-bottom: 50px;
		padding-right: 20px;
		padding-left: 20px;

		row-gap: 15px;
	}

	.goals_list {
		row-gap: 25px;
	}
	.creed_container {
		margin-bottom: 30px;
		padding: 25.5px 10px;
	}

	.creed_inner {
		width: 100%;
	}
	.creed_inner h3 {
		margin-bottom: 5px;
	}
	.creed_inner h4 {
		margin-bottom: 5px;
	}
	.motto_container {
		width: 100%;
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.motto_container h3 {
		margin-bottom: 15px;
	}
	.motto_list {
		row-gap: 10px;
	}
	.motto_item {
		padding-bottom: 10px;
	}
	.about_container {
		padding: 35px 20px 35px;
	}
	.about_inner {
		width: 100%;
	}
	.about_inner h3 {
		margin-bottom: 25px;
	}
	.common_company-table {
		margin-bottom: 65px;
	}
	.common_company-table th , .common_company-table td {
		padding: 15px 0;
	}
	.common_company-table td {
		padding-left: 20px;
	}
	.company_history th {
		vertical-align: top;
	}
	.access_map iframe {
		aspect-ratio: 67/36;
	}
}
