@charset "utf-8";

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

.now.company::before {
	content: "";
}

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

.section_1 {}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1680px;
	padding: 24px 0 24px;
	border-radius: 20px;
	background-color: #ffffff;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 24px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner {
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap {
	padding: 24px 0;
	border-radius: 20px;
	background-color: #FEB55B;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner {
	gap: 12px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .area {
	width: 100%;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .case {
	position: relative;
	width: 100%;
	padding-top: 12px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .case::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #4A270C;
}

.section_1 .table {
	width: 100%;
}

.section_1 .table tr {}

.section_1 .table tr th,
.section_1 .table tr td {
	display: block;
	padding: 12px 0;
	border: 0;
	border-top: 1px #4A270C solid;
	font-weight: 500;
}

.section_1 .table tr th {
	
}

.section_1 .table tr:first-child th {
	padding-top: 0;
	border-top: 0;
}

.section_1 .table tr:last-child th {}

.section_1 .table tr th div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	padding: 12px;
	background-color: #FEB55B;
}

.section_1 .table tr td {}

.section_1 .table tr:first-child td {}

.section_1 .table tr:last-child td {
	padding-bottom: 0;
}

.section_1 .table tr td div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
}

.section_1 .map {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * (1 / 1));
    overflow-y: hidden;
}

.section_1 .map iframe {
	position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + (150px * 2));
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0 5%;
	}

	.section_1 .heading_wrap {
		left: auto;
		right: 5%;
		transform: translate(0, -62.5%);
		width: 45%;
	}

	.section_1 .content_wrap .content {
		padding: 5% 0 5%;
	}

	.section_1 .content_wrap .content .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 36px 24px;
		width: 90%;
		max-width: 1140px;
	}

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner {
		gap: 24px;
	}

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

	.section_1 .table tr th {
		width: 25%;
		vertical-align: middle;
		text-align: center;
	}

	.section_1 .table tr:first-child th {
		padding-top: 0;
		border-top: 0;
	}

	.section_1 .table tr:last-child th {
		padding-bottom: 0;
	}

	.section_1 .table tr th div {
		align-items: center;
	}

	.section_1 .table tr td {
		width: 75%;
	}

	.section_1 .table tr:first-child td {
		padding-top: 0;
		border-top: 0;
	}

	.section_1 .table tr:last-child td {
		padding-bottom: 0;
	}

	.section_1 .table tr td div {
		padding: 12px;
	}

	.section_1 .map {
		padding-top: calc(100% * (560 / 1140));
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .table tr th {
		width: 15%;
	}

	.section_1 .table tr td {
		width: 85%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap {
		gap: 64px 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner {
		gap: 100px;
	}

	.section_1 .table tr th,
	.section_1 .table tr td {
		padding: 30px 0;
		font-size: 1.25rem;
	}

	.section_1 .table tr th div,
	.section_1 .table tr td div {
		padding: 20px;
	}

	.section_1 .table tr th {
		width: 20%;
	}

	.section_1 .table tr td {
		width: 80%;
	}
}

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

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