
/* || -------------------- header > mv/concept */

div.mv {
	position: relative;
	width: 100%;
	height: 714px;
	background-image: url("../images/mv-1920x714.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px;
}

@media (max-width: 1280px) {
	div.mv {
		height: 476px;
		background-image: url("../images/mv-1280x476.jpg");
	}
}
@media (max-width: 768px) {
	div.mv {
		background-image: url("../images/mv-768x476.jpg");
		background-position: right center;
	}
}

div.concept {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
div.concept p {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 6px #1E1E8B80;
}
div.concept p:nth-of-type(1) {
	font-size: 3.75em;
	margin: 0 0 12px 0;
}
div.concept p:nth-of-type(2) {
	font-size: 1.75em;
}

@media (max-width: 1280px) {
	div.concept p:nth-of-type(1) {
		font-size: 2.75em;
	}
	div.concept p:nth-of-type(2) {
		font-size: 1.4em;
	}
}
@media (max-width: 768px) {
	div.concept p:nth-of-type(1) {
		font-size: 5.0vw;
	}
	div.concept p:nth-of-type(2) {
		font-size: 2.5vw;
	}
}
@media (max-width: 500px) {
	div.concept p:nth-of-type(1) {
		font-size: 6.0vw;
		margin: 0 0 2px 0;
	}
	div.concept p:nth-of-type(2) {
		font-size: 3.5vw;
	}
}

/* || -------------------- header.frontpage > nav */

header.frontpage nav {
	width: 100%;
	background-color: #000039;
	padding: 40px 0 50px 0;
}
header.frontpage nav ul {
	display: flex;
	justify-content: center;
	width: 100%;
}
header.frontpage nav ul li {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 250px;
}
header.frontpage nav ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
}
header.frontpage nav ul li:last-child:after {
	content: unset;
}
header.frontpage nav ul li a {
	width: calc(100% - 1px);
}
header.frontpage nav ul li a figure {
	width: 100%;
	max-width: 64px;
	margin: 0 auto 20px auto;
}
header.frontpage nav ul li a p {
	width: 100%;
	color: #fff;
	font-size: 1.125em;
	text-align: center;
}

@media (max-width: 1280px) {
	header.frontpage nav {
		padding: 40px 20px 50px 20px;
	}
	header.frontpage nav ul li a figure {
		max-width: 54px;
	}
	header.frontpage nav ul li a p {
		font-size: 1.0em;
	}
}
@media (max-width: 500px) {
	header.frontpage nav ul {
		flex-wrap: wrap;
	}
	header.frontpage nav ul li {
		width: 50%;
	}
	header.frontpage nav ul li:nth-child(1) ,
	header.frontpage nav ul li:nth-child(2) {
		margin: 0 0 24px 0;
	}
	header.frontpage nav ul li:nth-child(2):after {
		content: unset;
	}
	header.frontpage nav ul li a figure {
		max-width: 44px;
    margin: 0 auto 10px auto;
	}
}

/* || -------------------- frontpage > midashi */

div.frontpage div.midashi {
	width: 100%;
	margin: 0 0 33px 0;
}
div.frontpage div.midashi span {
	display: block;
	width: 100%;
	font-size: 2.188em;
	font-weight: 800;
	text-align: center;
}
div.frontpage div.midashi h2 {
	color: #CCCCCC;
	font-size: 1.125em;
	text-align: center;
}

/* || -------------------- frontpage > btn-detail */

div.btn-detail a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	color: #fff;
	border-radius: 32px;
	background-color: #5B5BAD;
	padding: 16px 30px;
	margin: 0 auto 0 auto;
}
div.btn-detail a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translate(-50%, -50%);
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #fff;
}
div.btn-detail a span {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translate(-50%, -50%);
	z-index: 10;
	display: block;
	width: 38px;
	height: 38px;
}
div.btn-detail a span:before ,
div.btn-detail a span:after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 1px;
	background-color: #5B5BAD;
}
div.btn-detail a span:before {
	top: 16.5px;
	left: 16px;
	transform: rotate(45deg);
}
div.btn-detail a span:after {
	bottom: 16.5px;
	left: 16px;
	transform: rotate(-45deg);
}

/* || -------------------- frontpage > news */

div.news {
	width: 100%;
	max-width: 1200px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 40px 0 60px 0;
	margin: 0 auto 30px auto;
}

@media (max-width: 1280px) {
	div.news {
		padding: 40px 30px 60px 30px;
	}
}
@media (max-width: 500px) {
	div.news {
		padding: 40px 20px 60px 20px;
	}
}

/* || -------------------- frontpage > search */

div.news div.search ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px auto;
}
div.news div.search ul li.sf-field-post-meta-icon {
	display: block;
	width: 100%;
	padding: 0;
}
div.news div.search ul li.sf-level-0 {
	width: 25%;
	padding: 0;
}
div.news div.search ul li.sf-level-0 input[type="radio"] {
	display: none;
	visibility: hidden;
}
div.news div.search ul li.sf-level-0 label {
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 3px solid #eeeeee;
	padding: 16px 0;
}
div.news div.search ul li.sf-level-0.sf-option-active label {
	border-bottom: 3px solid #5B5BAD;
}

@media (max-width: 500px) {
	div.news div.search ul li.sf-level-0 {
		width: 50%;
		padding: 0;
	}
	div.news div.search ul li.sf-level-0 label {
		font-size: 0.9em;
		background-color: #eeeeee;
		border: 3px solid #fff;
	}
	div.news div.search ul li.sf-level-0.sf-option-active label {
		color: #fff;
		background-color: #5B5BAD;
		border: 3px solid #fff;
	}
}

/* || -------------------- frontpage > result */

div.news div.result ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
div.news div.result ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 26px ;
}
div.news div.result p.date {
	width: 84px;
	text-align: center;
	margin: 0 20px 0 0;
}
div.news div.result p.icon {
	width: 180px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	border-radius: 20px;
	background-color: #5B5BAD;
	padding: 2px 0;
	margin: 0 20px 0 0;
}
div.news div.result a.title {
	color: #444444;
	width: calc(100% - 304px);
}
div.news div.result p.icon.imp {
	background-color: #DB2367;
}
div.news div.result p.icon.update {
	background-color: #2A0039;
}

@media (max-width: 768px) {
	div.news div.result a.title {
    width: 100%;
    padding: 18px 0 0 0;
	}
}
@media (max-width: 500px) {
	div.news div.result ul li {
		padding: 16px;
	}
	div.news div.result p.date {
		margin: 0 12px 0 0;
	}
	div.news div.result p.icon {
		width: 126px;
		font-size: 0.8em;
		margin: 0 0 0 0;
	}
}


























																																																					




























































