@charset "utf-8";

/* ---------- hero ---------- */

.section-top {
	position: relative;
	padding: 4px 0 20px;
	overflow: hidden;
}

.section-top .img-area {
	position: relative;
	height: 116vw;
	max-height: 640px;
	margin: 0 -20px;
}

.part {
	position: absolute;
	overflow: hidden;
	background: #d6d6d6;
}

.part img {
	position: absolute;
	left: 0;
	top: -10%;
	width: 100%;
	height: 120%;
	object-fit: cover;
	will-change: transform;
}

.part01 {
	z-index: 2;
	left: 6%;
	top: 0;
	width: 40%;
	height: 72%;
	clip-path: polygon(38% 0, 100% 0, 62% 100%, 0 100%);
}

.part02 {
	z-index: 3;
	left: 31%;
	top: 15%;
	width: 40%;
	height: 78%;
	clip-path: polygon(38% 0, 100% 0, 62% 100%, 0 100%);
}

.part03 {
	z-index: 2;
	left: 57%;
	top: 3%;
	width: 34%;
	height: 60%;
	clip-path: polygon(40% 0, 100% 0, 60% 100%, 0 100%);
}

.part04 {
	z-index: 2;
	left: -5%;
	top: 50%;
	width: 32%;
	height: 44%;
	clip-path: polygon(44% 0, 100% 0, 56% 100%, 0 100%);
}

.part05 {
	z-index: 1;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: var(--dark);
	clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%);
}

.part-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 34%;
	width: 44%;
	background: linear-gradient(to bottom left, transparent calc(50% - .7px), var(--accent) 50%, transparent calc(50% + .7px));
}

.section-top .text-area {
	position: relative;
	z-index: 4;
	margin-top: -96px;
}

.section-top .text-inner {
	display: inline-block;
	padding: 18px 22px 0 0;
	background: var(--white);
}

.text-good {
	font-family: var(--font-en);
	font-size: 52px;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: .14em;
}

.text-good .line {
	display: block;
}

.right-box {
	margin-top: 22px;
	padding-left: 16px;
	border-left: 1px solid var(--ink);
}

.right-box .text-detail {
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: .12em;
}

.right-box .text-detail .line {
	display: block;
}

.text-detail2 {
	margin-top: 8px;
	font-size: 12.5px;
	line-height: 1.8;
	color: var(--text);
}

.scroll-box {
	display: none;
}

/* ---------- designs ---------- */

.section-service {
	position: relative;
	padding: 76px 0 90px;
	isolation: isolate;
}

.section-service::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -34%;
	top: 140px;
	width: 74%;
	height: 76%;
	background: var(--slash);
	transform: skewX(-24deg);
}

.list-service {
	display: grid;
	gap: 46px;
	margin-top: 40px;
}

.list-service li a {
	position: relative;
	display: block;
}

.list-service .thumb {
	overflow: hidden;
}

.list-service .thumb img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.list-service a:hover .thumb img {
	transform: scale(1.04);
}

.list-service .white-box {
	position: relative;
	margin: -48px 0 0 18px;
	padding: 24px 22px 24px;
	background: var(--white);
	box-shadow: var(--leadgrid-box-shadow);
}

.title-service {
	margin-top: 4px;
	padding-right: 44px;
	font-family: var(--font-en);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .12em;
}

.list-service .text-detail {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.85;
	color: var(--text);
}

.text-price {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 20px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--line-soft);
	font-size: 12px;
	color: var(--text);
}

.text-price b {
	margin-left: 6px;
	font-family: var(--font-en);
	font-size: 18px;
	font-weight: 600;
	color: var(--ink);
}

.more-arrow {
	position: absolute;
	top: 34px;
	right: 22px;
	width: 30px;
	height: 7px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
	transform: skewX(45deg);
	transition: width .4s cubic-bezier(0, 1, .64, 1);
}

.list-service a:hover .more-arrow {
	width: 40px;
}

/* ---------- spec ---------- */

.section-spec {
	padding: 70px 0 90px;
}

.spec-btns {
	display: grid;
	justify-items: start;
	gap: 12px;
	margin-top: 30px;
}

.list-logo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 40px;
	border-top: 1px solid var(--line-soft);
	border-left: 1px solid var(--line-soft);
}

.list-logo li {
	padding: 22px 16px 20px;
	border-right: 1px solid var(--line-soft);
	border-bottom: 1px solid var(--line-soft);
	background: var(--white);
}

.list-logo .img svg {
	width: 38px;
	height: 38px;
	color: #9a9a9a;
	transition: color .3s;
}

.list-logo li:hover .img svg {
	color: var(--ink);
}

.spec-name {
	margin-top: 12px;
	font-family: var(--font-en);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .03em;
}

.spec-note {
	margin-top: 4px;
	font-size: 11.5px;
	line-height: 1.7;
	color: var(--text);
}

/* ---------- build ---------- */

.section-about {
	position: relative;
	padding: 80px 0 0;
}

.section-about .section-inner {
	z-index: 2;
}

.list-about {
	display: grid;
	gap: 14px;
	margin-top: 36px;
}

.list-about .white-box {
	position: relative;
	height: 100%;
	padding: 24px 22px 26px;
	background: var(--white);
	box-shadow: var(--leadgrid-box-shadow);
	transition: transform .4s cubic-bezier(.2, .7, .2, 1);
}

.list-about a {
	display: block;
	height: 100%;
}

.list-about a:hover .white-box {
	transform: translateY(-6px);
}

.list-about .white-box::after {
	content: "";
	position: absolute;
	top: 32px;
	right: 22px;
	width: 30px;
	height: 7px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
	transform: skewX(45deg);
}

.title-about {
	margin-top: 4px;
	font-family: var(--font-en);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .12em;
}

.about-note {
	margin-top: 10px;
	font-size: 12.5px;
	line-height: 1.85;
	color: var(--text);
}

.about-photo {
	position: relative;
	z-index: 1;
	height: 340px;
	margin-top: -120px;
}

.about-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---------- costs ---------- */

.section-costs {
	position: relative;
	padding: 90px 0;
	isolation: isolate;
}

.section-costs::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: -30%;
	top: 60px;
	width: 60%;
	height: 82%;
	background: var(--slash);
	transform: skewX(-24deg);
}

.costs-grid {
	display: grid;
	gap: 14px;
	margin-top: 40px;
}

.costs-col {
	padding: 26px 22px;
	background: var(--white);
	box-shadow: var(--leadgrid-box-shadow);
}

.costs-col.-out {
	background: #fafafa;
	border: 1px solid var(--line-soft);
	box-shadow: none;
}

.costs-label {
	font-family: var(--font-en);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.costs-col.-turnkey .costs-label {
	display: inline;
	background: linear-gradient(transparent 62%, var(--accent) 62%);
}

.list-costs {
	margin-top: 14px;
}

.list-costs li {
	position: relative;
	padding: 8px 0 8px 24px;
	border-bottom: 1px solid var(--line-soft);
	font-size: 13px;
	line-height: 1.7;
}

.list-costs li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 14px;
	width: 10px;
	height: 5px;
	border-left: 1.5px solid var(--ink);
	border-bottom: 1.5px solid var(--ink);
	transform: rotate(-45deg);
}

.list-costs.-no li {
	color: var(--text);
}

.list-costs.-no li::before {
	top: 13px;
	width: 10px;
	height: 10px;
	border: 0;
	background:
		linear-gradient(45deg, transparent 44%, #9a9a9a 44%, #9a9a9a 56%, transparent 56%),
		linear-gradient(-45deg, transparent 44%, #9a9a9a 44%, #9a9a9a 56%, transparent 56%);
	transform: none;
}

.costs-notes {
	display: grid;
	gap: 12px;
	margin-top: 22px;
}

.costs-note {
	padding: 16px 18px;
	border-left: 3px solid var(--accent);
	background: #fafafa;
	font-size: 12.5px;
	line-height: 1.9;
	color: var(--text);
}

.costs-note b {
	color: var(--ink);
}

/* ---------- process ---------- */

.section-blog {
	padding: 90px 0;
}

.list-blog {
	display: grid;
	gap: 24px;
	margin-top: 40px;
}

.list-blog li a {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--white);
	box-shadow: var(--leadgrid-box-shadow);
}

.list-blog .thumb {
	overflow: hidden;
}

.list-blog .thumb img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.list-blog a:hover .thumb img {
	transform: scale(1.05);
}

.list-blog .detail-box {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 20px 20px;
}

.list-blog .text-content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.text-body {
	margin-top: 8px;
	font-size: 12.5px;
	line-height: 1.85;
	color: var(--text);
}

.state-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 16px;
}

.state-box .date {
	font-family: var(--font-en);
	font-size: 12px;
	letter-spacing: .04em;
	color: var(--text);
}

.state-box .category {
	flex-shrink: 0;
	padding: 1px 10px;
	border: 1px solid var(--line);
	font-family: var(--font-en);
	font-size: 10.5px;
	letter-spacing: .14em;
}

/* ---------- quote band ---------- */

.section-recruit {
	position: relative;
	padding: 30px 0 90px;
}

.recruit-inner {
	position: relative;
	isolation: isolate;
}

.recruit-inner::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 60px;
	bottom: -30px;
	background: var(--slash);
	clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
}

.section-recruit .title-area {
	position: relative;
	padding: 34px 22px 36px;
	background: var(--white);
	box-shadow: var(--leadgrid-box-shadow);
}

.section-recruit .pict {
	margin: 22px -22px 26px;
}

.section-recruit .pict img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.section-recruit .btn-case-study {
	margin-top: 26px;
}

.section-recruit .pict + .btn-case-study {
	margin-top: 0;
}

/* ---------- faq ---------- */

.section-faq {
	padding: 30px 0 90px;
}

.list-faq {
	margin-top: 30px;
	border-top: 1px solid var(--ink);
}

.faq-item {
	border-bottom: 1px solid var(--line);
}

.faq-item summary {
	position: relative;
	padding: 20px 44px 20px 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	list-style: none;
	cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 16px;
	height: 16px;
	background:
		linear-gradient(var(--ink), var(--ink)) center / 16px 1.5px no-repeat,
		linear-gradient(var(--ink), var(--ink)) center / 1.5px 16px no-repeat;
	transform: translateY(-50%);
	transition: transform .3s;
}

.faq-item[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

.faq-item p {
	padding: 0 0 22px;
	font-size: 13.5px;
	line-height: 1.95;
	color: var(--text);
}

/* ---------- contact form ---------- */

.section-contact {
	position: relative;
	padding: 90px 0 110px;
	overflow: hidden;
	background: #f6f6f6;
	isolation: isolate;
}

.section-contact::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -20%;
	top: 0;
	width: 60%;
	height: 100%;
	background: var(--white);
	transform: skewX(-24deg);
	opacity: .7;
}

.contact-grid {
	display: grid;
	gap: 40px;
}

.contact-list {
	margin-top: 28px;
	border-top: 1px solid var(--line);
}

.contact-list div {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--line);
}

.contact-list dt {
	padding-top: 3px;
	font-family: var(--font-en);
	font-size: 11px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--text);
}

.contact-list dd {
	font-size: 14px;
	font-weight: 500;
	word-break: break-word;
}

.contact-list a {
	border-bottom: 1px solid var(--ink);
}

.contact-small {
	margin-top: 14px;
	font-size: 12px;
	color: var(--text);
}

.c-form {
	position: relative;
	padding: 28px 20px 32px;
	background: var(--white);
	box-shadow: var(--leadgrid-box-shadow);
}

.c-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.c-form__grid {
	display: grid;
	gap: 18px;
}

.c-form__field label,
.c-form__field legend {
	display: block;
	margin-bottom: 6px;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
}

.c-form__req {
	margin-left: 8px;
	padding: 1px 6px;
	background: var(--ink);
	color: var(--white);
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: .06em;
	vertical-align: 1px;
}

.c-form__opt {
	margin-left: 6px;
	font-weight: 400;
	color: var(--text);
}

.c-form__field input[type="text"],
.c-form__field input[type="email"],
.c-form__field input[type="tel"],
.c-form__field select,
.c-form__field textarea {
	display: block;
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--line);
	border-radius: 0;
	background-color: var(--white);
	font-size: 15px;
	line-height: 1.4;
	-webkit-appearance: none;
	appearance: none;
	transition: border-color .2s;
}

.c-form__field select {
	padding-right: 42px;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--ink) 50%),
		linear-gradient(135deg, var(--ink) 50%, transparent 50%);
	background-position: calc(100% - 21px) 50%, calc(100% - 16px) 50%;
	background-size: 5px 5px;
	background-repeat: no-repeat;
}

.c-form__field textarea {
	min-height: 120px;
	resize: vertical;
}

.c-form__field input:focus,
.c-form__field select:focus,
.c-form__field textarea:focus {
	outline: none;
	border-color: var(--ink);
}

.c-form__field.-bad input,
.c-form__field.-bad select {
	border-color: var(--bad);
}

fieldset.c-form__field {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.c-form__radios {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.c-form__field .c-form__radio {
	position: relative;
	display: inline-flex;
	margin: 0;
	font-weight: 400;
}

.c-form__radio input {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.c-form__radio span {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid var(--line);
	font-size: 13px;
	transition: background .2s, color .2s, border-color .2s;
}

.c-form__radio input:checked + span {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--white);
}

.c-form__radio input:focus-visible + span {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.c-form__field.-bad .c-form__radio span {
	border-color: var(--bad);
}

.c-form__err {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5;
	color: var(--bad);
}

.c-form__err:empty {
	display: none;
}

.c-form__agreeText {
	margin-top: 26px;
	background: #fafafa;
}

.c-form__check {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 0 8px;
	align-items: start;
	margin-top: 16px;
}

.c-form__check input {
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
	accent-color: var(--ink);
}

.c-form__check label {
	font-size: 13px;
	line-height: 1.75;
}

.c-form__check .c-form__err {
	grid-column: 2;
}

.btn-submit {
	margin-top: 26px;
}

.btn-submit button {
	width: 100%;
}

.btn-submit button[disabled] {
	opacity: .6;
	cursor: wait;
}

.c-form__thanks {
	padding: 30px 4px;
	text-align: center;
}

.c-form__thanks svg {
	margin: 0 auto;
	color: var(--ink);
}

.c-form__thanksTitle {
	margin-top: 14px;
	font-family: var(--font-en);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .04em;
	outline: none;
}

.c-form__thanksRef {
	margin-top: 8px;
	font-size: 13px;
}

.c-form__thanksRef b {
	padding: 0 8px;
	background: var(--accent);
	font-family: var(--font-en);
	font-size: 17px;
	letter-spacing: .1em;
}

.c-form__thanksText {
	max-width: 440px;
	margin: 14px auto 0;
	font-size: 13.5px;
	line-height: 1.95;
	color: var(--text);
}

.c-form__thanksText a {
	border-bottom: 1px solid var(--ink);
	color: var(--ink);
}

.c-form__again {
	margin-top: 24px;
	padding-bottom: 2px;
	border-bottom: 1px solid var(--ink);
	font-family: var(--font-en);
	font-size: 12px;
	letter-spacing: .16em;
}

@media screen and (min-width: 769px) {
	.section-top .img-area {
		height: 78vw;
		max-height: 700px;
		margin: 0 -40px;
	}

	.text-good {
		font-size: 72px;
	}

	.section-top .text-area {
		margin-top: -150px;
	}

	.section-top .text-inner {
		display: flex;
		align-items: flex-end;
		gap: 36px;
		padding: 30px 40px 0 0;
	}

	.right-box {
		margin: 0 0 8px;
		padding-left: 28px;
	}

	.list-service {
		grid-template-columns: 1fr 1fr;
		gap: 70px 48px;
		padding-bottom: 110px;
	}

	.list-service li:nth-child(even) {
		transform: translateY(120px);
	}

	.btn-more {
		margin-top: 20px;
	}

	.list-logo {
		grid-template-columns: repeat(3, 1fr);
	}

	.list-about {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.about-photo {
		height: 460px;
		margin-top: -150px;
	}

	.costs-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.costs-notes {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.list-blog {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.section-recruit {
		padding: 60px 0 120px;
	}

	.recruit-inner {
		min-height: 620px;
	}

	.pict01 {
		position: absolute;
		left: 0;
		top: 0;
		width: 52%;
		height: 100%;
	}

	.pict01 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.pict02 {
		position: absolute;
		right: 4%;
		bottom: -60px;
		z-index: 1;
		width: 26%;
	}

	.pict02 img {
		width: 100%;
		aspect-ratio: 7 / 5;
		object-fit: cover;
	}

	.section-recruit .section-inner {
		z-index: 2;
		padding-top: 90px;
		padding-bottom: 140px;
	}

	.section-recruit .title-area {
		max-width: 600px;
		margin-left: 42%;
		padding: 50px 46px 50px;
	}

	.c-form {
		padding: 40px 40px 44px;
	}

	.c-form__grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px 18px;
	}

	.c-form__field.-wide {
		grid-column: span 2;
	}

	.btn-submit button {
		width: auto;
		min-width: 290px;
	}
}

@media screen and (min-width: 1024px) {
	.section-top {
		padding: 0 0 100px;
	}

	.section-top .img-area {
		height: 660px;
		margin: 0 -40px 0 16%;
	}

	.section-top .text-area {
		position: absolute;
		left: 40px;
		bottom: 0;
		margin: 0;
	}

	.section-top .text-inner {
		padding: 36px 50px 0 0;
	}

	.text-good {
		font-size: 96px;
	}

	.scroll-box {
		display: block;
		position: absolute;
		right: 22px;
		bottom: 110px;
		z-index: 5;
	}

	.scroll-cue {
		position: relative;
		padding-bottom: 70px;
		font-family: var(--font-en);
		font-size: 11px;
		letter-spacing: .24em;
		writing-mode: vertical-rl;
		color: var(--white);
	}

	.scroll-cue::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 1px;
		height: 58px;
		background: var(--accent);
		transform-origin: top;
		animation: scrollLine 2.2s cubic-bezier(.6, 0, .3, 1) infinite;
	}

	@keyframes scrollLine {
		0% { transform: scaleY(0); }
		50% { transform: scaleY(1); transform-origin: top; }
		51% { transform-origin: bottom; }
		100% { transform: scaleY(0); transform-origin: bottom; }
	}

	.section-service {
		padding: 120px 0 130px;
	}

	.list-service {
		gap: 80px 90px;
		margin-top: 60px;
	}

	.list-service .white-box {
		margin: -80px 0 0 44px;
		padding: 30px 34px 28px;
	}

	.title-service {
		font-size: 28px;
	}

	.section-spec {
		padding: 100px 0 120px;
	}

	.section-spec .section-inner {
		display: grid;
		grid-template-columns: 340px 1fr;
		gap: 70px;
		align-items: start;
	}

	.list-logo {
		margin-top: 8px;
	}

	.list-logo li {
		padding: 26px 22px 24px;
	}

	.section-about {
		padding-top: 110px;
	}

	.list-about {
		margin-top: 50px;
		gap: 28px;
	}

	.list-about .white-box {
		padding: 32px 30px 34px;
	}

	.title-about {
		font-size: 26px;
	}

	.about-photo {
		height: 560px;
		margin-top: -190px;
	}

	.section-costs {
		padding: 120px 0;
	}

	.costs-col {
		padding: 32px 30px;
	}

	.section-blog {
		padding: 110px 0;
	}

	.list-blog {
		grid-template-columns: repeat(3, 1fr);
	}

	.section-recruit .title-area {
		margin-left: 46%;
		padding: 58px 54px;
	}

	.section-faq {
		padding: 40px 0 120px;
	}

	.section-faq .section-inner {
		display: grid;
		grid-template-columns: 340px 1fr;
		gap: 70px;
	}

	.list-faq {
		margin-top: 8px;
	}

	.section-contact {
		padding: 120px 0 140px;
	}

	.contact-grid {
		grid-template-columns: 360px 1fr;
		gap: 70px;
		align-items: start;
	}

	.c-form {
		padding: 50px 54px 54px;
	}
}
