@charset "utf-8";
/* topix_list ページ専用スタイル */

.section--topix_list{
	margin-top: 40px;
}

/* ハンバーガーメニュー時のロゴ切り替え（topix_listページのみ） */
.header__logo-img--normal{
	display: none;
}
.header__logo.is-visible .header__logo-img--white{
	display: none;
}
.header__logo.is-visible .header__logo-img--normal{
	display: block;
}

 .hero {
	background: #f7eff0;
	padding-bottom: 60px;
  }
   .hero__container {
	aspect-ratio: 750/1084;
	position: relative;
  }
   .hero__image {
	position: relative;
	height: 100%;
	width: 100%;
  }
  .hero__tittle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.7rem;
	font-weight: 500;
	text-align: center;
	width: 100%;
	letter-spacing: 0.14em;
	text-shadow: 0 0 4px #3b3b3b, 0 0 8px #3b3b3b, 0 0 12px #3b3b3b;
  }
   .hero__mask {
	bottom: 0;
	position: absolute;
	width: 100%;
  }
   .hero__logo {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 85px;
  }
   .hero__text {
	margin-top: 30px;
	padding: 0 20px;
  }
   .section {
	position: relative;
  }
   .section__title .title__lang {
	display: block;
  }
   .section__title .title__lang--en {
	color: #e07f81;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
  }
   .section__title .title__lang--jp {
	font-size: 2.3rem;
	font-weight: 500;
  }
   .section__title .title--center {
	text-align: center;
  }
   .section__title .title--left .title__lang--en {
	margin-bottom: 10px;
  }
   .section--news {
	background: url("../../images/top/news_bg.png") center top no-repeat;
	background-size: 100%;
	padding-bottom: 100px;
	padding-top: 70px;
  }
   .section--concept {
	padding-bottom: 80px;
	padding-top: 40px;
  }
   .section--concept .title__lang--jp {
	letter-spacing: -0.05em;
  }
   .section--concept::before {
	aspect-ratio: 510/650;
	background: #f7eff0;
	border-radius: 10px 0 0 10px/10px 0 0 10px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 68%;
  }
   .section--education {
	background: #f7eff0;
	border-radius: 10px 10px 0 0/10px 10px 0 0;
	margin-top: -10px;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 60px;
  }
   .section--education .section__top {
	position: relative;
  }
   .section--education .section__top::before {
	background: #fff;
	content: "";
	display: block;
	height: calc(100% + 170px);
	left: -20px;
	position: absolute;
	top: -60px;
	width: calc(100% + 40px);
  }
   .section--education .section__title {
	margin-bottom: 30px;
	position: relative;
  }
   .section--education .section__content {
	position: relative;
  }
   .section--education .title__lang--jp {
	letter-spacing: 0.15em;
  }
   .section--topix_list {
	padding-bottom: 80px;
	padding-top: 70px;
  }
   .section--recruit {
	background: #e07f81;
	color: #fff;
	padding-bottom: 40px;
	padding-top: 80px;
  }
   .section--recruit .section__image {
	border-radius: 10px;
	margin-top: -80px;
	overflow: hidden;
  }
   .section--recruit .section__title {
	margin-bottom: 10px;
	margin-top: 30px;
  }
   .section--recruit .title__lang--jp {
	font-weight: 400;
  }
   .section--recruit::before {
	aspect-ratio: 750/150;
	background: #fff;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
  }
   .news {
	margin-top: 20px;
  }
   .news__item {
	border-bottom: 1px solid #ddd;
  }
   .news__link {
	display: block;
	padding: 20px 0;
  }
   .news__time {
	color: #aaa;
	font-weight: 500;
  }
   .news__title {
	color: #191e1f;
  }
   .concept {
	margin-top: 10px;
  }
   .concept__lead {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 40px;
  }
   .concept__image {
	aspect-ratio: 67/42;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
  }
   .concept__button {
	margin-top: 30px;
  }
   .spacer {
	aspect-ratio: 750/860;
	clip-path: inset(0);
	overflow: hidden;
	position: relative;
  }
   .spacer::before {
	background: url("../../images/top/img_spacer.jpg") no-repeat;
	background-position: calc(50% + 275px) center;
	background-size: 800px auto;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
  }
  @media (max-width: 1279px) {
	 .spacer::before {
	  background-position: calc(50% + 245px) bottom;
	}
  }
  @media (max-width: 959px) {
	 .spacer::before {
	  background-position: calc(50% + 0px) bottom;
	}
  }
  @media (max-width: 639px) {
	 .spacer::before {
	  background-position: center bottom;
	  background-size: cover;
	}
  }
   .education__text {
	margin-bottom: 40px;
  }
   .education__image {
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	position: relative;
  }
   .education__image .image-1 {
	aspect-ratio: 1/1;
	border-radius: 10px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 68.3582089552%;
  }
   .education__image .image-2 {
	aspect-ratio: 36/43;
	border-radius: 10px;
	overflow: hidden;
	width: 26.8656716418%;
  }
   .education__menu {
	margin-top: 40px;
  }
   .education__menu .menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 40px;
  }
   .education__menu .menu__link {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
  }
   .education__menu .menu__image {
	aspect-ratio: 1/1;
	border-radius: 10px;
	overflow: hidden;
	width: 130px;
  }
   .education__menu .menu__text {
	padding-right: 50px;
	position: relative;
	width: calc(100% - 145px);
  }
   .education__menu .menu__title {
	color: #191e1f;
	font-size: 1.9rem;
	font-weight: 500;
  }
   .education__menu .menu__description {
	color: #191e1f;
	margin-top: 10px;
  }
   .education__menu .menu__arrow {
	background: #e07f81;
	border-radius: 50%;
	height: 33px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 33px;
  }
   .education__menu .menu__arrow::before {
	background: #fff;
	bottom: 16px;
	content: "";
	height: 1px;
	left: 8px;
	position: absolute;
	width: 18px;
	z-index: 2;
  }
   .education__menu .menu__arrow::after {
	background: #fff;
	bottom: 16px;
	content: "";
	height: 1px;
	left: 20px;
	position: absolute;
	-webkit-transform: rotate(35deg);
			transform: rotate(35deg);
	-webkit-transform-origin: right bottom;
			transform-origin: right bottom;
	width: 6px;
	z-index: 2;
  }
   .topix_list {
	margin-top: 30px;
  }
   .topix_list__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 40px;
  }
   .topix_list__item {
	background: #f7eff0;
	border-radius: 20px 0 20px 0/20px 0 20px 0;
	overflow: hidden;
  }
   .topix_list__text {
	padding: 20px;
  }
   .topix_list__time {
	color: #999;
  }
   .topix_list__title {
	color: #191e1f;
	font-weight: 500;
  }
   .topix_list__button {
	margin-top: 40px;
  }
   .recruit__button {
	margin-top: 30px;
  }

/* =====================
   #topix_list, #news_list シンプル一覧
   ===================== */
#topix_list .topix_list-list ul,
#news_list .topix_list-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topix_list .topix_list-list li,
#news_list .topix_list-list li {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding: 20px 0 16px;
  border-bottom: 1px dotted #cccccc;
  flex-direction: column;
}

#topix_list .topix_list-list li:first-child,
#news_list .topix_list-list li:first-child {
	padding: 0 0 10px;
}

#topix_list .topix_list-list time,
#news_list .topix_list-list time {
  color: #191e1f;
  font-weight: 500;
  letter-spacing: .05em;
}

#topix_list .topix_list-list a,
#news_list .topix_list-list a {
	color: #e07f81;
	font-weight: 400;
	text-decoration: none;           /* 下線は text-decoration ではなく border で表現 */
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid currentColor;
}

#topix_list .topix_list-list a:hover,
#news_list .topix_list-list a:hover {
	opacity: 1;
	border-bottom: none;            /* hover 時は guardian/link と同じくボーダーを消す */
}

#topix_list .topix_list-list,
#news_list .topix_list-list {
	margin-top: 50px;
}

/* timeの前にサークルを表示 */
#topix_list .topix_list-list time,
#news_list .topix_list-list time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#topix_list .topix_list-list time::before,
#news_list .topix_list-list time::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e07f81;
}

/* =====================
   Pager
   ===================== */
.pager{
	margin: 32px 0 30px;
}
.pagination{
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination__item a,
.pagination__item span{
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e07f81;
  background: #fff;
  color: #e07f81;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination__item a:hover{
  background: #e07f81;
  color: #fff;
}
.pagination__item.is-current span{
  background: #e07f81;
  color: #fff;
}
.pagination__next a{
  width: 60px;
  padding: 0 4px;
  display: inline-grid;
  grid-auto-flow: column;
  place-items: center;
  gap: 0px;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;

	height: 32px;
	border: 1px solid #e07f81;
	background: #fff;
	color: #e07f81;
	text-decoration: none;
}
.pagination__next a:hover{
  background: #e07f81;
  color: #fff;
}
.pagination__arrow{
	font-size: 20px;
	line-height: 1;
}
.pagination__next.-warp a{
	width: 32px;
	height: 32px;
	padding: 0;
	display: grid;
	place-items: center;
	transition: background-color 0.3s ease;
}
.pagination__next.-warp a:hover{
	background: #e07f81;
}

.pagination__next a img{
	max-width: 6px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 矢印画像の切り替え */
.pagination__next a .arrow-white,
.pagination__next.-warp a .arrow-double-white{
	display: none;
}
.pagination__next a:hover .arrow-normal{
	display: none;
}
.pagination__next a:hover .arrow-white{
	display: inline-block;
}
.pagination__next.-warp a .arrow-double-normal{
	max-width: 10px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.pagination__next.-warp a:hover .arrow-double-normal{
	display: none;
}
.pagination__next.-warp a:hover .arrow-double-white{
	display: inline-block;
	max-width: 10px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* =====================
   Archive Select
   ===================== */
.archive-select{
	margin-top: 50px;
}
.archive-select__header{
	background: #e07f81;
	padding: 10px 20px;
	text-align: center;
}
.archive-select__title{
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	margin: 0;
}
.archive-select__body{
	background: #fff;
	padding: 0;
	text-align: center;
}
.archive-select__wrapper{
	position: relative;
	display: inline-block;
	max-width: 400px;
	width: 100%;
}
.archive-select__select{
	width: 100%;
	padding:21px 14px 21px 12px;
	border: 1px solid #e0e0e0;
	background: #fff;
	color: #191e1f;
	font-size: 1.5rem;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.archive-select__wrapper::after{
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #e07f81;
	pointer-events: none;
}
.archive-select__select:hover{
	border-color: #e07f81;
}