@charset "utf-8";

/*===========================================================
カバー
===========================================================*/

.cover {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cover::before {
	content: "";
	display: block;
	width: 100%;
	height: 142px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	opacity: .5;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}

.cover-area {
	width: 100%;
	position: relative;
}

.cover-area::before {
	/* content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0, 0, 0, 1), rgba(84, 84, 84, .45));
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2; */
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}

.cover-area::after {
	/* content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(0, 0, 0, 1), rgba(84, 84, 84, .45);
	mix-blend-mode: multiply;
	opacity: .4;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1; */
}

.cover .carousel-item {
    position: relative;
    z-index: 1;
    height: 0;
    padding-top: 112.5%;
}

.cover .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.carousel-inner {
	position: relative;
}

.carousel-inner .carousel-item {
	position: absolute;
	inset: 0;
	width: 100%;
}

.carousel-inner .carousel-item.active {
  position: relative; /* アクティブだけ通常フローにして高さ確保 */
}

.cover-text-container {
	margin: 20px auto 0;
	max-width: 1385px;
	width: 100%;
	height: 418px;
	position: absolute;
	z-index: 2;
}

.cover-text-box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cover-text-box::before {
	/* content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0)72%, transparent 100%);
	opacity: .4;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto; */
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0, 0, 0, .4), rgba(84, 84, 84, .45));
	inset: 0;
	opacity: .1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
	filter: blur(50px);
	-webkit-filter: blur(50px);
	border-radius: 100vmax;
}

.cover-text-box::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0, 0, 0, 1), rgba(84, 84, 84, .45));
	mix-blend-mode: multiply;
	opacity: .3;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	filter: blur(50px);
	-webkit-filter: blur(50px);
	z-index: -2;
	border-radius: 100vmax;
}

.cover-text01 {
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 2.2654)), 55px);
	font-weight: 500;
	font-family: var(--font-family01);
	letter-spacing: 0.05em;
}

.cover-text01 strong {
	font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.4304)), 83px);
	font-weight: 500;
}

.cover-text02 {
	margin: 34px 0 0;
	font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.5825)), 25px);
	font-weight: 700;
	letter-spacing: 0.05em;
}

/*===========================================================
TOP02
===========================================================*/

.top02-title01 {
	line-height: 2.125em
}

.top02-title01 span {
	vertical-align: sub;
	line-height: 0;
}

.top02-btn-area {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    gap: 33px;
}

/*===========================================================
TOP03
===========================================================*/

.top03-img-box {
	min-height: 500px;
	position: relative;
	clip-path: inset(0); 
    z-index: 0;
}

.top03-img-box::before {
    content: "";
    position: fixed; /* 画面に対して固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background-image: url(/system_panel/uploads/images/sp_top04.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
	transform: translateZ(0);
}

/*===========================================================
TOP04
===========================================================*/

.top04-title01 {
	line-height: 2.325em;
}

.top04-title01 span {
	line-height: 0.885714em;
}

/*===========================================================
TOP06
===========================================================*/

.top06-title01 {
	line-height: 2.325em;
}

.top06-title01 span {
	line-height: 0.885714em;
}

/*===========================================================
TOP08
===========================================================*/

.top08-left {
	display: contents;
}

.top08-left .title02 {
	order: 1;
}

.top-news-area {
	order: 2;
}

.top08-btn-area {
	order: 3;
}

/*===========================================================
お知らせ
===========================================================*/

img + .no-img {
    display: none;
}

.top-news-link {
	padding: 18px 30px 17px 2%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--tertiary);
	position: relative;
	transition: all .3s;
}

.top-news-item:first-child .top-news-link {
	padding: 0 30px 17px 2%;
}

.top-news-link:hover {
	opacity: 0.7;
}

.top-news-link::before {
	content: "";
	display: block;
    width: 15px;
    height: 11px;
    background: url(/system_panel/uploads/images/arrow_white.svg) center / contain no-repeat; 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5%;
	margin: auto;
	transform: translateX(0);
    transform-origin: center center; 
	transition: all .3s;
}

.top-news-item:first-child .top-news-link::before {
	top: 30%;
	bottom: auto;
}

.top-news-link:hover::before {
	transform: translateX(10px);
}

.top-news-cate-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.top-news-cate {
	flex: 1;
    padding: 1px 10px 2px;
    display: block;
    width: 100%;
    max-width: max-content;
	min-width: 114px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.3883)), 18px);
    font-weight: 500;
	letter-spacing: 0.05em;
    color: var(--base-font-color);
    text-align: center;
	background: var(--bg-secondary);
    /* word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.top-news-date {
	display: block;
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.3883)), 18px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: var(--base-font-color);
}

.top-news-title {
	margin: 8px 0 0;
	font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: var(--base-font-color);
	flex: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {

.cover .carousel-item {
    padding-top: 50%;
}

/*===========================================================
TOP02
===========================================================*/

.top02-btn-area {
	justify-content: flex-start;
}

/*===========================================================
TOP03
===========================================================*/

.top03-img-box {
	min-height: 600px;
}

/* .top03-img-box::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background-image: url(/system_panel/uploads/images/pad_top04.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
	transform: translateZ(0);
} */

/*===========================================================
お知らせ
===========================================================*/

.top08-left {
	display: block;
}

.top08-left .title02 {
	order: unset;
}

.top-news-area {
	order: unset;
}

.top08-btn-area {
	order: unset;
}

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================
TOP03
===========================================================*/

.top03-img-box::before {
    content: "";
    position: fixed; /* 画面に対して固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background-image: url(/system_panel/uploads/images/top04.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
	transform: translateZ(0);
}

/*===========================================================
お知らせ
===========================================================*/

.top-news-link {
	padding: 28px 60px 27px 2%;
}

.top-news-item:first-child .top-news-link {
	padding: 0 60px 27px 2%;
}

.top-news-cate-flex {
	gap: 40px;
}

.top-news-cate {
    padding: 1px 20px 2px;
}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 