@charset "utf-8";

/*=======*/
/* index */
/*=======*/

/* 全体
-------------------------------------*/

.index .main>section {
	padding-top: 0;
}

.index .main img {
	max-width: 100%;
	height: auto;
}

.index .main * {
	box-sizing: border-box;
}

.index .main {
	width: 100%;
	padding: 0;
	font-family: "NotoSansJP-Regular";
	color: #333;
}

.index .main .wrap {
	display: flex;
	justify-content: space-between;
	/*align-items: flex-start;*/
	max-width: 1920px;
	margin: 0 auto;
}

.index .sidemenu {
	width: 320px;
	height: 100%;
	margin-top: -320px;
	background-color: #FFF;
}

.index .top-contents {
	width: calc(100% - 320px);
	background-color: #FAFAF5;
	z-index: 5;
}

.index .title-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index .heading-top {
	margin-bottom: 24px;
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
}

.index .heading-top span {
	display: inline-block;
	margin-left: 16px;
	vertical-align: bottom;
	font-size: 22px;
}

.index .top-bt {
	position: relative;
	display: block;
	max-width: 256px;
	padding: 16px 24px;
	margin: 0 auto;
	border-radius: 8px;
	border: 1px solid #C2C2C2;
	text-align: center;
	color: #333;
	line-height: 1;
}

.index .top-bt:hover {
	text-decoration: none;
}

.index .top-bt::after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	right: 16px;
	top: 50%;
	margin-top: -6px;
	background: url(/images/index/bt_ic01.svg) no-repeat;
	background-size: 100% auto;
}

.index .top-bt:hover::after {
	background: url(/images/index/bt_ic02.svg) no-repeat;
	background-size: 100% auto;
}

.index .link-txt {
	position: relative;
	padding-right: 24px;
	text-align: right;
	font-size: 14px;
	color: #333;
	line-height: 1;
}

.index .link-txt:hover {
	text-decoration: none;
}

.index .link-txt::after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: url(/images/index/bt_ic01.svg) no-repeat;
	background-size: 100% auto;
}

.index .link-txt:hover::after {
	background: url(/images/index/bt_ic02.svg) no-repeat;
	background-size: 100% auto;
}

.index .slide-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 40px;
	width: 112px;
}

.index .slide-btn .prev:hover,
.index .slide-btn .next:hover {
	cursor: pointer;
	opacity: 0.7;
}

@media screen and (max-width:767px) {

	.index .main .wrap {
		display: block;
	}

	.index .sidemenu {
		width: 100%;
		margin-top: 0;
	}

	.index .top-contents {
		width: 100%;
		z-index: 1;
	}

	.index .title-area {
		align-items: center;
	}

	.index .heading-top {
		margin-bottom: 16px;
		font-size: 24px;
	}

	.index .heading-top span {
		display: block;
		margin-left: 0;
		margin-top: 8px;
		font-size: 16px;
	}

	.index .top-bt {
		max-width: 240px;
		padding: 12px 24px;
	}

	.index .top-bt:hover {
		text-decoration: none;
	}

	.index .top-bt::after {
		right: 8px;
	}

	.index .slide-btn {
		margin-right: 0;
		width: 72px;
	}

	.index .slide-btn .prev,
	.index .slide-btn .next {
		width: 32px;
	}
}


/* main-area
-------------------------------------*/

.index .main-area {
	width: calc(100% - 320px);
	position: relative;
	overflow: hidden;
	margin: 0 0 0 auto;
	padding-top: 320px;
	text-align: center;
}

.index .main-area .heading-main {
	width: 1600px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:767px) {

	.index .main-area {
		width: 100%;
		margin: 0;
		padding-top: 0;
	}

	.index .main-area .heading-main {
		width: 100%;
		position: relative;
		left: 0;
		transform: translateX(0);
	}

}


/* sidemenu
-------------------------------------*/

.index .sidemenu {
	padding: 0 32px 32px;
}

.index .sidemenu .heading-side {
	position: relative;
	margin: 32px 0 24px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.index .sidemenu .notes {
	margin-top: -8px;
}

.index .sidemenu .heading-side span {
	font-size: 28px;
}

.index .sidemenu .heading-side::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 24px;
	background-color: #E8E8E8;
}


.index .sidemenu .heading-side::after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #333;
}

.index .sidemenu .conditions-search a {
	display: block;
	font-size: 14px;
    font-weight: normal;
    color: #FFF;
    border: 1px solid #3079ed;
    background-color: #4d90fe;
    border-radius: 8px;
    text-align: center;
    padding: 16px;
}

.index .sidemenu .conditions-search a:hover {
	text-decoration: none;
	opacity: .7;
}

.index .search-menu {
	border-bottom: 1px solid #E8E8E8;
}

.index .search-menu a {
	color: #333;
}

.index .search-menu a:hover {
	text-decoration: none;
	color: #999;
}

.index .search-menu dd {
	border-top: 1px solid #E8E8E8;
}

.index .search-menu dd>a {
	display: block;
	position: relative;
	padding: 16px 32px 16px 0;
	display: block;
	color: #333;
}

.index .search-menu dd>a::before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 5px;
	right: 8px;
	top: 50%;
	margin-top: -2px;
	background: url(/images/index/menu_ic01.svg) no-repeat;
	background-size: 100% auto;
}

.index .search-menu dd>a.open::before {
	transform: rotate(180deg);
}

.index .search-menu dd ul li {
	padding: 8px;
	background: #E8E8E8;
}

.index .sidemenu .bn-area {
	margin-top: 24px;
	text-align: center;
}

.index .sidemenu .bn-area figcaption {
	margin-top: 8px;
}


@media screen and (max-width:767px) {

	.index .sidemenu {
		padding: 0 24px 16px;
	}

	.index .sidemenu .heading-side {
		margin: 24px 0 16px;
		font-size: 14px;
	}

	.index .sidemenu .heading-side span {
		font-size: 24px;
	}

	.index .sidemenu .heading-side::before {
		margin-bottom: 12px;
	}

	.index .sidemenu .heading-side::after {
		width: 50%;
	}

	.index .search-menu dd>a {
		padding: 8px 24px 8px 0;
	}

	.index .search-menu dd ul li {
		padding: 4px 8px;
		font-size: 14px;
	}

}

/* pickup-area
-------------------------------------*/

.index .pickup-area {
	margin-top: -86px;
	margin-left: 32px;
	padding: 32px 0 32px 44px;
	background: #FFF;
	box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.index .slide-area {
	overflow: hidden;
}

.index .top-pickup li {
	margin-right: 24px;
	padding-right: 24px;
	border-right: 1px solid #CCC;
}

.index .top-pickup a {
	display: block;
	width: 100%;
	color: #333;
}

.index .top-pickup a:hover {
	text-decoration: none;
}

.index .top-pickup figure {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	margin-bottom: 16px;
	text-align: center;
	overflow: hidden;
}

.index .top-pickup figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index .top-pickup .txt-area {
	padding: 0 16px;
}

.index .top-pickup .category {
	display: inline-block;
	padding: 4px 8px;
	margin-bottom: 8px;
	border-radius: 4px;
	background-color: #333;
	font-size: 11px;
	color: #FFF;
	line-height: 1;
}

.index .top-pickup .company-name {
	margin-bottom: 8px;
	font-size: 14px;
	color: #8F8F8F;
	line-height: 1;
}

.index .top-pickup .name {
	line-height: 1.3;
}

@media screen and (max-width:767px) {

	.index .pickup-area {
		width: 94%;
		margin: 32px auto 0;
		padding: 16px;
	}

	.index .top-pickup li {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none
	}

}



/* info-area
-------------------------------------*/

.index .info-area {
	width: 36%;
	margin-top: 56px;
	padding-left: 44px;
}

.index .info-area .top-news li {
	padding: 24px 16px;
	border-top: 1px solid #E8E8E8;
}

.index .info-area .top-news a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	color: #333;
}

.index .info-area .top-news a:hover {
	color: #E31C24;
	text-decoration: none;
}

.index .info-area .top-news .date {
	width: 8em;
}

.index .info-area .top-news .title {
	position: relative;
	width: calc(100% - 8em);
	padding-right: 16px;
}

.index .info-area .top-news .title::after {
	content: '';
	display: block;
	width: 6px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: url(/images/index/info_ic01.svg) no-repeat;
	background-size: 100% auto;
}

.index .info-area .top-news a:hover .date {
	text-decoration: none;
	color: #333;
}

.index .info-area .top-news a:hover .title {
	text-decoration: underline;
}

.index .info-area .btn {
	margin: 40px 0;
}



@media screen and (max-width:767px) {

	.index .info-area {
		width: 100%;
		margin-top: 32px;
		padding: 0 16px;
	}

	.index .info-area .top-news li {
		padding: 8px;
		font-size: 14px;
	}

	.index .info-area .btn {
		margin: 24px 0;
	}

}



/* focus-area
-------------------------------------*/

.index .focus-area {
	width: 60%;
	margin-top: 56px;
}

.index .focus-area .slide-area {
	overflow: hidden;
}

.index .focus-area .list-focus li {
	width: 300px;
	margin-right: 20px;
}

.index .focus-area .list-focus a {
	display: block;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 8px;
	color: #333;
}

.index .focus-area .list-focus a:hover {
	text-decoration: none;
}

.index .focus-area .data-focus {
	padding: 16px;
}

.index .focus-area .data-focus dt {
	margin-bottom: 8px;
	font-size: 12px;
	color: #8F8F8F;
	line-height: 1;
}

.index .focus-area .btn {
	margin: 40px 0;
}

@media screen and (max-width:767px) {

	.index .focus-area {
		width: 100%;
		margin-top: 32px;
		padding: 0 16px;
	}

	.index .focus-area .list-focus {
		max-width: 550px;
		margin: 0 auto;
	}

	.index .focus-area .list-focus li {
		width: 100%;
		margin-right: 0;
	}

	.index .focus-area .btn {
		margin: 24px 0;
	}
}