@charset "UTF-8";

/*/////////////////////////////
// !index 
/////////////////////////////*/
.lbox {
	float: left;
	width: 50%;
}
.rbox {
	float: right;
	width: 50%;
}

a.more {
	width: 194px;
	height: 48.5px;
	overflow: hidden;
	position: relative;
}
a.more img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
a.more img:hover {
	transform: translateY(-48.5px);
	transition: .3s;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	a.more img:hover {
		transform: none;
	}
}
/* !spend */

/* mv */
#mv {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow: hidden;
}
#mv .bg {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
	margin: 0 auto;
	z-index: 1;
}

.bg ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bg ul li {
	min-width: 100%;
	min-width: 100vw;
	min-height: 100%;
	min-height: 100vh;
	position: absolute;
	left: 0;
	animation-iteration-count: infinite;
	animation-duration: 24s;
}
.bg ul li:nth-of-type(1) {
	background: url("../img/mv1.jpg") center top no-repeat;
	background-size: cover;
	animation-name: slider;
	animation-delay: -3s;
}
.bg ul li:nth-of-type(2) {
	background: url("../img/mv2.jpg") center top no-repeat;
	background-size: cover;
	animation-name: slider;
	animation-delay: 5s;
	opacity: 0;
}
.bg ul li:nth-of-type(3) {
	background: url("../img/mv3.jpg") center top no-repeat;
	background-size: cover;
	animation-name: slider;
	animation-delay: 13s;
	opacity: 0;
}

@keyframes slider {
	0% {
		opacity: 0;
		transform: scale(1.05);
	}
	20.83% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	45.83% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: scale(1.2);
	}
}

-webkit-@keyframes slider {
	0% {
		opacity: 0;
		transform: scale(1.05);
	}
	20.83% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	45.83% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: scale(1.2);
	}
}

#mv h1 {
	position: absolute;
	right: 50px;
	top: 150px;
	z-index: 2;
}

#mv nav {
	width: 1000px;
	height: 70px;
	background: #063886;
	position: fixed;
	bottom: 0;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 2;
	overflow: hidden;
}
#mv nav a {
	width: calc(1000px / 6);
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border-right: 0.25px solid #ffffff;
}
#mv nav a:last-of-type {
	border-right: none;
}
#mv nav a:hover {
	opacity: 0.5;
}
#mv nav a:visited {
	color: #ffffff;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#mv {
		height: 900px;
	}

	#mv nav {
		width: 100%;
		height: 180px;
		left: 0;
		right: 0;
		transform: translateX(0);
		flex-wrap: wrap;
	}

	#mv .bg {
		height: 900px;
	}

	.bg ul li {
		height: 900px;
		bottom: 0;
	}
	.bg ul li:nth-of-type(1) {
		background: url("../img/mv1.jpg") center bottom no-repeat;
		animation-name: slider;
	}
	.bg ul li:nth-of-type(2) {
		background: url("../img/mv2.jpg") 30% bottom no-repeat;
		animation-name: slider;
	}
	.bg ul li:nth-of-type(3) {
		background: url("../img/mv3.jpg") left bottom no-repeat;
		animation-name: slider;
	}

	@keyframes slider-sp {
		0% {
			opacity: 0;
			/*				transform: scale(1.05);
*/
		}
		20.83% {
			opacity: 1;
		}
		33.33% {
			opacity: 1;
		}
		45.83% {
			opacity: 0;
		}
		100% {
			opacity: 0;
			/*				transform: scale(1.2);
*/
		}
	}

	-webkit-@keyframes slider-sp {
		0% {
			opacity: 0;
			/*				transform: scale(1.05);
*/
		}
		20.83% {
			opacity: 1;
		}
		33.33% {
			opacity: 1;
		}
		45.83% {
			opacity: 0;
		}
		100% {
			opacity: 0;
			/*				transform: scale(1.2);
*/
		}
	}

	#mv nav {
		display: none;
		/*			width: calc(1000px / 4);
			font-size: 24px;*/
	}
	#mv nav a:nth-of-type(3) {
		border-right: none;
	}

	#mv h1 {
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
		top: 50%;
		width: 90%;
	}
}

#mv h1 img {
	width: 100%;
}
}

/* !spend */

/* !style-pc only ──────────────────────────────── ///////*/
@media screen and (min-width: 768px) {
	.bg ul li {
		top: 0;
	}
}


/* news */
#news {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 78px;
}
#news::after {
	content: "";
	display: block;
	clear: both;
}

#news table {
	height: 170px;
	width: 810px;
	margin: 0 auto;
	float: left;
}

#news table th {
	width: 20%;
	background: #91908f;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

#news table td {
	font-size: 14px;
	line-height: 40px;
	background: #e3e3e3;
}
#news table td ul {
	margin-left: 5%;
}
#news table td ul li time {
	color: #0067ea;
	padding-right: 28px;
}
#news table td ul li {
	line-height: 1.5em;
}

#news .news_side {
	float: right;
}
#news .news_side img {
	height: 170px;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#news {
		width: auto;
		padding: 0;
	}
	#news table {
		width: 90%;
		height: auto;
		margin-top: 60px;
		float: none;
	}

	#news table th, #news table td {
		width: 100%;
		display: block;
		padding: 1em 0;
	}

	#news table td {
		font-size: 20px;
	}
	#news table td ul {
		width: 90%;
		margin: 0 auto;
	}

	#news .news_side {
		float: none;
		margin: 30px 0;
	}
}
/* !spend */

/* mission */
#mission {
	width: 1000px;
	padding-top: 30px;
	margin: 0 auto 60px;
}
#mission .textspace {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
}
#mission .textspace * {
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	font-feature-settings: "palt" 1;
	font-size: 17px;
	line-height: 1.9;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	color: #1a1311;
}
#mission .textspace h2 {
	font-size: 51px;
	line-height: 84px;
}
#mission .textspace h3 {
	font-size: 20px;
	padding-top: 51px;
	line-height: 48px;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#mission {
		width: 80%;
	}
	#mission .textspace {
		flex-direction: column;
	}
	#mission .textspace * {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}
/* !spend */

/* message */
#message {
	width: 1000px;
	padding: 60px 0 480px;
	margin: 0 auto 60px;
	position: relative;
}

#message .rbox {
	position: relative;
}

#message h4 {
	font-size: 31px;
	padding: 40px 0;
}
#message h4 sub {
	display: block;
	font-size: 16px;
}

#message p {
	font-size: 14px;
	padding-bottom: 40px;
}

#message a {
	position: absolute;
	left: 62px;
}

#message .rbox img {
	position: absolute;
	top: 0;
	right: 0;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#message {
		width: 80%;
		padding-bottom: 0;
	}

	#message .rbox {
		float: none;
		position: relative;
		width: 100%;
		padding-bottom: 35%;
	}

	#message .lbox {
		float: none;
		position: relative;
		width: 100%;
		padding-top: 50%;
		padding-bottom: 10%;
	}

	#message .rbox img {
		width: 100%;
	}

	#message h3 {
		text-align: center;
	}
	#message h3 img {
		width: 100%;
		max-width: 400px;
	}

	#message h4 {
		line-height: 35px;
		text-align: center;
	}

	#message p {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 40px;
		text-align: center;
	}

	#message a {
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
	}
}
/* !spend */

/* member */
#member {
	width: 100%;
	padding: 60px 0 30px;
	margin: 0 auto 60px;
	position: relative;
}

#member h3, #member h4, #member p {
	margin: 0 auto;
	text-align: center;
}

#member h4 {
	font-size: 31px;
	padding: 31px 0;
}

#member p {
	font-size: 14px;
	padding-bottom: 60px;
}

#member .member-list-bg {
	width: 100%;
	height: 268px;
	z-index: 1;
	background: #d9e4ff;
}

#member .member-list {
	width: 1000px;
	/*	position: absolute;
	top: 360px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);*/
	position: relative;
	margin: -250px auto 0;
	display: flex;
	justify-content: space-between;
}

_:-ms-lang(x),
#member .member-list {
	width: 1000px;
	position: relative;
	margin: -250px auto 0;
	display: flex;
	justify-content: space-between;
}

.bxslider li {
	position: relative;
}

/*.bxslider li div.cate {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 34px;
	background: #7090ff;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
}*/

.bxslider li h6 {
	font-size: 21px;
	line-height: 32px;
	margin: 32px 0;
}

.bxslider li h5 {
	font-size: 23px;
	margin: 4px 0;
}

.bxslider li sub {
	font-size: 12px;
}

.bxslider li ul {
	margin: 26px 0 96px;
}
.bxslider li ul li {
	font-size: 12px;
	margin: 7px 0;
}

.bxslider li a {
	width: 193px;
	position: absolute;
	bottom: 0;
	left: 0;
	/*	right: 50%;
	transform: translateX(-50%);*/
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#member {
		margin: 0 auto 0;
		padding-bottom: 0;
	}

	#member h3 img {
		width: 100%;
		max-width: 338px;
	}

	#member p {
		font-size: 22px;
		width: 80%;
	}

	#member .member-list {
		width: 90%;
	}

	div.bx-img-wrap {
		width: 270px;
		height: 400px;
		overflow: hidden;
	}
	div.bx-img-wrap img {
		width: 100%;
	}
}
/* !spend */

/* career up */
#career {
	width: 1000px;
	padding: 60px 0 600px;
	margin: 0 auto 60px;
	position: relative;
}

#career .lbox {
	width: 55%;
	position: relative;
}

#career .rbox {
	width: 45%;
	position: relative;
}

#career h3 {
	margin-top: 100px;
}

#career h4 {
	font-size: 31px;
	padding: 40px 0;
	margin-left: 50px;
}

#career p {
	font-size: 14px;
	padding-bottom: 40px;
	margin-left: 50px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
}

#career a {
	position: absolute;
	left: 62px;
}

#career .lbox img {
	position: absolute;
	top: 0;
	left: 0;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#career {
		width: 80%;
		padding-bottom: 0;
	}

	#career .lbox {
		float: none;
		position: relative;
		width: 100%;
		padding-bottom: 35%;
	}

	#career .rbox {
		float: none;
		position: relative;
		width: 100%;
		padding-top: 50%;
		padding-bottom: 10%;
	}

	#career .lbox img {
		width: 75%;
	}

	#career h3 {
		text-align: center;
		margin-top: 0;
	}
	#career h3 img {
		width: 100%;
		max-width: 400px;
	}

	#career h4 {
		text-align: center;
		line-height: 35px;
		margin-left: 0;
	}

	#career p {
		text-align: center;
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 40px;
		margin-left: 0;
	}

	#career a {
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
	}
}
/* !spend */

/* !style-pc only ──────────────────────────────── ///////*/
@media screen and (min-width: 769px) {
	#career ul {
		left: 26px;
	}

	#career a {
		left: 150px;
	}
}
/* !end */

/* Q&A */
#qa {
	width: 1000px;
	padding: 60px 0 480px;
	margin: 0 auto 60px;
	position: relative;
}

#qa .rbox {
	width: 70%;
	position: relative;
}

#qa .lbox {
	width: 30%;
	position: relative;
}

#qa h3 {
	text-align: left;
}

#qa h4 {
	font-size: 31px;
	padding: 30px 0;
	text-align: left;
}

#qa p {
	font-size: 14px;
	padding-bottom: 40px;
	text-align: left;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
}

#qa a {
	position: absolute;
}

#qa .rbox img {
	position: absolute;
	top: 0;
	right: 0;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#qa {
		width: 80%;
		padding: 100px 0 0;
		margin-bottom: 80px;
	}

	#qa .rbox {
		position: relative;
		float: none;
		width: 100%;
		padding-bottom: 25%;
	}

	#qa .lbox {
		position: relative;
		float: none;
		width: 100%;
		padding-top: 50%;
		padding-bottom: 10%;
	}

	#qa .rbox img {
		width: 100%;
	}

	#qa h3, #qa h4, #qa h5, #qa p, #qa a {
		text-align: center;
	}

	#qa h3 img {
		width: 100%;
		max-width: 198px;
	}

	#qa h4 {
		line-height: 35px;
	}

	#qa p {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 40px;
	}

	#qa a {
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
	}
}
/* !spend */

/* !style-pc only ──────────────────────────────── ///////*/
@media screen and (min-width: 769px) {
	#qa a {
		left: 62px;
	}
}
/* !end */

/* Entry */
#entry {
	width: 100%;
	padding: 60px 0 130px;
	margin: 0 auto 60px;
	position: relative;
}

#entry h3, #entry h4, #entry p {
	margin: 0 auto;
	text-align: center;
}

#entry h4 {
	font-size: 31px;
	padding: 31px 0 80px;
}

.entry-list {
	margin: 0 auto;
	width: 1000px;
	display: flex;
	justify-content: space-around;
}
.entry-list a {
	width: 210px;
	height: 102.5px;
	overflow: hidden;
	position: relative;
}

a.pc {
	display: inherit;
}

a.sp {
	display: none;
}

.entry-list a img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
.entry-list a img:hover {
	transform: translateY(-102.5px);
	transition: .3s;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#entry {
		margin-bottom: 0;
		padding-bottom: 60px;
	}

	#entry h3 img {
		width: 295px;
	}

	#entry h4 {
		padding-bottom: 51px;
	}

	.entry-list {
		width: 100%;
		display: inherit;
	}
	.entry-list a {
		width: 90%;
		overflow: visible;
		margin: 0 auto;
		padding-top: 1%;
	}
	.entry-list a img {
		max-width: 100%;
		/*			height: auto;
*/
		margin-bottom: 20px;
		position: relative;
	}

	a.pc {
		display: none;
	}

	a.sp {
		display: inherit;
	}

	.entry-list a img:hover {
		transform: none;
	}
}
/* !spend */