@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	position: relative;
}

#visual h2 {
	width: 100%;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 7vw;
	line-height: 2;
	color: #fff;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 2;
}

#visual .figure {
	position: relative;
	z-index: 1;
}

#visual .figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 700 / 1000;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document copytext
--------------------------------------------------------- */

#copytext {
	padding: 10vw 5vw 15vw;
	background: url(../images/copytext_02.png) repeat-y top / auto 100vh;
	position: relative;
}

#copytext:after {
	content: '';
	width: 100%;
	height: 40px;
	background: #d9e3e7;
	clip-path: polygon(0% 0%, 50% 30px, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	bottom: -5px;
	left: 0;
}

#copytext h2 {
    margin-bottom: 7vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 5vw;
	color: #e9481a;
}

#copytext .highlight {
	font-weight: 700;
	color: #e9481a;
}

#copytext .text {
	margin-bottom: 7vw;
	text-align: left;
}

#copytext .text p {
	margin-bottom: 1.5em;
	font-weight: normal;
	font-size: 16px;
	line-height: 2;
}

#copytext .copy {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.8;
	color: #03537e;
}

/* ---------------------------------------------------------
	CSS Document copytext2
--------------------------------------------------------- */

#overflow {
	overflow: hidden;
}

#copytext2 {
	padding: 10vw 5vw 1px;
	background: #d9e3e7;
	position: relative;
	z-index: 2;
}

#copytext2:after {
	content: '';
	width: 120%;
	height: 30px;
	background: #d9e3e7;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	transform: translateX(-50%);
	position: absolute;
	bottom: -25px;
	left: 50%;
}

#copytext2 .wrap {
	margin-bottom: 15vw;
}

#copytext2 h2 {
	margin-bottom: 7vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 5.5vw;
	line-height: 1.6;
	color: #03537e;
}

#copytext2 .text {
	margin-bottom: 7vw;
	text-align: left;
}

#copytext2 .text p {
	margin-bottom: 1.5em;
	font-weight: normal;
	font-size: 16px;
	line-height: 2;
}

#copytext2 figure {
	margin-bottom: 7vw;
	padding: 5vw 3vw;
	border-radius: 10px;
	background: #fff;
	position: relative;
}

#copytext2 figure img {
	height: auto;
	object-fit: cover;
}

#copytext2 figcaption {
	font-weight: normal;
	font-size: 3vw;
	line-height: 1;
	color: #191a1c;
	position: absolute;
	bottom: 3vw;
	left: 3vw;
}

/* ---------------------------------------------------------
	CSS Document copytext2 > flex
--------------------------------------------------------- */

#copytext2 .card {
	overflow: hidden;
	margin-top: 3vw;
	border-radius: 10px;
	background: #F0F4F5;
}

#copytext2 .card_header {
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 5vw;
	letter-spacing: 0.05em;
	color: #fff;
}

#copytext2 .card.orange .card_header {
	background: #e9481a;
}

#copytext2 .card.blue .card_header {
	background: #03537e;
}

#copytext2 .card.green .card_header {
	background: #517f3f;
}

#copytext2 .card_body {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

#copytext2 .card h3 {
	margin-bottom: 0.1em;
	font-weight: bold;
	font-size: 5.5vw;
	letter-spacing: 0.05em;
}

#copytext2 .card.orange h3 {
	color: #e9481a;
}

#copytext2 .card.blue h3 {
	color: #03537e;
}

#copytext2 .card.green h3 {
	color: #517f3f;
}

#copytext2 .card .icon {
	flex-shrink: 0;
	width: 20vw;
}

#copytext2 .tags {
	display: flex;
	flex-direction: column;
	gap: 5vw;
}

#copytext2 .tags ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3vw;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	padding: 17vw 5vw 15vw;
	background: url(../images/copytext_02.png) repeat-y top / auto 100vh;
	position: relative;
	z-index: 1;
}

#news h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 8vw;
	color: #e9481a;
}

#news .section {
	text-align: left;
}

#news .find {
	padding: 8vw 0;
	border-bottom: solid 1px rgba(37, 63, 111, 0.4);
}

#news .thumbnail {
	margin-bottom: 3vw;
}

#news .date {
	display: block;
	margin-bottom: 0.9em;
	font-weight: 700;
	font-size: 3vw;
	line-height: 1;
	color: #e9481a;
}

#news .entry a {
	display: block;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-weight: 700;
	font-size: 3.5vw;
	color: #253f6f;
}

#news .body p {
	font-weight: normal;
	font-size: 3vw;
	line-height: 1.5;
	color: #666;
}

#news .body p span {
	text-decoration: underline;
	color: #253f6f;
}

#news .section .more {
	text-align: center;
	margin-top: 8vw;
}

#news .section .more span {
	display: inline-block;
	vertical-align: top;
	padding: 12px 40px;
	background: #d9e3e7;
	font-weight: normal;
	font-size: 3.5vw;
	letter-spacing: 0.05em;
	color: rgba(2, 15, 38, 0.9);
	cursor: pointer;
	user-select: none;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 0;
}
