@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;
}

.experience_1 .headline,
.experience_2 .headline,
.experience_3 .headline {
	max-width: 90%;
}

.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;
}

.experience_1 .container {
	width: 90%;
}

.content_top {
	width: 100%;
	margin: 0 auto 0;
}

.experience_1 .content_top {
	text-align: center;
}

.experience_2 .content_top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
}

.experience_3 .content_top {
	width: 90%;
}

.content_middle {
	margin: 10% auto 0;
}

.experience_2 .content_middle {
	width: 90%;
}

.experience_2 .content_middle > * {
	padding: 5%;
	border: 4px #707070 solid;
	border-radius: 16px;
}

.experience_3 .content_middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
}

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

.experience_1 .content_bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.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;
}

.experience_2 .content_top .text:nth-of-type(2) {
	margin: 5% auto 0;
}

.experience_2 .content_middle .text {
	text-align: center;
}

.experience_3 .content_top .text {
	text-align: center;
}

.btn {
	position: relative;
	display: block;
	width: fit-content;
	margin: 5% auto 0;
	padding: 5%;
	padding-right: 10%;
	border-radius: 16px;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
}

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

.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;
}

.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 {
	vertical-align: middle;
	background-color: #F3F3F3;
}

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

	.experience_2 {
		padding: 5% 0;
	}

	.experience_3 {
		padding: 5% 0;
	}

	.container {
		margin: 2.5% auto 0;
	}

	.experience_2 .content_top {
		flex-direction: row;
	}

	.experience_2 .content_top > * {
		flex: 5;
	}

	.content_middle {
		margin: 5% auto 0;
	}

	.experience_2 .content_middle > * {
		border-radius: 36px;
	}

	.experience_3 .content_middle {
		flex-direction: row;
	}

	.experience_3 .content_middle > *:nth-of-type(1) {
		width: 60%;
	}

	.experience_3 .content_middle > *:nth-of-type(2) {
		width: 40%;
	}

	.content_bottom {
		margin: 5% auto 0;
	}

	.experience_1 .content_bottom {
		flex-direction: row;
	}

	.experience_1 .content_bottom > * {
		width: calc((100% - (24px * 2)) / 3);
	}

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

	.text {
		
	}

	.bg .text {
		
	}

	.btn {
		padding: 2.5% 7.5%;
		padding-right: 10%;
	}

	.btn::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20%;
	}

	.btn_more {
		width: 125px;
	}

	.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: 6px 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;
	}

	.news .deco {
		top: -47.5%;
        right: 37.5%;
        width: 7.5%;
	}
}

@media screen and (min-width: 1440px) {
	.container {
		width: 100%;
	}

	.experience_1 .content_top {
		width: 60%;
	}

	.experience_1 .content_bottom {
		width: 60%;
	}

	.experience_2 .content_top {
		width: 80%;
	}

	.experience_2 .content_middle {
		width: 55%;
	}

	.experience_3 .content_middle {
		gap: 48px;
	}

	.text_wrap {
		gap: 36px;
	}

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

	.btn {
		padding: 1.875% 5%;
		padding-right: 7.5%;
		border-radius: 30px;
		font-size: 1.2rem;
	}

	.btn::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20%;
	}

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

	.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: 12px 36px;
		font-size: 1.2rem;
	}
}

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

	.news .deco {
        top: -27.5%;
        right: 41.5%;
        width: 4.5%;
	}
}

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

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

}

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

}

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

}

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

}
