@charset "utf-8";

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

.fv {
	width: 100%;
	height: 240px;
	background-image: url(../img/fv_5.png);
	background-size: cover;
	background-position: center;
}

.fv .section_inner {
	width: 100%;
	height: 100%;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 2rem;
}

.fv_text * {
	display: block;
	margin: 0 auto;
	line-height: 1;
}

.fv_text span {
	font-size: 2rem;
}

.fv_text span:nth-of-type(1) {
	width: fit-content;
	font-size: 0.8em;
	color: #04B111;
}

.fv_text span:nth-of-type(2) {
	width: fit-content;
	margin-top: 0.25em;
	font-size: 1em;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 100%;
		height: auto;
	}
}

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

@media screen and (min-width: 1440px) {
	.fv_text {
		font-size: 2.8rem;
	}
}

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

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

.section {
	padding: 20% 0;
}

@media screen and (min-width: 768px) {
	.section {
		padding: 10% 0;
	}
}

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

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

.section_1 {
	position: relative;
}

.section_dot_1 {
	position: relative;
}

.section_dot_1::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: radial-gradient(circle, #E3E3E3 5px, transparent 5px);
	background-position: 0 0;
	background-size: 17px 30px;
	z-index: 0;
}

.section_dot_2 {
	position: relative;
	background-color: #EEEEEE;
}

.section_dot_2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: radial-gradient(circle, #E3E3E3 5px, transparent 5px);
	background-position: 0 0;
	background-size: 17px 30px;
	z-index: 0;
}

.section_1 .section_inner {
	position: relative;
	z-index: 1;
}

.section_1 .section_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin: 0 auto 0;
}

.section_1 .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 5%;
	background-color: #fff;
}

.section_1 .name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	line-height: 1;
}

.section_1 .name .jp {
	font-weight: 700;
}

.section_1 .name .en {
	font-size: 1.5em;
	font-weight: 700;
	color: #00D910;
}

@media screen and (min-width: 768px) {
	.section_dot_1::before,
	.section_dot_2::before {
		width: 40%;
		aspect-ratio: 4 / 3;
	}

	.section_1 .section_content {
		flex-direction: row;
		align-items: stretch;
		width: 90%;
		max-width: 1280px;
		margin: 0 auto;
	}

	.section_dot_2 .section_content {
		flex-direction: row-reverse;
	}

	.section_1 .heading_2 {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		gap: 24px;
		width: 50%;
		margin: 0 auto 0 0;
		border-bottom: 3px #2B8101 solid;
	}

	.section_1 .heading_2 span:nth-of-type(2) {
		padding-bottom: 0.25em;
		font-size: 0.4em;
	}

	.section_1 .text {
		gap: 12px;
		width: 80%;
		padding: 2.5% 5%;
	}

	.section_1 .name {
		flex-direction: row;
		gap: 12px;
	}

	.section_1 .name .jp {}

	.section_1 .name .en {}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .section_content {
		gap: 60px;
	}

	.section_1 .section_content_inner_1 {
		gap: 48px;
	}

	.section_1 .heading_2 {
		width: 40%;
		margin: 0 auto 0 5%;
	}

	.section_1 .text {
		gap: 24px;
		width: 70%;
		padding: 2.5% 10%;
		font-size: 1.2rem;
	}

	.section_1 .name {
		gap: 12px;
	}
}

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

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

.section_2 {
	background-image: url(../img/comapny_1.png);
	background-size: cover;
	background-position: center;
}

.section_2 .section_content {
	width: 90%;
	margin: 0 auto;
}

.section_2 .heading span:nth-of-type(2) {
	color: #fff;
}

.section_2 table {
	width: 90%;
	margin: 24px auto 0;
}

.section_2 table th,
.section_2 table td {
    display: block;
    padding: 0.5em 1em;
    border: 0;
    vertical-align: middle;
}

.section_2 table th {
    background-color: #00D910;
}

.section_2 table td {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
	.section_2 {}

	.section_2 .section_content {
		max-width: 1280px;
	}

	.section_2 .heading span:nth-of-type(2) {}

	.section_2 table {
		width: 80%;
		border-collapse: separate;
        border-spacing: 0 24px;
	}

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

	.section_2 table th {}

	.section_2 table td {
		position: relative;
	}

	.section_2 table td::before {
		content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
		width: 0;
		height: 0;
		border-style: solid;
        border-top: 1.25em solid transparent;
        border-bottom: 1.25em solid transparent;
        border-left: 0.625em solid #00D910;
		border-right: 0;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_2 table {
		width: 70%;
		border-collapse: separate;
        border-spacing: 0 36px;
	}

	.section_2 table th,
	.section_2 table td {
		font-size: 1.2rem;
	}
}

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