
/* -------------------------------------
	ページ：TOP
----------------------------------------*/
.business__top-info {
	width: 80%;
	margin: 0 auto 5%;
	font-size: 1.09vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.business__top-info {
		width: 90%;
		font-size: 3.9vw;
		line-height: 1.7;
		margin: 0 auto 15%;
	}
}

.business__top-box {
	width: 80%;
	margin: 0 auto -7%;
	position: relative;
	background: #fff;
}
@media screen and (max-width: 750px) {
	.business__top-box {
		width: 88%;
		position: relative;
		margin: 0 auto 3%;
	}
}

.business__top-box-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	font-size: 1.5vw;
	padding: 0 3%;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	.business__top-box-title {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		font-size: 4vw;
		padding: 0 3%;
	}
}

.business__top-link-main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6vw;
	row-gap: 4vw;
	justify-items: flex-start;
	font-size: 1.1vw;
	font-weight: 500;
	padding: 5% 5% 5% 5%;
}
@media screen and (max-width: 750px) {
	.business__top-link-main {
		grid-template-columns: repeat(2, 1fr);
		gap: 5vw;
		row-gap: 9vw;
		font-size: 3.3vw;
		border: 1px solid #e8e8e8;
		padding: 9% 3% 7% 3%;
	}
}

.business__top-link-main li {
	width: 100%;
	background-image: url(/images/common/common_btn_arrow_08.png);
#	background-position: bottom 50% right;
	background-position: top 0 right;
	background-repeat: no-repeat;
#	background-size: auto 16px;
	background-size: auto 60%;
	border-bottom: 1px solid #ececec;
	padding-right: 10%;
	padding-bottom: 10%;
}
@media screen and (max-width: 750px) {
	.business__top-link-main li {
		background-size: auto 55%;
	}
}

.business__top-link-main li:hover {
#	background-image: url(/images/common/common_btn_arrow_08.png);
}

.business__top-link-main a {
	color: #000;
}
.business__top-link-main a:hover {
	color: var(--main-cp-color);
}



.business__top-container {
	background: var(--bg-color-gray);
	padding: 15% 0 5%;
}
@media screen and (max-width: 750px) {
	.business__top-container {
		padding: 5% 0;
	}
}

.business__top-area {
	width: 74%;
	margin: auto;
	border-radius: 5px;
}
@media screen and (max-width: 750px) {
	.business__top-area {
		width: 90%;
	}
}


.glossary__list {
	width: 100%;
	margin: 0 auto 5%;
}
.list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.item {
	display: flex;
	border: 1px solid #ccc;
	padding: 4% 4% 2%;
	gap: 4vw;
	flex-wrap: wrap;
	font-size: 1.12vw;
	line-height: 1.9;
	background: #fff;
	border-radius: 10px;
}
@media screen and (max-width: 750px) {
	.item {
		flex-direction: column;
		font-size: 4.0vw;
		line-height: 1.7;
		padding: 10% 5%;
	}

}
.text-content {
#	flex: 1 1 300px;
	flex: 300px 1 1;
	word-break: break-word;
}
@media screen and (max-width: 750px) {
	.text-content {
#		flex: 1 1 auto;
		flex: auto 1 1;
	}
}

.text-content h2{
	color:#414141;
	margin-bottom: 2%;
	padding: 0 1%;
	border-left: 2px solid var(--main-cp-color);
	line-height: 1.3;
	font-size: 1.5vw;
}
@media screen and (max-width: 750px) {
	.text-content h2{
		font-size: 4.2vw;
		margin-bottom: 7%;
		border-left: unset;
		border-bottom: 2px solid var(--main-cp-color);
		display: inline-block;
		padding: 0 8% 2% 8%;
	}
}

.text-content h2 span{
	color: var(--main-cp-color);
	font-size: 0.9vw;
}
@media screen and (max-width: 750px) {
	.text-content h2 span{
		font-size: 3.3vw;
	}
}

.image-content {
#flex: 0 0 calc(100% / 3);
	flex: calc(100% / 6) 0 0;
	align-self: center;
}
@media screen and (max-width: 750px) {
	.image-content {
		order: 1;
		width: 40%;
		margin: auto;
	}
}

.image-content img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 750px) {
	.text-content {
		order: 2;
		text-align: center;

	}
}

.description {
	text-align: left;
}


.business__top-list-button {
	width: 27%;
	margin: 2% 0 0 auto;
}
@media (max-width: 750px) {
	.business__top-list-button {
		width: 90%;
		margin: 8% auto 0;
	}
}

.business__top-list-button .arrow-link-button {
	font-size: 1.0vw;
}
@media (max-width: 750px) {
	.business__top-list-button .arrow-link-button {
		font-size: 4.0vw;
		padding: 5% 0;
	}

}

.business__top-list-button .arrow-link-button::after {
	width: 12%;
	height: 12%;
}



.business__top-ip-area {
	width: 80%;
	margin: auto;
	padding: 7% 0 8%;
	font-size: 1.1vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.business__top-ip-area {
		width: 88%;
		padding: 15% 0 15%;
		font-size: 3.9vw;
		line-height: 1.7;
	}
}

.business__top-ip-area h2 {
	font-size: 2.3vw;
	font-weight: 900;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.business__top-ip-area h2 {
		font-size: 5.5vw;
		margin-bottom: 7%;
	}
}

.business__top-ip-area h2 span {
	font-size: 1.7vw;
}
@media screen and (max-width: 750px) {
	.business__top-ip-area h2 span {
		font-size: 4.5vw;
	}
}

.business__top-ip-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3vw;
	row-gap: 3vw;
	align-items: center;
	margin-top: 5%;
}
@media screen and (max-width: 750px) {
	.business__top-ip-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 6vw;
		row-gap: 6vw;
		margin: 13% 0 20%;
	}
}

.business__top-ip-list img {
	border-radius: 5px;
}
.business__top-ip-list .waku {
	border: 1px solid #707070;
}


.company__top-link {
	background: #F8F8F8;
	padding-top: 7%;
	padding-bottom: 7%;
}
.company__top-link-1 {
	width: 81%;
	margin: 0 auto 3%;
}
@media screen and (max-width: 750px) {
	.company__top-link-1 {
		width: 88%;
	}
}
.company__top-link-head {
	font-size: 3.25vw;
	font-weight: 900;
}
@media screen and (max-width: 750px) {
	.company__top-link-head {
		width: 100%;
		font-size: 8.2vw;
	}

	.company__top-link-head a {
		width: 100%;
	}
}

.company__top-link-head span {
	font-size: 0.85vw;
}
@media screen and (max-width: 750px) {
	.company__top-link-head span {
		font-size: 2.7vw;
	}
}

.company__top-link-2 {
#	width: 75%;
	margin: auto;
	width: 74.5%;

}
@media screen and (max-width: 750px) {
	.company__top-link-2 {
		width: 81%;
	}
}
.company__top-link-main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2vw;
	row-gap: 2vw;
	justify-items: center;
	align-items: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
	.company__top-link-main {
		grid-template-columns: repeat(2, 1fr);
	}
}
.company__top-link-main span {
	font-size: 1.4rem;
	font-weight: bold;
}

.company__top-link-main li {
	width: 100%;
#	background-image: url(/images/common/common_btn_arrow_01.png);
#	background-position: bottom 50% right;
#	background-repeat: no-repeat;
#	background-size: auto 16px;
#	border-bottom: 1px solid #ececec;
}
.company__top-link-main li:hover {
#	background-image: url(/images/common/common_btn_arrow_02.png);
}

.company__top-link a {
	color: #000;
}
.company__top-link a:hover {
	color: var(--main-cp-color);
}


.company__top-link-main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10%;
	box-sizing: border-box;
}


.image-container {
#	width: 74.5%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3vw 5.7vw;
	margin: auto;
	align-items: center;
}
@media screen and (max-width: 750px) {
	.image-container {
#		width: 81%;
		width: 100%;
		gap: 8vw 5.7vw;
	}

}

.image-item-div1 {
    width: 17.5%;
}
.image-item-div2 {
    width: 7.5%;
}
.image-item-div3 {
#    width: 29%;
	width: 34%;
	padding: 0 3%;
}
.image-item-div4 {
    width: 11%;
}

.image-item-div5 {
    width: 12.5%;
}
.image-item-div6 {
    width: 7.5%;
}
.image-item-div7 {
    width: 27%;
}
.image-item-div8 {
    width: 9%;
}
@media screen and (max-width: 750px) {
	.image-item-div1 {
	    width: 54%;
	}
	.image-item-div2 {
	    width: 26%;
	}
	.image-item-div3 {
	    width: 100%;
	}
	.image-item-div4 {
	    width: 40%;
	}

	.image-item-div5 {
	    width: 40%;
	}
	.image-item-div6 {
	    width: 23%;
	}
	.image-item-div7 {
	    width: 67%;
	}
	.image-item-div8 {
	    width: 28%;
	}
}
