@charset "utf-8";

/*===============================================
 採用ページ用 css/recruit.css
===============================================*/
/*=======================================================
 - ～559.9px	：スマートフォン画面(ヘッダーメニューはハンバーガーのみ)
 - 560px ～		：タブレット(小)環境に切り替え(ヘッダーメニューはハンバーガーのみ)
 - ～767.9px	：スマートフォン画面(ヘッダーメニューはハンバーガーのみ)
 - 768px ～		：タブレット・PC環境に切り替え(ヘッダーメニューはハンバーガーのみ)
 - 960px ～		：ヘッダーメニューが2種類に(ハンバーガー + オープン状態)
 - ～1099.9px	：コンテンツ幅最大値(ニュース記事など)
 - ～1399.9px	：サイトデザイン最大幅
●基本割合
・2等分：width:48%
・3等分：width:30.6%;
・4等分：width:22%;
・2分割：width:30%＆66% or 38%＆58%
=======================================================*/
@media screen and (max-width: 559.9px) {
}
@media print, screen and (min-width: 560px) {
}
@media screen and (max-width: 767.9px) {
}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 960px) {
}
@media print, screen and (min-width: 1100px) {
}
@media print, screen and (min-width: 1400px) {
}



/*===============================================
 採用情報
===============================================*/
:root,div,span,p,li,button {
	--cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
	background: url(../images/recruit/back.png);
}

.container,
.contents {
	margin: 0;
	padding: 0;
}

.header {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.footer_copyright_info address {
		width: 100%;
	}

	.footer .privacy.sp {
		display: block;
		margin: 1em auto 0;
	}

	.footer .privacy.pc {
		display: none;
	}
}

@media print, screen and (min-width: 960px) {
	.footer {
		margin: 0 0 0 50vw;
		width: 50vw;
	}
}

.content_wrap {
	overflow: hidden;
	padding: 0;
}

.block {
	margin: 0;
}

.block:not(:last-child) {
    margin: 0;
}

.sblock {
	max-width: 800px;
}

@media print, screen and (min-width: 960px) {
	.sblock {
		width: 88%;
	}
}



/*===============================================
 共通
===============================================*/
/* タイトル */
.title_wrap {
	color: inherit;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .04em;
	margin: 0 0 3em;
	text-align: left;
}

.title_wrap .title,
.title_wrap .title_text {
	clip-path: inset(0 100% 0 0);
	position: relative;
	transition: all var(--cubic) .5s;
	width: 100%;
}

.title_wrap .title.inview,
.title_wrap .title_text.inview {
	clip-path: inset(0);
}

.title_wrap .title {
	margin: 0 0 1.2em;
	width: 80%;
	max-width: 450px;
}

.title_wrap .title img {
	width: auto;
}

.block.top .title_wrap .title,
.block.top .title_wrap .title_text {
	clip-path: inset(0);
}

/* フォーム用ボタン */
.form_btn {
	aspect-ratio: 1000 / 175;
	height: 10%;
	margin: 2% auto 0;
	position: relative;
	max-width: 90%;
}

@media print, screen and (min-width: 560px) {
	.form_btn {
		margin: 3% auto 0;
		height: 8%;
	}
}

.form_btn a {
	aspect-ratio: 1000 / 175;
	display: block;
	margin: 0 auto;
	position: relative;
}

.form_btn a img {
	position: relative;
	transition: all var(--cubic) .2s;
	z-index: 2;
}

.form_btn a.hover img {
	translate: 0 5px;
}

.form_btn a:before {
	background: #000;
	border-radius: 50px;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 5px;
	width: 100%;
	z-index: 1;
}



/*===============================================
 表紙
===============================================*/
.block_cover {
	background: url(../images/recruit/cover_back.png) #246bd7 no-repeat;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	height: 100svh;
	padding: 40px 0 0;
	position: relative;
	transition: all var(--cubic) .4s;
	width: 100%;
}

.block_content {
	position: relative;
	width: 100%;
}

@media print, screen and (min-width: 560px) {
	.block_cover {
		padding: 58px 0 0;
	}
}

@media print, screen and (min-width: 960px) {
	.block_cover {
		left: 0;
		padding: 70px 0 0;
		position: fixed;
		top: 0;
		width: 50vw;
		z-index: 1;
	}

	.block_content {
		margin: 0 0 0 50vw;
		width: 50vw;
	}
}

.block_cover .logo {
	display: block;
	left: 3%;
	position: absolute;
	top: 2%;
	width: 20%;
	max-width: 150px;
}

.block_cover .cover_inner {
	height: 100%;
	width: 100%;
}

.block_cover .title {
	aspect-ratio: 1500 / 540;
	height: 20%;
	margin: 0 auto 2%;
	max-width: 86%;
}

.block_cover .text {
	aspect-ratio: 1000 / 877;
	height: 48%;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
	z-index: 1;
}

@media print, screen and (min-width: 560px) {
	.block_cover .title {
		height: 18%;
		margin: 0 auto 3%;
	}

	.block_cover .text {
		height: 46%;
		max-width: 90%;
	}
}

/*
.block_cover .text_wrap {
	background: #fff;
	border: 3px solid #000;
	border-radius: 20px;
	margin: -1.5em auto 0;
	padding: .5em 1.8em 9em;
	position: relative;
	width: 82%;
}

.block_cover .text_wrap .text_title {
	color: #163d8d;
	display: block;
	font-size: max(1.4rem, min(1.8vw, 2rem));	/* 古いSafari用
	font-size: clamp(1.4rem, 1.8vw, 2rem);
	font-weight: bold;
	line-height: 1.5;
	margin: .8em 0 .6em;
	text-align: center;
	width: 100%;
}

.block_cover .text_wrap p {
	background-color: #fff;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
						linear-gradient(180deg, #ccc 2px, transparent 2px);
	background-size: 8px 100%,
					100% 2.5em;
	line-height: 2.5em;
	font-size: max(1.2rem, min(1.8vw, 1.6rem));	/* 古いSafari用
	font-size: clamp(1.2rem, 1.8vw, 1.6rem);
	font-weight: bold;
	padding: 0 0 2px;
	position: relative;
	text-align: center;
	width: 100%;
}

.block_cover .text_wrap p:before {
	background: #fff;
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	top: -1px;
	width: 100%;
}
*/

.block_cover .img {
	aspect-ratio: 1510 / 760;
	height: 27%;
	margin: -7% 0 0 auto;
	position: relative;
	width: 100%;
	max-width: 100%;
	z-index: 1;
}

@media print, screen and (min-width: 560px) {
	.block_cover .img {
		margin: -5% 0 0 auto;
	}
}

.block_cover .img img {
	margin: 0 0 0 auto;
}

.block_cover .menu {
	background: #000;
	border-radius: 16px 0 0 16px;
	display: none;
	right: 0;
	padding: 1em 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	z-index: 1;
}

@media print, screen and (min-width: 960px) {
	.block_cover .menu {
		display: block;
	}
}

.block_cover .menu a {
	color: #fff;
	display: block;
	font-size: .9em;
	font-weight: bold;
	padding: 1em 2.4em 1em 1.1em;
	position: relative;
}

.block_cover .menu a.hover,
.block_cover .menu:not(.on_works):not(.on_appeal):not(.on_staff):not(.on_oneday):not(.on_form) a.top,
.block_cover .menu.on_works a.works,
.block_cover .menu.on_appeal a.appeal,
.block_cover .menu.on_staff a.staff,
.block_cover .menu.on_oneday a.oneday {
	background: #333;
}

.block_cover .menu a:before {
	background: #fff;
	content: '';
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: .8em;
	margin: 0 0 0 .5em;
	opacity: 0;
	position: absolute;
	right: 1em;
	translate: 0 -50%;
	transition: var(--ani_transition);
	top: 50%;
	width: .6em;
}

.block_cover .menu a.hover:before,
.block_cover .menu:not(.on_works):not(.on_appeal):not(.on_staff):not(.on_oneday):not(.on_form) a.top:before,
.block_cover .menu.on_works a.works:before,
.block_cover .menu.on_appeal a.appeal:before,
.block_cover .menu.on_staff a.staff:before,
.block_cover .menu.on_oneday a.oneday:before {
	opacity: 1;
}


/*
 ヘッダー 開閉ボタン(ハンバーガーメニュー)
===============================================*/
.hamburger_wrap {
	width: 100%;
}

.hamburger_open {
	align-items: center;
 	background: #000;
	cursor: pointer;
	height: 50px;
	position: fixed;
	left: calc(100% - 50px);
	top: 0;
	transition: var(--ani_transition);
	width: 50px;
	z-index: 105;
}

@media print, screen and (min-width: 960px) {
	.hamburger_open {
		left: calc(50vw - 50px);
	}
}

.hamburger_open_inner {
	height: 100%;
	scale: .7;
	transform-origin: center;
	width: 100%;
}

.hamburger_open_symbol {
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
}

.hamburger_open.open .hamburger_open_symbol {}

.hamburger_open_symbol:before,
.hamburger_open_symbol:after {
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	translate: -50% -50%;
	transition: var(--ani_transition);
	width: 100%;
}

.hamburger_open_symbol:before {
	top: 40%;
}

.hamburger_open_symbol:after {
	top: 60%;
}

.open .hamburger_open_symbol:before,
.open .hamburger_open_symbol:after {
	top: 50%;
}

.open .hamburger_open_symbol:before {
	rotate: 30deg;
	translate: -50% -50%;
}

.open .hamburger_open_symbol:after {
	rotate: -30deg;
	translate: -50% -50%;
}


/*
 ヘッダー ナビ(ハンバーガーメニュー)
===============================================*/
.header_navi_hamburger {
 	background: #000;
	min-height: 100vh;
	min-height: 100dvh;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	position: fixed;
	pointer-events: none;
	top: 0;
	transform-origin: center;
	width: 100vw;
	z-index: 104;
}

.header_navi_hamburger.open {
	animation: hamburger-open .2s ease-in-out forwards;
}

.header_navi_hamburger.close {
	animation: hamburger-close .2s ease-in-out forwards;
}


@keyframes hamburger-open {
	0% {
		opacity: 0;
		scale: .95;
	}
	to {
		opacity: 1;
		pointer-events: auto;
		scale: 1;
		visibility: visible;
	}
}

@keyframes hamburger-close {
	0% {
		opacity: 1;
		scale: 1;
	}
	to {
		opacity: 0;
		pointer-events: none;
		scale: .95;
		visibility: hidden;
	}
}

.header_hamburger_inner {
	height: 100%;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

@media print, screen and (min-width: 960px) {
	.header_hamburger_inner {
		padding: 0 3vw;
	}
}

.header_navi_hamburger .header_menu_wrap {
	margin: 50px auto 0;
	width: 90%;
	max-width: 600px;
}

@media print, screen and (min-width: 960px) {
	.header_navi_hamburger .header_menu_wrap {
		padding: 0 50px 0 0;
	}
}

.header_navi_hamburger li {
	align-items: center;
	border-bottom: 1px solid #fff;
	display: flex;
	padding: 1.5em 1em;
	position: relative;
	width: 100%;
}

.header_navi_hamburger a {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.2em;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 100%;
}



/*===============================================
 募集
===============================================*/
.block.top {
	background: #f3f5f9;
	padding: 2em 0 4em;
}

.block.top .subtitle {
	color: #163d8d;
	display: block;
	font-size: max(1.8rem, min(1.6vw, 2.5rem));	/* 古いSafari用 */
	font-size: clamp(1.8rem, 1.6vw, 2.5rem);
	font-weight: bold;
	margin: 0 0 1em;
}

.block.top .big_btn {
	margin: 1.5em auto 0;
}

@media print, screen and (max-width: 559.9px) {
	.block.top .big_btn a {
		font-size: 1em;
	}
}

/* 募集要項 */
.block.top .guideline {
	border: 1px solid #ccc;
	width: 100%;
}

.block.top .line {
	background: #fff;
	width: 100%;
}

.block.top .line .title {
	background: #eee;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: .5em 1em;
	width: 100%;
}

.block.top .line .text {
	border-bottom: 1px solid #ccc;
	padding: .5em 1em;
	width: 100%;
}

.block.top .line:last-child .text {
	border-bottom: none;
}

.block.top .ol_number_counter {
	counter-reset: counter;
}

.block.top .ol_number_counter li {
	line-height: 1.6;
	padding: 0 0 0 2em;
	position: relative;
}

.block.top .ol_number_counter li:not(:last-child) {
	margin: 0 0 .3em;
}

.block.top .ol_number_counter li:before {
	content:  '('counter(counter)')';
	counter-increment: counter;
	left: 0;
	position: absolute;
}

/* アニメーション */
.block.top {
	opacity: 0;
	transition: all var(--cubic) .5s;
}

.block.top.inview {
	opacity: 1;
}



/*===============================================
 ダイナモの仕事
===============================================*/
.block.works {
	padding: 5em 0 3em;
}

@media print, screen and (min-width: 960px) {
	.block.works {
		padding: 5em 0 7em;
	}
}

.block.works .sblock:not(:last-child)  {
	margin: 0 auto 3em;
}

/* 業務内容 */
.block.works .explanation {
	margin: 0 0 3em;
}

.block.works .explanation .graphic {
	margin: 0 auto 5em;
	position: relative;
	width: 90%;
}

.block.works .explanation .sentence {
	border: 3px solid #000;
	border-radius: 0 16px 16px 16px;
	margin: 0 0 3.5em;
	position: relative;
	width: 100%;
}

.block.works .explanation .sentence:nth-of-type(1) {
	border-color: #49acfa;
}

.block.works .explanation .sentence:nth-of-type(2) {
	border-color: #246bd7;
}

.block.works .explanation .sentence:nth-of-type(3) {
	border-color: #163d8d;
	margin: 0;
}

.block.works .explanation .sentence .num {
	left: -3px;
	position: absolute;
	top: -25px;
	width: 50px;
	z-index: 2;
}

.block.works .explanation .sentence .title {
	background: #fff;
	font-size: max(1.6rem, min(3.6vw, 2rem));	/* 古いSafari用 */
	font-size: clamp(1.6rem, 3.6vw, 2rem);
	font-weight: bold;
	left: 47px;
	padding: .5em 1em .5em .8em;
	position: absolute;
	top: -1.5em;
	width: 10.5em;
	z-index: 1;
}

.block.works .explanation .sentence .icon {
	left: calc(50px + 11em);
	position: absolute;
	top: -38px;
	width: 80px;
	z-index: 2;
}

.block.works .explanation .sentence p {
	padding: 2em 1.5em 1.3em;
}

.block.works .explanation .sentence p span {
	display: block;
}

/* アニメーション */
.block.works .explanation .graphic {
	opacity: 0;
	translate: 0 200px;
	transition: all var(--cubic) .5s;
}

.block.works .explanation .graphic.inview {
	opacity: 1;
	translate: 0;
}

@media screen and (min-width: 560px) and (max-width: 959.9px) {
	.block.works .explanation .graphic .arrow_img {
			margin: 0 auto;
			width: 75%;
	}
}

.block.works .explanation .sentence {
	opacity: 0;
	translate: 0 100px;
	transition: all var(--cubic) .7s;
}

.block.works .explanation .sentence.inview {
	opacity: 1;
	translate: 0;
}



/*===============================================
 働きやすい環境
===============================================*/
.block.appeal {
	background: #f3f5f9;
	padding: 3em 0;
}

.block.appeal .appeal_wrap {
	padding: 3em 0;
	width: 100%;
}

.block.appeal .frame {
	width: 100%;
}

.block.appeal .frame_small {
	position: relative;
	width: 60%;
}

/* 奇数列 */
.block.appeal .appeal_wrap:nth-child(even) .frame_small {
}

/* 偶数列 */
.block.appeal .appeal_wrap:nth-child(odd) .frame_small {
	margin: 0 0 0 40%;
}

.block.appeal .frame_big {
	margin: -15% 0 0;
	position: relative;
	width: 100%;
}

.block.appeal .appeal_wrap:nth-child(odd) .frame_small .frame,
.block.appeal .appeal_wrap:nth-child(odd) .frame_big .frame {
	scale: -1 1;
}

/* 数字 */
.block.appeal .frame_small .num {
	position: absolute;
	top: -30%;
	width: 25%;
	z-index: 4;
}

.block.appeal .appeal_wrap:nth-child(even) .frame_small .num {
	left: 5%;
}
.block.appeal .appeal_wrap:nth-child(odd) .frame_small .num {
	right: 5%;
}

/* 吹き出し */
.block.appeal .frame_big .text {
	position: absolute;
	top: 25%;
	width: 55%;
	z-index: 5;
}

.block.appeal .appeal_wrap01 .frame_big .text {
	left: 3%;
}

.block.appeal .appeal_wrap02 .frame_big .text {
	right: 5%;
}

.block.appeal .appeal_wrap03 .frame_big .text {
	left: 3%;
	top: 28%;
	width: 60%;
}

.block.appeal .appeal_wrap04 .frame_big .text {
	right: 3%;
}

.block.appeal .appeal_wrap05 .frame_big .text {
	left: 3%;
}

.block.appeal .appeal_wrap06 .frame_big .text {
	right: 2%;
}

/* イメージ画像 */
.block.appeal .frame_big .img {
	position: absolute;
	z-index: 4;
}

.block.appeal .appeal_wrap01 .frame_big .img {
	right: -.5%;
	top: 50%;
	translate: 0 -50%;
	width: 42%;
}

.block.appeal .appeal_wrap02 .frame_big .img {
	bottom: 3px;
	left: -.5%;
	width: 35%;
}

.block.appeal .appeal_wrap03 .frame_big .img {
	bottom: 3px;
	right: 3px;
	width: 47.5%;
}

.block.appeal .appeal_wrap04 .frame_big .img {
	bottom: 3px;
	left: 3px;
	width: 45%;
}

.block.appeal .appeal_wrap05 .frame_big .img {
	bottom: 3px;
	right: 3px;
	width: 46%;
}

.block.appeal .appeal_wrap06 .frame_big .img {
	left: -3%;
	top: 52%;
	translate: 0 -50%;
	width: 50%;
}

/* テキスト */
.block.appeal .explain {
	margin: 1.5em 0 0;
}

.block.appeal .explain .emphasis {
	background: linear-gradient(transparent 50%, #fcec74 50%);
	color: #153c8c;
	font-size: 1.1em;
	font-weight: bold;
}

/* ボタン */
.block.appeal .small_btn {
	margin: 1em auto 0;
}

/* アニメーション */
.block.appeal .appeal_wrap {
	opacity: 0;
	translate: 0 100px;
	transition: all .3s ease;
}

.block.appeal .appeal_wrap.inview {
	opacity: 1;
	translate: 0;
}

.block.appeal .text {
	opacity: 0;
	scale: 2.5;
	transition: all .2s ease-in;
}

.block.appeal .text.inview {
	opacity: 1;
	scale: 1;
}

.block.appeal .explain {
	clip-path: inset(0 100% 0 0);
	transition: all var(--cubic) .5s;
}

.block.appeal .explain.inview {
	clip-path: inset(0);
}



/*===============================================
 ダイナモの人々
===============================================*/
.block.staff {
	background: #fff;
	padding: 5em 0;
}

.block.staff .staff_wrap {
	justify-content: space-evenly;
}

.block.staff .staff {
	background: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 1em;
	width: 35%;
}

.block.staff .staff .img {
	border-radius: 50%;
	margin: 0 0 1.4em;
	overflow: hidden;
	width: 100%;
}

.block.staff .staff span {
	display: flex;
	justify-content: center;
	width: 100%;
}

.block.staff .staff .post {
	background: #000;
	color: #fff;
	margin: 0 auto .5em;
	padding: .05em 0;
	width: 8em;
}

.block.staff .staff .name {
	font-weight: bold;
	margin: 0 0 .3em;
}

.block.staff .staff .like {
	min-height: calc(2em * 1.6);
	margin: auto 0 0;
}

/* アニメーション */
.block.staff .staff {
	opacity: 0;
	transition: all var(--cubic) .7s;
}

.block.staff .staff:nth-child(even) {
	translate: 100px 0;
}

.block.staff .staff:nth-child(odd) {
	translate: -100px 0;
}

.block.staff .staff.inview {
	opacity: 1;
	translate: 0;
}



/*===============================================
 スタッフの一日
===============================================*/
.block.oneday {
	background: #f3f5f9;
	padding: 5em 0;
}

.block.oneday .schedule_wrap {
	padding: 3em 0 0;
	position: relative;
	width: 100%;
}

.block.oneday .schedule_wrap:before {
	background: #246bd7;
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 2px;
}

.block.oneday .schedule {
	background: #fff;
	border: 3px solid #246bd7;
	border-radius: 16px;
	margin: 0 auto 3em;
	padding: 1em 1.5em 1.2em;
	position: relative;
	width: 90%;
}

.block.oneday .schedule:last-child {
	margin: 0 auto;
}

.block.oneday .schedule .time {
	align-items: center;
	aspect-ratio: 1;
	background: #246bd7;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	left: -2em;
	position: absolute;
	top: -2em;
	width: 80px;
}

.block.oneday .schedule .title {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin: 0 0 .5em;
	text-align: center;
}

.block.oneday .schedule .img {
	margin: 1em auto 0;
	width: 80%;
}

/* アニメーション */
.block.oneday .schedule {
	opacity: 0;
	translate: 0 100px;
	transition: all var(--cubic) .7s;
}

.block.oneday .schedule.inview {
	opacity: 1;
	translate: 0;
}



/*===============================================
 お問い合わせ
===============================================*/
.block.form {
	background: #fcec74;
	padding: 5em 0;
}

.block.form .frame {
	aspect-ratio: 340 / 250;
	border: 4px solid #000;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.block.form .frame .back {
	height: 100%;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	z-index: 1;
}

.block.form .frame .back img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.block.form .frame .img {
	bottom: 0;
	display: none;
	left: 5%;
	position: absolute;
	width: 25%;
	z-index: 3;
}

.block.form .form_btn {
	height: auto;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 80%;
	z-index: 2;
}

/* アニメーション */
.block.form .frame {
	opacity: 0;
	transition: all var(--cubic) .7s;
}

.block.form .frame.inview {
	opacity: 1;
}

.block.form .frame .back img {
	opacity: 0;
	scale: 2;
	transition: all .2s ease-in;
}

.block.form .frame .back.inview img {
	opacity: 1;
	scale: 1;
}

.block.form .form_btn {
	opacity: 0;
	scale: 2;
	transition: all .2s ease-in;
}

.block.form .form_btn.inview {
	opacity: 1;
	scale: 1;
}



/*===============================================
 印刷
===============================================*/
@media print {
	* {
		clip-path: inherit !important;
		opacity: 1 !important;
		scale: 1 !important;
		translate: 0 !important;
	}

	.block_cover,
	.block_content,
	.footer {
		margin: 0;
		position: inherit;
		width: 100%;
	}

	.block.appeal .appeal_wrap:nth-child(odd) .frame_small .frame,
	.block.appeal .appeal_wrap:nth-child(odd) .frame_big .frame {
		scale: -1 1 !important;
	}

	.block.appeal .appeal_wrap01 .frame_big .img,
	.block.appeal .appeal_wrap06 .frame_big .img {
		translate: 0 -50% !important;
	}

	.block.form .frame .back,
	.block.form .form_btn {
		position: absolute !important;
		translate: -50% -50% !important;
	}
}
