@charset "UTF-8";

html, body {
	min-width: 1240px;
}

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

#visual {
	margin-top: 50px;
}

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

#visual h2 {
	margin-left: 20px;
	text-align: left;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 44px;
	/* line-height: 2; */
	line-height: 130px;
	color: #03537e;
}

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

#copytext {
	min-width: 1240px;
	padding: 80px 100px 160px;
	background: url(../images/copytext_02.png) no-repeat center / 100% auto;
	position: relative;
}

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

#copytext h2 {
    margin-bottom: 60px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 40px;
	color: #e9481a;
}

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

#copytext .flex {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	gap: 130px;
}

#copytext figure {
	flex-shrink: 0;
	width: 418px;
}

#copytext .text {
	text-align: left;
	font-size: 18px;
	line-height: 2;
}

#copytext .text p {
	margin-bottom: 1.5em;
}

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

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

#overflow {
	overflow: hidden;
}

#copytext2 {
	min-width: 1240px;
	padding: 60px 100px 1px;
	background: #d9e3e7;
	position: relative;
	z-index: 2;
}

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

#copytext2 .wrap {
	margin-bottom: 110px;
}

#copytext2 h2 {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: solid 1px #03537e;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	color: #03537e;
}

#copytext2 .text {
	margin-bottom: 60px;
	text-align: left;
	font-size: 18px;
	line-height: 2;
}

#copytext2 .text p {
	margin-bottom: 1.5em;
}

#copytext2 figure {
	margin-bottom: 60px;
	padding: 45px;
	border-radius: 20px;
	background: #fff;
	position: relative;
}

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

#copytext2 figcaption {
	font-size: 24px;
	line-height: 1;
	color: #191a1c;
	position: absolute;
	bottom: 40px;
	left: 45px;
}

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

#copytext2 .flex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
	margin-top: 45px;
}

#copytext2 .card {
	overflow: hidden;
	border-radius: 12px;
	background: #F0F4F5;
}

#copytext2 .card_header {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	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: 24px;
	line-height: 1.3;
}

#copytext2 .card h3 {
	margin-bottom: 0.2em;
	font-weight: bold;
	font-size: 26px;
	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;
}

#copytext2 .tags {
	display: grid;
	grid-template-columns: 962fr 250fr;
	gap: 30px;
	max-width: 1242px;
	margin: 0 auto;
}

#copytext2 .tags img {
	width: 100%;
}

#copytext2 .tags ul {
	display: flex;
	flex-direction: column;
	align-self: center;
	gap: 30px;
}

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

#news {
	min-width: 1240px;
	padding: 120px 100px 80px;
	background: url(../images/copytext_02.png) repeat-y top / 100% auto;
	position: relative;
	z-index: 1;
}

#news h2 {
    margin-bottom: 60px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 40px;
	color: #e9481a;
}

#news .section {
	height: 76vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

#news .find {
	padding: 20px 10px;
	border-top: solid 1px rgba(37, 63, 111, 0.4);
	text-align: left;
	line-height: 24px;
	display: flex;
	gap: 20px;
}

#news .find:hover {
	opacity: 0.6;
}

#news .section .more {
	display: none !important;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

.entry .date {
	display: block;
	margin-bottom: 0.7em;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	color: #e9481a;
}

.entry .date span {
	display: block;
}

.entry .thumbnail {
	margin-right: 20px;
}
.entry .thumbnail img {
	max-width: none;
	width: 150px;
}

.entry h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1;
}

.entry h3 a {
	text-decoration: none;
	color: #253f6f;
}

.entry .body {
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

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

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

#footer {
	margin-top: 0;
}
