@charset "utf-8";


/* 道
======================================================= */
.load{
	position: relative;
}
.load_image{
	position: absolute;
	top: -4.9rem;
	z-index: 1;
}
.load_tt{
	background: var(--main-color);
	height: 120px;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;

	&.arrow::after{
		content: "";
		background: url(../common/img/arrow.png) no-repeat center/contain;
		width: 119px;
		height: 207px;
		position: absolute;
		top: calc(50% - 8rem);
		left: calc(50% - 25rem);
		transform: translate(-50%,-50%);
	}

	h2 {
		font-size: var(--font-24);
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: center;
		position: relative;
		padding-bottom: 2rem;

		&.marker::after{
			content: "";
			background: url(../common/img/check.png) no-repeat center/contain;
			width: 295px;
			height: 47px;
			position: absolute;
			bottom: -3rem;
		}
		&.circle::after{
			content: "";
			background: url(../common/img/circle.png) no-repeat center/contain;
			width: 386px;
			height: 128px;
			position: absolute;
			bottom: -4rem;
		}
		&.circle{
			padding-bottom: 0;
		}
	}
}
@media screen and (min-width: 767px),print {
	.load_image{
		left: calc(50% - 18rem);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 767px){
	.load{
		picture img {
			width: 286px;
		}
	}
	.load_image{
		top: -2rem;
	}
}

.conte01{
	position: relative;
	z-index: 3;
	text-align: center;
	line-height: 3;
	padding-block: 4rem;
	padding-inline: 5%;
	font-size: var(--font-24);

	p {
		font-family: var(--fontM);
	}

	.kami{
		position: absolute;
		top: 50%;
		left: calc(50% - 34rem);
		transform: translate(-50%, -50%);

		img {
			width: 320px;
		}
	}
}
@media screen and (max-width: 767px){
	.conte01{
		padding-block: 3rem;
		line-height: 2;
		.kami{
			position: absolute;
			top: 2rem;
			left: -2rem;
			transform: translate(0%);
			width: 120px;
		}
	}

	.load_tt{
		height: 100px;
		h2 {
			&.marker::after{
				width: 170px;
				height: 60px;
				bottom: -3rem;
			}
			&.circle::after{
				width: 300px;
			}
		}

		&.arrow::after{
			width: 70px;
			height: 124px;
			position: absolute;
			top: calc(50% - 6rem);
			left: calc(50% - 15rem);
		}
	}
}


.conte02{
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 4rem 5%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.mvie {
	margin-block: 4rem;

	.common_link{
		margin-top: 3rem;
	}
}
.mvie--bg{
	max-width: 1024px;
	width: 100%;
	display: block;
	margin: auto;
	position: relative;

	&::after{
		content: "";
		background: url(../common/img/main_hand.png) no-repeat center/contain;
		width: 300px;
		height: 250px;
		position: absolute;
		bottom: -39px;
		right: -213px;
		pointer-events: none;
	}
}
        
.move_flex{
	padding-top: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	font-size: var(--main-txt);
	position: relative;
	z-index: 1;

	.profile {
		li {
			text-indent: -1em;
			padding-left: 1em;
			text-align: left;
		}
	}
}

.conte02_move{
	height: 820px;
	padding-bottom: 3rem;
}

.ow_text01,
.ow_text02{
	font-size: 3rem;
}
.ow_text01{
	font-family: var(--fontM);
	margin-top: -2rem;
}
.ow_text02{
	.circle{
		position: relative;
	}
	.circle::after{
		content: "";
		background: url(../common/img/circle02.png) no-repeat center/contain;
		width: 236px;
		height: 117px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
	}
}

.conte02_move--bg{
	max-width: 1024px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 10rem;
	transform: translate(-50%, 0%);
}
.movie_y{
	max-width: 811px;
	width: 100%;
	margin: auto;
	margin-top: 2rem;
	position: relative;
	left: 0px;
	border: 1px solid #000;

	iframe {
		width: 100%;
		height: 456px;
	}
}

.conte02_img{
	position: absolute;
	bottom: -14px;
	right: calc(50% - 24em);
	transform: translate(50%, 0%);
}
@media screen and (max-width: 767px){
	.conte02{
		overflow: hidden;
		padding: 3rem 5% ;
		gap: 1rem;
	}
	.conte02_move{
		height: auto;

		img{
			width: 360px;
		}
	}
	.conte02_img{
		right: -4rem;
		transform: translate(0%);
		z-index: -1;
		width: 140px;
	}

	.move_flex--text{
		font-size: 1rem;
		line-height: 1.2;
		display: flex;
		flex-direction: column;
		gap: .7rem;
		margin-top: 0rem;
	}

	.move_flex{
		padding-top: 1.5rem;
		figure{
			display: none;
		}
	}

	.conte02_move--bg{
		top: 10.4rem;
	}

	.movie_y {
		width: 285px;
		margin-top: .8rem;
		iframe {
			width: 100%;
			height: 162px;
		}
	}

	.mvie--bg{
		&::after{
			width: 79px;
			height: 60px;
			position: absolute;
			bottom: -20px;
			right: 10px;
		}
	}

	.ow_text01, .ow_text02{
		font-size: 1.8rem;
	}

	.ow_text02 {
		padding-block: 1rem;
		.circle::after{
			width: 140px;
		}
	}

	.mvie {
		margin-block: 4rem;

		&::after{
			width: 79px;
			height: 60px;
			position: absolute;
			bottom: 0;
			right: -48px;
		}

		.common_link{
			width: 240px;
			margin-top: 2rem;
		}
	}
}


.conte03{
	padding-block: 6rem;
	padding-inline: 5%;
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 6rem;

	h2 {
		font-size: var(--font-24);
		border-bottom: 2px solid var(--main-color);
		padding-bottom: 0.1rem;
		margin-bottom: 2rem;
		display: inline-block;
	}

	.conte03_text--tt {
		display: flex;
		align-items: center;
		gap: 1rem;
		padding-bottom: 1.5rem;
		&::before{
			content: "";
			display: flex;
			background: var(--main-color);
			width: 10px;
			height: auto;
			align-self: stretch;
		}
	}

	.sm_text{
		text-indent: -1em;
		padding-left: 1em;
		font-size: var(--fs-16);
		padding-top: 1rem;
	}
}
.img_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;

	figure{
		max-width: 300px;
		width: 100%;
	}

	.conte03_text{
		max-width: 640px;
		width: 100%;
	}
}
.conte03_img{
	position: absolute;
	bottom: -10rem;
	left: calc(50% - 29em);
	transform: translate( -50%, 0%);
}
@media screen and (max-width: 767px){
	.conte03{
		display: flex;
		flex-direction: column;
		gap: 3rem;
		padding-block: 3rem;

		h2{
			background: var(--main-color);
			color: #fff;
			border-radius: 8px;
			padding-inline: 3%;
			display: flex;
			align-items: center;
			justify-content: center;
		}
	}
	.img_flex{
		flex-wrap: wrap-reverse;
		gap: 2rem;

		figure {
			width: 150px;
			margin: auto;
			text-align: center;
		}
	}
	.conte03 .img_flex:nth-of-type(2){
		flex-wrap: wrap;
	}

	.conte03_mid{
		padding-bottom: 1rem;
	}

	.conte03_img{
		left: calc(50% - 12rem);
		width: 100px;
	}
}

.conte04{
	text-align: center;
	padding: 4rem 5%;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	position: relative;
	z-index: 2;
}
.conte_btn{
	display: flex;
	flex-direction: column;
	gap: .5rem;

	p{
		position: relative;
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: center;

		&::before,
		&::after{
			content: "";
			height: 25px;
			width: 2px;
			display: flex;
			background: #000;
		}
		&::before{
			transform: rotate(-20deg);
		}
		&::after{
			transform: rotate(20deg);
		}
	}
}

.conte04_img{
	position: absolute;
	bottom: -5px;
	right: calc(50% - 24em);
	transform: translate(50%, 0%);
}

@media screen and (max-width: 767px){

	.conte04{
		gap: 2rem;
		padding: 2rem 5% 3rem;
	}

	.conte04_img{
		right: 0;
		transform: translate(0%);
		z-index: -1;
		width: 80px;
	}
}

@media screen and (max-width: 358px){
	.conte02{
		gap: 1.5rem;
	}
	.conte02_move{
		img{
			width: 320px;
		}
	}
	.move_flex{
		padding-top: 5rem;
	}
	.movie_y {
		width: 253px;
		left: 3.6px;
		margin-top: 2.5rem;
	}
  .conte02_move--bg{
		top: 13.4rem;
	}
	.move_flex--text{
		margin-top: -8rem;
		gap: 2rem;
		padding-top: 3rem;
	}
	.conte02_img{
		width: 100px;
		right: -3rem;
	}

	.conte03 {
		h2 {
			margin-bottom: 1rem;
		}
	}
	.img_flex{
		gap: 1rem;
	}

	.conte04{
		gap: 1rem;
	}
}