@charset "utf-8";

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

.fv_other .text_wrap .text {
	text-shadow: 4px 4px 4px rgba(255, 255, 255, 1);
}

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

.table {
	width: 100%;
}

.table tr th,
.table tr td {
	display: block;
	padding: 12px;
	border: 0;
	font-weight: 700;
}

.table tr th {
	white-space: nowrap;
}

.table tr td {}

@media screen and (min-width: 768px) {
	.table {
        border-collapse: separate;
        border-spacing: 0 12px;
	}

	.table tr th,
	.table tr td {
		display: table-cell;
	}

	.table tr th {
		width: 10%;
		text-align: center;
	}
}

@media screen and (min-width: 1440px) {
	.table tr th,
	.table tr td {
		font-size: 1.5rem;
	}

	.table tr td {
		padding-left: 36px;
	}
}

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

.section {}

.section .inner {
	padding: 10% 0 0;
}

.section .wrap {
	gap: 24px;
	margin: 0 auto 0;
}

.section .heading_wrap {}

.section .heading_wrap .heading {
	position: relative;
	font-size: 1.75rem;
}

.section .heading_wrap .heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
	transform: translate(-50%, 0);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section .heading_wrap .heading .main {}

.section .heading_wrap .heading .sub {}

.section .content_wrap {
	gap: 24px;
}

.section .content_wrap .content {}

.section .content_wrap .content .item_wrap {}

.section .content_wrap .content .item_wrap .item {}

.section .content_wrap .content .item_wrap .item .text {}

.section .content_wrap .content_1 {
	width: 90%;
	max-width: 1280px;
}

.section .content_wrap .content_1 .item_wrap {
	gap: 12px;
}

@media screen and (min-width: 768px) {
	.section .content_wrap .content_1 .item_wrap {
		flex-direction: row;
		align-items: flex-start;
	}

	.section .content_wrap .content_1 .item_wrap .item {
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.section .wrap {
		gap: 36px;
	}

	.section .content_wrap {
		gap: 36px;
	}

	.section .content_wrap .content_1 .item_wrap {
		gap: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.section .wrap {
		gap: 96px;
	}

	.section .heading_wrap .heading {
		font-size: 2.5rem;
	}

	.section .content_wrap {
		gap: 96px;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_1 .heading_wrap .heading::before {
    width: 95vw;
    aspect-ratio: 3589 / 185;
    background-image: url(../img/company_text_1.webp);
}

.section_1 .heading_wrap .heading .main {
	color: #0093EE;
}

.section_1 .table tr th {
	background-color: #0093EE;
	color: #ffffff;
}

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

.section_2 {
	background-color: #303030;
}

.section_2 .heading_wrap .heading::before {
    width: 95vw;
    aspect-ratio: 2039 / 185;
    background-image: url(../img/company_text_2.webp);
}

.section_2 .heading_wrap .heading .main {
	color: #ffffff;
}

.section_2 .content_wrap .content_2 {
	width: 90%;
	max-width: 1280px;
}

.section_2 .content_wrap .content_2 .item_wrap .item .text {
	text-align: center;
	font-weight: 700;
	color: #ffffff;
}

.section_2 .table tr th {
	background-color: #000000;
	color: #ffffff;
}

.section_2 .table tr td {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.section_2 .heading_wrap .heading {
		width: 90%;
		max-width: 1280px;
	}

	.section_2 .heading_wrap .heading::before {
		width: 80%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .heading_wrap .heading::before {
		width: 75%;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .text {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.footer .inner {
	padding-top: 48px;
}

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