@charset "utf-8";

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

main {
	position: relative;
}

@media screen and (min-width: 1440px) {
	@keyframes rotation {
		0% {
			transform: translate(25%, 0) rotateZ(0);
		}
		100% {
			transform: translate(25%, 0) rotateZ(360deg);
		}
	}

	.flow {
		position: absolute;
		z-index: 1;
		top: 1850px;
		right: 0;
		transform: translate(25%, 0);
		width: 31%;
		height: auto;
		animation: 10s linear infinite rotation;
	}
}

@media screen and (min-width: 1920px) {
	.flow {
		top: 2000px;
	}
}

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

.heading_judgment {
	width: max-content;
	max-width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
}

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

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

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

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

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

.table_wrap {
	width: 100%;
}

.table_wrap .table_title {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
}

.table_wrap .table {
	width: 100%;
	margin: 4px 0 0 0;
}

.table_wrap .table tr th,
.table_wrap .table tr td {
	display: block;
	border: 1px #D9DDC8 solid;
}

.table_wrap .table tr th {
	background-color: #D9DDC8;
}

.table_wrap .table tr td {}

.table_wrap .table span {
	display: block;
}

.table_wrap .table .highlight {
	display: inline;
	font-size: 1.2em;
	color: #85BF9C;
}

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

.table_wrap .table_text_wrap .text {
	text-align: left;
	color: #395241;
}

.table_wrap span {
	display: block;
}

@media screen and (min-width: 768px) {
	.table_wrap .table tr th,
	.table_wrap .table tr td {
		display: table-cell;
	}

	.table_wrap .table tr th {
		text-align: center;
	}
}

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

@media screen and (min-width: 1440px) {
	.table_wrap .table_title {
		font-size: 1.5rem;
	}
}

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

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

.recommend_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.recommend_wrap .heading_judgment {
	position: relative;
}

.recommend_wrap .heading_judgment::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 96px;
	height: 1px;
	background-color: #395241;
}

.recommend_wrap .recommend_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	padding: 24px;
	background-color: #FBFBFC;
}

.recommend_wrap .recommend_box .recommend_text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
}

.recommend_wrap span {
	display: block;
}

.recommend_wrap .recommend_box .recommend_text_wrap .text {}

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

	.recommend_wrap .heading_judgment {}

	.recommend_wrap .heading_judgment::after {}

	.recommend_wrap .recommend_box {
		padding: 36px 24px;
	}

	.recommend_wrap .recommend_box .recommend_text_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px;
	}

	.recommend_wrap .recommend_box .recommend_text_wrap .text {
		width: calc((100% - (12px * 1)) / 2);
	}
}

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

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

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

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

.flow_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.flow_wrap .heading_judgment {
	position: relative;
}

.flow_wrap .heading_judgment::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 96px;
	height: 1px;
	background-color: #395241;
}

.flow_wrap .flow_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.flow_wrap .flow_box .flow_text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.flow_wrap .flow_box .flow_text_wrap .text {
	position: relative;
	width: 100%;
	padding: 8px;
	background-color: #85BF9C;
	text-align: center;
	color: #fff;
}

.flow_wrap .flow_box .flow_text_wrap .text:not(:first-child):before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0) rotate(45deg);
	width: 4px;
	padding: 4px;
	border-bottom: 1px #85BF9C solid;
	border-right: 1px #85BF9C solid;
}

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

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

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

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

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

.section_1 {
	position: relative;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_1 .section_inner {
	padding: 15% 0 20%;
}

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

.section_1 .heading_judgment {
	position: relative;
}

.section_1 .heading_judgment::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: -12px;
	transform: translate(0, -50%);
	width: 84px;
	height: auto;
	aspect-ratio: 120 / 56;
	background-image: url(../img/judgment_deco_text.png);
	background-repeat: no-repeat;
	background-size: contain;
}

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

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

.section_1 .content_wrap .content .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .text_wrap .text {
	width: max-content;
	max-width: 100%;
	text-align: left;
}

.section_1 .content_wrap .content .img {
	position: relative;
}

.section_1 .content_wrap .content .img::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -36px;
    right: -12px;
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: #F5F5F5;
}

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

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

	.section_1 .inner {}

	.section_1 .heading_judgment {}

	.section_1 .heading_judgment::before {}

	.section_1 .content_wrap {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content_1 {
		width: 55%;
	}

	.section_1 .content_wrap .content_2 {
		width: 45%;
	}

	.section_1 .content_wrap .content .text_wrap {
		padding: 12px 0 0 0;
	}

	.section_1 .content_wrap .content .text_wrap .text {}

	.section_1 .content_wrap .content .img {}

	.section_1 .content_wrap .content .img::before {}
}

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

	.section_1 .section_inner {}

	.section_1 .inner {
		width: 80%;
	}

	.section_1 .heading_judgment {}

	.section_1 .heading_judgment::before {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content .text_wrap {}

	.section_1 .content_wrap .content .text_wrap .text {}

	.section_1 .content_wrap .content .img {}

	.section_1 .content_wrap .content .img::before {}
}

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

	.section_1 .section_inner {}

	.section_1 .inner {
		width: 70%;
	}

	.section_1 .heading_judgment {}

	.section_1 .heading_judgment::before {
		width: 120px;
	}

	.section_1 .content_wrap {
		gap: 48px;
	}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content .text_wrap {
		gap: 36px;
	}

	.section_1 .content_wrap .content .text_wrap .text {}

	.section_1 .content_wrap .content .img {}

	.section_1 .content_wrap .content .img::before {}
}

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

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

.section_2 {
	position: relative;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #F5F5F5;
}

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

.section_2 .inner {
	z-index: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_2 .heading_judgment {}

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

.section_2 .content_wrap .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_2 .content_wrap .content_1 .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_2 .content_wrap .content_1 .text_wrap .text {
	width: max-content;
	max-width: 100%;
	text-align: left;
}

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

	.section_2 .section_inner {}

	.section_2 .inner {}

	.section_2 .heading_judgment {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content_1 .text_wrap {}

	.section_2 .content_wrap .content_1 .text_wrap .text {}

	.section_2 .content_wrap .content_2 .recommend_wrap .recommend_box .recommend_text_wrap {
		width: 100%;
	}
}

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

	.section_2 .section_inner {}

	.section_2 .inner {
		gap: 36px;
		width: 80%;
	}

	.section_2 .heading_judgment {}

	.section_2 .content_wrap {
		gap: 36px;
	}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content_1 {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_2 .content_wrap .content_1 .text_wrap {
		width: 50%;
	}

	.section_2 .content_wrap .content_1 .table_wrap {
		width: 50%;
	}

	.section_2 .content_wrap .content_1 .text_wrap .text {}

	.section_2 .content_wrap .content_2 .recommend_wrap .recommend_box .recommend_text_wrap {
		width: 100%;
	}
}

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

	.section_2 .section_inner {}

	.section_2 .inner {
		gap: 48px;
		width: 70%;
	}

	.section_2 .heading_judgment {}

	.section_2 .content_wrap {
		gap: 48px;
	}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content_1 {
		gap: 36px;
	}

	.section_2 .content_wrap .content_1 .text_wrap {
		width: 50%;
	}

	.section_2 .content_wrap .content_1 .table_wrap {
		width: 50%;
	}

	.section_2 .content_wrap .content_1 .text_wrap .text {}

	.section_2 .content_wrap .content_3 {}
}

@media screen and (min-width: 1920px) {
	.section_2 .content_wrap .content_2 .recommend_wrap .recommend_box .recommend_text_wrap {
		width: 80%;
	}
}

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

.section_3 {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.section_3 .content_wrap .content_2 .recommend_wrap .recommend_box .recommend_text_wrap {
		align-items: flex-start;
		width: 60%;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .content_wrap .content_2 .recommend_wrap .recommend_box .recommend_text_wrap {
		align-items: flex-start;
		width: 40%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .content_wrap .content_2 .recommend_wrap .recommend_box .recommend_text_wrap {
		align-items: flex-start;
		width: 40%;
	}
}

@media screen and (min-width: 1920px) {
	.section_3 .content_wrap .content_2 .recommend_wrap .recommend_box .recommend_text_wrap {
		align-items: flex-start;
		width: 30%;
	}
}

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

.section_4 {
	background-color: #F5F5F5;
}
