@charset "utf-8";

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

.fv {
    position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-image: url(../img/fv_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv_text_area {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: max-content;
	font-size: 2rem;
	line-height: 1.5;
	z-index: 1;
}

.fv_text_1,
.fv_text_2 {
	display: block;
	font-family: "Mochiy Pop One", sans-serif;
}

.fv_text_1 {
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #fff;
}

.fv_text_2 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
	color: #fff;
}

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

	.fv_text_area {
		position: absolute;
		top: 40%;
		left: 50%;
		width: max-content;
	}

	.fv_text_1 {
		width: max-content;
		margin: 0 auto;
		text-align: center;
		font-size: 1.8rem;
	}

	.fv_text_2 {
		width: max-content;
		margin: 0 auto;
		text-align: center;
		font-size: 0.5em;
	}
}

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

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

	.fv_text_2 {
		font-size: 0.8em;
	}
}

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

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

.headline {
	position: relative;
	width: fit-content;
	/* max-width: 90%; */
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
}

.bg .headline {
	color: #fff;
}

.headline_top {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-family: "Mochiy Pop One", sans-serif;
}

.headline_bottom {
	display: block;
	width: fit-content;
	margin: 2.5% auto 0 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
}

.headline_img {
	display: block;
}

@media screen and (min-width: 768px) {
	.headline_bottom {
		margin: 1.25% auto 0;
		font-size: 0.4em;
	}
}

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

}

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

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

}

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

.section {
	padding: 15% 0;
}

.bg {
	background-image: url(../img/bg_sp.png);
}

.bg_2 {
	background-image: url(../img/bg_2.png);
}

@media screen and (min-width: 768px) {
	.bg {
		background-image: url(../img/bg_pc.png);
	}
}

.container {
	width: 100%;
	margin: 10% auto 0;
}

.list .container {
	width: 90%;
}

.content_top {
	width: 100%;
}

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

.list .content_top > * {
	position: relative;
	display: block;
	width: 100%;
	padding: 5%;
	border: 2px #000 solid;
	border-radius: 40px;
	background-color: #F0F0F0;
	text-align: center;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 1.2rem;
	color: #000;
}

.list .content_top > *::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
	width: 1em;
    height: 1em;
    background-color: #000;
    clip-path: polygon(1em 50%, 0% 0%, 0% 1em);
}

.content_middle {
	margin: 10% auto 0;
}

.content_bottom {
	position: relative;
	margin: 10% auto 0;
}

.list .content_bottom_box {
	margin: 0 auto;
	padding: 5%;
	background-color: #F0F0F0;
}

.list .content_bottom_box:nth-of-type(n+2) {
	margin: 5% auto 0;
}

.text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: fit-content;
	margin: 0 auto 0;
}

.text {
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
}

.bg .text {
	color: #fff;
}

.btn_more {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: fit-content;
	padding: 5%;
	border-radius: 50%;
	background-color: #111;
	aspect-ratio: 1 / 1;
	font-size: 1rem;
	color: #fff;
}

.bg .btn_more {
	background-color: #fff;
	color: #111;
}

.btn_more span:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
}

.btn_more span:nth-of-type(2) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.7em;
	font-weight: 700;
}

.list .deco {
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translate(0, -50%);
	width: 30px;
}

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

.btn_contact {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 5%;
	border: 1px #fff solid;
}

.btn_contact:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
}

.btn_contact:nth-of-type(2) {
	font-size: 1.2rem;
}

.btn_contact img {
	display: block;
	width: auto;
	height: 1em;
}

.btn_contact span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #fff;
}

.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: 90%;
	margin: 0 auto;
	padding: 5%;
	border-radius: 5px;
	background-color: #161616;
}

.info:nth-of-type(n+2) {
	margin: 5% auto 0;
}

.info span {
	color: #fff;
}

.info span:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

table {
	width: 100%;
	font-size: 1em;
}

th,
td {
	display: block;
	padding: 0.5em;
	border: 0;
	font-family: "Noto Sans JP", sans-serif;
}

th {
	vertical-align: middle;
	background-color: #000;
	color: #fff;
}

td {
	background-color: #F3F3F3;
}

.list_content {
	margin: 5% auto 0;
}

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

.list_content_top_2 {
	line-height: 1.5;
}

.list_content_bottom {
	margin: 5% auto 0;
	padding: 5%;
	border: 4px #707070 solid;
	border-radius: 40px;
}

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

.list_content_bottom_1 > * {
	width: 100%;
}

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

	.container {
		margin: 2.5% auto 0;
		width: 90%;
	}

	.list .content_top {
		flex-direction: row;
		align-items: stretch;
		gap: 12px;
		width: 100%;
	}

	.list .content_top > * {
		position: relative;
		display: block;
		width: 100%;
		padding: 2.5%;
		border: 2px #000 solid;
		border-radius: 40px;
		text-align: center;
		font-family: "Mochiy Pop One", sans-serif;
		font-size: 1.2rem;
		color: #000;
	}

	.content_middle {
		margin: 5% auto 0;
	}

	.content_bottom {
		margin: 5% auto 0;
	}

	.list_content_top {
		flex-direction: row;
		gap: 24px;
	}

	.list_content_top_1 {
		flex: 3;
	}

	.list_content_top_2 {
		flex: 7;
	}

	.list_content_bottom_1 {
		flex-direction: row;
		gap: 24px;
	}

	.text_wrap {
		flex-direction: row;
		gap: 12px;
	}

	.text {
		
	}

	.bg .text {
		
	}

	.btn_more {
		width: 125px;
	}

	.list .deco {
		right: -40px;
		width: 40px;
	}

	.list .deco_2-1 {
		position: absolute;
		top: 0;
		right: 0;
		width: 7.5%;
	}

	.list .deco_2-2 {
		position: absolute;
		bottom: 0;
		left: 0;
		transform: scale(-1, -1);
		width: 7.5%;
	}

	.btn_wrap {
		flex-direction: row;
		align-items: stretch;
	}

	.btn_contact {
		padding: 2.5% 5%;
	}

	.info {
		flex-direction: row;
		justify-content: flex-start;
		gap: 24px;
		padding: 2.5% 5%;
	}

	.info:nth-of-type(n+2) {
		margin: 2.5% auto 0;
	}

	table {
		border-spacing: 0px 12px;
		border-collapse: separate;
	}

	th,
	td {
		display: table-cell;
	}

	th {
		vertical-align: middle;
		background-color: #000;
		text-align: center;
		color: #fff;
	}

	td {
		padding: 0.5em 0.5em 0.5em 2em;
		background-color: #F3F3F3;
	}
}

@media screen and (min-width: 1024px) {
	.btn_more {
		width: 140px;
	}

	.list .deco {
		right: -40px;
		width: 40px;
	}
}

@media screen and (min-width: 1440px) {
    .container {
        margin: 5% auto 0;
    }

	.list .content_top {
		gap: 36px;
	}

	.list .content_top > * {
		border: 4px #000 solid;
		font-size: 2rem;
	}

	.list_content_top {
		width: 80%;
		gap: 48px;
	}

	.list_content_top_2 {
		font-size: 1.2rem;
		line-height: 2;
	}

	.list_content_bottom_1 {
		gap: 48px;
	}

	.text_wrap {
		gap: 36px;
	}

	.text {
		font-size: 1.2rem;
		line-height: 2;
	}

	.btn_more {
		width: 160px;
		font-size: 1rem;
	}

	.list .deco {
		right: -60px;
		width: 60px;
	}

	.btn_wrap {
		width: 60%;
	}

	.btn_contact:nth-of-type(1) {
		font-size: 2.2rem;
	}

	.btn_contact:nth-of-type(2) {
		font-size: 1.6rem;
	}

	.info {
		width: 80%;
	}

	.info span:nth-of-type(1) {
		font-size: 1rem;
	}

	.info span:nth-of-type(2) {
		font-size: 1.2rem;
	}

	table {
		border-spacing: 0px 24px;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.list_content_top {
		gap: 120px;
	}

	.list_content_bottom_1 {
		gap: 120px;
	}

	.btn_more {
		width: 185px;
	}

	.list .deco {
		right: -60px;
		width: 60px;
	}
}

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

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

}

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

}

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

}

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

}
