@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
会社情報
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 代表挨拶
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.company-message .content {
	display: grid;
	gap: 20px 5%;
	justify-items: center;
}

.company-message .img {
	border-radius: var(--border-radius);
}

.company-message .ceo {
	margin-top: 2.1em;
	font-weight: 700;
	text-align: right;
}

.company-message .ceo-name {
	font-size: 20px;
}

@media (min-width: 768px) {
.company-message .content {
	padding: 60px 7%;
	border: 4px solid;
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);
	grid-template-columns: 40% auto;
}

.company-message .img {
	height: 400px;
	object-fit: cover;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 企業理念
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.company-philosophy-intro {
	display: grid;
	margin-bottom: 3em;
	gap: 50px 5%;
	justify-items: center;
}

.company-philosophy-ul {
	display: grid;
	padding: 35px var(--padding-inline);
	border-radius: var(--border-radius);
	background: var(--color_white);
	gap: 20px 30px;
}

.company-philosophy-li .copy {
	margin-bottom: 0.9em;
	font-weight: 700;
	font-size: 16px;
}

@media (min-width: 768px) {
.company-philosophy-intro {
	grid-template-columns: auto 50%;
	align-items: center;
}

.company-philosophy-ul {
	padding: 50px 4%;
	grid-template-columns: 1fr 1fr 1fr;
}

.company-philosophy-li .copy {
	font-size: 18px;
}
}

@media (max-width: 767.9px) {
.company-philosophy-intro {
	text-align: center;
}

.company-philosophy-intro .img {
	max-width: 85%;
}

.company-philosophy-li .heading_medium {
	margin-bottom: 0.2em;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 会社概要
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.company-profile th {
	font-size: 16px;
}

.company-profile dt {
	margin-bottom: 0.1em;
	font-weight: 700;
}

.company-profile dt:not(:first-child) {
	margin-top: 1.2em;
}

@media (min-width: 768px) {
.company-profile .content {
	padding: 60px 7%;
	border: 4px solid;
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);
}

.company-profile .table:first-child {
	grid-column: 1 / 3;
}

.company-profile th {
	width: 120px;
	font-size: 18px;
}

.company-profile td {
	padding-block: 1.1em;
}

.company-profile dd {
	font-size: 14px;
}
}

@media (min-width: 1024px) {
.company-profile .content {
	display: grid;
	grid-template-columns: 45% 45%;
	justify-content: space-between;
}
}

@media (max-width: 1023.9px) {
.company-profile ._none {
	display: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 数字で見る絆の成長
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.company-figure-ul {
	display: grid;
	gap: 1.7em;
}

.company-figure-li {
	display: flex;
	padding: 20px 1em;
	border-radius: var(--border-radius);
	background: var(--color_white);
	font-weight: 700;
	text-align: center;
	flex-flow: column;
	align-items: center;
}

.company-figure-li .heading_medium {
	margin-bottom: 0.1em;
}

.company-figure-li .number {
	font-size: 20px;
	line-height: 1.2;
}

.company-figure-li:nth-child(2) .number {
	font-size: 16px;
}

.company-figure-li .number-large {
	font-size: 36px;
	line-height: 1;
}

.company-figure-li .growth {
	margin-bottom: 1.5em;
	font-size: 12px;
}

.company-figure-li .img {
	margin-top: auto;
}

@media (min-width: 560px) {
.company-figure-ul {
	grid-template-columns: 1fr 1fr;
}
}

@media (min-width: 768px) {
.company-figure-li {
	padding-block: 35px;
}

.company-figure-li .number {
	font-size: 32px;
}

.company-figure-li:nth-child(2) .number {
	font-size: 21px;
}

.company-figure-li .number-large {
	font-size: 62px;
}

.company-figure-li .growth {
	font-size: 14px;
}
}

@media (min-width: 1024px) {
.company-figure-ul {
	grid-template-columns: 1fr 1fr 1fr;
}
}

@media (max-width: 559.9px) {
.company-figure-li .img {
	max-width: 85%;
	max-height: 110px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 沿革
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.company-history {
	--content-width: var(--content-width_small);
}

@media (min-width: 768px) {
.company-history th {
	width: 26%;
	padding-left: 13%;
}

.company-history td {
	padding-left: 1.7em;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- アクセス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.company-access .content {
	overflow: hidden;
	border-radius: var(--border-radius);
}

.company-access .wrapper {
	position: relative;
}

.company-access .img {
	width: 100%;
	height: 246px;
	object-fit: cover;
	object-position: center 85%;
}

.company-access .text {
	position: absolute;
	inset: 0 8%;
	height: fit-content;
	margin-block: auto;
	color: var(--color_white);
}

.company-access .heading_medium {
	margin-bottom: 0.5em;
}

.company-access iframe {
	width: 100%;
	height: 280px;
}

@media (min-width: 768px) {
.company-access .content {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.company-access .img {
	height: 420px;
}

.company-access iframe {
	height: 100%;
}
}
