.special_pagetitle {
	position: relative;
	margin: -8vw 0 0;
	padding: 8vw 0;
	background: #fff;
	text-align: center;
}
.special_pagetitle .title > span {
	display: block;
}
.special_pagetitle .title .label {
	margin: 0 0 4vw;
	color: #e83828;
	font-family: var(--min);
	font-size: 2.6rem;
	line-height: 1.3;
	letter-spacing: 0.5em;
}
.special_pagetitle h1 {
	margin: 0 0 8vw;
	font-family: var(--min);
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.66;
}
.special_pagetitle h2 {
	margin: 0 0 5vw;
	padding: 2vw 3vw;
	color: #fff;
	background: #e83828;
	font-family: var(--gothic);
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
}
.special_pagetitle .lead {
	margin: 0 -1vw 6vw;
	font-family: var(--min);
	font-size: 3rem;
	line-height: 1.875;
	letter-spacing: 0.15em;
}
.special_pagetitle .img {
	width: 53.33vw;
	margin: 0 auto 5vw;
}
.special_pagetitle .description {
	margin: 0 0 6vw;
	font-size: 2.4rem;
	line-height: 1.71;
	letter-spacing: 0.08em;
	text-align: left;
}
.strategy_block {
	position: relative;
	margin: 0 -4vw 18vw;
	overflow: hidden;
}
.strategy_block::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 93.333vw;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.strategy_block.stratety01::before {
	background-image: url(../../img/about/strategy_block01_sp.jpg);
}
.strategy_block.stratety02::before {
	background-image: url(../../img/about/strategy_block02_sp.jpg);
}
.strategy_block.stratety03::before {
	background-image: url(../../img/about/strategy_block03_sp.jpg);
}
.strategy_block.stratety04::before {
	background-image: url(../../img/about/strategy_block04_sp.jpg);
}
.strategy_block.stratety05::before {
	background-image: url(../../img/about/strategy_block05_sp.jpg);
}
.strategy_block::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 93.333vw;
	background: #fff;
	transition: width .8s ease-in-out .2s;
}
.strategy_block.visible::after {
	width: 0;
}
.strategy_block .title {
	height: 68vw;
	padding: 15vw 0 0 4vw;
	opacity: 0;
	transform: translateY(50px);
	transition-property: opacity, transform;
	transition-timing-function: ease, cubic-bezier(.1,.8,.35,1);
	transition-duration: .4s, .8s;
	transition-delay: .7s;
}
.strategy_block.visible .title {
	opacity: 1;
	transform: translateY(0);
}
.strategy_block h2 {
	color: #fff;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.strategy_block h2 .dash {
	display: inline-block;
	margin-right: .12em;
	letter-spacing: -.12em;
}
.strategy_block_in {
	margin: 0 4vw 0;
	padding: 5vw 0 0;
	background: #fff;
	opacity: 0;
	transform: translateY(50px);
	transition-property: opacity, transform;
	transition-timing-function: ease, cubic-bezier(.1,.8,.35,1);
	transition-duration: .4s, .6s;
	transition-delay: .3s;
}
.visible.strategy_block_in {
	opacity: 1;
	transform: translateY(0);
}
.strategy_block_in .num {
	margin: 0 0 4vw;
	color: #e83828;
	font-family: var(--min);
	font-size: 6.2rem;
	text-align: center;
}
.strategy_block_in .category {
	margin: 0 0 5vw;
	font-family: var(--min);
	font-size: 3rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.strategy_block_in .tag {
	width: 57vw;
	margin: 0 auto 8vw;
	padding: 2vw;
	color: #fff;
	background: #e83828;
	border-radius: 1rem;
	text-align: center;
}
.strategy_block_in .tag span {
	display: inline-block;
	margin: 0 .5em;
	font-size: 2.8rem;
	letter-spacing: 0.15em;
}
.strategy_block .img {
	width: 64.6vw;
	margin: 0 auto;
}
.strategy_block .img img {
	display: block;
	margin: 6vw 0 0;
}
.strategy_block .img .caption {
	margin: 3vw 0 0;
	font-size: 2.6rem;
	line-height: 1.54;
	letter-spacing: 0.04em;
}
.movie {
	margin-bottom: 6vw;
}
.movie h2 {
	margin-bottom: 3vw;
	text-align: center;
}
.movie h2 .en {
	display: block;
	margin-bottom: 1.5vw;
	color: #e73828;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.movie h2 .jp {
	display: block;
	font-family: var(--min);
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}
.movie iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid #a5a5a5;
}
@media print, screen and (min-width: 767px){/* PC */
.main {
	background-image: url(../../img/about/strategy_main.jpg);
	background-position: 50% 50%;
}
.special_pagetitle {
	max-width: 870px;
	margin: -60px auto 0;
	padding: 55px 50px 50px;
}
.special_pagetitle .title .label {
	margin: 0 0 40px;
	font-size: 2.4em;
}
.special_pagetitle h1 {
	margin: 0 0 70px;
	font-size: 3.4rem;
	line-height: 1.76;
}
.special_pagetitle h2 {
	margin: 0 -50px 40px;
	padding: 10px;
	font-size: 2.4rem;
	line-height: 1.75;
}
.special_pagetitle .lead {
	margin: 0 0 40px;
	font-size: 2rem;
	line-height: 2.2;
}
.special_pagetitle .img {
	width: 610px;
	margin: 0 auto 35px;
}
.special_pagetitle .img img {
	width: 100%;
}
.special_pagetitle .description {
	display: table;
	margin: 0 auto 50px;
	font-size: 1.6rem;
	line-height: 1.75;
}
.strategy_block {
	margin: 0 -70px;
	padding: 0 70px;
}
.strategy_block::before {
	height: calc(860 / 1600 * 100vw);
	max-height: 860px;
}
.strategy_block.stratety01::before {
	background-image: url(../../img/about/strategy_block01.jpg);
}
.strategy_block.stratety02::before {
	background-image: url(../../img/about/strategy_block02.jpg);
}
.strategy_block.stratety03::before {
	background-image: url(../../img/about/strategy_block03.jpg);
}
.strategy_block.stratety04::before {
	background-image: url(../../img/about/strategy_block04.jpg);
}
.strategy_block.stratety05::before {
	background-image: url(../../img/about/strategy_block05.jpg);
}
.strategy_block .title {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1240px;
	height: calc(800 / 1600 * 100vw);
	max-height: 806px;
	margin: 0 auto;
	padding: 0;
}
.strategy_block h2 {
	font-size: 3.2rem;
	line-height: 2.0625;
	letter-spacing: 0.16em;
}
.strategy_block_in {
	max-width: 870px;
	margin: 0 auto;
	padding: 55px 50px 160px;
}
.strategy_block_in .num {
	margin: 0 0 20px;
	font-size: 5rem;
}
.strategy_block_in .category {
	margin: 0 0 30px;
	font-size: 1.8rem;
}
.strategy_block_in .tag {
	width: 280px;
	margin: 0 auto 50px;
	padding: 10px;
	border-radius: 1rem;
}
.strategy_block_in .tag span {
	font-size: 1.6rem;
}
.strategy_block_in .set {
	display: flex;
}
.strategy_block_in .set .text01 {
	flex: 1;
	margin: 0;
}
.strategy_block .img {
	width: 210px;
	margin-left: calc(100 / 870 * 100%);
}
.strategy_block.stratety03 .img,
.strategy_block.stratety04 .img,
.strategy_block.stratety05 .img {
	width: 280px;
}
.strategy_block .img img {
	width: auto;
	margin: 0;
}
.strategy_block_in .set .img .caption {
	margin: 10px 0 25px;
	font-size: 1.2rem;
	line-height: 1.57;
	letter-spacing: 0;
}
.movie {
	max-width: 970px;
	margin: 0 auto 170px;
}
.movie h2 {
	margin-bottom: 50px;
}
.movie h2 .en {
	margin-bottom: 24px;
	font-size: 1.7rem;
}
.movie h2 .jp {
	font-size: 2rem;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 767px){/* TABLET */
.strategy_block h2 {
	font-size: 2.8rem;
}
.strategy_block_in {
	padding-left: 0;
	padding-right: 0;
}
.category_nav.special.strategy {
	padding: 0;
}
}/* @media */
/* effect */
.special_pagetitle .title,
.special_pagetitle h1,
.special_pagetitle h2,
.special_pagetitle .lead,
.special_pagetitle .img,
.special_pagetitle .description {
	opacity: 0;
	transform: translateY(50px);
	transition-property: opacity, transform;
}
.special_pagetitle.visible .title,
.special_pagetitle.visible h1,
.special_pagetitle.visible h2,
.special_pagetitle.visible .lead,
.special_pagetitle.visible .img,
.special_pagetitle.visible .description {
	opacity: 1;
	transform: none;
	transition-duration: .4s, 0.6s;
	transition-timing-function: ease, cubic-bezier(.1,.8,.35,1);
}
.special_pagetitle.visible .title {
	transition-delay: .1s;
}
.special_pagetitle.visible h1 {
	transition-delay: .2s;
}
.special_pagetitle.visible h2 {
	transition-delay: .3s;
}
.special_pagetitle.visible .lead {
	transition-delay: .4s;
}
.special_pagetitle.visible .img {
	transition-delay: .5s;
}
.special_pagetitle.visible .description {
	transition-delay: .6s;
}
