@charset "UTF-8";

/* ------------------------------------------------
                   INFORMATION
--------------------------------------------------- */

/*---------- 共通 ----------*/
/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	padding: 20px 0 66px;
	border-top: 4px solid var(--color-green);
	position: relative;
}
.sec-page-ttl::before {
	content: '';
	width: 45%;
	max-width: 550px;
	height: 4px;
	background: var(--color-blue);
	position: absolute;
	top: -4px;
	left: 0;
}

.page-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	text-align: center;
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.page-ttl {
	color: var(--color-black);
	text-align: center;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}


/* セクションタイトル */
.sec-ttl {
	margin-bottom: 18px;
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 600;
}


@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		padding: 2vw 0 0;
		border-top: none;
	}
	.breadcrumb-wrap {
		margin-bottom: 4vw;
	}
	.sec-page-ttl::before {
		content: none;
	}

	.page-ttl-en {
        margin-bottom: 0;
		font-size: var(--fs-sp-17);
        line-height: 1.73;
	}
	.page-ttl {
		margin-bottom: 11.73vw;
		font-size: var(--fs-sp-23);
		line-height: 1.73;
	}

	/* セクションタイトル */
	.sec-ttl {
		margin-bottom: 3.5vw;
		font-size: var(--fs-sp-23);
	}
}



/*---------- お知らせ一覧 ----------*/

.sec-information {
	width: 100%;
	position: relative;
	z-index: 2;
}
.sec-information .cont-inn {
	padding: 110px 0;
	border-top: 1px solid rgba(68, 68, 68, 0.2);
}
.information-wrap {
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
}

.information-select {
	width: 100%;
	margin-bottom: 26px;
	align-items: center;
}
/* select */
.select-wrap {
	display: inline-block;
	position: relative;
	border: 1.5px solid var(--color-txt-darkgray);
}
.select-wrap::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 10px;
	top: calc(50% - 2.5px);
	border-top: 5px solid var(--color-black);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
select {
	appearance: none;
	
	width: 90px;
	padding: 5px 35px 5px 15px;
	border: none;
	background: #fff;
	background-image: none;
	box-shadow: none;
	cursor: pointer;
}

.information-select-txt {
	display: inline-block;
	margin-left: 15px;
	font-size: 1.7rem;
	font-weight: 600;
}

/* リスト */
.information-list {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #C5C5C5;
}
.information-item {
	width: 100%;
	padding: 25px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #C5C5C5;
	text-align: left;
}
.information-item:last-child {
	border-bottom: none;
}
.information-item-date {
	width: 130px;
	font-weight: 600;
	color: var(--color-black);
	transition: 0.3s ease-in-out;
}
.information-item-ttl {
	width: calc(100% - 130px);
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--color-txt-gray);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: transparent;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.information-item:hover .information-item-date {
		color: #000;
	}
	.information-item:hover .information-item-ttl {
		color: #000;
		text-decoration-color: #000;
	}
	
}

@media (max-width: 768px) {
	.sec-information {
		width: 100%;
	}
	.sec-information .cont-inn {
		padding: 15vw 0;
		border-top: 1px solid rgba(68, 68, 68, 0.2);
	}
	.information-wrap {
		width: 100%;
		max-width: initial;
	}

	.information-select {
		width: 100%;
		margin-bottom: 6vw;
		align-items: center;
	}
	/* select */
	.select-wrap {
	}
	.select-wrap::after {
		content: '';
		right: 2vw;
		top: calc(50% - 0.5vw);
		border-top: 1vw solid var(--color-black);
		border-left: 1vw solid transparent;
		border-right: 1vw solid transparent;
	}
	select {
		appearance: none;

		width: 20vw;
		padding: 1vw 7vw 1vw 3vw;
		border: none;
		background: #fff;
		background-image: none;
		box-shadow: none;
		cursor: pointer;
	}

	.information-select-txt {
		margin-left: 3vw;
		font-size: 3.8vw;
	}
	
	
	.information-list {
		width: 100%;
		margin: 8vw auto 14vw;
	}
	.information-item {
		width: 100%;
		padding: 3vw 0 5vw;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		text-align: left;
	}
	.information-item-date {
		width: 100%;
		margin-bottom: 2vw;
		font-size: var(--fs-sp-14);
	}
	.information-item-ttl {
		width: 100%;
		font-size: var(--fs-sp-14);
	}
	
}



/*---------- お知らせ一覧 ----------*/


@media (max-width: 768px) {
    
}


