@charset "UTF-8";

.contents {
	width: 100%;
    padding: 60px 0;
}
section {
	padding: 120px 0;
}

@media screen and (max-width: 1194px) {
	section {
		padding: 90px 0;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	.contents {
		padding: 45px 0;
	}
	section {
		padding: 60px 0;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	.contents {
		padding: 30px 0;
	}
	section {
		padding: 45px 0;
	}
}



/* レスポンシブ *
 * ****************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/* 本編 *
 * ****************************************** */

#universalintelligence .universalintelligence-text {
	text-align: center;
	font-size: 1.3rem;
}
#universalintelligence .universalintelligence-button {
	text-align: center;
	margin-top: 60px;
}

@media screen and (max-width: 559px) {
	#universalintelligence .universalintelligence-text {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 380px) {
	#universalintelligence .universalintelligence-text {
		font-size: 1rem;
	}
}


/* ボタン *
 * ****************************************** */

#universalintelligence a.topageBtn {
	display: inline-block;
	width: 860px;
	color: #FFF;
	background: #ba9747;
    background-image: linear-gradient(to right, #ba9747 0%, #998d7a 51%, #ba9747 100%) !important;
	background-size: 200% auto !important;
	font-family: sans-serif;
	font-size: 1.8em;
	line-height: 1.3;
	border-radius: 100px;
	border: 2px solid;
	padding: 28px 2em;
	position: relative;
}
#universalintelligence a.topageBtn:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: absolute;
	top: 50%;
	right: 1.6em;
	transform: translateY(-50%) rotate(45deg);
}
#universalintelligence a.topageBtn:hover {
	opacity: 1;
    background-position: right center;
    box-shadow: 2px 2px 6px -1px rgb(19 71 52 / 30%);
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1194px) {
	#universalintelligence a.topageBtn {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#universalintelligence a.topageBtn {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 559px) {
	#universalintelligence a.topageBtn {
		font-size: 3.6vw;
		padding: 18px 1em;
	}
}
@media screen and (max-width: 430px) {
	#universalintelligence a.topageBtn {
		font-size: 1.1rem;
		font-weight: 600;
	}
}
@media screen and (max-width: 320px) {
	#universalintelligence a.topageBtn {
		font-size: 1rem;
	}
}
