@charset "utf-8";

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

.section_1 {
	background-color: #FCFCFC;
}

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

.section_1 .wrap {
	gap: 24px;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	flex-direction: column;
	gap: 0;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {
	padding: 12px;
	background-color: #ffffff;
}

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

.section_1 .content_wrap .content .item_wrap .item .table {
	width: 100%;
}

.section_1 .content_wrap_1 .content_2 {
    width: 295px;
}

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

@media screen and (min-width: 1280px) {
    .section_1 .wrap {
		width: 70%;
	}
}

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

	.section_1 .content_wrap .content .item_wrap .item {
		padding: 60px 44px;
	}
}

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

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

.section_contact {
	background-color: #FCFCFC;
}

.section_contact .content_wrap_1 .content_1 {
	background-color: #ffffff;
}

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

.form {
	width: 100%;
}

.input-text {
	width: 100%;
	padding: 0.5em;
	background-color: #F5F5F5;
}

.textarea {
	width: 100%;
	padding: 0.5em;
	background-color: #F5F5F5;
}

.form_submit_btn {
	position: relative;
    display: block;
	width: 240px;
    margin: 24px auto 0;
}

.form_submit_btn::after {
	content: "";
    position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
	width: auto;
	height: 50%;
	aspect-ratio: 1 / 1;
	background-image: url(../img/airplane.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

.input-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 16px;
    background: #F7BE7F;
	/* border-radius: 50px; */
    text-align: center;
    font-weight: 700;
	line-height: 1;
    color: #fff;
    cursor: pointer;
}

@media screen and (min-width: 1280px) {
	th,
	td {
		vertical-align: middle;
	}

	th {
		width: 30%;
		padding: 12px;
	}

	td {
		width: 70%;
		padding: 12px;
		text-align: left;
	}

	.input-text {
		text-align: left;
	}

	.textarea {
		text-align: left;
	}
}

@media screen and (min-width: 1440px) {
	.form_submit_btn {
		margin: 32px auto 0;
	}
}
