@charset "UTF-8";

.noto-sans-mono {
  font-family: "Noto Sans Mono", monospace;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-serif {
	font-family: "Noto Serif", serif;
}

.ttl01 {
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.5435)), 2.5rem);
	border-bottom: 2px solid #34759B;
	padding: 1em 0 0.2em;
	font-weight: 700;
	margin-bottom: 10px; 
}
.ttl01 span {
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.5435)), 2.5rem);
	position: relative;
	font-weight: 500;
	padding-left: 1.2em;
}
.ttl01 span::before {
  position: absolute;
	content: "-";
	left: 10px;
	top: 0;
}

.ttl01a {
	font-size: clamp(4rem, calc(4rem + ((1vw - 0.36rem) * 0.5435)), 4.5rem);
  min-height: 0vw;
	font-weight: 600;
	line-height: 1.1em;
}

.ttl02 {
	font-size: clamp(3rem, calc(3rem + ((1vw - 0.36rem) * 0.5435)), 3.5rem);
  min-height: 0vw;
	padding: 0.5em 0 0.1em;
	font-weight: 700;
	margin-bottom: 10px; 
}
.ttl02a {
	font-size: clamp(3rem, calc(3rem + ((1vw - 0.36rem) * 0.5435)), 3.5rem);
  min-height: 0vw;
	font-weight: 600;
	line-height: 1.1em;
}
.ttl02b {
	font-size: clamp(2.8rem, calc(2.8rem + ((1vw - 0.36rem) * 0.5435)), 3.3rem);
  min-height: 0vw;
	font-weight: 600;
	line-height: 1.1em;
}

.ttl03 {
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.5435)), 2.5rem);
  min-height: 0vw;
	font-weight: 700;
	margin-bottom: 10px; 
}
.ttl03a {
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.5435)), 2.5rem);
  min-height: 0vw;
	font-weight: 600;
	line-height: 1.1em;
}

.catch_text {
	padding: 0 25% 0 40%;
	text-align: center;
	font-size: 4rem;
	line-height: 1.4em;
	margin: 0 auto;
	position: absolute;
	bottom: 30%;
}

.ttl_glance {
	width: 100%;
	margin: 0 auto 15px;
}

.ttl_glance p {
	margin: 0 auto 2px;
  font-family: "Noto Serif", serif;
	font-weight: 700;
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.5435)), 2.5rem);
	color: #2C6384;
	background: #E2EEF5;
	padding: 5px 10px 7px;
}

/* 表示領域が991.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 991.98px) {
	.catch_text {
		font-size: 3rem;
	}
}

/* 表示領域が767.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 767.98px) {
	.ttl01a {
		font-size: clamp(1.8rem, calc(2vw + 2.7rem), 3.2rem);
	}
	.catch_text {
		padding: 0 20% 0 37%;
		font-size: 2rem;
	}
}

/* 表示領域が575.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 575.98px) {
	.catch_text {
		padding: 0 20% 0 37%;
		font-size: 1.4rem;
	}
}
