@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_bg_2_sp.png);
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

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

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	margin: 0 auto 0;
	padding: 0.75em;
	border-radius: 10px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.25em;
}

.fv_text > * {
	display: block;
	line-height: 1;
	color: #FF8B00;
}

@media screen and (min-width: 768px) {
	.fv {
		height: auto;
		background-image: none;
	}

	.fv_text {
		font-size: 1.6rem;
	}
}

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

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

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

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

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

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

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

.section_1 {
    position: relative;
	background-color: #FFF6EC;
}

.section_1::after {
	/* content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url(../img/bg_square.png);
    background-size: 7%;
    background-repeat: repeat;
	opacity: 0.1; */
}

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

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

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

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

.section_1 .content_2 {
	position: relative;
	gap: 24px;
	padding: 5%;
	background-color: #fff;
}

.section_1 .content_2::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url(../img/bg_square.png);
    background-size: 7%;
    background-repeat: repeat;
	opacity: 0.1;
}

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

.section_1 .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .heading {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 2.5% 5%;
	border-radius: 10px;
	background-color: #FF8B00;
	color: #fff;
}

.section_1 .content_2 .heading {
    width: max-content;
    gap: 24px;
    margin: 0 auto 0;
	padding: 0;
	background-color: transparent;
	font-size: 1.3rem;
	color: inherit;
}

.section_1 .heading img {
	display: block;
	width: auto;
	height: 1.2em;
}

.section_1 .text {
	width: 100%;
	margin: 0 auto 0;
	font-weight: 700;
}

.section_1 .content_1 .text {
	text-align: center;
}

.section_1 .list .text {
	padding: 5%;
	border-radius: 20px;
	background-color: #FF8B00;
	color: #fff;
}

.section_1 .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_1 .content {
		gap: 24px;
	}

	.section_1 .content_2 {
		gap: 36px;
	}

	.section_1 .heading {
		padding: 1.25% 5%;
	}

	.section_1 .content_2 .heading {
		font-size: 1.6rem;
	}
}

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

	.section_1 .list {
		gap: 24px;
	}
}

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

	.section_1 .content {
		gap: 36px;
	}

	.section_1 .content_2 {
		gap: 48px;
		padding: 5% 15%;
	}

	.section_1 .list {
		gap: 36px;
	}

	.section_1 .content_2 .heading {
		font-size: 2.4rem;
	}

	.section_1 .text {
		font-size: 1.2rem;
	}
}

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

}

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

.section_2 {
    position: relative;
	background-image: url(../img/bg_dot.png);
    background-size: 7.4%;
    background-repeat: repeat;
}

.section_2::after {
	/* content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url(../img/bg_square.png);
    background-size: 7%;
    background-repeat: repeat;
	opacity: 0.1; */
}

.section_2 .section_inner {
	padding: 10% 0 10%;
}

.section_2 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

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

.section_2 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	background-color: transparent;
}

.section_2 .content_1 {
	padding: 5%;
	border-radius: 20px;
	background-color: #FFF6EC;
}

.section_2 .content_2 {

}

.section_2 .content_2 * {
	position: relative;
	z-index: 1;
}

.section_2 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	margin: 0 auto 0;
}

.section_2 .heading {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 2.5% 5%;
	border-radius: 10px;
	background-color: #FF8B00;
	/* font-size: 1.25rem; */
	color: #fff;
}

.section_2 .content_2 .heading {
    width: max-content;
    gap: 24px;
    margin: 0 auto 0;
	padding: 0;
	background-color: transparent;
	color: inherit;
}

.section_2 .heading img {
	display: block;
	width: auto;
	height: 1.2em;
}

.section_2 .text {
	width: 100%;
	margin: 0 auto 0;
	font-weight: 700;
}

.section_2 .content_1 .text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5em;
	width: 100%;
	margin: 0 auto 0;
	padding-left: 2em;
}

.section_2 .content_1 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background-color: #FF8B00;
}

.section_2 .content_1 .text span {
	font-size: 0.8em;
}

.section_2 .content_2 .text {
	width: fit-content;
	margin: 0 auto 0;
	padding: 1em;
	border-radius: 10px;
	background-color: #FF8B00;
	color: #fff;
}

.section_2 .img {
	width: 100%;
}

.section_2 .content_2 .img {
	/* box-shadow: 7px 7px 20px 0px rgba(104, 104, 104, 0.4);
	background-color: transparent; */
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-size: 3.5%;
	}

	.section_2 .content {
		gap: 24px;
	}

	.section_2 .content_2 {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
	}

	.section_2 .content_2 .box {
		width: calc((100% - 36px) / 2);
	}

	.section_2 .heading {
		padding: 1.25% 5%;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .section_content {
		gap: 48px;
	}

	.section_2 .heading {
		/* font-size: 2rem; */
	}
}

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

	.section_2 .content {
		gap: 36px;
	}

	.section_2 .content_2 {
		gap: 48px;
	}

    .section_2 .content_2 .box {
        width: calc((100% - 48px) / 2);
    }

	.section_2 .heading {
		/* font-size: 2.5rem; */
	}

	.section_2 .text {
		font-size: 1.2rem;
	}
}

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

}

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

.section_3 {
    position: relative;
	background-color: #FFF6EC;
}

.section_3 .section_inner {
	padding: 10% 0 10%;
}

.section_3 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

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

.section_3 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	background-color: transparent;
}

.section_3 .content_1 {
	
}

.section_3 .content_2 {

}

.section_3 .content_2 * {
	position: relative;
	z-index: 1;
}

.section_3 .section_content_2 .content {
	position: relative;
	padding: 5% 10%;
	background-color: #fff;
}

.section_3 .section_content_2 .content::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_square.png);
    background-size: 7%;
    background-repeat: repeat;
    opacity: 0.1;
}

.section_3 .section_content_2 .content > * {
	position: relative;
	z-index: 1;
}

.section_3 .heading {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 2.5% 5%;
	border-radius: 10px;
	background-color: #FF8B00;
	color: #fff;
}

.section_3 .section_content_2 .content .heading {
    width: max-content;
    gap: 24px;
    margin: 0 auto 0;
	padding: 0;
	background-color: transparent;
	font-size: 1.3rem;
	color: inherit;
}

.section_3 .heading img {
	display: block;
	width: auto;
	height: 1.2em;
}

.section_3 .text {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 0;
	font-weight: 700;
}

.section_3 .section_content_2 .text {
	font-size: 1.2rem;
}

.section_3 .img {
	width: 100%;
}

.section_3 table {
	width: 100%;
	background-color: #fff;
}

.section_3 th,
.section_3 td {
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
}

.section_3 th {
	background-color: #FF8B00;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.section_3 .section_container_inner {
		gap: 36px;
	}

	.section_3 .content {
		gap: 24px;
	}

	.section_3 .heading {
		padding: 1.25% 5%;
	}

	.section_3 .section_content_2 .content .heading {
		font-size: 1.6rem;
	}

	.section_3 .section_content_2 .text {
		font-size: 1.6rem;
	}

	.section_3 table {
		width: 60%;
	}

	.section_3 th,
	.section_3 td {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .section_container_inner {
		gap: 48px;
	}

	.section_3 .section_content {
		gap: 36px;
	}
}

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

	.section_3 .content {
		gap: 36px;
	}

	.section_3 .content_2 {
		gap: 48px;
	}

	.section_3 .section_content_2 .content .heading {
		font-size: 2.4rem;
	}

	.section_3 .text {
		font-size: 1.2rem;
	}

	.section_3 .section_content_2 .text {
		font-size: 2.4rem;
	}

	.section_3 th,
	.section_3 td {
		font-size: 2.4rem;
	}
}

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

}

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