@charset "utf-8";

/*-------------------------
 * コンテンツ
--------------------------*/
.section_content {
	font-size: 1.1429em;
	line-height: 1.75;
}
.section_content_img {
	float: right;
	margin-left: 6.1225%;
	width: 36.7347%;
}
.section_content_img.modal-only{
	display: none;
}
.section_content_img img {
	width: 100%;
	vertical-align: top;
}
.section_content_header {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 20px;
	width: 57.1429%;
	border-bottom: 1px solid #d2d2d2;
}
.section_content_header:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 180px;
	height: 1px;
	background-color: #c00;
	content: '';
}
.section_content_title {
	font-weight: 700;
	font-size: 1.875em;
	line-height: 1.25;
}
.section_content_subtitle {
	margin-top: 5px;
	letter-spacing: 0.08em;
}
.section_content_lead {
	font-weight: 500;
	font-size: 1.375em;
	line-height: 1.7273;
	letter-spacing: 0.1em;
	color: #c00;
}
.section_content_description {
	margin-top: 80px;
}
.section_block {
	display: flex;
	margin-top: 80px;
	justify-content: space-between;
}
.section_block_img {
	width: 36.734693877%;
}
.section_block_img img {
	width: 100%;
	vertical-align: top;
}
.section_block_img img + img {
	margin-top: 20px;
}
.section_block_text {
	width: 58.1632653%;
}
.section_block_title {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.8333;
}
.section_block_description sub, .section_block_description sup {
	position: static;
	line-height: inherit;
}
.section_block_description sub {
	vertical-align: -0.125em;
}
.section_block_description sup {
	vertical-align: super;
}
.section_block:first-of-type {
	clear: both;
	margin-top: 65px;
}
.section_block:nth-of-type(even) {
	flex-direction: row-reverse;
}
.section_theme {
	margin-top: 80px;
	padding: 25px 4.0816% 30px;
	background-color: #e6e6e6;
}
.section_theme_title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}
.section_theme_list {
	display: flex;
	flex-wrap: wrap;
}
.section_theme_list li {
	box-sizing: border-box;
	padding-left: 1em;
	width: calc(100%/3 - 2em/3);
	font-size: 0.9375em;
	text-indent: -1em;
}
.section_theme_list li:not(:nth-child(3n)) {
	margin-right: 1em;
}
.section_theme_note {
	margin-top: 10px;
	font-size: 0.9375em;
}
.section_theme_note + .section_theme_note {
	margin-top: 5px;
}
.section_theme_note a {
	color: #c00;
	margin-left: 0.75em;
}
.section_theme_note a:first-of-type{
	margin-left: 0;
}
.section_theme_note a img {
	margin-left: 0.25em;
}
.section_relation {
	margin-top: 50px;
}
.section_relation_title {
	display: flex;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.25em;
	align-items: center;
}
.section_relation_title:before, .section_relation_title:after {
	display: block;
	width: 50%;
	height: 1px;
	background-color: #ccc;
	content: '';
}
.section_relation_title span {
	margin: 0 20px;
	white-space: nowrap;
}
.section_relation_list {
	display: flex;
	flex-wrap: wrap;
}
.section_relation_card {
	width: 23.0612%;
}
.section_relation_card:not(:nth-child(4n)) {
	margin-right: 2.585%;
}
.section_relation_card:nth-child(n+5) {
	margin-top: 35px;
}
.section_relation_card a {
	position: relative;
	display: block;
	box-sizing: border-box;
	height: 100%;
	background-color: #f5f5f5;
	color: #005e8c;
	border: 1px solid #d9d9d9;
}
.section_relation_card a:hover {
	text-decoration: none;
}
.section_relation_card_img img {
	width: 100%;
	vertical-align: top;
}
.section_relation_card_category {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	font-size: 0.8125em;
	text-align: center;
	line-height: 1.8462;
	color: #fff;
}
.section_relation_card_category.red {
	background-color: #c00;
}
.section_relation_card_category.blu {
	background-color: #075aaa;
}
.section_relation_card_name {
	padding: 15px 8.8496% 0;
	font-weight: 700;
	font-size: 0.875em;
}
.section_relation_card_description {
	padding: 8px 8.8496% 15px;
	font-size: 0.8125em;
	line-height: 1.5185;
	color: #333;
}
.section_relation_banner {
	margin-top: 20px;
	border: 1px solid #e1e1e1;
}
.section_relation_banner img{
	width: 100%;
	height: auto;
	display: block;
}
.section_relation_banner .wrap {
	background-color: #fff;
}
.section_relation_banner .label{
    font-size: 1.125em;
    margin-bottom: 0.5em;
}
.section_relation_banner .label::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: calc(26px / 2);
	height: calc(24px / 2);
	background: url(/saiyo/graduates/images/top/icon_blank2.png) 0 0 no-repeat;
	background-size: cover;
}
.section_relation_banner .summary {
	line-height: calc(28 / 16);
	color: #333;
}
.section_relation_banner a:hover {
	text-decoration: none;
}
.section_theme_arr {
	padding-left: 0.8em;
	position: relative;
	display: block;
}
.section_theme_arr::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 0;
	height: 0;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.5em solid #222;
}
@media only screen and (min-width: 641px) {
	.section_content_description + .section_block{
		margin-top: 45px;
		padding-top: 60px;
		border-top: 5px solid #f1f1f1;
	}
	.section_block_title{
		margin-top: -0.5em;
		margin-bottom: 15px;
	}
	.section_relation_card a {
		transition: opacity 0.3s ease;
	}
	.section_relation_card a:hover {
		opacity: 0.7;
	}
	.section_relation_banner a{
		display: flex;
		align-items: center;
		transition: opacity 0.3s ease;
	}
	.section_relation_banner .wrap {
		width: calc(100% - 530px);
		padding: 2.1% 4.1%;
		flex: 1;
	}
	.section_relation_banner .thumb{
		width: 54.081%;
	}
	.section_relation_banner a:hover{
		opacity: 0.7;
	}
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
	.section_relation_banner .label {
		font-size: 1.9vw;
	}
	.section_relation_banner .summary{
		font-size: 1.6vw;
	}
	.section_relation_banner .wrap {
		padding: 1.7vw;
	}
	}
@media only screen and (max-width: 640px) {
	.section_content {
		display: flex;
		font-size: 1em;
		line-height: 1.5714;
		flex-direction: column;
	}
	.section_content_img {
		float: none;
		margin-top: 20px;
		margin-left: 0;
		width: auto;
	}
	.section_content_header, .section_content_lead, .section_content_description {
		order: -1;
	}
	.section_content_header {
		margin-bottom: 15px;
		padding-bottom: 10px;
		width: auto;
	}
	.section_content_header:before {
		width: 50%;
	}
	.section_content_title {
		font-size: 1.25em;
	}
	.section_content_title small {
		display: block;
	}
	.section_content_subtitle {
		font-size: 0.7857em;
	}
	.section_content_lead {
		font-size: 1.0714em;
		line-height: 1.5333;
	}
	.section_content_lead br {
		display: none;
	}
	.section_content_description {
		margin-top: 8px;
	}
	.section_block {
		margin-top: 40px;
	}
	.section_block, .section_block:nth-of-type(even) {
		flex-direction: column;
	}
	.section_block:first-of-type {
		clear: none;
		margin-top: 25px;
	}
	.section_block_img {
		margin-top: 15px;
		width: auto;
	}
	.section_block_text {
		order: -1;
		width: auto;
	}
	.section_block_title {
		margin-bottom: 10px;
		font-size: 1.1429em;
		line-height: 1.5;
	}
	.section_theme {
		margin-top: 30px;
		padding: 15px 15px 25px;
	}
	.section_theme_title {
		margin-bottom: 8px;
		padding-bottom: 5px;
	}
	.section_theme_list {
		display: block;
	}
	.section_theme_list li {
		width: auto;
		line-height: 1.8929;
	}
	.section_theme_list li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.section_theme_note {
		margin-top: 8px;
	}
	.section_theme_note + .section_theme_note {
		margin-top: 4px;
	}
	.section_relation {
		margin-top: 45px;
	}
	.section_relation_title {
		margin-bottom: 10px;
		font-size: 1.1429em;
	}
	.section_relation_title span {
		margin: 0 10px;
	}
	.section_relation_list {
		justify-content: space-between;
	}
	.section_relation_card {
		width: calc(50% - 5px);
	}
	.section_relation_card:not(:nth-child(4n)) {
		margin-right: 0;
	}
	.section_relation_card:nth-child(n+3) {
		margin-top: 10px;
	}
	.section_relation_card_category {
		width: 50px;
		font-size: 0.8571em;
		line-height: 1.7917;
	}
	.section_relation_card_name {
		padding: 12px 10px 0;
		font-size: 0.8571em;
	}
	.section_relation_card_description {
		padding: 5px 10px 12px;
		font-size: 0.7143em;
		line-height: 1.5;
	}
	.section_relation_banner .wrap {
		padding: 20px 25px;
	}
	.section_relation_banner .label {
		font-size: 1.1428571428571em;
		margin-bottom: 0.3em;
	}
	.section_relation_banner .summary {
		line-height: 1.5;
	}
}