@charset "UTF-8";
@import url("top_pc.css");
/* =========================================================
share
========================================================= */
@keyframes mv-photo {
0% {
transform: scale3d(1, 1, 1);
}
100% {
transform: scale3d(1.2, 1.2, 1.2);
}
}
/* =========================================================
mv
========================================================= */
#contents #mv {
	padding: 4em 0 5em;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#contents #mv .photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#contents #mv .photo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}
#contents #mv .photo li {
	width: 100%;
	height: 100%;
}
#contents #mv .photo li p {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#contents #mv .photo .slick-list {
	width: 100%;
	height: 100%;
}
#contents #mv .photo .slick-list .slick-track {
	height: 100%;
}
#contents #mv.anime .photo li.animation p {
	animation: mv-photo 8s ease-out 0s backwards;
}
#contents #mv .copy {
	color: #fff;
	position: relative;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
}
#contents #mv .copy h1 {
	font-weight: normal;
	font-size: 180%;
	font-size: 300%;
	line-height: 1.4;
	letter-spacing: 0.15em;
	padding: 0 0 0.5em 0.8em;
}
#contents #mv .copy .lead {
	font-weight: normal;
	padding: 0 0 1em;
	font-size: 130%;
	text-indent: 0.5em;
}
#contents #mv .copy .more {
}
#contents #mv .copy .more a {
	color: #fff;
	width: 15em;
	max-width: 90%;
	display: block;
	border: 1px solid #fff;
	font-size: 100%;
	padding: 1em 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
}
/* =========================================================
article
========================================================= */
#contents article {
	padding: 0 0 2rem;
}
@media(max-width:768px) {

#contents article#hub a img{
	margin :0 0 20px 0;
}
}
#contents article#hub a.bn-r img{
	margin: 0;
}

#contents article .ttl {
	padding-bottom: 1em;
}
#contents article .ttl .eng {
}
#contents article .ttl .eng strong {
}
#contents article .ttl h2 {
}
#contents article .lead {
	padding: 1.5em 0;
}
#contents article .more {
}
#contents article .more a {
}
/* =========================================================
about
========================================================= */
#contents #about {
	width: 90%;
}
#contents #about .ttl {
}
#contents #about .ttl .eng {
}
#contents #about .ttl .eng strong {
}
#contents #about .ttl h2 {
}
#contents #about .lead {
	padding: 0 0 1.5rem;
}
#contents #about .more {
}
#contents #about .more a {
}
/* =========================================================
value
========================================================= */
#contents #value ul {
	margin-top: -1.5rem;
	padding: 0 0 2em;
}
#contents #value ul:after {
	content: "";
	display: block;
	clear: both;
}
#contents #value ul li {
	float: left;
	width: 50%;
	padding: 0.5em;
}
#contents #value ul li a {
	position: relative;
	display: block;
}
#contents #value ul li a .eng {
	width: 100%;
	padding: 120px 0 20px;
	font-size: 130%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center 26%;
	background-size: 74px auto;
}
#contents #value ul li a img {
}
#contents #value ul li a div {
	display: none;
}
#contents #value ul li a .more {
	display: none;
}
#contents #value ul li:nth-child(1) a {
}
#contents #value ul li:nth-child(2) a {
}
#contents #value ul li:nth-child(3) a {
}
#contents #value ul li:nth-child(4) a {
}
#contents #value ul li:nth-child(5) a {
}
#contents #value ul li:nth-child(6) a {
}
#contents #value ul li:nth-child(1) a .eng {
}
#contents #value ul li:nth-child(2) a .eng {
}
#contents #value ul li:nth-child(3) a .eng {
}
#contents #value ul li:nth-child(4) a .eng {
}
#contents #value ul li:nth-child(5) a .eng {
}
#contents #value ul li:nth-child(6) a .eng {
}
/* =========================================================
commitment
========================================================= */
#contents #topics {
}
#contents #topics h2 {
}
#contents #topics section {
	width: 90%;
}
#contents #topics section::after {
	content: "";
	display: block;
	clear: both;
}
#contents #topics section .intro {
	width: 98%;
}
#contents #topics section .intro::after {
	content: "";
	display: block;
	clear: both;
}
#contents #topics section .intro h3 {
	color: #666;
	font-size: 180%;
	float: left;
	font-family: 'Nunito Sans', sans-serif;
}
#contents #topics section .intro .more {
	float: right;
}
#contents #topics section .intro .more a {
	display: inline;
	border: none;
	font-size: 100%;
}
#contents #topics section .intro .more a:hover {
	background: none;
	color: #00acb5;
}
#contents #topics section ul {
	width: 100%;
}
#contents #topics section ul::after {
	content: "";
	display: block;
	clear: both;
}
#contents #topics section ul li {
	width: 100%;
	padding: 12px 0 0;
}
#contents #topics section ul li a {
	background: #f4f4f4;
	display: block;
	position: relative;
	color: #000;
	padding: 20px;
	text-align: justify;
}
#contents #topics section ul li span {
	display: block;
}
#contents #topics section ul li .date {
	float: left;
	line-height: 1;
	padding: 0 0 1em;
	position: relative;
}
#contents #topics section ul li .date::before {
}
#contents #topics section ul li .category {
	float: right;
	line-height: 1;
	padding: 0 0 0.8em;
}
#contents #topics section ul li .txt {
	width: 100%;
	clear: both;
	text-align: justify;
	border-top: 3px solid #90abce;
	padding: 0.8em 0 0 0;
	line-height: 1.6;
	overflow: hidden;
	letter-spacing: 0;
}
/* =========================================================
recruit
========================================================= */
#contents #recruit {
}
#contents #recruit a {
	background: url(../img/recruit.jpg) no-repeat bottom center / 95% auto;
	padding: 1em 1em 47%;
	width: 90%;
	border: 2px solid #0b3585;
	display: block;
}
#contents #recruit h2 {
	color: #0b3585;
	font-weight: bold;
	font-size: 300%;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
}
#contents #recruit h2 .jpn {
	display: block;
	color: #666;
	font-weight: lighter;
	font-size: 50%;
}
/* =========================================================
links
========================================================= */
#contents #links {
	width: 75%;
}
#contents #links h2 {	
	color: #0b3585;
	font-weight: bold;
	font-size: 250%;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
}
#contents #links ul {
}
#contents #links ul li {
}
#contents #links ul li a {
	display: inline-block;
	margin: 0 0 20px 0;
}
#contents #links ul li a.kiiroi{
	margin: -10px 0 20px -9px;
}