@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gNavi li a {
	color: #FFF;
}
#main .mainVisual {
	padding: 23.9rem 0 2rem;
	position: relative;
	min-height: 86.4rem;
	background: url(../img/index/main_bg.jpg) no-repeat center center / cover;
}
#main .mainVisual .text {
	margin-top: -1.1rem;
	padding: 0 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 134rem;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.08;
	box-sizing: border-box;
}
#main .mainVisual .logo {
	margin: 0 auto 3.7rem;
	width: 37.1rem;
}
#main .mainVisual .en {
	color: #FFF;
	font-size: 6.8rem;
	font-weight: 500;
	font-family: "Chakra Petch", sans-serif;
	text-align: center;
	text-shadow: 0 0 2rem rgba(0, 0, 0, 0.65),0 0 2rem rgba(0, 0, 0, 0.65),0 0 2rem rgba(0, 0, 0, 0.65),0 0 2rem rgba(0, 0, 0, 0.65);
}
#main .business {
	padding: 16rem 0 15.6rem;
	position: relative;
	z-index: 1;
}
#main .business::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(../img/index/bg01.png) no-repeat center bottom / 100%;
	content: '';
	z-index: -1;
}
#main .business .headLine01 {
	margin-bottom: 5.9rem;
}
#main .business .headLine01 .en {
	margin-bottom: -0.1rem;
}
#main .business .photoList {
	margin-bottom: 2.9rem;
}
#main .business .photoList li {
	width: calc(100% / 4);
}
#main .business .photoList li .photo {
	margin-bottom: 1.2rem;
	position: relative;
}
#main .business .photoList li .photo img {
	width: 100%;
}
#main .business .photoList li .photo .tagImg {
	margin-top: 0.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 23.9rem;
}
#main .business .photoList li .text {
	font-weight: 500;
	font-size: 2.6rem;
	text-align: center;
}
#main .solving {
	padding: 3.2rem 0 0;
	position: relative;
	z-index: 5;
}
#main .solving::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 40.5rem;
	background: url(../img/index/bg02.png) no-repeat center bottom / 100%;
	content: '';
	z-index: -1;
}
#main .solving .content {
	max-width: 108rem;
}
#main .solving .headLine01 {
	margin-bottom: 6.1rem;
}
#main .solving .headLine01 .en {
	margin-bottom: 0;
}
#main .solving .topText {
	margin-bottom: 4.3rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
}
#main .solving .inner {
	margin-bottom: 15.6rem;
}
#main .solving .inner .flowList {
	width: calc(100% - 56rem);
}
#main .solving .inner .flowList li {
	margin-bottom: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .solving .inner .flowList li .title {
	padding: 1.1rem 0 1.3rem;
	width: 27.6rem;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #000;
	position: relative;
	background: #FFF;
}
#main .solving .inner .flowList li .title::before {
	position: absolute;
	bottom: -3.3rem;
	left: -1px;
	right: -1px;
	height: 4rem;
	background: url(../img/common/icon02.png) no-repeat center bottom / 100%;
	content: '';
}
#main .solving .inner .flowList li .title.spec {
	color: #FFF;
	background: #0081cc;
	border-color: #0081cc;
}
#main .solving .inner .flowList li .title.spec::before {
	display: none;
}
#main .solving .inner .flowList li:last-child .title::before {
	display: none;
}
#main .solving .inner .flowList li .text {
	margin-right: -3rem;
	width: calc(100% - 27rem);
	font-size: 2rem;
	font-weight: 500;
}
#main .solving .inner .photo {
	margin: 2.5rem -5rem 0 0;
	width: 59.4rem;
}
#main .solving .photoList {
	margin-bottom: 5.9rem;
	gap: 5rem;
}
#main .solving .photoList li {
	width: 40rem;
}
#main .solving .photoList li .photo {
	margin-bottom: 1.2rem;
}
#main .solving .photoList li .text {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}
#main .solving .partnerBox {
	margin: 0 auto;
	padding: 3rem 0 3rem;
	max-width: 130rem;
	background: #0081cc;
	gap: 3rem;
}
#main .solving .partnerBox .photo {
	width: 27.7%;
}
#main .solving .partnerBox .headLine01 {
	padding-top: 2.4rem;
	margin-bottom: 0;
	color: #FFF;
}
#main .solving .partnerBox .headLine01 .photo {
	margin: 0 auto -0.2rem;
	display: block;
	width: 13.7rem;
}
#main .solving .partnerBox .headLine01 .en {
	margin-bottom: 1.5rem;
}
#main .solving .partnerBox .text {
	padding-top: 3.2rem;
	width: 27.8%;
	color: #FFF;
	font-weight: 500;
	line-height: 1.75;
}
@media all and (min-width: 897px) and (max-width: 1340px) {
	#main .solving .partnerBox {
		margin: 0 2rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .menu span {
		background: #FFF;
	}
	#gHeader .menu.on span {
		background: #000;
	}
	#gNavi li a {
		color: #000;
	}
	#main .mainVisual {
		padding: 18rem 0 2rem;
		position: relative;
		min-height: 60rem;
		background: url(../img/index/main_bg.jpg) no-repeat center center / cover;
	}
	#main .mainVisual .text {
		margin-top: 0;
		position: static;
		transform: none;
		width: auto;
		max-width: inherit;
		font-size: 1.4rem;
	}
	#main .mainVisual .logo {
		margin: 0 auto 2rem;
		width: 20rem;
	}
	#main .mainVisual .en {
		margin-bottom: 1rem;
		font-size: 3.4rem;
	}
	#main .business {
		padding: 6rem 0;
	}
	#main .business::before {
		background-size: cover;
	}
	#main .business .headLine01 {
		margin-bottom: 3rem;
	}
	#main .business .headLine01 .en {
		margin-bottom: 0;
	}
	#main .business .photoList {
		margin-bottom: 4rem;
		gap: 3rem 0;
	}
	#main .business .photoList li {
		width: calc(100% / 2);
	}
	#main .business .photoList li .photo .tagImg {
		margin-top: 0;
		width: 12rem;
	}
	#main .business .photoList li .text {
		font-size: 1.4rem;
	}
	#main .solving {
		padding: 0;
	}
	#main .solving::before {
		bottom: 20rem;
		background-size: cover;
	}
	#main .solving .content {
		max-width: inherit;
	}
	#main .solving .headLine01 {
		margin-bottom: 3rem;
	}
	#main .solving .topText {
		margin-bottom: 3rem;
		font-size: 1.4rem;
		text-align: left;
	}
	#main .solving .inner {
		margin-bottom: 6rem;
		display: block;
	}
	#main .solving .inner .flowList {
		margin: 0 auto;
		width: auto;
		max-width: 33.5rem;
	}
	#main .solving .inner .flowList li {
		margin-bottom: 2rem;
		display: block;
	}
	#main .solving .inner .flowList li .title {
		margin-bottom: 4.5rem;
		padding: 0.8rem 0 1rem;
		width: auto;
		font-size: 1.8rem;
	}
	#main .solving .inner .flowList li .title::before {
		bottom: -3.8rem;
	}
	#main .solving .inner .flowList li .title.spec {
		margin-bottom: 0;
	}
	#main .solving .inner .flowList li:last-child .title {
		margin-bottom: 2rem;
	}
	#main .solving .inner .flowList li .text {
		margin-right: 0;
		width: auto;
		font-size: 1.4rem;
	}
	#main .solving .inner .photo {
		margin: 0;
		width: auto;
	}
	#main .solving .inner .photo img {
		width: 100%;
	}
	#main .solving .photoList {
		margin-bottom: 4rem;
		display: block;
	}
	#main .solving .photoList li {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .solving .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .solving .photoList li .photo img {
		width: 100%;
	}
	#main .solving .photoList li .text {
		font-size: 1.6rem;
	}
	#main .solving .partnerBox {
		margin: 0;
		padding: 3rem 2rem;
		max-width: inherit;
		display: block;
	}
	#main .solving .partnerBox .photo {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .solving .partnerBox .photo img {
		width: 100%;
	}
	#main .solving .partnerBox .headLine01 .photo {
		margin: 0 auto;
		width: 7rem;
	}
	#main .solving .partnerBox .headLine01 .en {
		margin-bottom: 0.8rem;
	}
	#main .solving .partnerBox .text {
		padding-top: 3.2rem;
		width: auto;
	}
}