:root {
    --black: #000;
    --gold: #BDA746;
    --lightgray: #EEE;
    --gray: #DDD;
    --white: #fff;
}
.main-image {
	padding: 30px 0;
	text-align: center;
	width: 100%;
	margin-top: 100px;
	position: relative;
}

.main-image img {
	width: 100%;
	position: relative;
}
.main-image .pc {
	display: block;
}
.main-image .sp {
	display: none;
}
.main-image .contact_us {
	width: 260px;
	position: absolute;
	bottom: 120px;
	left: 24%;
}
@media screen and (max-width: 1920px) {
	.main-image .contact_us {
		bottom: 13%;
		left: 21%;
		width: 23%;
	}
}
@media screen and (max-width: 480px) {
	.main-image .contact_us {
		width: 30%;
		position: absolute;
		bottom: 14%;
		left: 18%;
	}
}
.main-image .contact_us a:hover {
	opacity: 0.7;
}
.main-contents {
	padding-bottom: 60px;
}
.main-contents p {
	font-size: 16px;
}
.main-contents h2 {
	font-size: 18px;
	margin: 0;
}
@media screen and (max-width: 480px) {
	.main-image .pc {
		display: none;
	}
	.main-image .sp {
		display: block;
	}
}
#about,
#resolution,
#news,
#profile,
#contact{
	padding: 0 20px;
}
#about .flex-container {
	display: flex;
	justify-content: space-between;
}
#about .flex-container .text-container {
	width: 70%;
}
.flex-container .image {
	width: 25%;
	display: flex;
	align-items: center;
}
.flex-container .image img {
	width: 100%;
	padding: 20px 30px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	background-color: var(--lightgray);
}
@media screen and (max-width: 768px) {
	#about .flex-container {
		flex-direction: column;
	}
	#about .flex-container .text-container {
		width: 100%;
	}
	.flex-container .image {
		width: 100%;
		margin: 20px auto 0;
	}
}
#resolution .resolution-box {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	padding: 0;
}
#resolution .resolution-box li {
	width: 27%;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 30px 20px;
	margin: 20px 10px;
	background-color: var(--lightgray);
}
@media screen and (max-width: 768px) {
	#resolution .resolution-box li {
		width: 100%;
		margin: 20px 0;
	}
}
#headline {
	margin-bottom: 40px;
	padding: 0 10px 40px 10px;
	padding: 10px 20px;
	border-bottom: 1px solid #999;
}
#special-feature {
	width: 370px;
	float: right;
}
.special-feature {
	border: 1px solid #999;
}
#features {
	padding: 0 10px;
}
.features ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	height: 375px;
}
.features ul li {
	float: left;
	margin-left: 17px;
	border: 1px solid #999;
	width: 230px;
	height: 100%;
}
.features ul li:first-child {
	margin-left: 0;
}
.features ul li a:link,
.features ul li a:visited {
	display: block;
	height: 100%;
}

.special-feature .header,
.features .header {
	padding: 8px 12px;
	border-bottom: 1px solid #999;
}
.special-feature .image,
.features .image {
	text-align: center;
	padding: 12px 0 12px 0;
}
.special-feature .image img {
	width: 60%;
}
.features .image img {
	width: 90%;
}
.special-feature .message,
.features .message {
	border-top: 1px solid #999;
	padding: 4px 12px;
}
#profile .sub_ttl {
	margin-bottom: 80px;
}
#profile .sub_ttl h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
}
#profile .company_table {
	border-collapse: collapse;
	width: 80%;
	margin: 50px auto 0;
}
#profile .company_table tr {
	border-top: 1px solid var(--black);
}
#profile .company_table th,
#profile .company_table td {
	padding: 34px 0;
	text-align: left;
}
#profile .company_table th {
	width: 20%;
	vertical-align: center;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 175%;
}
#profile .company_table td {
	font-size: 16px;
	font-weight: 400;
	line-height: 175%;
	width: 74%;
}
#profile .company_table td p {
	display: flex;
	gap: 0 5px;
}
#profile .company_table td p span {
	width: 45px;
	position: relative;
}
#profile .company_table td p span:after {
	content: "：";
	position: absolute;
	right: 0;
}
.clients {
	list-style: none;
}
.clients li {
    display: inline-block;
}
.clients li:after {
    content: " ／ ";
}
.clients li:last-child:after {
    display: none;
}

#profile .company_table th.privacy {
	width: 100%;
}
#profile .company_table th.privacy div {
	width: 80%;
}
#profile .company_table th.privacy div .link_style04 {
	margin-top: 24px;
}
#profile .company_table th.privacy div p,
#profile .company_table th.privacy div a{
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
}
#profile .company_table th.privacy .icon {
	width: 76px;
	margin-right: 20px;
	float: left;
}
#profile .company_table th.privacy .icon img {
	width: 100%;
	height: auto;
}
a.sp_only {
	/*color: var(--black);*/
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
	/*#profile {*/
	/*	padding: 60px 0 80px;*/
	/*}*/
	#profile:after {
		width: 20px;
	}
	#profile .sub_ttl {
		margin-bottom: 60px;
	}
	#profile .sub_ttl h2 {
		font-size: 24px;
		margin: -6px 0;
	}
	#profile .company_table th,
	#profile .company_table td {
		padding: 0;
	}
	#profile .company_table th {
		width: 100%;
		font-size: 15px;
		display: block;
		padding-top: 25px;
		padding-bottom: 8px;
	}
	#profile .company_table td {
		font-size: 15px;
		width: 100%;
		display: block;
		padding-bottom: 25px;
	}
	#profile .company_table th.privacy {
		padding-bottom: 0;
	}
	#profile .company_table th.privacy div {
		width: 100%;
	}
	#profile .company_table th.privacy div p,
	#profile .company_table th.privacy div a{
		font-size: 15px;
	}
	#profile .company_table th.privacy div .link_style04 {
		margin-top: 0px;
		display: inline;
	}
	a.sp_only {
		text-decoration: underline;
		pointer-events: auto;
	}
}
@media screen and (max-width: 768px) {
	#profile .company_table {
		width: 100%;
	}
	#profile .company_table th {
		text-align: left;
	}
}
#profile a:hover,
#contact a:hover {
	color: #999;
}
