/* ----------------------------------------
slider
----------------------------------------*/
.homeSlider {
    min-width: auto;}
.homeSlider figure {
	padding-bottom: calc(300 / 375 * 100%);}
	.homeSlider .slick-list:before,
	.homeSlider .slick-list:after {
		display: none;}
.slick-list {
	padding: 0 !important;}
	.slick-list:before,
	.slick-list:after {
		display: none;}
.slick-slide {
	margin: 0;}
.slideBtn {
	bottom: 60px;
	right: 50%;
	transform: translateX(50%);
	white-space: nowrap;
	font-size: 1.4rem;
	padding: 14px 20px 14px 40px;}
.slideBtn .redArrowL {
	width: 10px;
	height: 10px;
	margin: 0 0 -2px 10px;}
.slideDots {
	height: 10vw;}
.homeSlider .slick-prev,.homeSlider .slick-next {
	display: none !important;}



.keepclean-wrap {
	width: 100%;}

.read p {
	width: 100%}

/* ----------------------------------------
catchPhrase
----------------------------------------*/
.catchPhrase {}
	.catchPhrase .read:after {
		content: "";
		display: block;
		height: 60px;
		border-bottom: 1px solid #ccc;
		margin: 0 15px 60px 15px;}
.catchPhraseArea {
	position: static;
	min-height: auto;
	padding-top: calc(115 / 313 * 100% - 30px * 2);
	background-size: calc(100% - 30px * 2);
	transform: translateY(-25%);}
.catchPhraseArea-wrap {
	width: auto;
	height: 25vw;
	border: 0;
	background-color: #fff;}
.read {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.6rem;}

/* ----------------------------------------
recomend
----------------------------------------*/
.recomend {
	width: 100%;
	margin-bottom: 60px;
	padding: 40px 30px 0 30px;}
.recomend-bnrWrap {
	display: flex;
		flex-wrap: wrap;
	width: auto;
	border-top: 1px solid #e9ecee;
	border-left: 1px solid #e9ecee;}
.recomend-bnrWrap li {
	width: 50%;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 1px solid #e9ecee;
	border-bottom: 1px solid #e9ecee;}
	.recomend-bnrWrap li:first-child {
		width: 50%;
		border-left: 0;}
/*	.recomend-bnrWrap li:nth-child(2n) {
		border-right: 0;}*/
	.recomend-bnrWrap li:nth-last-child(-n+2)) {
		border-bottom: 0;}
.recomend-bnrWrap a {
	width: auto;
	height: auto;}

/* ----------------------------------------
products
----------------------------------------*/
.products-title {
	font-size: 1.2rem;}
h2.products-title span {
	height: 0;
	padding-top: calc(43 / 364 * 50%);
	background-size: contain;}

.categorySelectList {
		flex-direction: column;
	padding: 0 15px;
	background: #fff;}
.categorySelectList li {
	width: auto;
	margin-right: 0;}
.categorySelectList li > figure {
	width: auto;
	height: auto;
	margin-bottom: 0;}
.captionOver .thumb {
	margin-bottom: 0;}

.categoryLocalNav {
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;}
.pickupWord {
	/*margin: 0 0 40px 0;*/
}

.products .toProdBtn {
	position: relative;
	display: block;
	width: auto;
	margin: 0 45px;
	padding: 25px 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 100%;
	background: #e60012;
	box-shadow: 3px 0 7px rgba(0,0,0,0.25);
	transition-duration: 0.2s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.products .toProdBtn.hover {
		box-shadow: 3px 0 7px rgba(0,0,0,0.0);}
.products .toProdBtn .redArrowS {
		right: 20px;
	border-color: #fff;
	transition-duration: 0.2s;
	transition-property: transform;}
.products .toProdBtn.hover .redArrowS {
		transform: translateX(5px) rotate(-45deg);}


/* ----------------------------------------
news
----------------------------------------*/
.news-title {
	font-size: 1.2rem;}
h2.news-title {
	margin-bottom: 40px;}
h2.news-title span {
	height: 0;
	padding-top: calc(43 / 364 * 50%);
	background-size: contain;}
	/*slider*/
.newsSlider {
	width: calc(100% - 35px * 2);}
.newsDetailWrap > span {
	margin: 15px 0;}
.newsDetailWrap > p {
	margin-bottom: 0;}
.newsDetailWrap > time {
	position: static;
	width: auto;}
.newsSlider .slick-prev {
	left: -20px;}
.newsSlider .slick-next {
	right: -20px;}
.newsSlider .slick-prev, .newsSlider .slick-next {
	top: calc((100vw - 35px * 2) / 2 - 40px);}
.newsSlider .slideDots {
	margin-bottom: 40px;
	padding-top: 30px;}
	/*slider*/


/* ----------------------------------------
topic
----------------------------------------*/
.topic {
	padding: 40px 15px;
	text-align: left;
	overflow: hidden;}
.topic .newsTab {
	margin-bottom: 20px;}
.topicList li {}
.topicList li a {
	display: block;
	padding: 20px 10px;}
.topicList li a time {
	color: #555;
	font-size: 1.2rem;}
.topicList li a span {
	margin: 0 4px;
	padding: 1px 0;
	font-size: 1.2rem;}
.topicList li a p {
	margin-top: 10px;}
.topicList-btn {
	float: right;
	padding: 4px 30px;
	color: #fff !important;
	background: #e60012;
	box-shadow: 3px 0 7px rgba(0,0,0,0.25);
	transition: box-shadow 0.2s;}
.topicList-btn .redArrowS {
		right: 10px;
	border-color: #fff;
	transition: transform 0.2s;}
	.topicList-btn.hover {
		box-shadow: 3px 0 7px rgba(0,0,0,0.0);}
	.topicList-btn.hover .redArrowS {
		transform: translateX(5px) rotate(-45deg);}

.important h2 {
	margin-bottom: 20px;
	font-size: 2rem;}
.important > a {
	font-size: 1.4rem;}


/* ----------------------------------------
business
----------------------------------------*/
.business {
	padding: 60px 0;
	background: none;}
.business-title {
	font-size: 1.2rem;}
h2.business-title {
	margin-bottom: 40px;}
h2.business-title span {
	height: 0;
	padding-top: calc(43 / 364 * 50%);
	background-size: contain;}
.businessList {
	flex-wrap: wrap;}
.businessList:before {
		top: -65px;
		left: -45px;
	width: 345px;
	height: 256px;}
.businessList > li {
	width: 100%;
	margin: 0 15px 94px 15px;}
.businessList > li:last-child {
	margin-bottom: 0;}
.businessList figcaption {
		top: 50px;
		right: 20px;
		bottom: 50px;
		left: 20px;
	padding: 10px 0;
	background: rgba(255,255,255,0.4);}
.businessList figcaption h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;}
.businessList figcaption p {
	color: #333;
	font-size: 1.3rem;
	line-height: 1.8rem;}
.business .businessListBtn {
	width: calc(100% - 45px * 2);
	padding-right: 40px;
	padding-left: 40px;}
.businessListBtn .redArrowS {
	right: 34px;}

/* ----------------------------------------
corporate
----------------------------------------*/
.corporate {
	margin-bottom: 100px;
	background: none;}
.corporate-title {
	font-size: 1.2rem;}
h2.corporate-title {
	/*margin-bottom: 40px;*/
	padding-top: 80px;}
h2.corporate-title span {
	height: 0;
	margin-bottom: 14px;
	padding-top: calc(43 / 364 * 50%);
	background-size: contain;}
.corporate > p {
	margin: 0 20px 40px 20px;}
.corporate > p > span {
	display: inline-block;
	white-space: nowrap;}
@media screen and (min-width:533px) and (max-width:750px) {
    /*　画面サイズが533pxから750pxまではここを読み込む　*/
	.corporate > p > br.sp {
		display: none;}
	}

.corporateList {
		flex-wrap: wrap;
	margin-bottom: 60px;
	padding: 110px 15px 0 15px;
	background: url(/images/home/img_corporate_sp.jpg) no-repeat;
	background-size: contain;}
.corporateList li {
	width: 100%;
	min-height: auto;
	margin-bottom: 30px;}
.corporateList li:last-child {
	margin-bottom: 0;}
.corporateList li figure {
	margin-bottom: 10px;}
.corporateList li figure img {}
	.About img {width: 118px;}
	.Investor img {width: 56px;}
	.Recruit img {width: 72px;}
.corporateList li h3 {
	margin-bottom: 10px;
	font-size: 2.5rem;}
.corporateList li p {
	margin-bottom: 10px;
	font-size: 1.3rem;}

.corporate .corporateList-btn {
	width: auto;
	margin: 0 60px;
	padding-right: 40px;
	padding-left: 40px;}
.corporate .corporateList-btn .redArrowS {
	right: 34px;}

/* Detail
------------------------------*/



/* spotlightBtnArea
----------------------------------------*/
.spotlightBtnArea {
	margin-bottom: 60px;
	padding: 30px 0;}
.spotlightBtnArea .wrap {
		flex-direction: column;
	width: auto;}
.spotlightBtnArea .wrap li:not(:last-child) {
	margin-right: 0;}

.spotBtn:not(:last-child) {
	margin-bottom: 20px;}
.spotBtn a {
	width: calc(100% - 28px * 2);
	padding: 20px 28px;}
.spotBtn strong {
	font-size: 2.2rem;
	font-weight: bold;
	white-space: nowrap;}
	.spotBtn strong:before {
		width: 54px;
		height: 38px;
		margin-right: 12px;}
.spotBtn p {
	line-height: 140%;}


/* お役立ち情報
------------------------------------------------ */
.otherContent {
	padding-bottom: 0;
	border: 0;}
.news {
	margin-top: -40px;
	padding-top: 60px;
	border-top: 1px solid #ccc;}


/* soft99Area
------------------------------*/
#Home.Index .soft99Area .imgListArea {
	margin:0 15px 60px;
  padding: 15px;}

#Home.Index .soft99Area .imgListArea li {
	width: 100%;}


/* team-expo
------------------------------*/
/*#Home.Index .fatFooter {
  padding: 80px 0 20px;
}*/

#Home.Index .team-expo{
  width: auto;
  margin: 0 auto 40px;
}
#Home.Index .team-expo a{
  display: block;
  width: 260px;
  margin: 0 auto;
}


