@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

/*サイトマップ用css*/

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

	600pxまで（sp）

-------------------------------*/
.pc {
	display: none;
}

.contents_wrap {
	padding-top: 65px;
}

/*---------- ページタイトル ----------*/
.pageTtl_wrap {
	position: relative;
	width: 100%;
	min-width: 320px;
	height: 40vw;
	min-height: 128px;
	background: url(/img/news/BP08-11424.png) no-repeat center / cover;
}

.pageTtl {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 4.4rem;
	font-weight: 700;
	font-family: "Caveat", sans-serif;
	letter-spacing: .07em;
	line-height: 1.3;
	text-align: center;
	transform: translate(-50% , -50%);
	sup {
		display: inline-block;
		color: var(--corporate-color);
		font-size: .625em;
		translate: 4px -18px;
	}
}

.pageTtl_en {
	position: relative;
	font-size: 1.3rem;
	font-style: italic;
	letter-spacing: -.01em;
}

.pageTtl_en::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 40px;
	height: 2px;
	background: var(--corporate-color);
	transform: translateX(-50%);
}
/*---------- end_ページタイトル ----------*/

/*---------- パンくず ----------*/
.breadcrumb_wrap {
	padding: 0 2.5%;
}

.breadcrumb_item {
	display: inline-block;
	font-size: 1.2rem;
}

.breadcrumb_link {
	display: inline-block;
	margin-right: 5px;
	color: black;
}

.breadcrumb_gt {
	color: #999;
	vertical-align: 1px;
}
/*---------- end_パンくず ----------*/

/*---------- selectBox ----------*/
.selectBox {
	margin-bottom: 40px;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.selectBox_note {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
}

select[name="select_year"] {
	padding: 10px;
	width: 150px;
	font-size: 14px;
}

.selectBox_p {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}

.selectBox_allBtn {
	display: block;
	width: fit-content;
	border: 1px solid #000;
	margin: 10px auto 0;
	padding: 6px 20px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	transition: .3s;
	&:hover {
		color: #fff;
		background: #0099ff;
		border-color: #0099ff;
	}
}


/*---------- end_selectBox ----------*/

.article {
	width: 100%;
}

.articleTtl {
	width: 95%;
	margin: 0 auto;
	color: #898989;
	font-size: 4.1rem;
	border-bottom: 1px solid #e5e5e5;
	sup {
        display: inline-block;
        translate: 0 -22px;
        font-size: .625em;
	}
}

/*---------- topics_list ----------*/
.topics_list {
	display: grid;
	width: 95%;
	margin: 0 auto 37px;
	gap: 15px;
}

.topics_item {
	border-radius: 15px;
}

.topics_item--travel {
  background: #F0F9FF;
  .topics_item_category {
    background: #A1CAE3;
  }
}

.topics_item--recruit {
  background: #F5FFEE;
  .topics_item_category {
    background: #C3ECC5;
  }
}

.topics_item--company {
  background: #FFFDE8;
  .topics_item_category {
    background: #F6E97F;
  }
}

.topics_item--info {
  background: #FFF5F5;
  .topics_item_category {
    background: #F7BFBF;
  }
}

.topics_item--agreement {
  background: #FFF8F1;
  .topics_item_category {
    background: #FED7A1;
  }
}

.topics_item--event {
  background: #FAF7FF;
  .topics_item_category {
    background: #E7D3FF;
  }
}

.topics_item--other {
  background: #F4F4F4;
  .topics_item_category {
    background: #D4D4D4;
  }
}

.topics_item_link {
	display: grid;
	gap: 8px;
	color: inherit;
	padding: 14px;
	&:active {
		.topics_item_img {
			opacity: .8;
		}
		.topics_item_ttl,
		.topics_item_txt {
			text-decoration: underline;
		}
	}
}

.topics_item_img {
  max-width: 100%;
  height: auto;
  transition: .3s;
}

.topics_item_head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 13px;
}

.topics_item_date {
  font-size: 12px;
  font-weight: 300;
}

.topics_item_category {
  display: block;
  width: fit-content;
  padding: 3px 9px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}

.topics_item_ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.topics_item_txt {
  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
/*---------- end_topics_list ----------*/


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

	600pxから（タブレット）

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

@media screen and (min-width: 600px) {

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	/*---------- ページタイトル ----------*/
	.pageTtl_wrap {
		height: 270px;
	}

	.pageTtl {
    top: 130px;
    left: 50%;
	}
	/*---------- end_ページタイトル ----------*/

	.article {
    width: 95%;
		max-width: 960px;
    margin: 0 auto;
	}

	.articleTtl {
		width: 100%;
		margin-bottom: 45px;
	}

	/*---------- newsページ共通box / ttl ----------*/
	.news_sectionBox {
		margin-bottom: 60px;
	}
	/*---------- end_newsページ共通box / ttl ----------*/
}

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

	960pxから（pc）

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

@media screen and (min-width: 960px) {

	.contents_wrap {
		padding-top: 90px;
	}

	/*---------- ページタイトル ----------*/
	.pageTtl {
    top: 140px;
	}
	/*---------- end_ページタイトル ----------*/

	/*---------- topics_list ----------*/
	.topics_list {
		width: 100%;
		margin: 0 auto 83px;
		gap: 23px;
	}

	.topics_item_link {
		gap: 34px;
		grid-template-columns: 41.54% 1fr;
		align-items: center;
		padding: 27px 31px;
		&:hover {
			.topics_item_img {
				opacity: .8;
			}
			.topics_item_ttl,
			.topics_item_txt {
				text-decoration: underline;
			}
		}
	}

	.topics_item_head {
		margin-bottom: 15px;
	}

	.topics_item_date {
		font-size: 16px;
	}

	.topics_item_category {
		padding: 4px 12px;
		font-size: 16x;
	}

	.topics_item_ttl {
		font-size: 20px;
	}

	.topics_item_txt {
		font-size: 18px;
	}
	/*---------- end_topics_list ----------*/
}