@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) {
	main::after {
		background-size: 3.5%;
	}

	.section_inner {
		padding: 10% 0;
	}
}

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

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

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

.section_1 > * {
    position: relative;
	z-index: 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 .section_content_2 {
	padding: 5%;
	border-radius: 30px;
	background-color: #FFF6EC;
}

.section_1 .section_content_inner {
	position: relative;
	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 .heading img {
	display: block;
	width: auto;
	height: 1.2em;
}

.section_1 .section_content_2 .heading {
	flex-direction: column;
	align-items: flex-start;
    width: max-content;
    margin: 0 0 0.5em;
	padding: 0;
	background-color: transparent;
	font-size: 1.3rem;
	color: inherit;
}

.section_1 .belt {
	width: 100%;
	margin: 0;
	padding: 2.5%;
	border-radius: 8px;
	background-color: #FF8B00;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.section_1 .belt_1 {
	background-color: #FF8B00;
}

.section_1 .belt_2 {
	background-color: #BFBFBF;
}

.section_1 .text {
	width: fit-content;
	max-width: 100%;
	margin: 0;
	text-align: center;
	font-weight: 700;
}

.section_1 .img {
	width: 100%;
}

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

	.section_1 .section_container_inner {
		gap: 36px;
	}

	.section_1 .section_content {
		gap: 36px;
	}

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

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

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

	.section_1 .section_content {
		gap: 48px;
	}

	.section_1 .section_content_inner {
		gap: 24px;
		width: 70%;
	}
}

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

	.section_1 .section_content {
		gap: 60px;
		width: 70%;
	}

	.section_1 .content .heading {
		gap: 36px;
	}

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

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

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

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

}

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

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

.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: 48px;
	width: 100%;
	margin: 0 auto 0;
}

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

.section_2 .section_content_2 {
	position: relative;
	padding: 5%;
	border-radius: 30px;
	background-color: #fff;
}

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

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

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

.section_2 .section_content_3 .section_content_inner {
	position: relative;
	padding: 10% 5% 5%;
    border-radius: 30px;
    background-color: #fff;
}

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

.section_2 .section_content_3 .section_content_inner > * {
	position: relative;
	z-index: 1;
}

.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;
	color: #fff;
}

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

.section_2 .section_content_2 .heading {
	flex-direction: column;
	align-items: flex-start;
    width: max-content;
    margin: 0 0 0.5em;
	padding: 0;
	background-color: transparent;
	font-size: 1.3rem;
	color: inherit;
}

.section_2 .section_content_3 .heading {
	flex-direction: column;
	align-items: flex-start;
    width: max-content;
    margin: 0;
	padding: 0;
	background-color: transparent;
	color: inherit;
}

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

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

.section_2 th {
	width: 25%;
    background-color: #FF8B00;
    color: #fff;
}

.section_2 .one_line {
	position: relative;
}

.section_2 .one_line th {
	position: absolute;
    width: 100%;
	height: auto;
	border-top: 0;
	border-bottom: 0;
	/* border-left: 0;
	border-right: 0; */
	background-color: #fff;
	color: inherit;
}

.section_2 td {
    width: 75%;
}

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

.section_2 .list .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 .list .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 .text {
	width: fit-content;
	max-width: 100%;
	margin: 0;
	font-weight: 700;
}

.section_2 .img {
	width: 100%;
}

.section_2 .section_content_3 .section_content_inner .img {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 15%;
	height: auto;
}

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

	.section_2 .section_container_inner {
		gap: 36px;
	}

	.section_2 .section_content {
		flex-direction: row;
		align-items: stretch;
		gap: 36px;
	}

	.section_2 .section_content_3 {
		margin-top: 36px;
	}

	.section_2 .section_content_2 .section_content_inner {
		width: 60%;
	}

	.section_2 .section_content_3 .section_content_inner {
		justify-content: flex-start;
	}

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

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

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

	.section_2 .section_content {
		gap: 48px;
	}

	.section_2 .section_content_inner {
		gap: 24px;
	}

	.section_2 .section_content_3 .section_content_inner {
		padding: 5%;
	}

	.section_2 .section_content_3 .section_content_inner .img {
		top: -64px;
	}
}

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

	.section_2 .section_content {
		gap: 60px;
		width: 70%;
	}

	.section_2 .content .heading {
		gap: 36px;
	}

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

	.section_2 th,
	.section_2 td {
		padding: 1em;
	}

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

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

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

@media screen and (min-width: 1920px) {
	.section_2 .section_content_3 .section_content_inner .img {
		top: -84px;
	}
}

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