@charset "utf-8";
/*------------------------------------------------------------
	corporation
------------------------------------------------------------*/
#main .mainImg {
	min-height: 27.5rem;
	background-image: url(../img/corporation/main_img.jpg);
}
#main .mainImg .subSpan {
	display: none;
}
#main .mainImg h2 {
	color: #fff;
}
#main .comImgBox {
	min-height: 30.5rem;
	margin-bottom: 5.3rem;
	align-items: flex-start;
}
#main .comImgBox .textBox {
	padding-top: 0.8rem;
}
#main .comImgBox .textBox .headLine01 {
	margin-bottom: 4.8rem;
}
#main .comImgBox .textBox p {
	margin-bottom: 3rem;
}
#main .comImgBox .textBox .linkUl {
	padding-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .comContactBox p {
	font-size: 1.8rem;
	margin-bottom: 3rem;
}
#main .comContactBox p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .mainImg {
		min-height: 18.8rem;
		background-image: url(../img/corporation/main_img_sp.jpg);
	}
	#main .comImgBox .textBox .headLine01 {
		font-size: 2.5rem;
		margin-bottom: 2.6rem;
		letter-spacing: 0;
	}
	#main .comImgBox .textBox p {
		margin-bottom: 2.4rem;
	}
	#main .comImgBox {
		min-height: inherit;
		margin-bottom: 6rem;
	}
	#main .comImgBox .textBox {
		padding-top: 0.3rem;
	}
	#main .comImgBox .textBox .linkUl {
		gap: 1.6rem 0;
		padding-top: 0;
		flex-direction: column;
	}
	#main .comLink02 {
		max-width: 29.5rem;
		margin: 0 auto;
	}
	#main .comLink02 a {
		display: flex;
		min-height: 4.4rem;
	}
	#main .comContactBox {
		margin-top: 0;
	}
	#main .comContactBox h4 {
		margin-bottom: 2.4rem;
		text-align: left;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .comContactBox p {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.6;
	}
}

#main .h3Title {
	margin-bottom: 4.8rem;
}
#main .kurasisupportsList {
	margin-bottom: 7.1rem;
}
#main .kurasisupportsList .ttl {
	width: auto;
	margin-bottom: 1.3rem;
	padding-right: 0;
	background: none;
}
#main .kurasisupportsList .comLink02 a {
	display: inline-flex;
	border-radius: 10rem;
	position: relative;
}
#main .kurasisupportsList .comLink02 {
	margin: 2.4rem 0 0 0;
}
#main .comContactBox {
	margin-top: 14rem;
}
#main .btmBox {
	text-align: center;
}
#main .btmBox .headLine01 {
	margin-bottom: 3.3rem;
}
@media all and (max-width: 896px) {
	#main .mainImg h2 {
		font-size: 2.8rem;
	}
	#main .kurasisupportsList .comLink02 {
		margin: 2.4rem auto 0;
	}
	#main .comContactBox {
		margin-top: 8rem;
	}
	#main .kurasisupportsList .photo {
		border-radius: 0.8rem;
	}
	#main .showBox .imgUl .photo {
		border-radius: 0.8rem;
	}
	#main .kurasisupportsList .comLink02 a {
		display: flex;
	}
	#main .showBox .imgUl p {
		font-size: 1.5rem;
	}
	#main .kurasisupportsList {
		gap: 5rem 0;
	}
	#main .kurasisupportsList .ttl {
		font-size: 1.8rem;
	}
	#main .kurasisupportsList p {
		font-size: 1.5rem;
	}
}

#main .tabList {
	padding-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.4rem;
	border-bottom: 0.2rem solid #F4A000;
}
#main .tabList li {
	width: 36rem;
}
#main .tabList .item02 {
	width: 16.8rem;
}
#main .tabList .item03 {
	width: 27.3rem;
}
#main .tabList a {
	bottom: -0.1rem;
	position: relative;
	min-height: 8rem;
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: center;
	font-weight: 700;
	align-items: center;
	border-radius: 1.6rem 1.6rem 0 0;
	opacity: 0.5;
	background: #DDD;
	border: 0.3rem solid transparent;
	border-bottom: none;
}
#main .tabList .imgSpan {
	flex-shrink: 0;
	margin-right: 1.2rem;
	width: 4.8rem;
}
#main .tabList .on a {
	background-color: #fff;
	opacity: 1;
	border-color: #F4A000;
	border-bottom: none;
	position: relative;
}
#main .tabList .on a:after {
	width: 100%;  
	height: 0.6rem;
	background-color: #fff;
	position: absolute;  
	bottom: -0.3rem;
	right: 0;
	left: 0;  
	content: ""; 
}
#main .tabInner {
	padding-top: 4.6rem;
}
@media all and (min-width: 897px) {
	#main .tabList a:hover {
		bottom: -0.1rem;
		opacity: 0.7;
		border-bottom-color: #F4A000;
	}
	#main .tabList .on a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#main .tabListBox {
		min-height: 6rem;
		overflow-x: scroll;
	}
	#main .tabList {
		margin-right: -2rem;
		margin-bottom: 0;
		width: 100%;
		min-width: 55rem;
		gap: 0 0.8rem;
	}
	#main .tabList li {
		width: fit-content !important;
	}
	#main .tabList .imgSpan {
		width: 3.2rem;
		margin-right: 0.4rem;
	}
	#main .tabList a {
		min-height: 5.2rem;
		line-height: 1.2;
		font-size: 1.2rem;
	}
	#main .tabList .txtSpan {
		flex: 1;
	}
	#main .tabInner {
		padding-top: 2rem;
	}
	#main .bgBox {
		position: relative;
	}
	#main .bgBox::after {
		width: 4.4rem;
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
		position: absolute;
		top: 0;
		right: -0.1rem;
		content: "";
	}
	
}

/* showBox */
#main .showBox {
	margin-bottom: 8rem;
}
#main .showBox .headLine01 {
	margin-bottom: 4.7rem;
}
#main .showBox .h4Title {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 2.5rem;
}
#main .showBox .imgUl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
}
#main .showBox .imgUl .photo {
	margin-bottom: 1.6rem;
	border-radius: 1.2rem;
	overflow: hidden;
}
#main .showBox .imgUl .photo img {
	width: 100%;
}
#main .showBox .imgUl p {
	line-height: 1.6;
}
#main .showBox .imgUl.row2 {
	gap: 2.4rem;
}
#main .showBox .imgUl.row2 li {
	width: calc((100% - 2.4rem) / 2);
}
#main .showBox .imgUl.row3 {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .showBox .imgUl.row3 li {
	width: calc((100% - 4.8rem) / 3);
}
#main .showBox .flexBox {
	display: flex;
	justify-content: space-between;
}
#main .showBox .flexBox .lBox {
	width: 37rem;
}
#main .showBox .flexBox .rBox {
	width: 76.6rem;
}
#main .showBox .subBox {
	margin-top: 7.6rem;
	min-height: 19.8rem;
	position: relative;
	padding: 1.3rem 1.4rem 1.5rem;
	border-radius: 1.2rem;
	border: 0.2rem solid #FADBAA;
	background: #fff;
	font-size: 1.8rem;
}
#main .showBox .subBox:after {
	width: 3.6rem;  
	aspect-ratio: 1;
	background: url(../img/common/icon01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	left: 50%;
	bottom: calc(100% + 1.8rem);
	transform: translateX(-50%);
	content: ""; 
}
#main .showBox .subBox p {
	line-height: 1.6;
}
#main .showBox .subBox .ttl {
	margin-bottom: 1.9rem;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}
#main .showBox .btnUl {
	margin-top: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#main .showBox .btnUl li {
	margin: 0;
}
#main .showBox .btnUl li > div {
	margin: 0;
}
#main .showBox .tabBox {
	display: none;
}
@media all and (max-width: 896px) {
	#main .showBox .flexBox {
		display: block;
	}
	#main .showBox .flexBox .lBox {
		width: auto;
		margin-bottom: 3rem;
	}
	#main .showBox .flexBox .rBox {
		width: auto;
	}
	#main .showBox .imgUl {
		display: block !important;
		font-size: 1.3rem;
	}
	#main .showBox .imgUl li {
		width: auto !important;
		margin-bottom: 3rem;
	}
	#main .showBox .imgUl li:last-child {
		margin-bottom: 0 !important;
	}
	#main .showBox .subBox {
		font-size: 1.5rem;
		min-height: 0;
	}
	#main .showBox .subBox .ttl {
		font-size: 1.7rem;
	}
	#main .showBox .headLine01 {
		font-size: 2.2rem;
	}
	#main .showBox .h4Title {
		font-size: 1.8rem;
	}
	#main .showBox .btnUl {
		text-align: center;
		flex-direction: column;
		justify-content: center;
	}
	#main .showBox .btnUl li > div {
		margin: 0 auto;
	}
}