@charset "UTF-8";
html {
	scroll-padding-top: 72px;
	scroll-behavior: smooth;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?dhe9im');
  src: url('../fonts/icomoon.eot?dhe9im#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dhe9im') format('truetype'),
    url('../fonts/icomoon.woff?dhe9im') format('woff'),
    url('../fonts/icomoon.svg?dhe9im#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-moon {
	font-family: 'icomoon';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon--yen::before {
  content: '\e916';
}
.icon--pin::before {
  content: '\e917';
}

.report {
	color: #000;
}
.report__heading {
	border-bottom: 2px solid #e5e7eb;
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.report__heading time {
	display: block;
	margin-top: 16px;
}
/* プロフィール */
.report__profile {
	align-items: flex-start;
	background: #e1e5eb;
	color: #333;
	display: flex;
	gap: 16px;
	margin: 2em 0;
	padding: 24px;
	justify-content: space-between;
}
.report__profile-image {
	border-radius: 50%;
	flex-shrink: 0;
}
.report__profile-heading {
	font-size: 16px;
    font-weight: bold;
}
.report__profile-text {
	margin-top: 8px;
}
/* CVエリア */
.report__cv {
	align-items: center;
	border-top: 2px solid #00B950;
	border-bottom: 2px solid #00B950;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin: 40px 0;
	padding: 24px 0;
}
.report__cv-image {
	height: 110px;
	width: auto;
}
.report .report__cv-text {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.report__cv-btn {
	background-color: #00B950;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 8px auto 0;
	padding: 16px;
	text-align: center;
	width: fit-content;
}
.report__cv-btn span {
	font-size: 14px;
}
/* 記事 */
.report h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}
.report h2 {
	border-left: 8px solid #3A4F75;
	color: #3A4F75;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
    margin: 35px 0 15px 0;
    padding: 8px 0 8px 16px;
}
.report h3 {
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 16px;
    padding: 16px;
}
.report p {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}
.report small {
	color: #aaa;
	display: block;
	font-size: 12px;
}
.report small + p,
.report p + p {
	margin-top: 1em;
}
.report table + small {
	margin-top: 8px;
}
.report ul {
	margin: 16px 0;
}
.report li {
	list-style-type: disc;
	margin-left: 1em;
}
.report table {
	background-color: #fff;
    border: 1px #d6d8da solid;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
    table-layout: fixed;
    width: 100%;
}
.report thead th {
	background-color: #E1E5EB;
}
.report tbody th {
	background-color: #f5f5f5;
	font-weight: normal;
}
.report th,
.report td {
	border: #d6d8da solid;
	border-width: 0 1px 1px 0;
	padding: 8px;
	text-align: center;
}
.report__table-ranking th:first-child {
	width: 50%;
}
.report__table-ranking02 th:first-child {
	width: 4em;
}

@media screen and (min-width: 641px) {
	.sp-only {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.report__profile {
		align-items: center;
		flex-direction: column;
	}
	.report__cv {
		flex-direction: column;
		margin: 32px 0;
	}
	.report__cv-btn {
		font-size: 14px;
		margin-top: 16px;
	}
	.report h1 {
		font-size: 20px;
	}
	.report__heading time {
		margin-top: 8px;
	}
	.report h2 {
		font-size: 16px;
	}
	.report h3 {
		font-size: 14px;
	}
	.report p {
		font-size: 14px;
	}
	.report small {
		font-size: 10px;
	}
	.report ul {
		margin: 16px 0;
	}
	.report li {
		font-size: 14px;
	}
	.report table {
	    font-size: 12px;
	    margin-top: 16px;
	}
	.report tbody th {
		text-align: left;
		width: 65%;
	}
	.report th,
	.report td {
		padding: 4px;
	}
	.pc-only {
		display: none;
	}
}

/* レコメンド */

.b-recommend {
  margin: 0 auto 48px;
  position: relative;
  width: 100%;
}
.b-recommend__inner {
  margin: auto;
  width: 90%;
}
.dlpo-recommend-close-btn {
  font-size: 24px;
  position: absolute;
  top: -10px;
  right: -24px;
}
.b-recommend-list__title {
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
/* 求人カード */
.bdash-job-card-list {
  width: 100%;
}
.bdash-job-card-list__title {
  font-weight: 600;
  margin-bottom: 16px;
}
.bdash-job-card-list__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.bdash-job-card {
  display: flex;
  width: 100%;
}
.bdash-job-card__inner {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
}
.bdash-job-card__info {
  padding: 16px;
}
.bdash-job-card__image {
  aspect-ratio: 440 / 320;
  background-color: #fff;
  object-fit: contain;
  width: 100%;
}
.bdash-job-card__title {
  margin-bottom: 5px;
}
.bdash-job-card__company-name {
  color: #696969;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bdash-job-card__job-name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 600;
  -webkit-line-clamp: 2;
  margin-top: 4px;
  min-height: 3em;
  overflow: hidden;
}
.bdash-job-card__conditions + li {
  margin-top: 1px;
}
.bdash-job-card__price,
.bdash-job-card__place {
  display: flex;
}
.bdash-job-card__price::before,
.bdash-job-card__place::before {
  color: #000;
  flex-shrink: 0;
  font-size: 1em;
  margin-right: 2px;
  position: relative;
}
.bdash-job-card__price {
  color: #ff5a5f;
  font-weight: 600;
}
.bdash-job-card__price::before {
  content: '\e916';
  /*top: 4px;*/
}
.bdash-job-card__place {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 12px;
  -webkit-line-clamp: 1;
  margin-top: 5px;
  overflow: hidden;
}
.bdash-job-card__place::before {
  content: '\e917';
}
.b-no-jobs-message {
  color: #696969;
  font-size: 18px;
  font-weight: 600;
  margin: 16px auto;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .b-recommend-list__title {
    font-size: 20px;
  }
  .bdash-job-card-list__title {
    font-size: 22px;
  }
  .bdash-job-card-list__title--large {
    font-size: 32px;
  }
  .bdash-job-card__inner {
    display: block;
  }
  .bdash-job-card__job-name {
    font-size: 16px;
  }
  .bdash-job-card__price {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .b-recommend-list__title {
    font-size: 18px;
  }
  .bdash-job-card-list__title {
    font-size: 12px;
  }
  .bdash-job-card {
    width: 100%;
  }
  .bdash-job-card__job-name {
    font-size: 14px;
  }
  .bdash-job-card__price {
    font-size: 12px;
  }
  .bdash-job-card__price::before {
    top: 3px;
  }

  .b-recommend-list .splide__arrows {
    display: none;
  }
  .b-recommend-list .splide__track {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
  }
  .b-recommend-list .splide__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .b-recommend-list .splide__slide {
    flex-shrink: 0;
    width: 240px; 
  }
}

/* スライダー */
.splide__track {
  padding-bottom: 24px;
}
.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 2em;
    z-index: 1
}
.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}
.splide__arrow:hover:not(:disabled) {
    opacity: .9;
}
.splide__arrow:disabled {
    opacity: .3;
}
.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__arrow--prev {
    left: -32px;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: -32px;
}
.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__pagination {
  gap: 8px;
  margin-top: 16px;
}
.splide__pagination__page {
  background-color: #f5f5f5;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 12px;
  height: 12px;
}
.splide__pagination__page.is-active {
  background-color: #ff5a5f;
}
