@charset "utf-8";

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

body {
	background-color: #303030;
	font-family: "Zen Old Mincho", serif;
	color: #ffffff;
}

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

.fv_other {
	background-image: url(../img/fv_other_2.webp);
}

.fv_other .text_wrap .text_1 {
	font-family: "Zen Old Mincho", serif;
	color: #ffffff;
}

.fv_other .text_wrap .text_2 {
	font-family: "Playfair Display", serif;
	color: #ffffff;
}

.fv_other .text_wrap .text {
	text-shadow: 4px 4px 4px rgba(48, 48, 48, 1);
}

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

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

.heading_wrap .heading {
	font-size: 1.75rem;
}

@media screen and (min-width: 1440px) {
	.heading_wrap .heading {
		font-size: 2.5rem;
	}
}

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

.table {
	width: 100%;
}

.table tr th,
.table tr td {
	padding: 12px;
	border: 0;
	border-bottom: 1px #ffffff solid;
	font-weight: 600;
}

.table tr th {
	padding-left: 0;
}

.table tr td {
	width: 10%;
	padding-right: 0;
	white-space: nowrap;
}

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

	.table tr.first_line th,
	.table tr.first_line td {
		padding-top: 0;
	}
}

@media screen and (min-width: 1440px) {
	.table tr th,
	.table tr td {
		padding: 24px;
		font-size: 2rem;
	}

	.table tr th {
		padding-left: 0;
	}

	.table tr td {
		padding-right: 0;
	}

	.table tr.first_line th,
	.table tr.first_line td {
		padding-top: 0;
	}
}

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

.textbox {
	padding: 0 0.1795em;
	aspect-ratio: 1 / 1;
}

.textbox_1 {
	border: 1px #000000 solid;
	background-color: #000000;
	color: #ffffff;
}

.textbox_2 {
	border: 1px #000000 solid;
	background-color: #ffffff;
	color: #000000;
}

@media screen and (min-width: 1440px) {
	.textbox {
		padding: 0 0.175em;
	}
}

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

.section_1 {}

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

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

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.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 {
	gap: 12px;
}

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

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 4px 0;
	border: 1px #ffffff solid;
	border-left: 8px #ffffff solid;
	border-right: 8px #ffffff solid;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {
	font-size: 1.5rem;
	font-weight: 700;
}

.section_1 .content_wrap .content .item_wrap .item .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .list li {
	width: calc((100% - (12px * 1)) * 0.5);
}

.section_1 .content_wrap .content .item_wrap .item .list li .flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	width: 100%;
}

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

	.section_1 .content_wrap .content .item_wrap .item .list {
		justify-content: space-between;
		gap: 12px 48px;
		width: 80%;
	}

	.section_1 .content_wrap .content .item_wrap .item .list li {
		width: calc((100% - (48px * 1)) * 0.5);
	}

	.section_1 .content_wrap .content .item_wrap .item .list li .flex {
		flex-direction: row;
		gap: 12px;
	}
}

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

	.section_1 .content_wrap {
		gap: 48px;
	}

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

	.section_1 .content_wrap .content .item_wrap .item .list {
		gap: 12px 120px;
	}

	.section_1 .content_wrap .content .item_wrap .item .list li {
		width: calc((100% - (120px * 1)) * 0.5);
	}
}

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

	.section_1 .content_wrap {
		gap: 96px;
	}

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

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

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 2.25rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .list {
		gap: 12px 156px;
	}

	.section_1 .content_wrap .content .item_wrap .item .list li {
		width: calc((100% - (156px * 1)) * 0.5);
		font-size: 1.5rem;
	}
}

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

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

.section_2 {}

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

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

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_2 .content_wrap .content_1 .item_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content_1 .item_wrap .item_1 .text_wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	gap: 12px;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px #ffffff solid;
}

.section_2 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .text_2 {
	font-size: 1.5rem;
	white-space: nowrap;
}

.section_2 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .highlight {
	font-size: 1.2em;
}

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

.section_2 .content_wrap .content .item_wrap .item img {
	box-shadow: 12px 12px 0px 0px rgba(138, 18, 28, 1);
}

@media screen and (min-width: 768px) {
	.section_2 .inner {
		padding-bottom: 0;
	}

	.section_2 .content_wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 0;
	}

	.section_2 .content_wrap .content_1 {
		width: calc((100% - (0px * 1)) * 0.6);
	}

	.section_2 .content_wrap .content_2 {
		width: calc((100% - (0px * 1)) * 0.4);
	}

	.section_2 .content_wrap .content_1 .item_wrap .item_1 .text_wrap {
		justify-content: flex-start;
		padding-right: 12px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item_2 .text_wrap {
		padding-right: 12px;
	}
}

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

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

	.section_2 .content_wrap .content_1 .item_wrap .item_1 .text_wrap {
		gap: 48px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .text_1 {
		font-size: 1.25rem;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item_1 .text_wrap .text_2 {
		font-size: 2.25rem;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item_2 .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_2 .content_wrap .content .item_wrap .item img {
		box-shadow: 24px 24px 0px 0px rgba(138, 18, 28, 1);
	}
}

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

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

.section_3 {}

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

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

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content {}

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_3 .content_wrap .content_1 .item_wrap {
	gap: 12px;
}

.section_3 .content_wrap .content_2 .item_wrap .item img {
	box-shadow: -12px 12px 0px 0px rgba(138, 18, 28, 1);
}

@media screen and (min-width: 768px) {
	.section_3 .content_wrap {
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: 24px;
	}

	.section_3 .content_wrap .content_1 {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_3 .content_wrap .content_2 {
		width: calc((100% - (24px * 1)) * 0.45);
	}
}

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

	.section_3 .content_wrap {
		gap: 48px;
	}

	.section_3 .content_wrap .content_1 .item_wrap {
		gap: 24px;
	}
}

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

	.section_3 .content_wrap {
		gap: 60px;
	}

	.section_3 .content_wrap .content_1 .item_wrap {
		gap: 36px;
	}

	.section_3 .content_wrap .content_1 .item_wrap .item .text {
		font-size: 1.25rem;
	}

	.section_3 .content_wrap .content_2 .item_wrap .item img {
		box-shadow: -24px 24px 0px 0px rgba(138, 18, 28, 1);
	}
}

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

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