@charset "utf-8";

h4 {font-family: 'Kiwi Maru', serif;
}
.businessimg {
	width: 100%;
	height: 100%;
	margin-left: -0.5%;


}
.top .businesshed {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	position: relative;
	margin-bottom: 60px;
	margin-top: 200px;
}
.top .businesshed .fadeIn .businessimg2 {
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 31%;
	bottom: 50%;
}
.top .businesscontent {
	margin-bottom: 175px;
}



.top .businesscontent dl {
	text-align: left;
}
.businesscontent dl dt {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	background-color: #2E308B;
	width: 70vw;
	margin-left: 15%;
	padding-left: 8px;
	padding-right: 5px;
	border-radius: 7px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 15%;
	position: relative;
	cursor: pointer;
}



.businesscontent dl dd {
	display: none;
	padding-left: 18%;
	width: 69vw;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8em;
}
.top .subtitle {
	position: relative;
	height: auto;
	margin: 0 auto;
	width: 1920px;
	max-width: 100%;
}
.top .subtitle h2 {
	position: absolute;
	top: 38%;
	left: 10%;
	font-size: 70px;
	;
	;
	margin: 0;
}
.businesscontent dl dt:before {
	width: 7px;
	height: 30px;
	position: absolute;
	content: "";
	transition: 0.5s;
	background-color: #00A1E7;
	top: 0px;
	right: 45px;
	transform: rotate(45deg);
	border-radius: 5px;
	margin-top: 10px;
}
.businesscontent dl dt:after {
	width: 7px;
	height: 30px;
	position: absolute;
	content: "";
	transition: 0.5s;
	background-color: #00A1E7;
	top: 0px;
	right: 63px;
	transform: rotate(-45deg);
	border-radius: 5px;
	margin-top: 10px;
}
.businesscontent dl dt.open::before  {
	right: 63px;
	transform: rotate(405deg);
}
.businesscontent dl dt.open::after {
	right: 45px;
	transform: rotate(315deg);
}
.businesshed .businessimg img {
}



@media (max-width:1200px){
.businessimg {

}
.top .subtitle h2 {
	font-size: clamp(30px,3vw,70px);
}

.top .subtitle {
	width: 100%;
}
.top h2 {
	margin-top: 70px;
}

.top .businesshed {
	width: 60%;
	height: auto;
	margin-top: 70px;
}
.businesscontent dl dt:before {
	width: 7px;
	height: 30px;
	position: absolute;
	content: "";
	transition: 0.5s;
	background-color: #00A1E7;
	top: 0px;
	transform: rotate(0deg);
	border-radius: 5px;
	margin-top: 10px;
	left: -25px;
}
.businesscontent dl dt:after {
	width: 7px;
	height: 30px;
	position: absolute;
	content: "";
	transition: 0.5s;
	background-color: #00A1E7;
	top: 0px;
	transform: rotate(90deg);
	border-radius: 5px;
	margin-top: 10px;
	left: -25px;
}
.businesscontent dl dt.open::before {
	transform: rotate(450deg);
	left: -25px;
}
.businesscontent dl dt.open::after {
	transform: rotate(270deg);
	left: -25px;
}









}

@media screen and (max-width:600px){
.top .businesshed {
	width: 95%;
}

}
.fadeIn {
	opacity: 0;
	transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}
 
