@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* font-family: "Oswald", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #fff;
}

#front_bottom_content .postlist li {
	border-bottom: solid 1px #ddd;
}

body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 400;
	color: #fff !important;
	background: #777777;
	padding: 8px 20px;
	letter-spacing: 1px;
}
.post .time a, .postlist .time a {
	font-weight: 400;
	color: #fff!important;
}

.post4b li .post4b_contents {
	opacity: 1;
}
.post4b .time {
	display: block;
	background: #777777;
}

.post_link a {
	color: #111111!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 90%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 90%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #163387;
	opacity: .4;
	mix-blend-mode: darken;
}
header#h1Header h1.title {
	color: #fff;
}
header#h1Header h1.title::after {
	display: none;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#header a.head_btn {
	align-items: center;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.line_btn {
	background: #777777;
	color: #ffffff;
	flex-direction: unset;
	flex-wrap: wrap;
	max-width: 250px;
}
#header a.head_btn.line_btn::before {
	content: "";
	display: inline-block;
	background: url(/wp-content/uploads/LINE.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
}
#header a.head_btn.tel_btn {
	background: #2C6AA0;
	color: #ffffff;
	flex-direction: unset;
	flex-wrap: wrap;
	max-width: 250px;
}
#header a.head_btn.tel_btn span {
	font-size: 20px;
}
#header a.head_btn.tel_btn .note {
	text-align: center;
	display: block;
	line-height: 1.2;
	width: 100%;
	font-size: 12px;
}
#header a.head_btn.mail_btn {
	font-family: "Oswald", sans-serif;
	background: #5B266E;
	color: #fff;
	flex-direction: unset;
}
nav#mainNav ul li a {
	color: #292929;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 500;
	color: #292929;
}
nav#mainNav ul li a span {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #292929;
	display: inline-block;
	margin-top: 4px;
} 
nav#mainNav ul li a:hover span {
	color: #292929;
}
nav#mainNav ul li.current-menu-item a b {
	color: #5B266E;
}
nav#mainNav ul li.current-menu-item a span {
	color: #5B266E;
	position: relative;
}
nav#mainNav ul li.current-menu-item a span::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background: #5B266E;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #292929;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #292929;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #5B266E;
}
.spmenu #menu p {
	color: #5B266E;
}

.nivo-caption {
	font-family: "Noto Sans JP", sans-serif;
	top: 50%!important;
	left: 5%!important;
	transform: translateY(-50%);
	width: fit-content !important;
	background: unset !important;
	font-weight: 700!important;
	font-size: 4vw !important;
	overflow: visible !important;
	text-align: left !important;
	z-index: 10 !important;
	opacity: 1!important;
	max-width: 100% !important;
	height: fit-content;
}
.nivo-caption div {
	display: flex !important;
	flex-direction: column !important;
	row-gap: 15px;
	align-items: flex-start !important;
}
.nivo-caption .en {
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	font-size: 2vw !important;
	color: #fff;
}
.nivo-caption .ja {
	color: #fff;
}
.ms-edit-frontend {
	display: none;
}

#footer {
	padding: 30px;
}
#footer .socialicon {
	margin-bottom: 20px;
}
#footer,#copyright {
	color: #292929;
	background: #fff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #292929;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

a#scrollUp {
	background: #5B266E;
}

.inner {
	width: 94%;
	max-width: 1600px;
	margin-inline: auto;
}

body.home h1.title {
	font-family: "Oswald", sans-serif;
	font-size: var(--rem80);
}

h1.title {
	font-size: var(--rem48);
	color: #777777;
	line-height: 1.4;
	font-weight: 500;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	font-size: var(--rem24);
	color: #292929;
}

.post h2 {
	font-size: var(--rem40);
	margin-bottom: 30px;
}
.post h2.title {
	font-weight: 700;
	text-align: left;
	padding-top: 16px!important;
	border-top: 1px solid #CFDDE8;
	position: relative;
	margin-bottom: 30px!important;
}
.post h2.title::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 5px;
	background: #5B266E;
	position: absolute;
	top: 0;
	left: 0;
}
.post h2:after {
	display: none;
}

.post h3 {
	font-weight: 500;
	border: none;
	padding: 0;
}

.post h4 {
	font-weight: 400;
}

.post h4::before {
	background: #5B266E;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	background: #5B266E;
	display: block;
	max-width: 300px;
	border-radius: 100px;
	margin-top: 40px;
	padding: 16px 5%;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #5B266E;
	opacity: .7;
}

.cta {
	position: relative;
	padding-top: 160px;
	margin-bottom: 20px;
}
.cta .wrap {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.cta::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.cta .box {
	padding: 45px 40px;
	background: #fff;
	box-shadow: 2px 2px 4px #ccc;
	margin-top: 100px;
}
.cta .btn {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 14px;
}
.cta a {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 100%;
	position: relative;
	padding: 10px 0;
}
.cta a:hover {
	opacity: .7;
}
.cta a::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.cta a.lineLink {
	background: #777777;
	color: #fff;
}
.cta a.telLink {
	background: #2C6AA0;
	color: #fff;
}
.cta a.mailLink {
	background: #5B266E;
	color: #fff;
}
.cta span {
	text-align: center;
	display: block;
	font-size: 16px;
	margin-top: 6px;
	color: #7A7A7A;
}
.cta .btn img,.cta .btn i{
	margin-right:1rem;
	vertical-align: middle;
}
/*-----------------------------
Top
------------------------------*/
.top_about {
	background: url(/wp-content/uploads/bg.png)no-repeat;
	background-size: cover;
	background-position: top;
	padding: 100px 0;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_about .text {
	width: 55%;
}
.top_about .image {
	width: 40%;
}
.top_about .image image {
	width: 100%;
}
.top_about h1 {
	display: flex;
	color: #fff;
	align-items: center;
	margin-left: 0;
	column-gap: 20px;
}
.top_about h1 .ja {
	color: #fff;
	display: inline-block;
}
.top_about p {
	color: #fff;
}

.top_concept {
	padding-top: 100px;
}
.top_concept .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_concept .image {
	width: 45%;
}
.top_concept .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.top_concept .text {
	width: 50%;
}
.top_concept h1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 0;
	column-gap: 20px;
}
.top_concept h1 .ja {
	display: inline-block;
}
.top_concept p {
	font-weight: 500;
}
.top_concept p b {
	font-weight: 500;
	font-size: 18px;
}
.top_concept p span {
	display: inline-block;
	line-height: 1.2;
	border-bottom: 3px solid #3C89B3;
}
.top_concept .linkBtn {
	margin-left: 0;
}

.top_contract {
	padding-top: 100px;
}
.top_contract .flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.top_contract .image {
	width: 45%;
}
.top_contract .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.top_contract .text {
	width: 50%;
}
.top_contract h1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 0;
	column-gap: 20px;
}
.top_contract h1 .ja {
	display: inline-block;
}
.top_contract p {
	font-weight: 500;
}
.top_contract .linkBtn {
	margin-left: 0;
}

.top_service {
	padding-top: 100px;
	padding-bottom: 10px;
}
.top_service ul {
	display: flex;
	flex-direction: column;
	row-gap: 50px;
}
.top_service li {
	position: relative;
}
.top_service li::before {
	content: "";
	position: absolute;
	left: -8px;
	width: 100%;
	height: 100%;
	bottom: -8px;
	background: linear-gradient(90deg, #82B8FF, #810081);
	z-index: 1;
}
.top_service li a {
	height: 380px;
	display: block;
}
.top_service .image {
	position: relative;
	height: 100%;
	z-index: 2;
}
.top_service .image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.top_service .text {
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	width: calc(100% - 50px);
	z-index: 3;
}
.top_service .text span.en {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
}

.top_service .text span.en::before {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	transform: translateY(-50%);
	right: 142%;
	width: 50px;
	background-color: #262626;
}
.top_service .text span.en::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	transform: translateY(-50%);
	left: -50px;
	width: 30px;
	background-color: #fff;
}
.top_service h2 {
	font-size: var(--rem60);
	text-align: left;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
}
.top_service .linkBtn {
	margin-top: 0;
	margin-left: 0;
}

.top_service02 {
	padding-top: 80px;
}
.top_service02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_service02 li {
	width: 31%;
	box-sizing: border-box;
}
.top_service02 a {
	display: flex;
	position: relative;
	padding: 0 0 4px 4px;
	height: 100%;
	box-sizing: border-box;
	background: linear-gradient(90deg, #82B8FF, #810081);
}
.top_service02 a:hover::before {
	opacity: 0;
}
.top_service02 a::before {
	content: "";
	position: absolute;
	left: 4px;
	right: 0;
	top: 0;
	bottom: 4px;
	background-color: #fff;
	transition: opacity .2s;
}
.top_service02 a span {
	display: flex;
	position: relative;
	padding: 15px 40px 15px 31px;
	width: 100%;
	height: 100%;
	min-height: 81px;
	box-sizing: border-box;
	align-items: center;
	color: #292929;
	font-size: 1.8rem;
	letter-spacing: .05em;
	line-height: 1.6;
	transition: color .2s;
}
.top_service02 a span::before {
	content: "";
	position: absolute;
	right: 17px;
	top: calc(50% - 4px);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	transition-property: border-color, transform;
	transition-duration: .1s, .2s;
}
.top_service02 a:hover span {
	color: #fff;
}
.top_service02 a:hover span::before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 80px 0;
	}
	.top_about .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about .image {
		width: 100%;
		max-width: 500px;
		margin-inline: auto;
	}
	.top_about h1 {
		flex-direction: column;
		margin-left: auto;
		justify-content: center;
	}

	.top_concept {
		padding-top: 80px;
	}
	.top_concept .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.top_concept .image {
		width: 100%;
	}
	.top_concept .text {
		width: 100%;
	}
	.top_concept h1 {
		margin-left: auto;
		justify-content: center;
	}
	.top_concept p b {
		font-size: 16px;
	}
	.top_concept .linkBtn {
		margin-left: auto;
	}

	.top_contract {
		padding-top: 80px;
	}
	.top_contract .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.top_contract .image {
		width: 100%;
	}
	.top_contract .text {
		width: 100%;
	}
	.top_contract h1 {
		margin-left: auto;
		justify-content: center;
	}
	.top_contract .linkBtn {
		margin-left: auto;
	}

	.top_service ul {
		row-gap: 30px;
		width: 94%;
		margin-inline: auto;
	}
	.top_service li a {
		height: 250px;
	}
	.top_service h2 {
		font-size: var(--rem48);
		margin-top: 4px;
		margin-bottom: 20px;
	}
	.top_service .text span.en {
		font-size: 16px;
	}
	.top_service .linkBtn {
		max-width: 160px;
		padding: 10px 0;
	}

	.top_service02 {
		padding-top: 60px;
	}
	.top_service02 ul {
		width: 94%;
		margin-inline: auto;
		flex-direction: column;
		row-gap: 20px;
	}
	.top_service02 li {
		width: 100%;
	}
	.top_service02 a:hover::before {
		opacity: 1;
	}
	.top_service02 a:hover span {
		color: #292929;
	}
	.top_service02 a:hover span::before {
		border-right: 2px solid #292929;
		border-bottom: 2px solid #292929;
	}

}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .flex {
	display: flex;
	justify-content: space-between;
}
.company.sec01 .image {
	width: 45%;
}
.company.sec01 .image img {
	border-radius: 15px;
}
.company.sec01 .text {
	width: 50%;
}

.company.sec02 {
	padding-top: 100px;
}
.company.sec02 table,
.company.sec02 th,
.company.sec02 td {
	border: solid 1px #CFDDE8;
}
.company.sec02 th {
	background: #EFF3F6!important;
	text-align: center!important;
	font-weight: 400!important;
}

.company.sec03 {
	padding-top: 100px;
}
.company.sec03 .flex {
	display: flex;
	align-items: center;
	column-gap: 40px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.company.sec03 .image {
	width: 100%;
	max-width: 340px;
}
.company.sec03 .image img {
	width: 100%;
}
.company.sec03 h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.company.sec03 ul {
	display: flex;
	column-gap: 14px;
}
.company.sec03 li {
	width: 120px;
}
.company.sec03 li img {
	width: 100%;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.company.sec01 .image {
		width: 100%;
	}
	.company.sec01 .text {
		width: 100%;
	}

	.company.sec02 {
		padding-top: 80px;
	}

	.company.sec03 {
		padding-top: 80px;
	}
	.company.sec03 .flex {
		align-items: center;
	}
	.company.sec03 h3 {
		text-align: center;
	}
	.company.sec03 .flex {
		align-items: center;
		justify-content: center;
		row-gap: 40px;
	}
	.company.sec03 ul {
		justify-content: center;
	}
	.company.sec03 li {
		width: 90px;
	}
}

/*-----------------------------
サービス案内
------------------------------*/
.service.sec01 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	column-gap: 25px;
	row-gap: 25px;
}
.service.sec01 li {
	background: #EFF3F6;
	padding: 70px 25px 25px;
	position: relative;
}
.service.sec01 .icons {
	position: absolute;
	top: 25px;
	left: 25px;
	display: flex;
	column-gap: 5px;
}
.service.sec01 .icon {
	background: linear-gradient(180deg, rgba(15,201,255,1) 0%, rgba(28,70,192,1) 55%);
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	padding: 4px;
	width: 100px;
	text-align: center;
	font-weight: 500;
}
.service.sec01 .image {
	text-align: center;
	margin-bottom: 20px;
}
.service.sec01 .image img {
	width: 100%;
	max-width: 250px;
}
.service.sec01 h3 {
	font-weight: 700;
	background: #777777;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.service.sec01 .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.service.sec01 .flex .text {
	width: 58%;
}
.service.sec01 .flex .movie {
	width: 38%;
}
.service.sec01 iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.service.sec01 p {
	font-weight: 500;
}
.service.sec01 p.price {
	color: #5B266E;
}

.service.sec01 .box {
	background: #F9E9FF;
	border: solid 1px #5B266E;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.service.sec01 .box .right p.price  {
	margin-top: 50px;
}
.service.sec01 .left {
	width: 30%;
}
.service.sec01 .left img {
	width: 100%;
}
.service.sec01 .right {
	width: 65%;
}
.service.sec01 p b {
	font-size: 18px;
}

@media print, screen and (max-width: 1023px) {
	.service.sec01 .flex {
		flex-direction: column;
		row-gap: 20px;
	}
	.service.sec01 .flex .text {
		width: 100%;
	}
	.service.sec01 .flex .movie {
		width: 100%;
	}
}

@media print, screen and (max-width: 768px) {
	.service.sec01 ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.service.sec01 .box {
		flex-direction: column;
		row-gap: 30px;
		margin-top: 40px;
	}
	.service.sec01 .box .right p.price  {
		margin-top: 20px;
	}
	.service.sec01 .left {
		width: 100%;
		text-align: center;
	}
	.service.sec01 .left img {
		max-width: 250px;
	}
	.service.sec01 .right {
		width: 100%;
	}
	.service.sec01 p b {
		font-size: 16px;
	}
}

/*-----------------------------
他の教育機関との違い・強み
------------------------------*/
.concept .wrap {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.concept .box {
	background: #EFF3F6;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.concept .box:nth-child(even) {
	flex-direction: row-reverse;
}
.concept .image {
	width: 40%;
}
.concept .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	height: 100%;
	object-fit: cover;
}
.concept .text {
	width: 55%;
}
.concept h3 {
	font-weight: 700;
	color: #5B266E;
	padding-bottom: 10px;
	border-bottom: 1px solid #BEBEBE;
}

.concept.sec02 {
	padding-top: 100px;
}

@media print, screen and (max-width: 768px) {
	.concept .box {
		padding: 25px;
		flex-direction: column;
		row-gap: 30px;
	}
	.concept .box:nth-child(even) {
		flex-direction: column;
	}
	.concept .image {
		width: 100%;
	}
	.concept .text {
		width: 100%;
	}
	.concept.sec02 {
		padding-top: 80px;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.page-contact .post table th {
	background: #EFF3F6;
}
.page-contact .subimitarea .linkBtn {
	padding: 0;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}

	.cta .box {
		flex-direction: column;
		row-gap: 30px;
	}
}
@media print, screen and (max-width: 768px) {
	.nivo-caption {
		font-size: 4.4vw !important;
	}
	.nivo-caption .en {
		font-size: 2.4vw !important;
	}

	.cta {
		padding-top: 120px;
	}
	.cta .box {
		margin-top: 40px;
		row-gap: 20px;
		padding: 35px 25px;
	}
	.cta .btn {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 24px;
	}
}