@charset "UTF-8";
/* index.css */

/* ----- top_common ----- */
h2.ff_din {
	font-size: 50px;
	font-size: min(3.901vw,50px);
	line-height: 1;
	letter-spacing: .05em;
	margin-bottom: 80px;
	margin-bottom: min(5vw,50px);
}
h2.h2_jp {
	font-size: min(3.2vw,40px);
}
.news_flex .card {
	width: calc(100%/3 - 40px/2);
	width: calc(100%/3 - calc(min(2.5vw,40px)/1.5));
}
/* 更新形コンテンツのカラム数が少ないとき、左寄せにする */
.news_flex:after {
	content: "";
	width: calc(100%/3 - 40px/2);
	width: calc(100%/3 - calc(min(2.5vw,40px)/1.5));
	height: 0;
	display: block;
}


/* ----- mv slide-show ------ */
#mv_wrap {
	position: relative;
}
.mv_slide {
	width: 28vw;
	min-width: 300px;
	height: fit-content;
	padding: 20px 40px 15px;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	right:  min(3.901vw,40px);
	bottom: min(3.901vw,40px);
}
.mv_slide ul {
	aspect-ratio: auto !important;
}
.uk-slideshow-items > * {
	position: static;
}
.uk-slideshow-items {
	min-height: inherit !important;
	display: grid;
	grid-template-rows:    1fr;
	grid-template-columns: 1fr;
}
.uk-position-center-left {
	left:  -50px;
}
.uk-position-center-right {
	right: -50px;
}

.uk-slideshow-items li {
	grid-row: 1/2;
	grid-column: 1/2;
}
.uk-slideshow-nav {
	margin-top: 10px;
}
.uk-slidenav {
	color: #666 !important;
}
.uk-dotnav > * > * {
	border: 1px solid #666;
}
.uk-dotnav > .uk-active > * {
	border-color: transparent;
	background-color: #666;
}


/* ----- first ----- */
#sec_first .bg_wrap {
	position: relative;
	z-index: 0;
}
/*first faq */
.first_bnr_flex {
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.first_bnr_flex a {
	width: calc(100%/3 - clamp(15px,2.5vw,25px)/1.5);
	font-size: clamp(12px,1.4vw,16px);
	position: relative;
	line-height: 1.5;
	text-align: justify;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: clamp(15px,2.5vw,25px);
	padding: 1.5em 1em;
	color: #4d4d4d;
	background-color: #eeeef5;
	border-bottom: 3px solid #4d4d4d;
}
.first_bnr_flex a:nth-of-type(3n+1) {
	margin-left: 0;
}
.first_bnr_flex a:nth-of-type(n+4) {
	margin-top: clamp(15px,2.5vw,25px);
}
.first_bnr_flex a span {
	width: fit-content;
	font-size: 1em;
	font-weight: bold;
	display: flex;
	letter-spacing: inherit;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 2;
}
.first_bnr_flex a span:before {
	content: "#";
	font-size: 1em;
	display: inline-block;
	margin-right: .15em;
}

/* hoverアクション */





/* ----- pick up ----- */
#sec_pick .card {
	background-color: #fff;
}
#sec_pick .card_info,
#sec_pick .card_cont {
	padding-left:  20px;
	padding-left:  clamp(15px,1.333vw,20px);
	padding-right: 20px;
	padding-right: clamp(15px,1.333vw,20px);
}
/* 余白 */
#sec_pick .card_info {
	padding-top: 20px;
	padding-top: clamp(15px,1.333vw,20px);
	padding-bottom: 10px;
	padding-bottom: clamp(5px,1vw,10px);
}
#sec_pick .card_cont {
	padding-bottom: 20px;
	padding-bottom: clamp(15px,1.333vw,20px);
}
/* 項目 */
#sec_pick .card_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#sec_pick .card_date {
	font-size: 16px;
	font-size: min(1.6vw,16px);
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: .5em;
}
#sec_pick .card_date,
#sec_pick .card_date a {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	letter-spacing: .05em;
}



#sec_pick .card_tag {
	line-height: 1;
}
.card_tag {
	background-color: #d24d84;
}
#sec_pick .card_tag a {
	font-size: 18px;
	font-size: min(1.6vw,16px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: .05em;
	display: block;
	color: #fff;
	padding: .35em.5em;
}
/* card文章 */
#sec_pick .card_cont {
	font-size: 16px;
	font-size: min(1.6vw,16px);
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	line-height: 1.5;
	text-align: justify;
	color: #808080;
}


/* ----- news ----- */
#sec_news .tab_panel_container {
	width: 100%;
	margin-left:  auto;
	margin-right: auto;
	padding: clamp(30px,4vw,40px);
	background-color: #fff;
}


/* ----- Support & Program ----- */
#sec_main-act .card {
	width: calc(100%/3);
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: column;
}
#sec_main-act .card:not(:nth-of-type(-n+3)) {
	margin-top: 50px;
}
#sec_main-act .card .img_wrap {
	position: relative;
	flex: 1;
}
#sec_main-act .card .img_wrap:before {
	content: "";
	width:  92%;
	height: 92%;
	display:  block;
	position: absolute;
	top:  4%;
	left: 4%;
	border: 2px solid #fff;
}

#sec_main-act .card .cont_wrap {
	position: relative;
	padding: 30px 40px 0;
	padding-top:   min(2vw,30px);
	padding-left:  min(1.5vw,30px);
	padding-right: min(1.5vw,30px);
	margin-left: -1px;
	flex: 1;
}
#sec_main-act .card .cont_wrap:before,
#sec_main-act .card .cont_wrap:after  {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 10px);
	top: 10px;
	background-color: #000;
}
#sec_main-act .card .cont_wrap:before {
	left: 0;
}
#sec_main-act .card .cont_wrap:after  {
	right: 0;
}
#sec_main-act .card h4 {
	font-size: min(2.2vw,22px) !important;
	line-height: 1em;
	position: absolute;
	left:   4%;
	bottom: 4%;
	background-color: #fff;
	padding: .25em .5em;
}
#sec_main-act .card p  {
	font-size: 16px; /* to 12 */
	font-size: min(1.56vw,16px);
	color: #808080;
}

/* ----- message（DEI推進本部について） ----- */
#sec_message h2 {
	margin-bottom: 0;
}
#sec_message h3 {
	font-size: 28px;
	font-size: min(2.081vw,28px);
	font-weight: bold;
	letter-spacing: 0;
}
#sec_message .flex_box {
	flex-wrap: nowrap;
	margin-left: auto;
	margin-right: 0;
}
#sec_message .left_cont {
	width: 45%;
	max-width: 600px;
	align-self: center;
	margin-right: 30px;
}
#sec_message .left_cont p {
	font-size: min(1.6vw,24px);
}
#sec_message .right_cont {
	width: 55%;
	background-image: url(../../img/index/message_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#sec_message .right_cont img {
	height: 100%;
	vertical-align:  bottom;
	object-position: center;
	object-fit: contain;
}
#sec_message .ichi_btn {
	text-align: left;
	margin-bottom: min(6.502vw,80px);
}
/* 各ページへのボタンを追加 */
.ul_message-link li {
	width: 100%;
}
.ul_message-link li:not(:first-of-type):before {
	content: "";
	width:  100%;
	height: 1px;
	display: block;
	background-color: #000;
}
.ul_message-link li a {
	width: 100%;
	display: flex;
	padding-top:    1.5em;
	padding-bottom: 1.5em;
}
.ul_message-link img  {
	width: 3em;
	margin-right: .5em;
}
.ul_message-link span {
	font-size: min(1.5vw,24px);
	align-self: center;
}
/* ボタンに矢印を追加 */
.ul_message-link li span {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
.ul_message-link li span:after {
	content: "";
	width: 28px;
	height: 6px;
	border-right:  1px solid #000;
	border-bottom: 1px solid #000;
	transform: skew(45deg);
	margin-right: 30px;
}
/* お写真削除に関連してレイアウトを変更 ---------- */
.ul_message-link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.ul_message-link li {
	width: calc(100%/3 - min(4vw,40px)/1.5);
	margin-right: min(4vw,40px);
	border-bottom: 1px solid #000;
}
.ul_message-link li:nth-of-type(3n) {
	margin-right: 0;
}
.ul_message-link li a {
	padding-top:    1.5em;
	padding-bottom: 1em;
}
.ul_message-link img  {
	width: 2.5em;
}
.ul_message-link span {
	font-size: clamp(12px,1.2vw,18px);
	line-height: 1.5;
}
.ul_message-link li:before,
.ul_message-link li:after,
.ul_message-link li span:after   {
	content: none !important;
}
/* 背景画像 */
.bg_message_text {
	width: 40%;
	display: block;
	margin: 3% 0 0 auto;
}

/* ----- Staff (Interview) & Column ----- */
.staff-column_wrap .card {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: #fff;
}
#sec_pick .card img,
.staff-column_wrap img {
	max-height: 300px;
	max-height: min(18vw,300px);
	object-fit: cover;
	object-position: center;
	display: inline-block;
	flex: 1;
}
.staff-column_wrap .card_cont {
	padding: 20px;
	padding: min(2vw,20px);
}
.staff-column_wrap .card_cont dt,
.staff-column_wrap .card_cont dd {
	font-size: 16px;
	font-size: min(1.6vw,16px);
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}
.staff-column_wrap .card_cont dt {
	font-weight: bold;
	padding-bottom: 10px;
	padding-bottom: min(1vw,10px);
}
.staff-column_wrap .card_cont dd {
	color: #808080;
}

/* Interview(20231020 add) */
#sec_staff .card {
	width: calc(100%/4 - 15px);
	padding: 1%
}
#sec_staff .card .img_wrap {
	width: 100%;
	display: inline-block;
	flex: 1;
	margin-bottom: auto;
}
#sec_staff .card .int_text {
	width: 100%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding-top: 1em;
	padding-bottom: .5em;
	flex: 2;
}
#sec_staff h2.h2_jp {
	margin-bottom: min(4vw,40px);
}

/* ----- PickUp & News を横並びに ----- */
.archive_pc_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.archive_pc_flex #sec_pick {
	width: 35%;
}
.archive_pc_flex #sec_news {
	width: 65%;
}
#sec_pick .card img {
	height:     150px;	
	min-height: 150px;
}



/* --- pickup --- */
.news_flex .card {
	width: 100%;
}
.news_flex .card + .card {
	margin-top: 30px;
}
/* --- news --- */
#sec_news .bg_wrap {
	height: 100%;
}

@media screen and (max-width:1199px) {
	/* PICK UP */
	#sec_pick .card img {
		height:     min(15vw,150px);
		min-height: min(15vw,150px);
	}
	/* NEWS */
	#sec_news .tab_panel_container {
		height: 65vw;
		max-height: 650px;
		min-height: 600px;
		overflow-y: scroll;
	}
}




/* ----- LILAS & fika リンク用コンテンツ ----- */
#sec_fika_lilas {
	background-color: #f4f4f6;
}
#sec_fika_lilas .flex_box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
#sec_fika_lilas .cont_wrap {
	width: 48%;
	position: relative;
	padding: clamp(40px,6vw,80px) clamp(30px,4vw,80px);
	background-color: #efeff2;
	border: 1.5px solid #2e2d83;
	box-shadow: 5px 5px 0px 0px #2e2d82;
	z-index: 0;
}
#sec_fika_lilas .cont_wrap:after {
	content: "";
	width: 30%;
	height: 140px;
	display: block;
	position: absolute;
	right:  5%;
	bottom: 4%;
	background-image:  url(../../img/index/illust_lilas.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	z-index: -1;
}

/* 要素 */
#sec_fika_lilas .cont_wrap > * {
	width: 100%;
	max-width: 430px;
	position: relative;
	margin-left:  auto;
	margin-right: auto;
	z-index: 2;
}
/* --- Lilas --- */
.lilas_head {
	font-size: 70px;
	font-size: min(5.5vw,70px);
	line-height: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: .25em;
	color: #2e2d83;
}
.lilas_head strong {
	font-size: 1em;
	font-weight: 700;
	font-family: "linotype-didot", serif !important;
	line-height: 1;
	letter-spacing: .05em;
	margin-right: 30px;
	margin-right: min(3vw,30px);
	background: transparent;
}
.lilas_head small {
	font-size: .5em;
}
.lilas_head svg {
	min-width: 60px;
	height: 1.1em;
}
.lilas_head svg .st0 {
	fill: #2e2d83;
}
.lilas_caption {
	font-size: 22px;
	font-size: clamp(14px,2vw,22px);
	font-family: "linotype-didot", serif !important;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .01em;
	color: #2e2d83;
	margin-bottom: 1em;
}
#sec_fika_lilas .cont {
	line-height: 1.8;
	text-align: justify;
}
/* --- fika --- */
#sec_fika_lilas .cont_fika {
	background-color: #f6f1ea;
	border-color: #c75a5b;
	box-shadow: 5px 5px 0px 0px #c75a5b;
}
#sec_fika_lilas .cont_fika:after {
	background-image: url(../../img/index/illust_fika.png);
}
.fika_head {
	text-align: center;
	margin-bottom: 7%;
}
.fika_head img {
	width: 65%;
	display: inline-block;
}




@media screen and (max-width:1359px) {
	#sec_fika_lilas .cont_wrap {
		padding-bottom: 120px;
		padding-bottom: min(14vw,130px);
	}
	#sec_fika_lilas .cont_fika:after {
		bottom: 3%;
	}
}









@media screen and (max-width:1000px) {
	/* ----- message ----- */
	#sec_message .flex_box {
		flex-wrap: wrap;
	}
	#sec_message .left_cont,
	#sec_message .right_cont {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	/* 左 */
	#sec_message h2,
	#sec_message h3 {
		text-align: center;
	}
	#sec_message .left_cont p {
		font-size: 16px;
		font-size: min(4.2vw,20px);
		display: flex;
		justify-content: center;
	}
	/* 右 */
	#sec_message .right_cont {
		background-position: top center;
	}
	#sec_message .right_cont img {
		height: auto;
	}
	#sec_message .ichi_btn.sp_blk {
		text-align: center;
	}
	#sec_message .right_cont img.marL_B-SP {
		margin-bottom: 40px !important;
	}
	/* ボタン */
	#sec_message .ichi_btn.pc_blk {
		display: none !important;
	}
	#sec_message .ichi_btn.sp_blk {
		display: block !important;
	}

	/* お写真削除に関連してレイアウトを変更 ---------- */
	.ul_message-link li span br {
		display: none !important;
	}

}

@media screen and (max-width:768px) {
	/* ----- common ----- */
	h2.ff_din {
		font-size: 32px;
		text-align: center;
		margin-bottom: 1em;
	}
	h2.h2_jp {
		font-size: 24px;
	}

	.news_flex .card {
		width: 100%;
	}
	.news_flex .card:not(:first-of-type) {
		margin-top: 30px;
	}

	/* ----- #mv ----- */
	#mv_wrap {
		padding-top: 0;
	}

	/* ----- mv slide-show ------ */
	.mv_slide {
		width: 95%;
		min-width: inherit;
		position: relative;
		margin-top: -5vw;
		margin-left:  auto;
		margin-right: auto;
		padding-top: 0;
		padding-bottom: 8vw;
		right:  0;
		bottom: 0;
		background-color: inherit;
	}

	/* ----- first -----*/
	.first_bnr_flex {
		max-width: 600px;
	}
	.first_bnr_flex a {
		width: 100%;
		font-size: 14px;
		margin-left: 0;
	}
	.first_bnr_flex a + a {
		margin-top: 15px !important;
	}

	/* ----- pick up ----- */
	#sec_pick .card_info,
	#sec_pick .card_cont {
		padding-left:  20px;
		padding-left:  min(4vw,20px);
		padding-right: 20px;
		padding-right: min(4vw,20px);
	}
	/* 余白 */
	#sec_pick .card_info {
		padding-top: 20px;
		padding-top: min(4vw,20px);
		padding-bottom: 10px;
		padding-bottom: min(2.667vw,10px);
	}
	#sec_pick .card_cont {
		padding-bottom: 20px;
		padding-bottom: min(4vw,20px);
	}
	/* 項目 */
	#sec_pick .card_date {
		font-size: 12px;
		font-size: min(3.2vw,16px);
	}
	#sec_pick .card_tag a {
		font-size: 14px;
		font-size: min(3.733vw,18px);
		padding: 5px 30px;
		padding-top:    min(1.333vw,5px);
		padding-bottom: min(1.333vw,5px);
		padding-left:  min(4vw,20px);
		padding-right: min(4vw,20px);
	}
	/* card文章 */
	#sec_pick .card_cont {
		font-size: 14px;
		font-size: min(3.733vw,18px);
		letter-spacing: 0;
		line-height: 1.5;
		color: #808080;
	}

	/* ----- news ----- */
	#sec_news .tab_panel_container {
		max-width: 600px;
		height: auto;
		max-height: inherit;
		min-height: inherit;
		overflow-y: visible;
		padding: 30px 20px;
		padding: clamp(30px,8vw,40px) clamp(20px,5.333vw,40px);
	}

	/* ----- Support&Program ----- */
	#sec_main-act .bg_wrap-PadNone {
		max-width: 600px;
		margin-left:  auto;
		margin-right: auto;
	}
	#sec_main-act .card {
		width: 100%;
	}
	#sec_main-act .card:not(:first-of-type) {
		margin-top: 40px;
	}
	#sec_main-act .card .cont_wrap {
		padding-top:   15px;
		padding-left:  20px;
		padding-right: 20px;
	}
	#sec_main-act .card .cont_wrap:before,
	#sec_main-act .card .cont_wrap:after {
		content: none;
	}
	#sec_main-act .card h4 {
		font-size: min(5vw,30px) !important;
	}
	#sec_main-act .card p {
		font-size: 14px;
		line-height: 1.5;
		text-align: justify;
		letter-spacing: .05em;
	}


	/* ----- message ----- */
	#sec_message .flex_box {
		flex-wrap: wrap;
	}
	#sec_message .left_cont,
	#sec_message .right_cont {
		width: 100%;
		margin-right: 0;
	}
	/* 左 */
	#sec_message h3 {
		font-size: 20px;
		text-align: center;
		letter-spacing: .1em;
		line-height: 1.5em;
	}
	#sec_message .left_cont p {
		font-size: 16px;
	}
	/* 右 */
	#sec_message .right_cont {
		background-position: top center;
	}
	#sec_message .right_cont img {
		height: auto;
	}
	#sec_message .ichi_btn.sp_blk {
		text-align: center;
		margin-bottom: 0;
	}
	/* 各ページへのボタンを追加 */
	.ul_message-link span {
		font-size: min(3.2vw,18px);
		align-self: center;
	}
	/* ボタンに矢印を追加 */
	.ul_message-link li span:after {
		width: 5.867vw;
		max-width: 30px;
		height: 6px;
		margin-right: min(5.333vw,30px);
	}

	/* お写真削除に関連してレイアウトを変更 ---------- */
	.ul_message-link li {
		width: 100%;
		margin-right: 0 !important;
	}
	.ul_message-link li span br {
		display: block !important;
	}
	.ul_message-link li span:after {
		content: "" !important;
	}
	.ul_message-link img {
		width: 3em;
	}
	.bg_message_text {
		width: 75%;
		margin-top: 10%;
	}


	/* ----- Staff (Interview) & Column ----- */
	.staff-column_wrap .card {
		display: inline-block;
	}
	#sec_pick .card img,
	.staff-column_wrap img {
		height: 150px;
		max-height: inherit;
		min-height: inherit;
	}
	.staff-column_wrap .card_cont {
		padding: min(4vw,20px);
	}
	.staff-column_wrap .card_cont dt {
		font-size: 16px;
		font-size: min(3.733vw,18px);
		padding-bottom: 10px;
		padding-bottom: min(2.667vw,10px);
	}
	.staff-column_wrap .card_cont dd {
		font-size: 14px;
		font-size: min(3.2vw,16px);
	}
	/* Interview(20231020 add) */
	#sec_staff .card {
		width: 100%;
		padding: 2%;
	}
	#sec_staff .card .int_text {
		font-size: min(3.733vw,20px);
		display: inline-block;
		padding-top: .75em;
		padding-bottom: 0;
	}
	/* 20240327 add */
	#sec_staff h2.h2_jp {
		margin-bottom: min(6vw,30px) !important;
	}

	/* ----- PickUp & News を横並びに ----- */
	.archive_pc_flex {
		flex-direction: column;
	}
	.archive_pc_flex #sec_pick,
	.archive_pc_flex #sec_news {
		width: 100%;
	}


	/* ----- LILAS & fika リンク用コンテンツ ----- */
	#sec_fika_lilas .flex_box {
		flex-direction: column;
	}
	#sec_fika_lilas .cont_wrap {
		width: 98%;
		padding-bottom: clamp(130px,35vw,160px);
	}
	#sec_fika_lilas .cont_wrap + .cont_wrap {
		margin-top: 30px;
		margin-top: clamp(30px,8vw,40px);
	}
	#sec_fika_lilas .cont_wrap:after {
		width: 32%;
		height: 150px;
		bottom: 5%;
	}
	#sec_fika_lilas .cont_fika:after {
		width: 34%;
		bottom: 3%;
	}

	/* LILAS */
	#sec_fika_lilas .lilas_head_wrap {
		width: fit-content;
	}
	.lilas_head {
		font-size: 32px;
		font-size: min(11.733vw,50px);
	}
	.lilas_head strong {
		margin-right: .35em;
	}
	.lilas_caption {
		font-size: clamp(14px,3.733vw,20px);
	}
	/* fika */
	.fika_head img {
		width: 60%;
		max-width: 240px;
	}
}