/*!
	Theme Name: 
	Theme URI: 
	Author: 
	Author URI: 
	Description: 

	Version: 0.0.1
*/
/************************/ :root {
	--bland: #000;
	--att: #0500EC;
	--blandatt: #EC6600;
	--font-robot:'Roboto', sans-serif;
}
@font-face {
	font-family: 'hiragino-w5';
	font-style: normal;
	src: url('/common/font/hiragino-w5.woff2') format('woff2'), url('/common/font/hiragino-w5.woff') format('woff'), url('/common/font/hiragino-w5.otf') format('opentype');
}
@font-face {
	font-family: 'hiragino-w7';
	font-style: normal;
	font-weight: 700;
	src: url('/common/font/hiragino-w7.woff2') format('woff2'), url('/common/font/hiragino-w7.woff') format('woff'), url('/common/font/hiragino-w7.otf') format('opentype');
}
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	color: #111;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
	font-family: 'hiragino-w5', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
section {
	overflow: hidden;
}
/* loeder  
-----------------------------------*/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
	transition: ease .8s;
	transition-delay: 2s;
}
#loader-wrapper.active {
	opacity: 0;
	z-index: -1;
}
#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* ここにローダーのスタイルを追加 */
}
#content {
	opacity: 0;
	transition-delay: .5s;
	transition: ease 1s;

}
#content.active {
	opacity: 1;
}
.loading {
	display: flex;
	column-gap: 20px;
	font-family: 'Roboto', sans-serif;
}
.loader {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
}
.loader div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: .8;
}
.titlelogo {
	opacity: 0;
	transition: ease .6s;
	transition-delay: .5s;
}
.titlelogo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.titlelogo.active {
	opacity: 1;
}
.one {
	width: 1px;
	height: 1px;
	border-radius: 50%;
	border: 1px solid #ccc;
	border-top-color: var(--bland);
	animation: rotate-left 1s linear infinite;
}
.two {
	border-right: 1px solid #CCCC52;
	animation: rotate-right 1s linear infinite;
}
.three {
	border-bottom: 1px solid #FFD933;
	animation: rotate-right 1s linear infinite;
}
.four {
	border-left: 1px solid #FF7F00;
	animation: rotate-right 1s linear infinite;
}
@keyframes rotate-left {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes rotate-right {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* font  
-----------------------------------*/
h1 {
	line-height: 1;
	font-family: 'hiragino-w7', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h2 {
	font-family: 'hiragino-w7', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h3 {
	font-size: 5rem;
	font-family: 'hiragino-w7', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h3 span {
	font-size: 1.4rem;
}
h4 {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
}
h4 span {}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-i {
	font-style: italic;
}
.robot {
	font-family: 'Roboto', sans-serif;
}
.r-condensed {
	font-family: 'Roboto Condensed', sans-serif;
}
/* link  
-----------------------------------*/
a, a img, button {
	text-decoration: none;
	transition: ease 0.7s;
	color: #303030;
	backface-visibility: hidden;
}
.row {
	padding-right: 15px;
	padding-left: 15px;
}
/* container width
-----------------------------------*/
.container {
	margin: auto;
	max-width: 1220px;
	padding: 0px 15px;
	box-sizing: border-box;
	position: relative;
}
.containerin {
	padding: 0 3em;
}
.container760 {
	max-width: 760px;
	margin: auto;
}
/* w750
-----------------------------------*/
.w750 {
	max-width: 830px;
	margin: auto;
	padding: 0px 40px;
}
.row {
	padding-right: 15px;
	padding-left: 15px;
}
/* flex 
-----------------------------------*/
.d-flex {
	display: flex;
	flex-direction: row;
}
.d-content-column {
	flex-direction: column !important;
}
.d-align-items-baseline {
	align-items: baseline;
}
.d-align-items-center {
	align-items: center;
}
.d-justify-space-between {
	justify-content: space-between;
}
.d-justify-space-around {
	justify-content: space-around;
}
.d-align-items-bottom {
	align-items: baseline;
}
.column-reverse {
	flex-direction: column-reverse;
}
.row-reverse {
	flex-direction: row-reverse;
}
.align-items-stretch {
	align-items: stretch;
}
.flex-wrap-wrap {
	flex-wrap: wrap;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-right: auto;
}
/* parts
-----------------------------------*/
/*line*/
.line {
	position: absolute;
	bottom: -38px;
	width: 15px;
	height: 110px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
}
.line:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 118px;
	background: #111;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.line:after {
	content: "";
	position: absolute;
	width: 8px;
	border-radius: 50%;
	height: 8px;
	background: #000000;
	margin: 0 auto;
	top: 0;
	left: 7.5px;
	animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
	0% {
		transform: translate(-50%, 0)
	}
	100% {
		transform: translate(-50%, 125px)
	}
}
/* img responsiv 
-----------------------------------*/
main div > img, img.img_responsive {
	max-width: 100%;
	width: 100%;
	display: inherit;
}
img.noresponsive310 {
	width: 100%;
	max-width: 100%;
	display: block;
}
/* footer 
-----------------------------------*/
footer {
	background: #323232;
	color: #fff;
	text-align: center;
	padding: 57px 0 50px;
	font-size: 1.2rem;
}
/* pagetop 
-----------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}
.pagetop a {
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: cubic-bezier(0.02, 1.1, 0.98, 0.53) .3s;
}
.pagetop a span {
	font-size: 1rem;
	writing-mode: vertical-rl;
	margin-top: 1rem;
}
.pagetop a:hover {
	opacity: 0.6;
}
.pagetop a img {
	position: relative;
	right: 1px;
}
.pagetop a:hover img {
	transform: translateY(-10px);
}
.dli-arrow-up {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	position: relative;
	width: 0.1em;
	height: 1em;
	background: currentColor;
}
.dli-arrow-up::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top right;
	position: absolute;
	top: -0.05em;
	right: 50%;
	box-sizing: border-box;
}
.sp_visible {
	display: none;
}
.sp_hidden {
	display: inherit;
}
/* kv
-----------------------------------*/
#kv {
	padding: 30px 0;
	position: relative;
}
.swiper-slide {
	/*	transform: scale(.8) !important;*/
	/* 左右のスライドを小さくする */
	transition: .8s; /* ゆっくり小さくさせる */
}
/* 左右のスライド */
.swiper-slide-prev, .swiper-slide-next, .swiper-slide-duplicate-prev, .swiper-slide-duplicate-next {
	transform: scale(0.95) !important;
}
.swiper-slide img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.swiper-slide-active {
	/*	transform: scale(1) !important; */
	/* 中央のスライドは小さくしない */
	z-index: 1; /* 中央のスライドを一番上にする */
}
.swiper-button-next:after, .swiper-button-prev:after {
	clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
	height: 30px;
	aspect-ratio: 1;
	background-color: #fff;
	text-indent: -99999em;
	width: auto;
}
.swiper-button-next:after {}
.swiper-button-prev:after {
	transform: rotate(-180deg);
}
.swiper-pagination-bullet-active {
	background: var(--att);
}
#kv {}
#kv .kvtexthead {
	position: absolute;
	bottom: -4em;
	left: 10px;
	z-index: 1;
}
#kv .kvtexthead h2 {
	background: #fff;
	display: inline;
	font-size: 5rem;
	line-height: 1.5;
	letter-spacing: 0.11em;
	padding: 7px 4px;
	font-family: 'hiragino-w7', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#kv .kvtexthead p {
	font-size: 1.9rem;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
#kv .kvtextimg {
	position: absolute;
	right: 1em;
	bottom: -5em;
	z-index: 1;
}
#kv .kvtextimg img {
	width: clamp(17em, 45vw, 480px);
}
/* toplead
-----------------------------------*/
#toplead {
	padding: 130px 0;
}
#toplead p {
	font-size: clamp(2rem, 2vw, 2.5rem);
	line-height: 2.2;
	letter-spacing: 0.11em;
	color: #333;
}
/* feature
-----------------------------------*/
#feature {
	background: var(--blandatt);
	color: #fff;
	padding: 90px 0 130px;
}
#feature h2 {
	font-size: 4rem;
	text-align: center;
	letter-spacing: 0.08em;
}
#feature h2 span {
	display: block;
	letter-spacing: 0;
	font-weight: 400;
}
#feature h2 + p {
	font-size: 1.8rem;
	text-align: center;
}
#feature .gridcolumn {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(32.3%, 1fr));
	grid-column-gap: 9px;
	margin-top: 4em;
}
#feature .gridcolumn dl {
	background: #fff;
}
#feature .gridcolumn dl dt {
	position: relative;
	background: var(--blandatt);
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#feature .gridcolumn dl dt span {
	position: absolute;
	left: 35px;
	top: 0;
	transform: rotate(90deg);
	background: #003dc3;
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	padding: 10px;
	transform-origin: 0 0;
}
#feature .gridcolumn dl dt {
	line-height: 0;
}
#feature .gridcolumn dl dd {
	padding: 20px
}
#feature .gridcolumn dl dd h3 {
	color: var(--blandatt);
	font-size: clamp(1.6rem, 1.6vw, 1.9rem);
	line-height: 1.5;
}
#feature .gridcolumn dl dd p {
	line-height: 1.875;
	color: var(--bland);
}
/* message
-----------------------------------*/
#message {
	background: url("/common/img/message-bg.png")no-repeat 0 0;
	background-size: cover;
	padding: 90px 0 140px;
	display: none;
}
#message h2 {
	font-size: 5rem;

}
#message h3 {
	font-size: 3rem;
	text-align: left;
}
#message .gridmess {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-column-gap: 4em;
}
#message .gridmess h3 + p {
	font-size: 2rem;
}
#message .gridmess .left {
	position: relative;
	margin-left: auto;
}
#message .gridmess .left h3 {
	position: absolute;
	bottom: -3em;
	margin-left: calc(((100vw - 220%) / 2) * -1);
}
#message .messagetext {
	    padding: 10% 3% 0;
}
#message .messagetext h3{
 line-height: 1.3	
}

/* thought
-----------------------------------*/
#thought {
	background: url("/common/img/thought-bg.png")no-repeat 0 0;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}
#thought .thoughtinner {
	writing-mode: vertical-rl;
	height: 318px;
	margin: auto;
	z-index: 1;
	color: #fff;
	position: relative;
}
#thought .coverbg {
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgb(252 109 1 / 86%);
	z-index: 0;
	top: 0;
	bottom: 0;
}
#thought h2 {
	font-size: 2.7rem;
	letter-spacing: 0.1em;
}
#thought .thoughtinner p {
	text-indent: 1em;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.loop_circle h4 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.loop_circle {
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: 1;
	right: 0;
	top: -6.7em;
	padding: 0 10px;
}
.loop_circleinner {
	position: relative;
	line-height: 1;
}
.loop_circleinner img {
	animation: rotate 6s linear infinite;
}
/* interview
-----------------------------------*/
#interview {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	padding: 5em 0 3em;
}
#interview::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(/common/img/interviewbg1.png) center/cover no-repeat;
	background-attachment: fixed;
	opacity: 0.2;
	z-index: -1;
	pointer-events: none;
}
.overlay {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background: #003dc3;
	mix-blend-mode: multiply;
	z-index: -1;
}
#interview .container {
	max-width: 880px;
	margin: auto;
}
#interview h2 {
	font-size: clamp(2rem, 3vw, 4rem);
	position: relative;
	text-align: center;
	margin-bottom: 2em;
}
#interview h2 small {
	font-family: "Edu NSW ACT Cursive", cursive;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	display: block;
	color: var(--blandatt);
}
#interview h2 span {}
#interview .interview1 {
	background: #fff;
	padding: 3%;
	margin: 0 calc(50% - 50vw);
	color: var(--bland);
}
#interview .interview1 dl {
	display: grid;
	grid-template-columns: 300px 1fr;
	column-gap: 3em;
	max-width: 880px;
	margin: auto;
	align-items: center;
}
#interview .interview1 dl dt img {
	object-fit: cover;
	width: 300px;
	height: 300px;
	border-radius: 300px;
}
#interview .interview1 dl h3 {
	font-size: clamp(2rem, 2.5vw, 3rem);
}
#interview .interview1 dl h4 {
	font-size: clamp(1.5rem, 1.8vw, 2rem);
}
#interview .interview2 {
	margin: 5em 0 0;
}
#interview .interview2 .interview2box {}
#interview .interview2 .interview2box dl {
	margin: 1em 0 4em;
}
#interview .interview2 .interview2box dt {
	display: flex;
	column-gap: 2em;
	position: relative;
	align-items: center;
	padding-left: 1em;
}
#interview .interview2 .interview2box dt span.number {
	font-family: "Edu NSW ACT Cursive", cursive;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(2rem, 2.2vw, 2.9rem);
	line-height: 1;
	margin-top: 11px;
	color: var(--blandatt);
}
#interview .interview2 .interview2box dt span.number::after {
	content: '';
	width: 1px;
	background: #fff;
	height: 2em;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#interview .interview2 .interview2box dl dt small {
	font-size: clamp(1.2rem, 1.3vw, 1.4rem);
	font-family: "Edu NSW ACT Cursive", cursive;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	position: absolute;
	color: #0f0f0f;
	top: 0;
}
#interview .interview2 .interview2box dt h3 {
	line-height: 1;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	margin: 18px 10px 10px;
}
#interview .interview2 .interview2box dd p {}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*recruitment*/
#recruitment{
	padding: 90px 0 0;
}
#recruitment h2{
	font-size: clamp(2rem,2.5vw,3rem);
	margin-bottom: 3em;
}
.headstyle span{
	display: block;
	font-size: 1.2rem;
	font-family: "Edu NSW ACT Cursive", cursive;
}
#recruitment .recruitinfo {
	margin-bottom: 4em;
}
#recruitment .recruitinfo dl {
	border-bottom: 1px solid #C1C1C1;
	margin-bottom: 1em;
	padding-bottom: 1em;
	display: grid;
	grid-template-columns: 160px 1fr;
}
#recruitment .recruitinfo h3{
	font-size: clamp(1.8rem,2vw,2.2rem);
	border-left: 3px solid #333;
	padding-left: 0.4em;
	margin-bottom: 2em;
	
}
#recruitment .recruitinfo dl dt {
	font-weight: bold;
}

#recruitment .recruitinfo dl dd .recruitlist1 li {

}
#recruitment .recruitinfo dl dd .recruitlist1 li.notlist {
	display: block;
}
#recruitment .recruitinfo dl dd .recruitlist2 li {
	display: grid;
	grid-template-columns: 5em 1fr;
	column-gap: 1em;
}
#recruitment .recruitinfo dl dd .recruitlist2 li span:first-child {
	white-space: nowrap;
}
/* cta
-----------------------------------*/
#cta {
	padding: 95px 0 170px;
	text-align: center;
	background: #fff;
	z-index: 1;
	position: relative;
}
#cta h2 {
	font-size: 4rem;
	letter-spacing: 0.1em;
}
#cta h2 span {
	font-size: 2rem;
	display: block;
	margin-top: 50px;
	letter-spacing: 0;
}
#cta ul {
	display: flex;
	justify-content: center;
	column-gap: clamp(20px, 3vw, 60px);
	width: 100%;
}
#cta ul li {
	width: 50%;
	display: flex;
	justify-content: center;
}
#cta ul li a {
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	background: var(--bland);
	padding: 8px;
	width: 100%;
	letter-spacing: 0.1em;
	max-width: 400px;
	line-height: 1.4;
}
#cta ul li:first-child {}
#cta ul li:first-child a {
	background: var(--bland);
}
#cta ul li:last-child {}
#cta ul li:last-child a {
	background: var(--att);
}
#cta ul li a span{
	display: block;
	font-size: clamp(15px,1.8vw,20px);
}
a.btn-anima {
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: .3s;
}
a.btn-anima:hover {
	color: #FFEF00;
}
a.btn-anima:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
a.btn-anima1::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: var(--blandatt);
	transition: transform ease .3s;
	transform-origin: 100% 50%;
	transform: scaleX(0);
}
a.btn-anima2::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #0fc9ff;
	transition: transform ease .3s;
	transform-origin: 100% 50%;
	transform: scaleX(0);
}
/* medhia query 
-----------------------------------*/
@media (max-width: 768px) {
	/*sp visible hidden*/
	.sp_visible {
		display: inherit;
	}
	.sp_hidden {
		display: none;
	}
	h2 {
		font-size: 2rem !important;
	}
	p {
		font-size: 1.4rem !important;
	}
	/* container  
-----------------------------------*/
	.container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.containerin {
		padding: 0;
	}
	.row {
		padding-right: 15px;
		padding-left: 15px;
	}
	.w750 {
		max-width: 830px;
		margin: auto;
		padding: 0px 15px;
	}
	#content {
		overflow: hidden;
	}
	/* kv  
-----------------------------------*/
	#kv {
		padding: 0;
	}
	#kv .kvtexthead {
		position: relative;
		bottom: -20px;
		z-index: 1;
		margin: 0;
		left: 10px;
	}
	#kv .kvtexthead h2 {
		font-size: clamp(3rem, 3vw, 5rem) !important;
		line-height: 1.8;
	}
	#kv .kvtexthead p {
		font-size: clamp(1.1rem, 1.6vw, 1.9rem);
		line-height: 1.4;
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		padding: 1em 0;
	}
	#kv .kvtextimg {
		position: absolute;
		right: 8em;
		bottom: 16em;
		z-index: 1;
		transform: rotate(-6deg);
	}
	#toplead {
		padding: 4em 0;
	}
	#toplead p {
		font-size: clamp(1.3rem, 1.6vw, 2.5rem)!important;
		line-height: 2.2;
	}
	/* feature  
-----------------------------------*/
	#feature {
		padding: 4em 0 5em;
	}
	#feature .gridcolumn {
		grid-template-columns: 1fr;
	}
	#feature h2 + p {
		text-align: left;
	}
	#feature h2 + p br {
		display: none;
	}
	/* message  
-----------------------------------*/
	#message {
		padding: 4em 0 5em;
	}
	#message .gridmess {
		grid-template-columns: 1fr;
	}
	#message .gridmess .right {
		margin-right: 0;
		text-align: justify;
	}
	#message h2 {
		font-size: 3rem !important;
		line-height: 1.4;
	}
	#message .gridmess .left h3 {
		position: absolute;
		margin: auto;
		bottom: 0;
		left: 0;
	}
	#message .gridmess .left {
		position: relative;
		margin: auto;
	}
	#message h3 {
		font-size: 3rem;
		text-align: left;
		margin: 1em 0 0.4em;
		padding: 0;
		line-height: 1;
	}
	.loop_circle {
		position: absolute;
		width: 120px;
		height: 120px;
		z-index: 1;
		right: 0;
		top: -4em;
		padding: 0 10px;
	}
	/* thought  
-----------------------------------*/
	#thought .thoughtinner {
		writing-mode: lr;
		height: auto;
	}
	#thought .thoughtinner p{
		text-indent: 0;
	}
	/* interview  
-----------------------------------*/
	#interview{
		padding: 2em 0 1em;
	}
	#interview .interview1 {
		padding: 30px;
	}
	#interview .interview1 dl {
		grid-template-columns: 1fr;
		justify-content: center;
		text-align: center;
	}
	/* recruitment  
-----------------------------------*/
	#recruitment .recruitinfo dl {
		grid-template-columns: 90px 1fr;
	}
	#recruitment .recruitinfo dl {
		font-size: clamp(14px,1.5vw,16px);
	}
	#recruitment h2 {
    
    margin-bottom: 1em;
}
	/* cta  
-----------------------------------*/
	#cta {
		padding: 0em 0 4em;
		text-align: center;
	}
	#cta ul {
		flex-direction: column;
		gap: 20px;
	}
	#cta ul li {
		width: 100%;
	}
	#cta h2 span {
		font-size: clamp(1.8rem, 2vw, 2rem);
		display: block;
		margin-top: 50px;
		letter-spacing: 0;
	}
	#cta h2 {
		font-size: clamp(2.3rem, 4vw, 3rem) !important;
		letter-spacing: 0;
	}
	#cta ul li a {
		display: block;
		color: #fff;
		font-size: clamp(1.3rem, 1.6vw, 2rem);
		font-weight: bold;
		background: var(--bland);
		padding: 22px 10px;
		min-width: auto;
		width: auto;
		letter-spacing: 0.1em;
		box-sizing: border-box;
		width: 100%;
	}
}