@charset "utf-8";

/*===========================================================
カバー
===========================================================*/

.cover {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0%), rgba(0, 0, 0, 55%));
    z-index: 2;
}

.cover-wrapper {
	position: relative;
}

.cover-text-box {
	max-width: 46.3rem;
    width: 100%;
	text-shadow: 0.1rem 0.3rem 0.3rem var(--base-font-color);
	position: absolute;
	bottom: 8rem;
	left: 10rem;
	z-index: 2;
}

.cover-text01 {
	font-size: 4rem;
	font-weight: 700;
	color: var(--white);
	letter-spacing: 0.05em;
}

.cover-text01 span {
	color: var(--orange);
	position: relative;
}

.cover-text01 span::before {
    content: "";
    display: block;
    margin: auto;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    background: var(--orange);
}

.cover-text02 {
	margin: 3rem 0 0 0;
	font-size: 2rem;
	font-weight: 600;
	color: var(--white);
	letter-spacing: 0.05em;
	line-height: 1.65em;
}

/*===========================================================
top01
===========================================================*/

.top01 {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	padding: 13rem 0 23rem;
	position: relative;
}

.top01::before {
	content: "";
	display: block;
	width: 167rem;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(../../../../uploads/top_bg01.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.top01-container {
	max-width: 162rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.top01-left {
	max-width: 68rem;
	width: 100%;
}

.top01-title-box::after {
	content: "";
	display: block;
	width: 4rem;
	height: 0.2rem;
	margin: 1.5rem 0 0 0;
	background: var(--orange);
}

.top01-img-box {
	margin: 6rem 0 0 0;
	width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
}

.top01-right {
	margin: 0 0 20rem 4rem;
    max-width: 84rem;
    width: 100%;
}

.top01-text-box {
    margin: 5rem 0 0 0;
}

.top01-text-box .text01 span {
    font-weight: 700;
}

/*===========================================================
top02
===========================================================*/

.top02 {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0 8rem;
	position: relative;
	z-index: 2;
}

.top02-main-title-box {
    max-width: 92rem;
    width: 100%;
    margin: -10rem auto 0 0;
    padding: 1.4rem 7.3rem 1.4rem 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: var(--orange);
}

.top02-main-title01 {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
    color: var(--white);
}

.top02-span02 {
    font-size: 5rem;
}

.top02-main-title02 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
}

.top02-span {
    font-size: 5rem;
}

.top02-container {
    max-width: 162rem;
    width: 100%;
    margin: 15rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
}

.top02-block {
    width: 100%;
    padding: 4.5rem 3rem;
    background: var(--white);
    border-top: 0.5rem solid var(--orange);
    border-radius: 0.5rem;
    overflow: hidden;
}

.top02-title-box {
    text-align: center;
}

.top02-title {
	font-size: 3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--orange);
}

.top02-img-box {
    margin: 2.5rem 0 0 0;
    width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
}

.top02-text-box {
    margin: 3rem 0 0 0;
}

/*===========================================================
top03
===========================================================*/

.top03 {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	padding: 13rem 0;
	position: relative;
}

.top03::before {
	content: "";
	display: block;
	max-width: 132.6rem;
	width: 100%;
	height: 182.2rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(../../../../uploads/top_bg02.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.top03-container {
	max-width: 142rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.top03-area {
	margin: 8rem 0 0 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between
}

.top03-area:first-child {
	margin: 0;
}

.top03-block {
	max-width: 65rem;
	width: 100%;
}

.top03-block:nth-of-type(even) {
	margin: 10rem 0 0 4rem;
}

.top03-img-box {
	max-width: 53rem;
	width: 81.6%;
	border-radius: 0.5rem;
	overflow: hidden;
}

.top03-text-area {
	max-width: 55rem;
    width: 84.6%;
    margin: -31rem 0 0 auto;
    padding: 4rem 2rem 3rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 85%);
    z-index: 1;
    position: relative;
}

.top03-title-box {
	text-align: center;
}

.top03-title {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.top03-title span {
	font-size: 5rem;
	color: var(--orange);
}

.top03-text-box {
	margin: 2rem 0 0 0;
	text-align: center;
}

.top03-btn-area {
	margin: 3rem 0 0 0;
	display: flex;
	justify-content: center;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {

	html {
		/* 10px */
		font-size: 0.52083vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

	html {
		/* 10px */
		font-size: 0.64516vw;
	}

	.top02-title {
		font-size: 2.8rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

	.cover-text-box {
		bottom: 3rem;
    	left: 4rem;
	}

	.cover-text02 {
		margin: 1rem 0 0;
	}

	.top01::before {
		width: 97rem;
		top: 51%;
		bottom: 0;
		right: 0;
		margin: auto;
	}

    .top02-container {
        gap: 3rem;
    }

	.top02-title {
		font-size: 1.8rem;
	}

	.top03-title {
		font-size: 2.8rem;
		letter-spacing: 0.05em;
		font-weight: 700;
	}

	.top03-title span {
		font-size: 4rem;
		color: var(--orange);
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	html {
		/* 10px */
		font-size: 1.30208vw;
	}

	/*===========================================================
	top01
	===========================================================*/

	.top01 {
		padding: 6rem 0 16rem;
		position: relative;
	}

	.top01::before {
		width: 67rem;
		top: 119%;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	.top01-container {
		justify-content: center;
		flex-direction: column;
	}

	.top01-left {
		max-width: 100%;
	}

	.top01-right {
		margin: 4rem 0 0;
		max-width: 100%;
	}

	.top01-text-box {
		margin: 2rem 0 0 0;
	}

	/*===========================================================
	top02
	===========================================================*/

	.top02-main-title-box {
		max-width: 50rem;
		margin: -8.5rem auto 0 0;
	}

	.top02-main-title01 {
    	font-size: 1.8rem;
	}

	.top02-span02 {
		font-size: 2.5rem;
	}

	.top02-main-title02 {
    	font-size: 1.8rem;
	}

	.top02-span {
		font-size: 2.5rem;
	}

    .top02-container {
        margin: 6rem auto 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
    }

	.top02-title {
		font-size: 2rem;
	}

	/*===========================================================
	top03
	===========================================================*/

	.top03 {
		padding: 10rem 0;
	}

	.top03-area {
		margin: 0;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.top03-block {
		margin: 4rem 0 0 0;
	}

	.top03-img-box {
		max-width: 100%;
		width: 100%;
	}

	.top03-text-area {
		max-width: 100%;
		width: 90%;
		margin: -20rem auto 0;
		padding: 4rem 2rem 3rem;
	}

	.top03-block:nth-of-type(even) {
		margin: 4rem 0 0 0;
	}
	
	.top03-title {
		font-size: 2rem;
	}
	
	.top03-title span {
		font-size: 3rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	html {
		/* 12px */
		font-size: 2.08333vw;
	}

	/*===========================================================
	カバー
	===========================================================*/

	.cover-text-box {
		max-width: 37rem;
		width: 100%;
		position: absolute;
		bottom: 3rem;
        left: 2rem;
	}

	.cover-text01 {
		font-size: 2.4rem;
		font-weight: 700;
		color: var(--white);
		letter-spacing: 0.05em;
	}

	.cover-text02 {
		margin: 0;
		font-size: 1.6rem;
	}

	
	.top01::before {
		width: 57rem;
		top: 117%;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	/*===========================================================
	top02
	===========================================================*/

	.top02-main-title-box {
		max-width: 38rem;
		margin: -8.5rem auto 0 0;
		padding: 1.4rem 5rem 1.4rem 2rem;
	}

	.top02-main-title01 {
    	font-size: 1.4rem;
	}

	.top02-span02 {
		font-size: 2rem;
	}

	.top02-main-title02 {
    	font-size: 1.4rem;
	}

	.top02-span01 {
		font-size: 1.8rem;
	}

	/*===========================================================
	top03
	===========================================================*/

	.top03-text-box {
		text-align: left;
	}

	.top03-text-box .text02 br {
		display: none;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {

	html {
		/* 14px */
		font-size: 2.43055vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */