@charset "utf-8";

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

	.main{
		padding-top: 0;
	}
	
}



/*-------------------------------
	共通パーツ
-------------------------------*/

.First-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.First-block__inner{
	width: calc(100% - 47.5rem);
	padding-right: 7rem;
}
.First-block__text{
	margin-bottom: 0;
}
.First-block__image{
	width: 47.5rem;
	padding-top: 1.5rem;
}
.First-block__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.First-block__inner{
		width: 50%;
		padding-right: 0;
	}
	.First-block__image{
		width: calc(50% - 5rem);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.First-block{
		flex-direction: column;
	}
	.First-block__inner{
		width: 100%;
		padding-right: 0;
		margin-bottom: 4rem;
	}
	.First-block__title{
		margin-bottom: 2rem;
	}
	.First-block__text{
		margin-bottom: 0;
	}
	.First-block__image{
		width: 100%;
		padding-top: 0;
	}
	.First-block__image img{
		height: 40.5rem;
		object-fit: cover;
	}

}



/*-------------------------------
	動画制作の事前準備
-------------------------------*/

.Prepare-block-wrap{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.Prepare-block{
	width: calc((100% - (2rem * 2)) / 3);
	padding: 2.8rem 2.5rem 2.8rem 3rem;
	background: #f7f8f8;
}
.Prepare-block__header{
	width: 100%;
	margin-bottom: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Prepare-block__header::before{
	content: "";
	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.Prepare-block__title{
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.Prepare-block__text{
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	line-height: calc(2.8 / 1.4);
	letter-spacing: -.025em;
	text-align: justify;
}

.Prepare-block:nth-of-type(1) .Prepare-block__header::before{
	width: 5.9rem;
	height: 5.9rem;
	background-image: url(../images/first/icon_prepare1.svg);
}
.Prepare-block:nth-of-type(2) .Prepare-block__header::before{
	width: 5.2rem;
	height: 5.3rem;
	background-image: url(../images/first/icon_prepare2.svg);
}
.Prepare-block:nth-of-type(3) .Prepare-block__header::before{
	width: 5.7rem;
	height: 4.9rem;
	background-image: url(../images/first/icon_prepare3.svg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

	.Prepare-block-wrap{
		flex-wrap: wrap;
	}
	.Prepare-block{
		width: calc((100% - (2.5rem * 1)) / 2);
	}
	.Prepare-block:not(:last-child){
		margin-bottom: 2.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Prepare-block-wrap{
		flex-direction: column;
	}
	.Prepare-block{
		width: 100%;
	}

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

	.Prepare-block-wrap{
		flex-direction: column;
	}
	.Prepare-block{
		width: 100%;
		padding: 4rem 5.5rem 4rem;
	}
	.Prepare-block:not(:last-child){
		margin-bottom: 4.5rem;
	}
	.Prepare-block__header{
		margin-bottom: 2.5rem;
		padding-left: .4rem;
	}
	.Prepare-block__title{
		width: calc(100% - 13rem);
		font-size: 4.4rem;
		font-weight: 700;
		letter-spacing: 0;
	}
	.Prepare-block__text{
		font-size: 3.2rem;
		line-height: calc(5.4 / 2.8);
		letter-spacing: 0;
	}

	.Prepare-block:nth-of-type(1) .Prepare-block__header::before{
		width: 9.8rem;
		height: 9.8rem;
	}
	.Prepare-block:nth-of-type(2) .Prepare-block__header::before{
		width: 8.5rem;
		height: 8.6rem;
	}
	.Prepare-block:nth-of-type(3) .Prepare-block__header::before{
		width: 9.2rem;
		height: 7.9rem;
	}

}



/*-------------------------------
	制作会社の選び方
-------------------------------*/

.Choice-block-wrap{
	padding-left: 5rem;
	padding-top: 10rem;
	padding-bottom: 10rem;
	background: #f7f8f8;
	position: relative;
}
.Choice-block-wrap__bg{
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #f7f8f8;
}
.Choice-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Choice-block:not(:last-child){
	padding-bottom: 10rem;
}
.Choice-block__header{
	width: 8.6rem;
	padding-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 6000;
}
.Choice-block__numuber{
	width: 100%;
	padding-bottom: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/* .Choice-block__numuber::after{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
} */
.Choice-block__numuber-text{
	color: var(--subcolor);
	font-family: var(--en);
	font-size: 1rem;
	letter-spacing: .025em;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.Choice-block__numuber-text strong{
	font-size: 3rem;
	letter-spacing: .025em;
	font-weight: 400;
	line-height: 1;
	display: block;
}
.Choice-block__title{
	width: 100%;
	padding-top: 1.8rem;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .06em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.Choice-block__title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: calc(100% + (3.3rem + 1rem));
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}
.Choice-block__body{
	width: calc(100% - 8.6rem);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	z-index: 4000;
}
.Choice-block__image{
	width: 100%;
	position: relative;
	z-index: 4000;
}
.Choice-block__image img{
	width: 100%;
}
.Choice-block__text{
	width: calc(100% - 10rem);
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	letter-spacing: .025em;
	padding: 2.2rem 3rem;
	line-height: calc(2.8 / 1.4);
	margin-top: -3rem;
	background: #fff;
	text-align: justify;
	position: relative;
	z-index: 6000;
}

/*----- 反転 */
.Choice-block.-reverse{
	flex-direction: row-reverse;
}
.Choice-block.-reverse .Choice-block__header{
	padding-right: 0;
	padding-left: 1rem;
}
.Choice-block.-reverse .Choice-block__title::before{
	left: unset;
	right: 0;
}
.Choice-block.-reverse .Choice-block__body{
	align-items: flex-start;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

	.Choice-block-wrap{
		padding-left: 2.5rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.Choice-block:not(:last-child){
		padding-bottom: 5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Choice-block-wrap{
		width: calc(100% + (var(--padding-leftright) * 2));
		margin-left: calc(var(--padding-leftright) * -1);
		padding-left: 0;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.Choice-block-wrap__bg{
		display: none;
	}
	.Choice-block{
		padding-left: var(--padding-leftright);
	}
	.Choice-block:not(:last-child){
		padding-bottom: 4.8rem;
	}
	.Choice-block__header{
		width: 11rem;
		padding-right: 0;
	}
	.Choice-block__numuber{
		padding-bottom: 1.8rem;
	}
	.Choice-block__numuber-text{
		font-size: 2rem;
		letter-spacing: 0;
	}
	.Choice-block__numuber-text strong{
		font-size: 6rem;
		letter-spacing: 0;
		margin-top: .5rem;
	}
	.Choice-block__title{
		width: 100%;
		padding-top: 2.5rem;
		font-size: 3.8rem;
		letter-spacing: 0;
	}
	.Choice-block__title::before{
		width: calc(100% + 2.8rem);
	}
	.Choice-block__body{
		width: calc(100% - 11rem);
		align-items: center;
	}
	.Choice-block__image img{
		height: 42rem;
		object-fit: cover;
	}
	.Choice-block__text{
		width: calc(100% - (var(--padding-leftright) * 2));
		font-size: 3.2rem;
		letter-spacing: 0;
		padding: 2.5rem 3.5rem 3.5rem;
		line-height: calc(5.4 / 2.8);
		margin-top: -11.5rem;
	}

	/*----- 反転 */
	.Choice-block.-reverse{
		padding-left: 0;
		padding-right: var(--padding-leftright);
	}
	.Choice-block.-reverse .Choice-block__header{
		padding-left: 0;
	}
	.Choice-block.-reverse .Choice-block__body{
		align-items: center;
	}

}



/*-------------------------------
	具体的なシナリオ構成を検討する
-------------------------------*/

.Scenario-block{
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 3rem;
	position: relative;
	z-index: 5000;
	background: #f7f8f8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Scenario-block:not(:last-child){
	margin-bottom: 2rem;
}
.Scenario-block__bg{
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #f7f8f8;
}
.Scenario-block__numuber{
	width: 18rem;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.Scenario-block__numuber::after{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Scenario-block__numuber-text{
	color: var(--subcolor);
	font-family: var(--en);
	font-size: 1rem;
	margin-bottom: 1.5rem;
	letter-spacing: .025em;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.Scenario-block__numuber-text strong{
	font-size: 3rem;
	letter-spacing: .025em;
	font-weight: 400;
	line-height: 1;
	display: block;
}
.Scenario-block__body{
	border-left: 1px solid var(--maincolor);
	width: calc(100% - 18rem);
	padding-left: 3.8rem;
}
.Scenario-block__title{
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: calc(2.8 / 2.2);
}
.Scenario-block__text{
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: calc(2.8 / 1.4);
	text-align: justify;
}

.Scenario-block:nth-of-type(1) .Scenario-block__numuber::after{
	width: 7.2rem;
	height: 5.8rem;
	background-image: url(../images/first/icon_scenario1.svg);
}
.Scenario-block:nth-of-type(2) .Scenario-block__numuber::after{
	width: 6rem;
	height: 7.2rem;
	background-image: url(../images/first/icon_scenario2.svg);
}
.Scenario-block:nth-of-type(3) .Scenario-block__numuber::after{
	width: 6.3rem;
	height: 6.3rem;
	background-image: url(../images/first/icon_scenario3.svg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Scenario-block{
		width: calc(100% + var(--padding-leftright));
		padding-right: var(--padding-leftright);
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.Scenario-block:not(:last-child){
		margin-bottom: 4.5rem;
	}
	.Scenario-block__bg{
		display: none;
	}
	.Scenario-block__numuber-text{
		font-size: 2rem;
		margin-bottom: 2.5rem;
		letter-spacing: 0;
	}
	.Scenario-block__numuber-text strong{
		font-size: 6rem;
		margin-top: .5rem;
		letter-spacing: 0;
	}
	.Scenario-block__body{
		padding-left: 3rem;
	}
	.Scenario-block__title{
		font-size: 3.6rem;
		letter-spacing: 0;
		line-height: calc(6 / 3.6);
	}
	.Scenario-block__text{
		font-size: 3.2rem;
		letter-spacing: 0;
		line-height: calc(5.4 / 2.8);
	}

	.Scenario-block:nth-of-type(1) .Scenario-block__numuber::after{
		width: 11rem;
		height: 8.7rem;
	}
	.Scenario-block:nth-of-type(2) .Scenario-block__numuber::after{
		width: 9.3rem;
		height: 9.7rem;
	}
	.Scenario-block:nth-of-type(3) .Scenario-block__numuber::after{
		width: 10.3rem;
		height: 10rem;
	}

}



/*-------------------------------
	動画制作の種類を決定する
-------------------------------*/

.Decision-block1{
	padding-bottom: 10rem;
	margin-bottom: 0;
}
.Decision-block1.-decision3{
	padding-bottom: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Decision-block1{
		padding-bottom: 8rem;
	}
	.Decision-block1.-decision3{
		padding-bottom: 0;
	}

}



/*-------------------------------
	OTOTOEが選ばれる6つの理由
-------------------------------*/

.Reason__title{
	margin-bottom: 5.5rem;
}
.Reason-block-wrap{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Reason-block{
	border-left: 1px solid var(--maincolor);
	width: calc((100% - 2rem) / 2);
	padding: 3rem 4rem;
	background: #f7f8f8;
}
.Reason-block:not(:nth-last-of-type(-n+2)){
	margin-bottom: 2rem;
}
.Reason-block__header{
	width: 100%;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Reason-block__header::before{
	content: "";
	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.Reason-block__title{
	width: calc(100% - 9.5rem);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: calc(3.2 / 2.2);
	letter-spacing: .05em;
}
.Reason-block__text{
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	line-height: calc(2.8 / 1.4);
	letter-spacing: .05em;
	text-align: justify;
}

.Reason-block:nth-of-type(1) .Reason-block__header::before{
	width: 6.5rem;
	height: 6.5rem;
	background-image: url(../images/first/icon_reason1.svg);
}
.Reason-block:nth-of-type(2) .Reason-block__header::before{
	width: 6.5rem;
	height: 6.5rem;
	background-image: url(../images/first/icon_reason2.svg);
}
.Reason-block:nth-of-type(3) .Reason-block__header::before{
	width: 6.1rem;
	height: 5.8rem;
	background-image: url(../images/first/icon_reason3.svg);
}
.Reason-block:nth-of-type(4) .Reason-block__header::before{
	width: 7.1rem;
	height: 6.5rem;
	background-image: url(../images/first/icon_reason4.svg);
}
.Reason-block:nth-of-type(5) .Reason-block__header::before{
	width: 6.6rem;
	height: 6.4rem;
	background-image: url(../images/first/icon_reason5.svg);
}
.Reason-block:nth-of-type(6) .Reason-block__header::before{
	width: 5.5rem;
	height: 6.1rem;
	background-image: url(../images/first/icon_reason6.svg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

	.Reason-block{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Reason-block-wrap{
		flex-direction: column;
	}
	.Reason-block{
		width: 100%;
	}
	.Reason-block:not(:last-child){
		margin-bottom: 2rem;
	}

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

	.Reason__title{
		margin-bottom: 5.5rem;
	}
	.Reason-block-wrap{
		flex-direction: column;
	}
	.Reason-block{
		border-left: none;
		width: 100%;
		padding: 3.5rem 5.5rem 4.5rem;
	}
	.Reason-block:not(:last-child){
		margin-bottom: 4.8rem;
	}
	.Reason-block__header{
		margin-bottom: 2.5rem;
	}
	.Reason-block__title{
		width: calc(100% - 12.6rem);
		font-size: 3.6rem;
		line-height: calc(6 / 3.6);
		letter-spacing: 0;
	}
	.Reason-block__text{
		font-size: 3.2rem;
		line-height: calc(5.4 / 2.8);
		letter-spacing: 0;
	}

	.Reason-block:nth-of-type(1) .Reason-block__header::before{
		width: 11rem;
		height: 9.2rem;
	}
	.Reason-block:nth-of-type(2) .Reason-block__header::before{
		width: 11rem;
		height: 8rem;
	}
	.Reason-block:nth-of-type(3) .Reason-block__header::before{
		width: 11rem;
		height: 8rem;
	}
	.Reason-block:nth-of-type(4) .Reason-block__header::before{
		width: 11rem;
		height: 8.9rem;
	}
	.Reason-block:nth-of-type(5) .Reason-block__header::before{
		width: 11rem;
		height: 9rem;
	}
	.Reason-block:nth-of-type(6) .Reason-block__header::before{
		width: 11rem;
		height: 7.9rem;
	}

}