@charset "utf-8";
/**
 *
 *  ページ用CSS
 *  movie
 *  movie => report
 *
**/
/*-------------------------------------------
	movie
-------------------------------------------*/
.p-career._movie main {
	background: var(--beige);
	padding: 115px 0 170px;
}
/* .p-career .menu-cont .grid-box {
	display: grid;
	gap: 90px 60px;
	grid-template-columns: repeat(2, 1fr);
} */
.p-career h2{
	margin-bottom: 50px;
}
.p-career .box{
	text-align: center;
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.p-career .box .txt{
	margin-bottom: 100px;
	font-size: 1.8rem;
    /* font-size: min(1.3vw, 2rem); */
    line-height: 1.8;
}
/* .p-career .box h3{
	margin-bottom: 100px;
    font-size: min(1.76vw, 2.7rem);
    line-height: 1.5;
} */
.p-career .box .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }
  .p-career .box .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  
@media screen and (max-width: 768px) {
	.p-career._movie main {
		padding: 110px 0;
	}
	.p-career h2{
		margin-bottom: 30px;
	}
	.p-career .box .txt{
		margin-bottom: 50px;
        font-size: 1.4rem;
		line-height: 1.6;
        text-align: justify;
	}
	/* .p-career .box h3{
		margin-bottom: 25px;
        font-size: 2rem;
        line-height: 1.6;
	} */
}
