@charset "UTF-8";

/* --------------------------------------------------

	seek

-------------------------------------------------- */

body.page-seek-detail {
	background-image: none;
}

.seek-slider-wrap {
	margin: 0 -7.5rem 12rem;
}

.seek-slider img {
	display: block;
	/*max-width: none;*/
	width: 100%;
	max-width:750px;
	margin:0 auto;
}

.seek-slider-wrap .slick-dots {
	bottom: -3.2rem;
}

@media screen and (max-width: 1024px) {
	
	.seek-slider-wrap {
		margin-right: 0;
		margin-left: 0;
	}

}

@media screen and (max-width: 519px) {
	
	.seek-slider-wrap {
		margin-bottom: 6rem;
	}

	.seek-slider-wrap .slick-dots {
		bottom: -2rem;
	}
	
}

.seek-slider-wrap .slick-arrow {
	width: 35px;
	height: 70px;
	background: #009444;
	border-radius: 0 35px 35px 0;
	transition: .3s all;
}

.seek-slider-wrap .slick-arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	opacity: 1;
	width: 9px;
	height: 9px;
	margin-left: -8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translate(-50%);
}

.seek-slider-wrap .slick-prev {
	left: -35px;
	transform: scale(-1, 1) translate(0, -50%);
}

.seek-slider-wrap .slick-next {
	right: -35px;
}

.seek-slider-wrap .slick-arrow:hover,
.seek-slider-wrap .slick-arrow:focus {
	opacity: .75;
	background: #009444;
}

@media screen and (max-width: 519px) {
	
	.seek-slider-wrap .slick-arrow {
		width: 24px;
		height: 48px;
		border-radius: 0 24px 24px 0;
	}
	
	.seek-slider-wrap .slick-prev {
		left: -24px;
	}

	.seek-slider-wrap .slick-next {
		right: -24px;
	}
	
	.seek-slider-wrap .slick-arrow:before {
		width: 7px;
		height: 7px;
		margin-left: -5px;
	}
	
}

.seek-slider-youtube {
	margin: 0 0 1.6rem;
	aspect-ratio: 16 / 9;
}

.seek-slider-youtube iframe {
	width: 100%;
	height: 100%;
}

.seek-slider .slick-slide a {
	display: block;
}

.seek-slider .slick-slide img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}


.seek-useful-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.2rem -2.4rem;
}

.seek-useful-col {
	width: 33.33333333%;
	margin: 0 0 2.4rem;
	padding: 0 1.2rem;
}

.seek-useful-box__photo {
	margin: 0 0 1.2rem;
}

.seek-useful-box__photo img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.seek-useful-box__title {
	margin: 0;
	font-size: 1.6rem;
}

.seek-useful-box__text > :last-child {
	margin-bottom: 0;
}

.seek-useful-box_btn {
	margin: 0;
}

@media screen and (max-width: 519px) {
	
	.seek-useful-col {
		width: 100%;
	}

}


.seek-event-list dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.seek-event-list dl + dl {
	margin-top: 2rem;
}

.seek-event-list__data {
	width: 100px;
	line-height: 1;
}

.seek-event-list__cat {
	width: 64px;
	padding-right: 10px;
	line-height: 1;
}

.seek-event-list__title {
	width: calc( 100% - 164px );
	line-height: 1;
}

.seek-event-list__title a {
	color: #333;
}

@media screen and (max-width: 519px) {
	
	.seek-event-list__data {
		width: auto;
		padding-right: 1.6rem;
	}
	
	.seek-event-list__title {
		width: 100%;
		margin-top: .8rem;
		line-height: 1.4;
	}

}


.seek-company-table-wrap table {
	margin: 0 0 3.2rem;
	border: none;
}

.seek-company-table-wrap tr:nth-child(odd) {
	background-color: #ededed;
}

.seek-company-table-wrap th {
	width: 140px;
	padding: 16px 20px;
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
}

.seek-company-table-wrap td {
	padding: 16px 20px;
	border: none;
}

@media screen and (max-width: 519px) {
	
	.seek-company-table-wrap table {
		margin-bottom: 1.6rem;
	}

	.seek-company-table-wrap th {
		display: block;
		width: 100%;
		padding: 1rem 1.6rem 0;
		text-align: left;
		text-align-last:  left;
		text-justify: inherit;
	}

	.seek-company-table-wrap td {
		display: block;
		width: 100%;
		padding: 0 1.6rem 1rem;
		border: none;
	}

}


.btn-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 3.2rem -1.2rem 0;
}

.btn-area:last-child {
	margin-bottom: -2.4rem;
}

.btn-area + .btn-area {
	margin-top: 0;
}

.btn-area__col {
	flex: 1;
	margin: 0 0 2.4rem;
	padding: 0 1.2rem;
}

.btn-area__col:nth-child(4) {
	flex: none;
	width: 100%;
}

@media screen and (max-width: 519px) {
	
	.btn-area {
		margin-top: 2rem;
	}
	
	.btn-area:last-child {
		margin-bottom: -0.6rem;
	}
	
	.btn-area__col {
		flex: none;
		width: 100%;
		margin: 0 0 .6rem;
	}

}


/* --------------------------------------------------

	関連動画

-------------------------------------------------- */

.seek-videos-box + .seek-videos-box {
	margin-top: 2.4rem;
}

.seek-videos-box__photo {
	margin: 0 0 1.6rem;
	aspect-ratio: 16 / 9;
}

.seek-videos-box__photo iframe {
	width: 100%;
	height: 100%;
}


/* --------------------------------------------------

	導入している業種

-------------------------------------------------- */

.industry-box__body span + span:before {
	content: '/';
	display: inline-block;
	padding: 0 0.5rem;
}


/* --------------------------------------------------

	料金プラン・導入時の予算感

-------------------------------------------------- */

.seek-budget-box__photo {
	margin: 0 0 1.6rem;
}

.seek-budget-box__photo img {
	display: block;
	max-width: none;
	width: 100%;
}

.seek-budget-box__text {
	margin-bottom: .8rem;
}

.seek-budget-box__text > :last-child {
	margin-bottom: 0;
}

.seek-budget dl {
	display: flex;
	margin-bottom: .8rem;
}

.seek-budget dt {
	font-weight: 700;
}

.seek-budget-box__btn > :last-child {
	margin-bottom: 0;
}

div.seek-serviceimg {
	margin-right: -1rem;
	margin-left: -1rem;
}

div.seek-serviceimg .cparts-img-block {
	padding-right: 1rem;
	padding-left: 1rem;
}

div.seek-serviceimg .cparts-img-block img {
	display: block;
    max-width: none;
    width: 100%;
    aspect-ratio: 155 / 96;
	object-fit: cover;
}


/* --------------------------------------------------

	会社概要

-------------------------------------------------- */

.seek-company-sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -1.5rem;
	padding: 0;
	list-style: none;
}

.seek-company-sns li {
	padding: 0 1.5rem;
}

.seek-company-sns li img {
	width: auto;
	height: 40px;
}

.seek-company-sns a:after {
	display: none;
}

@media screen and (max-width: 519px) {
	
	.seek-company-sns {
		margin: 0.8rem -1.2rem 0;
	}

	.seek-company-sns li {
		padding: 1.2rem 1.5rem 0;
	}
	
	.seek-company-sns li img {
		width: auto;
		height: 32px;
	}

}


/* --------------------------------------------------

	通常企業

-------------------------------------------------- */

.seek-normalcompany-head-wrap {
	margin: 0 0 3.2rem;
	padding-top: 2.4rem;
	border-top: 2px solid #e1e1e1;
}

.seek-normalcompany-head {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}

.seek-normalcompany-head__text {
	width: 70.731707%;
	padding: 0 1rem;
}

.seek-normalcompany-head__text > :last-child {
	margin-bottom: 0;
}

.seek-normalcompany-head__sup {
	width: calc( 100% - 70.731707% );
	padding: 0 1rem;
	color: #808080;
}

.seek-normalcompany-head__sup p {
	margin: 0 0 4px;
}

.seek-normalcompany-head__sup > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 519px) {
	
	.seek-normalcompany-head__text {
		width: 100%;
		margin: 0 0 1.6rem;
		font-size: 1.6rem;
	}

	.seek-normalcompany-head__sup {
		width: 100%;
	}

}

/* --------------------------------------------------

	スライダー内動画

-------------------------------------------------- */
.video_frame{
	position:relative;
}

.video_frame .video_mark {
	position:absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translateY(-50%) translateX(-50%);
	transition: .3s all;
}

.video_frame .video_mark:hover{
	opacity: 0.8;
}

.video_frame .video_mark img {
	aspect-ratio: auto;
	width: auto;
}

@media screen and (max-width: 519px) {
	
	.video_frame .video_mark img {
		width: 42px;
		height: 42px;
	}

}