@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto&display=swap&subset=japanese');

#contentsArea {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.biz2022SecInner1 {
	margin: auto;
	max-width: 1080px;
	width: 100%;
}

.biz2002MainImageArea1 {
	display: flex;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100vh - 67px);
	margin-bottom: 80px;
}

.biz2002MainImage1 {
	position: relative;
	height: 100%;
}
.biz2002MainImage1 .image1 {
	height: 100%;
	overflow: hidden;
	opacity: 0;
	position: relative;
	transition: 1s ease 1.2s;
	width: 100%;
}
.biz2002MainImage1.is-view1 .image1 {
	opacity: 1;
}
.biz2002MainImage1 .image1 .wrapper1 {
	height: 100%;
}
.biz2002MainImage1 .image1 .wrapper1 .slide1 .slide-image1 {
	height: 100%;
	position: relative;
	width: 100%;
}
.biz2002MainImage1 .image1 .wrapper1 .slide1 .slide-image1 > div {
	background: no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
}

.biz2002MainImage1 .image1 .button1 {
	background: rgba(0,0,0,0.4);
	border-radius: 20px;
	bottom: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 46px 0 23px;
	position: absolute;
	text-decoration: none;
	right: 30px;
}
.biz2002MainImage1 .image1 .button1.b {
	background: rgba(0,0,0,1);
}
.biz2002MainImage1 .image1 .button1:before {
	background: rgba(0,0,0,0.6);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease;
	width: 0;
}
.biz2002MainImage1 .image1 .button1.b:before {
	background: rgba(255,255,255,0.3);
}
.biz2002MainImage1 .image1 .button1:hover:before {
	width: 100%;
}
.biz2002MainImage1 .image1 .button1:after {
	background: url("../images/biz2022/icon-carrow1.webp") no-repeat center center;
	background-size: 16px auto;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}
.biz2002MainImage1 .image1 .button1 span {
	position: relative;
}

.biz2002MainImage1 .body1 {
	background-color: rgba(0,0,0,0.7);
	left: 30px;
	opacity: 0;
	padding: 8px 30px 9px;
	position: absolute;
	top: 50px;
	transition: 1s ease 1.2s;
	z-index: 1000;
}
.biz2002MainImage1.is-view1 .body1 {
	opacity: 1;
}
.biz2002MainImage1 .body1 h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.biz2002MainImage1 .banner1 {
	opacity: 0;
	position: absolute;
	right: 30px;
	top: 50px;
	transition: 1s ease 1.2s;
	z-index: 1000;
}
.biz2002MainImage1.is-view1 .banner1 {
	opacity: 1;
}
.biz2002MainImage1 .banner1 a {
	background: #fff;
	display: block;
	height: 168px;
	position: relative;
	width: 420px;
}
.biz2002MainImage1 .banner1 img {
	height: auto;
	position: relative;
	transition: 0.5s ease;
	width: 100%;
}
.biz2002MainImage1 .banner1 a:hover img {
	opacity: 0.8;
}

.biz2002MainImage1 .image1 .swiper-pagination {
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
}
.biz2002MainImage1 .image1 .swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	height: 5px;
	margin: 0 7px;
	opacity: 0.5;
	width: 25px;
}
.biz2002MainImage1 .image1 .swiper-pagination-bullet-active {
	opacity: 1;
}

.biz2002MainNavi1 {
	background: #F6F6F6;
	padding: 15px 0;
	text-align: center;
}/*
.biz2002MainNavi1 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: auto;
	max-width: 1080px;
	width: 100%;
}
.biz2002MainNavi1 ul + ul {
	margin-top: 15px;
}
.biz2002MainNavi1 ul li {
	border-right: 1px solid #CECECE;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	width: 20%;
}*/
.biz2002MainNavi1 ul {
	font-size: 0;
	line-height: 0;
	margin: auto;
	max-width: 1080px;
	text-align: center;
	width: 100%;
}
.biz2002MainNavi1 ul li {
	border-right: 1px solid #CECECE;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	width: 20%;
}
.biz2002MainNavi1 ul li:first-child {
	border-left: 1px solid #CECECE;
}
.biz2002MainNavi1 ul li:nth-last-child(5) {
	border-left: 1px solid #CECECE;
}
.biz2002MainNavi1 ul li:nth-last-child(-n+5) {
	margin-top: 15px;
}
.biz2002MainNavi1 ul li a {
	color: #000;
	display: block;
	padding: 0.2em;
	text-decoration: none !important;
	transition: 0.3s ease;
}
.biz2002MainNavi1 ul li a > span {
	position: relative;
}
.biz2002MainNavi1 ul li a > span:before {
	border-bottom: 1px solid #000;
	bottom: -2px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.2s ease;
	width: 0%;
}
.biz2002MainNavi1 ul li a:hover > span:before {
	width: 100%;
}

.biz2002MainNavi1 ul li a > span > span {
	display: inline-block;
}

.biz2002SecHead1 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 20px;
	position: relative;
}
.biz2002SecHead1 .button1 {
	background-color: transparent;
	border: 1px solid #707070;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	margin: 0 0 0 30px;
	overflow: hidden;
	padding: 0 1em;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
}
.biz2002SecHead1 .button1:before {
	background-color: #efefef;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.15s all ease;
	width: 0;
	z-index: -1;
}
.biz2002SecHead1 .button1:hover:before {
	width: 100%;
}

.biz2002Sec1.bg1 {
	background: #F6F6F6;
	margin-bottom: 50px;
	padding: 40px 0;
}

.biz2002Items1 {
	display: flex;
	flex-wrap: wrap;
}
.biz2002Items1 .item1 {
	color: #000;
	margin: 0 2.407407407407407% 30px 0;
	text-decoration: none;
	/*transition: 0.3s ease;*/
	width: 23.148148148148148%;
}
/*.biz2002Items1 .item1:hover {
	opacity: 0.8;
}*/
.biz2002Items1 .item1.w {
	width: 48.796296296296296%;
}
.biz2002Items1 .item1.is-target1 {
	opacity: 0;
	transform: translateY(30px);
}
.biz2002Items1 .item1.is-view1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
.biz2002Items1 .item1:nth-child(4n) {
	margin-right: 0;
}
.biz2002Items1 .item1:last-child {
	margin-right: 0;
}
.biz2002Items1 .item1 .image1 {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.biz2002Items1 .item1 .image1.bdr {
	border: 1px solid #ccc;
}
.biz2002Items1 .item1 .image1 > div {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	transition: 0.5s ease;
	width: 100%;
}
.biz2002Items1 .item1:hover .image1 > div {
	transform: scale(1.05);
}
.biz2002Items1 .item1 .image1 > div:before {
	content: "";
	display: block;
	padding-bottom: 74.596774193548387%;
	width: 100%;
}
.biz2002Items1 .item1.w .image1 > div:before {
	padding-bottom: 36.053130929791271%;
}
.biz2002Items1 .item1 .txt1 {
	background: url(../images/biz2022/icon-carrow2.webp) left 0.2em no-repeat;
	background-size: 18px auto;
	padding-left: 26px;
	font-weight: 500;
	line-height: 1.625;
	margin: 0.4em 0 0 !important;
}

.biz2002Items2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.biz2002Items2 .item1 {
	color: #000;
	text-decoration: none;
	transition: 0.3s ease;
	width: 46.296296296296296%;
}
.biz2002Items2 .item1.is-target1 {
	opacity: 0;
	transform: translateY(30px);
}
.biz2002Items2 .item1.is-view1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
.biz2002Items2 .item1 a {
	color: #000;
	display: block;
	text-decoration: none;
	/*transition: 0.3s ease;*/
}
/*.biz2002Items2 .item1 a:hover {
	opacity: 0.8;
}*/
.biz2002Items2 .item1 .image1 {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.biz2002Items2 .item1 .image1 > div {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	transition: 0.5s ease;
	width: 100%;
}
.biz2002Items2 .item1:hover .image1 > div {
	transform: scale(1.05);
}
.biz2002Items2 .item1 .image1 > div:before {
	content: "";
	display: block;
	padding-bottom: 52%;
	width: 100%;
}
.biz2002Items2 .item1 .txt1 {
	font-size: 15px;
	font-weight: 400;
	margin: 15px 0 0 !important;
}

.biz2002Items3 {
	display: flex;
	flex-wrap: wrap;
}
.biz2002Items3 .item1 {
	padding-bottom: 10px;
	width: 50%;
}
.biz2002Items3 .item1:nth-child(2),
.biz2002Items3 .item1:nth-child(3) {
	background-color: #F6F6F6;
}
.biz2002Items3 .item1.is-target1 {
	opacity: 0;
	transform: translateY(30px);
}
.biz2002Items3 .item1.is-view1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
.biz2002Items3 .item1 .image1 {
	background: no-repeat center center;
	background-size: cover;
	height: 300px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.biz2002Items3 .item1 .image1:before {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.biz2002Items3 .item1 .image1 h3 {
	bottom: 25px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.biz2002Items3 .item1 .copy1 {
	font-weight: 500;
	margin: 0 0 15px;
	text-align: center;
}
.biz2002Items3 .item1 ul {
	border-top: 1px solid #E2E2E2;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin: auto;
	max-width: 520px;
	padding: 15px 0;
	width: 100%;
}
.biz2002Items3 .item1 ul.list1 {
	justify-content: space-between;
}
.biz2002Items3 .item1 ul.list1 li {
	width: 45%;
}
.biz2002Items3 .item1 ul.list2 li:nth-child(1) {
	width: 30%;
}
.biz2002Items3 .item1 ul.list2 li:nth-child(2) {
	width: 20%;
}
.biz2002Items3 .item1 ul.list2 li:nth-child(3) {
	width: 25%;
}
.biz2002Items3 .item1 ul.list2 li:nth-child(4) {
	width: 25%;
}
.biz2002Items3 .item1 ul.list3 li:nth-child(1) {
	width: 32%;
}
.biz2002Items3 .item1 ul.list3 li:nth-child(2) {
	width: 25%;
}
.biz2002Items3 .item1 ul.list3 li:nth-child(3) {
	width: 18%;
}
.biz2002Items3 .item1 ul.list3 li:nth-child(4) {
	width: auto;
}
.biz2002Items3 .item1 ul a {
	background: url(../images/biz2022/icon-carrow2.webp) left 0.15em no-repeat;
	background-size: 18px auto;
	color: #000;
	display: block;
	padding-left: 26px;
	font-weight: 500;
	line-height: 1.625;
}

.biz2002Items4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.biz2002Items4 .item1 {
	background-color: #000;
	color: #fff;
	padding-bottom: 15px;
	text-decoration: none;
	/*transition: 0.3s ease;*/
	width: 48.148148148148148%;
}
.biz2002Items4 .item1.is-target1 {
	opacity: 0;
	transform: translateY(30px);
}
.biz2002Items4 .item1.is-view1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
/*.biz2002Items4 .item1:hover {
	opacity: 0.8;
}*/
.biz2002Items4 .item1 .image1 {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.biz2002Items4 .item1 .image1 > div {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	transition: 0.5s ease;
	width: 100%;
}
.biz2002Items4 .item1:hover .image1 > div {
	transform: scale(1.05);
}
.biz2002Items4 .item1 .image1 > div:before {
	content: "";
	display: block;
	padding-bottom: 50%;
	width: 100%;
}
.biz2002Items4 .item1 .title1 {
	display: flex;
	align-items: center;
	height: 65px;
	margin: 0 40px;
	padding-top: 4px;
}
.biz2002Items4 .item1 .title1 .txt1 {
	font-size: 22px;
	font-weight: 700;
	margin-right: 15px;
}
.biz2002Items4 .item1 .title1 .txt2 {
	font-size: 14px;
	font-weight: 500;
}
.biz2002Items4 .item1 .title1 .firdolalogo {
	height: 40px;
	margin-right: 15px;
	vertical-align: bottom;
	width: auto;
}
.biz2002Items4 .item1 .copy1 {
	font-size: 15px;
	font-weight: 400;
	margin: 0 40px !important;
}

.biz2002Items5 {
	display: flex;
	flex-wrap: wrap;
}
.biz2002Items5 .item1 {
	color: #000;
	margin: 0 4.166666666666667% 25px 0;
	text-decoration: none;
	/*transition: 0.3s ease;*/
	width: 16.666666666666667%;
}
/*.biz2002Items5 .item1:hover {
	opacity: 0.8;
}*/
.biz2002Items5 .item1:nth-child(5n) {
	margin-right: 0;
}
.biz2002Items5.is-target1 .item1 {
	opacity: 0;
	transform: translateY(30px);
}
.biz2002Items5.is-view1 .item1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
/*.biz2002Items5 .item1:nth-child(1) {
	transition-delay: 0s;
}
.biz2002Items5 .item1:nth-child(2) {
	transition-delay: 0.2s;
}
.biz2002Items5 .item1:nth-child(3) {
	transition-delay: 0.4s;
}
.biz2002Items5 .item1:nth-child(4) {
	transition-delay: 0.6s;
}
.biz2002Items5 .item1:nth-child(5) {
	transition-delay: 0.8s;
}
.biz2002Items5 .item1:nth-child(6) {
	transition-delay: 0.8s;
}
.biz2002Items5 .item1:nth-child(7) {
	transition-delay: 1s;
}
.biz2002Items5 .item1:nth-child(8) {
	transition-delay: 1.2s;
}
.biz2002Items5 .item1:nth-child(9) {
	transition-delay: 1.4s;
}
.biz2002Items5 .item1:nth-child(10) {
	transition-delay: 1.6s;
}*/
.biz2002Items5 .item1 .image1 {
	background: #71AFC2;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.biz2002Items5 .item1 .image1 > div {
	background: no-repeat center center;
	background-size: auto 85.714285714285714%;
	position: relative;
	transition: 0.5s ease;
	width: 100%;
}
.biz2002Items5 .item1:hover .image1 > div {
	transform: scale(1.1);
}
.biz2002Items5 .item1 .image1 > div:before {
	content: "";
	display: block;
	padding-bottom: 77.777777777777778%;
	width: 100%;
}
.biz2002Items5 .item1 .title1 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.666;
	margin: 0.5em 0 0;
}
.biz2002Items5 .item1 .title1 .icon1 {
	height: auto;
	margin-left: 9px;
	vertical-align: middle;
	width: 16px;
}
.biz2002Items5 .item1 .title1 .icon2 {
	height: auto;
	margin-left: 9px;
	vertical-align: middle;
	width: 14px;
}

.biz2002Items6 {
	display: flex;
	flex-wrap: wrap;
}
.biz2002Items6 .item1 {
	color: #fff;
	position: relative;
	text-decoration: none;
	width: 20%;
}
.biz2002Items6.is-target1 .item1 {
	opacity: 0;
	transform: translateY(30px);
}
.biz2002Items6.is-view1 .item1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease;
}
/*.biz2002Items6 .item1:nth-child(1) {
	transition-delay: 0s;
}
.biz2002Items6 .item1:nth-child(2) {
	transition-delay: 0.2s;
}
.biz2002Items6 .item1:nth-child(3) {
	transition-delay: 0.4s;
}
.biz2002Items6 .item1:nth-child(4) {
	transition-delay: 0.6s;
}
.biz2002Items6 .item1:nth-child(5) {
	transition-delay: 0.8s;
}*/
.biz2002Items6 .item1 + .item1:before {
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.biz2002Items6 .item1 .image1 {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}
.biz2002Items6 .item1 .image1 > div {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	transition: 0.5s ease;
	width: 100%;
	z-index: 0;
}
.biz2002Items6 .item1:hover .image1 > div {
	transform: scale(1.05);
}
.biz2002Items6 .item1 .image1 > div:before {
	content: "";
	display: block;
	padding-bottom: 100%;
	width: 100%;
}
.biz2002Items6 .item1 .image1:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease;
	width: 100%;
	z-index: 1;
}
.biz2002Items6 .item1 .image1.ns1:after {
	opacity: 0;
}
.biz2002Items6 .item1:hover .image1:after {
	opacity: 0;
}
.biz2002Items6 .item1 .image1 h3 {
	bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	left: 25px;
	line-height: 1.666;
	margin: 0;
	position: absolute;
	z-index: 2;
}

.biz2002SecCopy1 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 25px !important;
}

.biz2002Items7 {
	display: flex;
	flex-wrap: wrap;
}
.biz2002Items7 .item1 {
	color: #000;
	margin: 0 5.694444444444444% 0 0;
	text-decoration: none;
	/*transition: 0.3s ease;*/
	width: 29.537037037037037%;
}
/*.biz2002Items7 .item1:hover {
	opacity: 0.8;
}*/
.biz2002Items7 .item1.is-target1 {
	opacity: 0;
	transform: translateY(30px);
}
.biz2002Items7 .item1.is-view1 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease;
}
.biz2002Items7 .item1:nth-child(3n) {
	margin-right: 0;
}
.biz2002Items7 .item1 .image1 {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.biz2002Items7 .item1 .image1 > div {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	transition: 0.5s ease;
	width: 100%;
}
.biz2002Items7 .item1:hover .image1 > div {
	transform: scale(1.05);
}
.biz2002Items7 .item1 .image1 > div:before {
	content: "";
	display: block;
	padding-bottom: 75.862068965517241%;
	width: 100%;
}
.biz2002Items7 .item1 .txt1 {
	background: url(../images/biz2022/icon-carrow2.webp) left 0.2em no-repeat;
	background-size: 18px auto;
	padding-left: 26px;
	font-weight: 500;
	line-height: 1.625;
	margin: 0.6em 0 0;
}

.biz2002Items8 {
}
.biz2002Items8 .item1 {
	display: flex;
}
.biz2002Items8 .item1 + .item1 {
	margin-top: 20px;
}
/*.biz2002Items8 .item1.is-target1 {
	opacity: 0;
	transform: translateY(30px);
}
.biz2002Items8 .item1.is-view1 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease;
}*/
.biz2002Items8 .item1.is-target1 {
	opacity: 0;
}
.biz2002Items8 .item1.is-view1 {
	opacity: 1;
	transition: all 1s ease;
}
.biz2002Items8 .item1:nth-child(2n) {
	background-color: #F6F6F6;
}
.biz2002Items8 .item1 > * {
	display: flex;
	align-items: center;
	width: 50%;
}
.biz2002Items8 .item1 .image1 {
	background: no-repeat center top;
	background-size: cover;
	min-height: 340px;
}
.biz2002Items8 .item1 .body1 {
	display: flex;
	align-items: center;
}
.biz2002Items8 .item1.is-target1 .body1 {
	opacity: 0;
	transform: translateX(-30px);
}
.biz2002Items8 .item1.is-view1 .body1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1s ease 0.5s;
}
.biz2002Items8 .item1 .body1 > div {
	margin-left: 80px;
	max-width: 520px;
	width: 100%;
}
.biz2002Items8 .item1 .title1 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}
.biz2002Items8 .item1 .copy1 {
	font-weight: 500;
	margin: 0 0 10px !important;
}
.biz2002Items8 .item1 ul {
	border-top: 1px solid #E2E2E2;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin: auto;
	max-width: 520px;
	padding: 15px 0;
	width: 100%;
}
.biz2002Items8 .item1 ul.list1 {
	justify-content: space-between;
}
.biz2002Items8 .item1 ul.list1 li {
	width: 45%;
}
.biz2002Items8 .item1 ul.list1.b {
	justify-content: left;
}
.biz2002Items8 .item1 ul.list1.b li {
	width: 57%;
}
.biz2002Items8 .item1 ul.list1.b li:nth-child(2) {
	width: auto;
}
.biz2002Items8 .item1 ul.list2 li:nth-child(1) {
	width: 31%;
}
.biz2002Items8 .item1 ul.list2 li:nth-child(2) {
	width: 21.5%;
}
.biz2002Items8 .item1 ul.list2 li:nth-child(3) {
	width: 27%;
}
.biz2002Items8 .item1 ul.list2 li:nth-child(4) {
	width: auto;
}
.biz2002Items8 .item1 ul.list3 li:nth-child(1) {
	width: 28%;
}
.biz2002Items8 .item1 ul.list3 li:nth-child(2) {
	width: 27.5%;
}
.biz2002Items8 .item1 ul.list3 li:nth-child(3) {
	width: 20%;
}
.biz2002Items8 .item1 ul.list3 li:nth-child(4) {
	width: auto;
}
.biz2002Items8 .item1 ul a {
	background: url(../images/biz2022/icon-carrow2.webp) left 0.18em no-repeat;
	background-size: 18px auto;
	color: #000;
	display: block;
	padding-left: 26px;
	line-height: 1.625;
	text-decoration: none !important;
	transition: 0.3s ease;
}
.biz2002Items8 .item1 ul a span {
	position: relative;
}
.biz2002Items8 .item1 ul a span:before {
	border-bottom: 1px solid #000;
	bottom: -2px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: 0;
	transition: 0.2s ease;
	width: 0%;
}
.biz2002Items8 .item1 ul a:hover span:before {
	width: 100%;
}

.biz2002Notice1 {
	border: 1px solid #f00;
	color: #f00;
	padding: 1em;
	margin: -2em 0 4em;
	text-align: center;
}
.biz2002Notice1 h2 {
	margin: 0 0 0.5em !important;
}
.biz2002Notice1 p {
	margin: 0 !important;
}

.mgt40 {
	margin-top: 40px !important;
}
.mgt50 {
	margin-top: 50px !important;
}
.mgt70 {
	margin-top: 70px !important;
}


@media screen and (max-width: 1366px) {

}


@media print, screen and (min-width:751px) {

	#contentsArea {
		max-width: none;
		width: 100%;
	}

}


@media screen and (min-width: 768px) {
	
	.dsp-s {
		display: none !important;
	}
	.dsp-w {
		display: inline !important;
	}
	
}


@media screen and (max-width: 767px) {
	
	.biz2022SecInner1 {
		padding: 0 20px;
	}

	.biz2002MainImageArea1 {
		height: auto;
		margin-bottom: 60px;
	}

	.biz2002MainImage1 {
		display: block;
		height: auto;
	}
	.biz2002MainImage1 .image1 {
		height: auto;
		width: 100%;
	}
	/*.biz2002MainImage1 .image1 .wrapper1 .slide1:before {
		content: "";
		display: block;
		padding-bottom: 100%;
		width: 100%;
	}
	.biz2002MainImage1 .image1 .wrapper1 .slide1 .slide-image1:before {
		content: "";
		display: block;
		padding-bottom: 100%;
		width: 100%;
	}*/
	.biz2002MainImage1 .image1 .wrapper1 .slide1 .slide-image1 > div:before {
		content: "";
		display: block;
		padding-bottom: 60%;
		width: 100%;
	}
	.biz2002MainImage1 .image1 .button1 {
		border-radius: 16px;
		bottom: 10px;
		font-size: 14px;
		line-height: 32px;
		padding: 0 35px 0 15px;
		right: 10px;
	}
	.biz2002MainImage1 .image1 .button1:before {
		display: none;
	}
	.biz2002MainImage1 .image1 .button1:after {
		right: 10px;
	}

	.biz2002MainImage1 .body1 {
		background-color: rgba(0,0,0,0.0);
		left: auto;
		padding: 9px 20px 10px;
		position: relative;
		top: auto;
		width: 100%;
	}
	.biz2002MainImage1 .body1 h1 {
		color: #000;
		font-size: 24px;
		margin: 0;
		text-align: center;
	}

	.biz2002MainImage1 .banner1 {
		position: relative;
		right: auto;
		top: auto;
	}
	.biz2002MainImage1 .banner1 a {
		height: auto;
		width: auto;
	}
	.biz2002MainImage1 .banner1 a:hover img {
		opacity: 1;
	}
	
	.biz2002MainImage1 .image1 .swiper-pagination {
		bottom: 12px;
		left: 15px;
		line-height: 0;
		transform: translateX(0);
	}
	.biz2002MainImage1 .image1 .swiper-pagination-bullet {
		height: 2px;
		margin: 0 5px 0 0;
		width: 15px;
	}

	.biz2002MainNavi1 {
		/*padding: 10px;*/
		padding: 0;
	}
	.biz2002MainNavi1 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.biz2002MainNavi1 ul br {
		display: none;
	}
	.biz2002MainNavi1 ul li {
		border: none;
		border-right: 1px solid #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.4;
		margin: 0 !important;
		height: 3.2em;
		position: relative;
		width: 33.3333%;
	}
	.biz2002MainNavi1 ul li:nth-last-child(5) {
		border-left: none;
	}
	.biz2002MainNavi1 ul li:nth-child(n+4) {
		border-top: 1px solid #FFF;
	}
	.biz2002MainNavi1 ul li:nth-child(3),
	.biz2002MainNavi1 ul li:nth-child(7),
	.biz2002MainNavi1 ul li:nth-child(10) {
		border-right: none;
	}
	.biz2002MainNavi1 ul li a {
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		left: 0;
		padding: 5px 10px;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.biz2002SecHead1 {
		font-size: 22px;
		margin: 0 0 15px;
	}
	.biz2002SecHead1 .button1 {
		font-size: 12px;
		line-height: 28px;
		margin: 0 0 0 20px;
	}
	.biz2002SecHead1 .button1:before {
		display: none;
	}

	.biz2002Sec1.bg1 {
		margin-bottom: 40px;
		padding: 30px 0;
	}

	.biz2002Items1 .item1 {
		margin: 0 4% 25px 0;
		width: 48%;
	}
	.biz2002Items1 .item1.w {
		width: 100%;
	}
	.biz2002Items1 .item1:nth-child(2n) {
		margin-right: 0;
	}
	.biz2002Items1 .item1 .txt1 {
		background-size: 15px auto;
		padding-left: 20px;
		margin: 0.4em 0 0;
	}
	.biz2002Items1 .item1 .txt1 br {
		display: none;
	}

	.biz2002Items2 {
		display: block;
	}
	.biz2002Items2 .item1 {
		width: 100%;
	}
	.biz2002Items2 .item1 + .item1 {
		margin-top: 2em;
	}

	.biz2002Items3 {
		display: block;
	}
	.biz2002Items3 .item1 {
		padding-bottom: 20px;
		width: 100%;
	}
	.biz2002Items3 .item1 .image1 {
		height: 200px;
		margin-bottom: 15px;
	}
	.biz2002Items3 .item1 .image1 h3 {
		bottom: 20px;
	}
	.biz2002Items3 .item1 .copy1 {
		font-size: 16px;
		margin: 0 20px 15px !important;
		text-align: left;
	}
	.biz2002Items3 .item1 ul {
		align-items: center;
		font-size: 14px;
		margin: 0 20px;
		padding: 0;
		width: calc(100% - 40px);
	}
	.biz2002Items3 .item1 ul.list1 {
		border-top: none;
		display: block;
	}
	.biz2002Items3 .item1 ul li {
		padding: 10px 0;
	}
	.biz2002Items3 .item1 ul.list1 li {
		border-top: 1px solid #E2E2E2;
		width: 100% !important;
	}
	.biz2002Items3 .item1 ul.list2 li:nth-child(1) {
		padding-right: 4%;
		width: 24%;
	}
	.biz2002Items3 .item1 ul.list2 li:nth-child(2) {
		width: 25%;
	}
	.biz2002Items3 .item1 ul.list2 li:nth-child(3) {
		width: 28%;
	}
	.biz2002Items3 .item1 ul.list2 li:nth-child(4) {
		width: auto;
	}
	.biz2002Items3 .item1 ul.list3 li:nth-child(1) {
		padding-right: 2%;
		width: 29%;
	}
	.biz2002Items3 .item1 ul.list3 li:nth-child(2) {
		width: 29%;
	}
	.biz2002Items3 .item1 ul.list3 li:nth-child(3) {
		width: 20%;
	}
	.biz2002Items3 .item1 ul.list3 li:nth-child(4) {
		width: auto;
	}
	.biz2002Items3 .item1 ul a {
		background-size: 16px auto;
		padding-left: 20px;
	}

	.biz2002Items4 {
		display: block;
	}
	.biz2002Items4 .item1 {
		display: block;
		padding-bottom: 10px;
		width: 100%;
	}
	.biz2002Items4 .item1 + .item1 {
		margin-top: 15px;
	}
	.biz2002Items4 .item1 .title1 {
		display: block;
		height: auto;
		margin: 10px 15px 5px;
	}
	.biz2002Items4 .item1 .title1 .txt1 {
		display: block;
		font-size: 18px;
		margin-right: 10px;
	}
	.biz2002Items4 .item1 .title1 .txt2 {
		display: block;
	}
	.biz2002Items4 .item1 .title1 .firdolalogo {
		margin: 0;
	}
	.biz2002Items4 .item1 .copy1 {
		margin: 0 15px !important;
	}

	.biz2002Items5 .item1 {
		margin: 0 4% 15px 0;
		width: 48%;
	}
	.biz2002Items5 .item1:nth-child(5n) {
		margin-right: 4%;
	}
	.biz2002Items5 .item1:nth-child(2n) {
		margin-right: 0;
	}
	.biz2002Items5 .item1 .title1 .icon1 {
		margin-left: 5px;
	}
	.biz2002Items5 .item1 .title1 .icon2 {
		margin-left: 5px;
	}

	.biz2002Items6 .item1 {
		margin-bottom: 1px;
		width: 50%;
	}
	.biz2002Items6 .item1:nth-child(1) {
		width: 100%;
	}
	.biz2002Items6 .item1:nth-child(2):before,
	.biz2002Items6 .item1:nth-child(4):before {
		display: none;
	}
	.biz2002Items6 .item1:nth-child(1) .image1 > div:before {
		padding-bottom: 50%;
	}
	.biz2002Items6 .item1 .image1 h3 {
		bottom: 15px;
	}

	.biz2002SecCopy1 {
		font-size: 18px;
		margin: 0 0 20px !important;
	}

	.biz2002Items7 .item1 {
		margin: 0 2% 0 0;
		width: 32%;
	}
	.biz2002Items7 .item1 .txt1 {
		background-size: 16px auto;
		padding-left: 20px;
	}

	.biz2002Items8 .item1 {
		display: block;
	}
	.biz2002Items8 .item1:nth-child(2n) {
		background-color: transparent;
	}
	.biz2002Items8 .item1 > * {
		display: block;
		width: 100%;
	}
	.biz2002Items8 .item1 .image1 {
		background-position: center center;
		min-height: 200px;
	}
	.biz2002Items8 .item1 .body1 {
		display: block;
		padding: 10px 20px 20px;
	}
	.biz2002Items8 .item1 .body1 > div {
		margin: 0 auto;
	}
	.biz2002Items8 .item1 .title1 {
		font-size: 20px;
	}
	.biz2002Items8 .item1 ul {
		align-items: center;
		font-size: 14px;
		padding: 10px 0;
		width: 100%;
	}
	.biz2002Items8 .item1 ul.list1 {
		flex-wrap: wrap;
	}
	.biz2002Items8 .item1 ul.list2 {
		flex-wrap: wrap;
	}
	.biz2002Items8 .item1 ul li {
		padding: 10px 0;
	}
	.biz2002Items8 .item1 ul.list1 li {
		width: 50% !important;
	}
	.biz2002Items8 .item1 ul.list2 li {
		padding: 0;
	}
	.biz2002Items8 .item1 ul.list2 li:nth-child(1) {
		width: 11em;
	}
	.biz2002Items8 .item1 ul.list2 li:nth-child(2) {
		width: 7em;
	}
	.biz2002Items8 .item1 ul.list2 li:nth-child(3) {
		width: 6.5em;
	}
	.biz2002Items8 .item1 ul.list2 li:nth-child(4) {
		margin-left: 18em;
		width: auto;
	}
	@media only screen and (min-width: 450px){
		.biz2002Items8 .item1 ul.list2 li:nth-child(1) {
			width: 34%;
		}
		.biz2002Items8 .item1 ul.list2 li:nth-child(2) {
			width: 22%;
		}
		.biz2002Items8 .item1 ul.list2 li:nth-child(3) {
			width: 23%;
		}
		.biz2002Items8 .item1 ul.list2 li:nth-child(4) {
			margin-left: 0;
		}
	}
	.biz2002Items8 .item1 ul.list3 li:nth-child(1) {
		padding-right: 2%;
		width: 29%;
	}
	.biz2002Items8 .item1 ul.list3 li:nth-child(2) {
		width: 29%;
	}
	.biz2002Items8 .item1 ul.list3 li:nth-child(3) {
		width: 20%;
	}
	.biz2002Items8 .item1 ul.list3 li:nth-child(4) {
		width: auto;
	}
	.biz2002Items8 .item1 ul a {
		background-size: 16px auto;
		padding-left: 20px;
	}

	.mgt40s {
		margin-top: 40px !important;
	}
	.mgt50s {
		margin-top: 50px !important;
	}
	.mgt70s {
		margin-top: 70px !important;
	}
	
	.dsp-w {
		display: none !important;
	}
	.dsp-s {
		display: inline !important;
	}

}


.clearfix::after {
	display:block;
	clear:both;
	content:"";
}

