@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi01 a .txt {
	border-bottom: 1px solid #96001E;
}
.mainVisual {
	margin-bottom: 33px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.mainVisual img.pc {
	display: block;
}
.mainVisual img.sp {
	display: none;
}
.slick-prev,
.slick-next {
	position: absolute;
	background-color: #000;
	z-index: 2;
	cursor: pointer;
	font-size: 0;
	width: 45px;
	height: 45px;
}
.mainVisual a:hover {
	opacity: 0.8;
	transition: .2s cubic-bezier(0.5, 0, 0.5, 1);
  }
.mainVisual a:hover {

}
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.7;
}
.slick-prev {
	top: 46%;
	left: 3%;
}
.slick-next {
	top: 46%;
	right: 3%;
}
.mainVisual .slick-dots {
	position:absolute;
	right: 10px;
	bottom: 20px;
	z-index:100;
	display: flex;
}
.mainVisual .slick-dots li {
	margin-left: 10px;
	cursor: pointer;
}
.mainVisual .slick-dots li button {
	background: #FFF;
	border: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.mainVisual .slick-dots li button:hover,
.mainVisual .slick-dots li.slick-active button {
	background: #000;
}
#main {
	margin-bottom: 0;
}
#main .topNews {
	margin: 0 15px 62px;
	text-align: center;
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: 500;
}
#main .strength {
	margin-bottom: 139px;
}
#main .strength .headLine02 {
	margin-bottom: 38px;
}
#main .strength .cTxt {
	margin-bottom: 100px;
	text-align: center;
	line-height: 2.34;
	font-size: 1.8rem;
}
#main .strength .cTxt strong {
	font-size: 2.3rem;
	display: block;
	margin: 0 auto;
	padding: 0 0 35px 0;
}
#main .strength .phoArea {
	width: 910px;
	margin: 0 auto;
	position: relative;
}
#main .strength .phoArea > img {
	opacity: 0;
}
#main .strength .phoArea span {
	display: block;
	position: absolute;
	bottom: 51px;
	opacity: 0;
	z-index: 10;
}
#main .strength .phoArea a .ico {
	transition: all ease 0.3s;
	display: block;
}
#main .strength .phoArea .link01 a img.ico,
#main .strength .phoArea .link02 a img.ico,
#main .strength .phoArea .link03 a img.ico,
#main .strength .phoArea .link04 a img.ico {
	width: 130px;
}
#main .strength .phoArea .link01 a img,
#main .strength .phoArea .link04 a img {
	width: 130px;
}
#main .strength .phoArea .link02 a img {
	width: 148px;
}
#main .strength .phoArea .link03 a img {
	width: 138px;
}
#main .strength .phoArea a img.ico {
}
#main .strength .phoArea a:hover .ico {
	transform: scale(1.1);
}
#main .strength .phoArea .link01 {
	left: 13.6%;
}
#main .strength .phoArea .link02 {
	left: 33.1%;
}
#main .strength .phoArea .link03 {
	left: 52.1%;
}
#main .strength .phoArea .link04 {
	left: 72.1%;
}
#main .strength .comLink {
	margin-top: -26px;
	position: relative;
	z-index: 1;
}
#main .solution {
	margin-bottom: 137px;
	position: relative;
}
#main .solution:before {
	width: calc(50% + 173px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(60, 43, 91, 0.75);
	content: '';
}
#main .solution .content {
	position: relative;
}
#main .solution .photo {
	width: 838px;
	position: absolute;
	right: 0;
	top: 133px;
	z-index: 0;
}
#main .solution .textArea {
	width: 653px;
	padding: 71px 73px 120px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	color: #FFF;
}
#main .h2Ttl {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 3rem;
	font-weight: normal;
}
#main .h2Ttl img {
	width: auto;
	height: 46px;
}
#main .h2Ttl span {
	margin-top: 29px;
	display: block;
}
#main .solution p {
	margin-bottom: 22px;
}
#main .solution .link {
	margin-bottom: 24px;
}
#main .solution .link a {
	padding: 25px 16px;
	display: block;
	color: #4F4F4F;
	font-size: 2rem;
	font-weight: normal;
	background: rgba(255, 255, 255, 0.6) url("../img/common/icon04.png") no-repeat right 15px center;
	background-size: 7px auto;
}
#main .solution .link a:hover {
	opacity: 0.7;
}
#main .solution .linkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .solution .linkList li {
	width: 280px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#main .solution .linkList li:nth-child(1), #main .solution .linkList li:nth-child(2) {
	border-top: 2px solid rgba(255, 255, 255, 0.5);
}
#main .solution .linkList li a {
	padding: 18px 2px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.8rem;
	font-weight: bold;
	background-color: transparent;
	background-image: url("../img/common/icon05.png");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 7px auto;
}
#main .solution .linkList li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
#main .solution .linkList li a.noClick {
    color: rgba(255, 255, 255, 0.5);
}
#main .solution .linkList li a.noClick .comingsoon {
    color: rgba(255, 255, 255, 1);
    font-size: 1.2rem;
}
#main .solution .linkList li a span {
	display: block;
}
#main .solution .linkList li a .mark {
	width: 50px;
	margin-left: 10px;
}
#main .solution .linkList li a .mincho {
	width: calc(100% - 50px);
	padding-left: 12px;
	box-sizing: border-box;
}
#main .solution .comLink {
	position: absolute;
	left: 50%;
	bottom: -33px;
	transform: translateX(-50%);
	z-index: 1;
}
#main .solution .comLink a {
}
#main .solution .comLink a:hover {
}
#main .comCase {
	margin-bottom: 100px;
}
#main .comCase .h2Ttl {
	margin-bottom: 78px;
	text-align: center;
	color: #3c2b5b;
	letter-spacing: 0.1em;
}
#main .comCase .h2Ttl span {
	margin-top: 24px;
}
#main .comCase .comCaseList {
	margin-bottom: 36px;
}
#main .departments {
	margin-bottom: 0px;
	padding: 61px 0;
	position: relative;
	z-index: 1;
}
#main .departments:before {
	width: calc(50% + 321px);
	height: 77.6%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background: #3c2b5b;
	content: '';
}
#main .departments .content {
	position: relative;
	z-index: 10;
}
#main .departments h2 {
	margin: 0 10px;
	position: relative;
	z-index: 5;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: normal;
}
#main .departments h2 img {
	width: 588px;
}
#main .departments h2 span {
	margin: 45px 0 0 225px;
	display: block;
}
#main .departments .text {
	margin: 0 0 139px 232px;
	color: #FFF;
	line-height: 1.55;
}
#main .departments .imgList {
	display: flex;
	flex-wrap: wrap;
}
#main .departments .imgList li {
	width: 320px;
	background-color: #FFF;
}
#main .departments .imgList li.sub01,
#main .departments .imgList li.sub02,
#main .departments .imgList li.sub03 {
	margin-bottom: 120px;
}
#main .departments .imgList li.sub04 .textBox .ttl {
	font-size: 1.7rem;
}
#main .departments .imgList li a {
	display: block;
	position: relative;
	z-index: 10;
}
#main .departments .imgList li .textBox .ttl {
	padding: 10px 10px 18px;
	width: 171px;
	height: 171px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: -85px;
	text-align: center;
	color: #3c2b5b;
	font-size: 2.0rem;
	font-weight: 700;
	border-radius: 100%;
	border: 4px solid #3c2b5b;
	background: #FFF;
	transform: translateX(-50%);
}
#main .departments .imgList li a:hover .textBox .ttl {
	color: #FFF;
	background-color: #3c2b5b;
}
#main .departments .imgList li .textBox .ttl .inn {
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#main .departments .imgList li .textBox .ttl .inn span {
	display: block;
}
#main .departments .imgList li .textBox .txt {
	padding: 11px 29px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.45;
	background: rgba(255, 255, 255, 0.85);
	min-height: 100px;
}
#main .departments .imgList li .textBox .txt span {
	width: 100%;
	display: block;
}
#main .bsp {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
#main .bsp ul {
	display: flex;
	justify-content: space-between;
}
#main .bsp ul li {
	width: 49%;
}
#main .bsp ul li a {
	display: block;
	width: 98%;
	border: #3c2b5b solid 2px;
	color: #3c2b5b;
	font-size: 2.5rem;
	text-align: center;
	padding: 20px 0;
}
#main .bsp ul li a:hover {
	background-color: #3c2b5b;
	color: #FFF;
}
@media screen and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 29px;
		width: 100%;
		position: relative;
	}
	.mainVisual img.pc {
		display: none;
	}
	.mainVisual img.sp {
		display: block;
		width: 100%;
	}
	.slick-prev,
	.slick-next {
		width: 33px;
		height: 33px;
	}
	.slick-dots li button {
		width: 16px;
		height: 16px;
	}
	#main .strength {
		margin-bottom: 49px;
	}
	#main .strength .headLine02 {
		margin: 0 -10px 26px;
		font-size: 2.3rem;
		letter-spacing: -0.7px;
	}
	#main .strength .headLine02 .info {
		margin-top: 1px;
		font-size: 1.4rem;
	}
	#main .strength .cTxt {
		margin-bottom: 37px;
		padding: 0;
		line-height: 1.73;
		font-size: 1.5rem;
	}
	#main .strength .cTxt strong {
		font-size: 1.9rem;
	}
	#main .strength .cTxt p {
		text-align: left;
	}
	#main .strength .phoArea {
		width: auto;
		margin: 0 -25px 27px -20px;
	}
	#main .strength .phoArea span {
		bottom: 4%;
		width: 16.66%;
	}
	#main .strength .phoArea .link01 {
		left: 8%;
	}
	#main .strength .phoArea .link02 {
		width: 18%;
		left: 30.5%;
	}
	#main .strength .phoArea .link03 {
		width: 17.5%;
		left: 52.5%;
	}
	#main .strength .phoArea .link04 {
		width: 17.5%;
		left: 75.9%;
	}
	#main .strength .phoArea a .ico {
		transition: none;
	}
	#main .strength .phoArea a:hover .ico {
		transform: scale(1);
	}
	#main .strength .comLink {
		margin-top: 0;
	}
	#main .solution {
		margin-bottom: 74px;
	}
	#main .solution:before {
		display: none;
	}
	#main .solution .content {
		margin: 0;
		padding-top: 23%;
	}
	#main .solution .photo {
		width: 100%;
		right: 0;
		top: 0;
	}
	#main .solution .photo img {
		width: 100%;
	}
	#main .solution .textArea {
		width: auto;
		margin-bottom: 46px;
		padding: 28px 30px 19px;
	}
	#main .solution .textArea:before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(60, 43, 91, 0.75);
		content: '';
	}
	#main .h2Ttl {
		margin-bottom: 14px;
		position: relative;
		z-index: 1;
		font-size: 1.6rem;
	}
	#main .h2Ttl img {
		height: 25px;
	}
	#main .h2Ttl span {
		margin-top: 8px;
	}
	#main .solution p {
		position: relative;
		z-index: 1;
		line-height: 1.75;
	}
	#main .solution .link {
		margin-bottom: 14px;
		position: relative;
		z-index: 1;
	}
	#main .solution .link a {
		padding: 13px 10px;
		font-size: 1.5rem;
		font-weight: normal;
		background-position: right 9px center;
		background-size: 4px auto;
	}
	#main .solution .linkList {
		position: relative;
		z-index: 1;
		display: block;
	}
	#main .solution .linkList li {
		width: auto;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	#main .solution .linkList li:nth-child(1) {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
	#main .solution .linkList li:nth-child(2) {
		border-top: none;
	}
	#main .solution .linkList li a {
		padding: 10px 7px;
		font-size: 1.5rem;
		background-position: right 9px center;
		background-size: 4px auto;
	}
	#main .solution .linkList li a:hover {
		background-color: transparent;
	}
	#main .solution .linkList li a .mark {
		width: 30px;
	}
	#main .solution .linkList li a .mincho {
		width: calc(100% - 30px);
	}
	#main .solution .comLink {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
	}
	#main .solution .comLink a:hover {
	}
	#main .comCase {
		margin-bottom: 70px;
	}
	#main .comCase .h2Ttl {
		margin-bottom: 28px;
	}
	#main .comCase .h2Ttl span {
		margin-top: 10px;
	}
	#main .comCase .comCaseList {
		margin-bottom: 22px;
	}
	#main .departments {
		margin-bottom: 42px;
		padding: 50px 0 0;
	}
	#main .departments:before {
		width: calc(100% - 105px);
		height: 100%;
	}
	#main .departments .content {
		margin: 0;
	}
	#main .departments h2 {
		margin: 0 30px 5px;
		font-size: 1.7rem;
	}
	#main .departments h2 img {
		width: 100%;
		max-width: 295px;
	}
	#main .departments h2 span {
		margin: 21px 0 0 89px;
		display: block;
	}
	#main .departments .text {
		margin: 0 30px 46px 119px;
		line-height: 1.75;
	}
	#main .departments .imgList {
		padding-bottom: 50px;
		display: block;
		background-color: #3c2b5b;
	}
	#main .departments .imgList li,
	#main .departments .imgList li.sub01,
	#main .departments .imgList li.sub02,
	#main .departments .imgList li.sub03 {
		margin-bottom: 36px;
		width: auto;
	}
	#main .departments .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .departments .imgList li .pho {
		width: 100%;
	}
	#main .departments .imgList li .pho img {
		width: 100%;
	}
	#main .departments .imgList li .textBox {
		width: 100%;
		padding: 11px 5px 30px;
		box-sizing: border-box;
		text-align: center;
	}
	#main .departments .imgList li .textBox .ttl {
		margin: -75px auto 15px;
		padding: 5px;
		width: 160px;
		height: 160px;
		position: relative;
		left: auto;
		top: auto;
		font-size: 1.8rem;
		border-width: 2px;
		transform: none;
	}
	#main .departments .imgList li.sub04 .textBox .ttl {
		font-size: 1.6rem;
	}
	#main .departments .imgList li .textBox .txt {
		margin-bottom: 30px;
		padding: 0;
		position: relative;
		left: auto;
		bottom: auto;
		font-size: 1.5rem;
		line-height: 1.65;
		background: none;
		min-height: auto;
	}
	#main .departments .imgList li a:hover .textBox .ttl {
		color: #3c2b5b;
		background-color: #FFF;
	}
	#main .departments .imgList li .textBox .spBtn {
		margin: 0 auto;
		padding: 2px;
		width: 188px;
		background: #96001E;
	}
	#main .bsp ul {
		justify-content: space-around;
	}
	#main .bsp ul li a {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 374px) {
	#main .departments .text {
		margin: 0 15px 46px 119px;
	}
}
@media screen and (max-width: 359px) {
	#main .strength .headLine02 {
		font-size: 1.9rem;
	}
	#main .departments h2 {
		margin: 0 30px 5px 40px;
	}
	#main .departments h2 span {
		margin-left: 79px;
	}
	#main .departments .text br {
		display: none;
	}
}
/* 印刷 */
@media print {
	.ie #main .departments .imgList {
		display: block;
		overflow: hidden;
		zoom: 1;
	}
	#main .departments .imgList li {
		background-color: transparent;
	}
	.ie #main .departments .imgList li {
		float: left;
	}
	.ie #main .departments .imgList li a {
		display: block;
		position: relative;
		z-index: 10;
	}
}