/*
Theme Name: Original website
*/



/* ==================================
追記
===================================== */

:root {
	--color-ttile: #0080D4;
}


/* ==================================
リセット・調整・ファンデーション
===================================== */
/*---------- 調整 ----------*/
/* 疑似要素の削除 */
.no-before::before,
.no-after::after {
	content: unset !important;
}

/*---------- BMパーツの調整 ----------*/
.lib-timeline-002__outer.before-ttile .lib-timeline-002__headline::before {
	background-color: var(--color-ttile);
}

@media print, screen and (min-width: 768px) {
	.lib-timeline-002.--low .lib-timeline-002__headline:after {
		height: calc(40px + 1.75rem * 2);
		top: calc((60px + 1.75rem) * -1);
	}
}


/* ==================================
色とか
===================================== */
.bg-title {
	background-color: var(--color-ttile);
}
.border-title {
	border-color: var(--color-ttile);
}

.bg-grad-rec {
	background-image: linear-gradient(to right, #63cce8, #62ead8);
}


/* ==================================
タイポグラフィ
===================================== */
.text-shadow {
	text-shadow: 0px 0px 0.25em var(--bl);
}


/* ==================================
色とか
===================================== */
html:has(.p-header.--recruit) {
	.c-under-mv-text-en {
	/* font-size: 20px; */
		color: var(--color-ttile);
	}
	/* @media print, screen and (min-width: 768px) {
		.c-under-mv-text-en {
			font-size: 34px;
		}
	} */
}