@import url(fontello.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");

.roboto {
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}

.hiddensp {
	display: block !important;
}

@media (max-width: 767px) {
	.hiddensp {
		display: none !important;
	}
}

.showsp {
	display: none !important;
}

@media (max-width: 767px) {
	.showsp {
		display: block !important;
	}
}

body {
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 28px;
	background: #fff;
	min-width: inherit;
	max-height: 100%;
	position: relative;
	z-index: 0;
	overflow-x: hidden;
}

header {
	height: 100%;
}

header p.logo {
	padding-top: 25px;
	margin-left: 30px;
	width: 324px;
	float: left;
	position: absolute;
	z-index: 1;
}
header p.logo.logo02 {
  z-index: 5;
}

@media (max-width: 767px) {
	header p.logo {
		margin-left: 10px;
		width: 230px;
	}
}

@media (max-width: 374px) {
	header p.logo {
		width: 210px;
	}
}

@media (max-width: 767px) {
	header p.logo a img {
		width: 230px;
	}
}

@media (max-width: 767px) {
	header p.logo a img {
		width: 210px;
	}
}

header .navi .menu_btn {
	width: 50px;
	height: 44px;
	position: fixed;
	right: 30px;
	top: 30px;
	cursor: pointer;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	z-index: 9999;
}

@media (max-width: 767px) {
	header .navi .menu_btn {
		width: 40px;
		right: 20px;
		top: 20px;
		height: 44px;
	}
}

header .navi .menu_btn p.bar {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

header .navi .menu_btn p.bar .bar1 {
	width: 50px;
	height: 3px;
	background: #333;
	position: absolute;
	top: 0;
}

@media (max-width: 767px) {
	header .navi .menu_btn p.bar .bar1 {
		width: 40px;
		top: 8px;
	}
}

header .navi .menu_btn p.bar .bar2 {
	width: 50px;
	height: 3px;
	background: #333;
	position: absolute;
	top: 20px;
}

@media (max-width: 767px) {
	header .navi .menu_btn p.bar .bar2 {
		width: 40px;
		top: 20px;
	}
}

header .navi .menu_btn p.bar .bar3 {
	width: 50px;
	height: 3px;
	background: #333;
	position: absolute;
	bottom: 0px;
}

@media (max-width: 767px) {
	header .navi .menu_btn p.bar .bar3 {
		width: 40px;
		bottom: 8px;
	}
}

header .navi .menu_box {
	width: 100%;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	position: relative;
	height: 100%;
	z-index: 999;
	display: none;
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

header .navi .menu_box nav {
	width: 400px;
	background: #C3000B;
	position: absolute;
	right: -1000px;
	top: 0;
	height: 100%;
	-webkit-transition: 0.7s all ease-in;
	transition: 0.7s all ease-in;
}

@media (max-width: 767px) {
	header .navi .menu_box nav {
		width: 100%;
	}
}

header .navi .menu_box nav ul {
	/*padding-left: 70px;*/
	padding-top: 110px;
	padding-left: 40px;
}

@media (max-width: 767px) {
	header .navi .menu_box nav ul {
		padding-left: 0;
		padding-top: 100px;
	}
}

header .navi .menu_box nav ul li a {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
	display: block;
	/*
	padding: 16px 0;
	font-size: 30px;
	letter-spacing: 2px;
	*/
	padding: 2.5vmin 0;
	/*font-size: 5.45vmin;*/
  font-size: 4vmin;
	letter-spacing: .375vmin;
}

@media (max-width: 767px) {
	header .navi .menu_box nav ul li a {
		text-align: center;
		font-size: 25px;
		padding: 12px 0;
	}
}

header .navi .menu_box nav ul li a:hover {
	text-decoration: none;
	color: #FFBC00;
}

header .navi .menu_box nav:before {
	content: '';
	width: 130px;
	height: 151px;
	background: url("../../img/saiyo/menu_deco1.png") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

header .navi .menu_box nav:after {
	content: '';
	width: 218px;
	height: 249px;
	background: url("../../img/saiyo/menu_deco2.png") no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}

header .navi.inactive .menu_btn p.bar .bar1 {
	animation: squishTopRev 0.5s ease;
	-webkit-animation: squishTopRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media (max-width: 767px) {
	header .navi.inactive .menu_btn p.bar .bar1 {
		width: 40px;
		margin-top: 8px;
	}
}

header .navi.inactive .menu_btn p.bar .bar2 {
	animation: dissappearRev 0.5s ease;
	-webkit-animation: dissappearRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media (max-width: 767px) {
	header .navi.inactive .menu_btn p.bar .bar2 {
		width: 40px;
	}
}

header .navi.inactive .menu_btn p.bar .bar3 {
	animation: squishBottomRev 0.5s ease;
	-webkit-animation: squishBottomRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media (max-width: 767px) {
	header .navi.inactive .menu_btn p.bar .bar3 {
		width: 40px;
		margin-bottom: 8px;
	}
}

header .navi.inactive .menu_box {
	height: 100%;
	z-index: 999;
	display: none;
	-webkit-animation: fadeOutRight 1s;
	animation: fadeOutRight 1s;
}

header .navi.inactive .menu_box nav {
	background: #C3000B;
	right: -1000px;
}

header .navi.active {
	position: fixed;
	width: 100%;
	z-index: 0;
	right: 0;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99999;
}

header .navi.active .menu_btn p.bar .bar1 {
	animation: squishTop 0.5s ease;
	-webkit-animation: squishTop 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media (max-width: 767px) {
	header .navi.active .menu_btn p.bar .bar1 {
		width: 40px;
	}
}

header .navi.active .menu_btn p.bar .bar2 {
	animation: disappear 0.5s ease;
	-webkit-animation: disappear 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media (max-width: 767px) {
	header .navi.active .menu_btn p.bar .bar2 {
		width: 40px;
	}
}

header .navi.active .menu_btn p.bar .bar3 {
	animation: squishBottom 0.5s ease;
	-webkit-animation: squishBottom 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media (max-width: 767px) {
	header .navi.active .menu_btn p.bar .bar3 {
		width: 40px;
	}
}

header .navi.active .menu_box {
	background: rgba(255, 255, 255, 0.7);
	height: 100%;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	display: block;
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

header .navi.active .menu_box nav {
	right: 0;
	background: #C3000B;
  overflow-y: scroll;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@-webkit-keyframes squishTop {
	0% {
		top: 0px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50%,
	75% {
		top: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 20px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
	}
}

@keyframes squishTop {
	0% {
		top: 0px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50%,
	75% {
		top: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 20px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
	}
}

@-webkit-keyframes squishBottom {
	0% {
		bottom: 0px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50%,
	75% {
		bottom: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		bottom: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #fff;
	}
}

@keyframes squishBottom {
	0% {
		bottom: 0px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50%,
	75% {
		bottom: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		bottom: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #fff;
	}
}

@-webkit-keyframes disappear {
	0% {
		opacity: 1;
		top: 20px;
	}

	50%,
	75% {
		opacity: 0;
		top: 20px;
	}

	100% {
		opacity: 0;
		top: 20px;
	}
}

@keyframes disappear {
	0% {
		opacity: 1;
		top: 20px;
	}

	50%,
	75% {
		opacity: 0;
		top: 20px;
	}

	100% {
		opacity: 0;
		top: 20px;
	}
}

@-webkit-keyframes squishBottomRev {
	0% {
		bottom: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #fff;
	}

	50%,
	75% {
		bottom: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes squishBottomRev {
	0% {
		bottom: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #fff;
	}

	50%,
	75% {
		bottom: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes squishTopRev {
	0% {
		top: 20px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
	}

	50%,
	75% {
		top: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes squishTopRev {
	0% {
		top: 20px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
	}

	50%,
	75% {
		top: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes dissappearRev {
	0% {
		top: 20px;
		opacity: 0;
	}

	50%,
	75% {
		top: 20px;
		opacity: 0;
	}

	100% {
		top: 20px;
		opacity: 1;
	}
}

@keyframes dissappearRev {
	0% {
		top: 20px;
		opacity: 0;
	}

	50%,
	75% {
		top: 20px;
		opacity: 0;
	}

	100% {
		top: 20px;
		opacity: 1;
	}
}

@-webkit-keyframes xien {
	from {
		left: -110%;
	}

	to {
		left: 0;
	}
}

@keyframes xien {
	from {
		left: -110%;
	}

	to {
		left: 0;
	}
}

main #key {
	background: #0199E0;
	overflow: hidden;
	height: 100vh !important;
	position: relative;
}

main #key .box-container {
	width: 1200px;
	height: 100vh;
	margin: auto;
	padding-top: 85px;
	position: relative;
}

@media (max-width: 1200px) {
	main #key .box-container {
		width: 100%;
	}
}

main #key .box-container div:first-child {
	position: absolute;
	top: 110px;
	left: 0px;
}

@media (max-height: 768px) {
	main #key .box-container div:first-child {
		top: 75px;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:first-child {
		top: 16%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:first-child {
		top: 75px;
	}
}

@media (max-width: 1000px) {
	main #key .box-container div:first-child img {
		width: 200px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:first-child img {
		width: 165px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:first-child img {
		width: 150px;
	}
}

@media (max-width: 374px) {
	main #key .box-container div:first-child img {
		width: 125px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:first-child img {
		width: 110px;
	}
}

main #key .box-container div:nth-child(2) {
	position: absolute;
	top: 17em;
	left: 0px;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(2) {
		top: 13em;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(2) {
		top: 25%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(2) {
		top: 22%;
	}
}

@media (max-width: 1000px) {
	main #key .box-container div:nth-child(2) img {
		width: 240px;
	}
}

@media (max-width: 805px) {
	main #key .box-container div:nth-child(2) img {
		width: 210px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(2) img {
		width: 170px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(2) img {
		width: 148px;
	}
}

@media (max-width: 374px) {
	main #key .box-container div:nth-child(2) img {
		width: 130px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(2) img {
		width: 120px;
	}
}

main #key .box-container div:nth-child(3) {
	position: absolute;
	bottom: 8em;
	left: 10px;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(3) {
		bottom: 0em;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(3) {
		bottom: 21%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(3) {
		bottom: 5px;
		left: 2%;
	}
}

@media (max-width: 1000px) {
	main #key .box-container div:nth-child(3) img {
		width: 180px;
	}
}

@media (max-width: 850px) {
	main #key .box-container div:nth-child(3) img {
		width: 160px;
	}
}

@media (max-width: 767px) {
	main #key .box-container div:nth-child(3) img {
		width: 115px;
	}
}

@media (max-width: 450px) {
	main #key .box-container div:nth-child(3) img {
		width: 105px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(3) img {
		width: 95px;
	}
}

@media (max-width: 400px) {
	main #key .box-container div:nth-child(3) img {
		width: 85px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(3) img {
		width: 75px;
	}
}

main #key .box-container div:nth-child(4) {
	position: absolute;
	bottom: 14em;
	left: 23%;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(4) {
		bottom: 8em;
	}
}

@media (max-width: 1200px) {
	main #key .box-container div:nth-child(4) {
		left: 20%;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(4) {
		left: 20%;
		bottom: 28%;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(4) {
		bottom: 110px;
		left: 1%;
	}
}

@media (max-width: 780px) {
	main #key .box-container div:nth-child(4) img {
		width: 120px;
	}
}

@media (max-width: 767px) {
	main #key .box-container div:nth-child(4) img {
		width: 130px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(4) img {
		width: 115px;
	}
}

@media (max-width: 450px) {
	main #key .box-container div:nth-child(4) img {
		width: 95px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(4) img {
		width: 90px;
	}
}

@media (max-width: 400px) {
	main #key .box-container div:nth-child(4) img {
		width: 85px;
	}
}

@media (max-width: 374px) {
	main #key .box-container div:nth-child(4) img {
		width: 80px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(4) img {
		width: 70px;
	}
}

main #key .box-container div:nth-child(5) {
	position: absolute;
	bottom: 8em;
	left: 18%;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(5) {
		bottom: 2em;
	}
}

@media (max-width: 1200px) {
	main #key .box-container div:nth-child(5) {
		left: 16%;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(5) {
		bottom: 13%;
		left: 10%;
	}
}

@media (max-width: 550px) {
	main #key .box-container div:nth-child(5) {
		bottom: 80px;
		left: 3%;
	}
}

@media (max-width: 1000px) {
	main #key .box-container div:nth-child(5) img {
		width: 200px;
	}
}

@media (max-width: 950px) {
	main #key .box-container div:nth-child(5) img {
		width: 180px;
	}
}

@media (max-width: 767px) {
	main #key .box-container div:nth-child(5) img {
		width: 145px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(5) img {
		width: 125px;
	}
}

@media (max-width: 500px) {
	main #key .box-container div:nth-child(5) img {
		width: 110px;
	}
}

@media (max-width: 450px) {
	main #key .box-container div:nth-child(5) img {
		width: 95px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(5) img {
		width: 85px;
	}
}

@media (max-width: 400px) {
	main #key .box-container div:nth-child(5) img {
		width: 80px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(5) img {
		width: 75px;
	}
}

main #key .box-container div:nth-child(6) {
	position: absolute;
	bottom: 10em;
	right: 0;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(6) {
		bottom: 2em;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(6) {
		bottom: 15%;
		right: 2%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(6) {
		top: 80px;
		bottom: unset;
	}
}

@media (max-width: 1080px) {
	main #key .box-container div:nth-child(6) img {
		width: 265px;
	}
}

@media (max-width: 1000px) {
	main #key .box-container div:nth-child(6) img {
		width: 220px;
	}
}

@media (max-width: 835px) {
	main #key .box-container div:nth-child(6) img {
		width: 190px;
	}
}

@media (max-width: 767px) {
	main #key .box-container div:nth-child(6) img {
		width: 165px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(6) img {
		width: 140px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(6) img {
		width: 125px;
	}
}

@media (max-width: 374px) {
	main #key .box-container div:nth-child(6) img {
		width: 110px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(6) img {
		width: 98px;
	}
}

main #key .box-container div:nth-child(7) {
	position: absolute;
	bottom: 20em;
	right: 14%;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(7) {
		bottom: 8em;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(7) {
		bottom: 20%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(7) {
		bottom: 58px;
		right: 10px;
	}
}

@media (max-width: 1090px) {
	main #key .box-container div:nth-child(7) img {
		width: 116px;
	}
}

@media (max-width: 767px) {
	main #key .box-container div:nth-child(7) img {
		width: 100px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(7) img {
		width: 90px;
	}
}

@media (max-width: 450px) {
	main #key .box-container div:nth-child(7) img {
		width: 85px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(7) img {
		width: 80px;
	}
}

@media (max-width: 400px) {
	main #key .box-container div:nth-child(7) img {
		width: 75px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(7) img {
		width: 70px;
	}
}

main #key .box-container div:nth-child(8) {
	position: absolute;
	bottom: 16em;
	right: 0;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(8) {
		bottom: 6em;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(8) {
		bottom: 24%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(8) {
		bottom: 85px;
	}
}

@media (max-width: 1200px) {
	main #key .box-container div:nth-child(8) img {
		width: 145px;
	}
}

@media (max-width: 1000px) {
	main #key .box-container div:nth-child(8) img {
		width: 115px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(8) img {
		width: 100px;
	}
}

@media (max-width: 450px) {
	main #key .box-container div:nth-child(8) img {
		width: 85px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(8) img {
		width: 70px;
	}
}

@media (max-width: 400px) {
	main #key .box-container div:nth-child(8) img {
		width: 65px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(8) img {
		width: 60px;
	}
}

main #key .box-container div:nth-child(9) {
	position: absolute;
	top: 13em;
	right: 0;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(9) {
		top: 9em;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(9) {
		top: 33%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(9) {
		top: 215px;
	}
}

@media (max-width: 1080px) {
	main #key .box-container div:nth-child(9) img {
		width: 213px;
	}
}

@media (max-width: 950px) {
	main #key .box-container div:nth-child(9) img {
		width: 180px;
	}
}

@media (max-width: 767px) {
	main #key .box-container div:nth-child(9) img {
		width: 150px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(9) img {
		width: 135px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(9) img {
		width: 113px;
	}
}

@media (max-width: 374px) {
	main #key .box-container div:nth-child(9) img {
		width: 100px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(9) img {
		width: 90px;
	}
}

main #key .box-container div:nth-child(10) {
	position: absolute;
	top: 6em;
	right: 0;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(10) {
		top: 3em;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(10) {
		top: 14%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(10) {
		top: 175px;
	}
}

@media (max-width: 1080px) {
	main #key .box-container div:nth-child(10) img {
		width: 222px;
	}
}

@media (max-width: 950px) {
	main #key .box-container div:nth-child(10) img {
		width: 190px;
	}
}

@media (max-width: 780px) {
	main #key .box-container div:nth-child(10) img {
		width: 170px;
	}
}

@media (max-width: 767px) {
	main #key .box-container div:nth-child(10) img {
		width: 180px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(10) img {
		width: 145px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(10) img {
		width: 115px;
	}
}

@media (max-width: 374px) {
	main #key .box-container div:nth-child(10) img {
		width: 105px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(10) img {
		width: 100px;
	}
}

main #key .box-container div:nth-child(11) {
	position: absolute;
	top: 16em;
	right: 24%;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(11) {
		top: 11em;
	}
}

@media (max-width: 768px) {
	main #key .box-container div:nth-child(11) {
		right: 15%;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(11) {
		right: 32%;
		top: 75px;
	}
}

@media (max-width: 1080px) {
	main #key .box-container div:nth-child(11) img {
		width: 150px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(11) img {
		width: 135px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(11) img {
		width: 120px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(11) img {
		width: 100px;
	}
}

main #key .box-container div:nth-child(12) {
	position: absolute;
	top: 7em;
	right: 24%;
}

@media (max-height: 768px) {
	main #key .box-container div:nth-child(12) {
		top: 3em;
	}
}

@media (max-width: 552px) {
	main #key .box-container div:nth-child(12) {
		bottom: 0;
		top: unset;
		right: 0;
	}
}

@media (max-width: 1080px) {
	main #key .box-container div:nth-child(12) img {
		width: 140px;
	}
}

@media (max-width: 890px) {
	main #key .box-container div:nth-child(12) img {
		width: 120px;
	}
}

@media (max-width: 805px) {
	main #key .box-container div:nth-child(12) img {
		width: 104px;
	}
}

@media (max-width: 450px) {
	main #key .box-container div:nth-child(12) img {
		width: 90px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(12) img {
		width: 80px;
	}
}

@media (max-width: 400px) {
	main #key .box-container div:nth-child(12) img {
		width: 73px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(12) img {
		width: 65px;
	}
}

main #key .box-container div:nth-child(13) {
	position: absolute;
	top: 7em;
	left: 25%;
}

@media (max-width: 520px) {
	main #key .box-container div:nth-child(13) {
		top: 120px;
		right: 0;
		left: unset;
	}
}

@media (max-width: 835px) {
	main #key .box-container div:nth-child(13) img {
		width: 170px;
	}
}

@media (max-width: 530px) {
	main #key .box-container div:nth-child(13) img {
		width: 140px;
	}
}

@media (max-width: 413px) {
	main #key .box-container div:nth-child(13) img {
		width: 120px;
	}
}

@media (max-width: 374px) {
	main #key .box-container div:nth-child(13) img {
		width: 105px;
	}
}

@media (max-width: 350px) {
	main #key .box-container div:nth-child(13) img {
		width: 90px;
	}
}

main #key .animatedFadeInUp {
	opacity: 0;
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

main #key .fadeInUp {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

main #key .man {
	width: 100%;
	margin: auto;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 85%;
}

main #key .man>img {
	display: block;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: auto;
}

@media (max-width: 552px) {
	main #key .man {
		height: 80%;
	}
}

main #key .key_txt {
	position: absolute;
	bottom: 50%;
	width: 100%;
	-webkit-transform: rotate(-7.1deg) translateY(45%);
	transform: rotate(-7.1deg) translateY(45%);
	left: -5px;
}

@media (min-height: 1050px) {
	main #key .key_txt {
		bottom: 50%;
	}
}

@media (max-height: 768px) {
	main #key .key_txt {
		bottom: 45%;
	}
}

@media (max-height: 900px) {
	main #key .key_txt {
		bottom: 45%;
	}
}

@media (max-width: 1280px) {
	main #key .key_txt {
		bottom: 51%;
	}
}

@media (max-width: 1200px) {
	main #key .key_txt {
		bottom: 45%;
	}
}

@media (max-width: 1050px) {
	main #key .key_txt {
		bottom: 45%;
	}
}

@media (max-width: 552px) {
	main #key .key_txt {
		bottom: 45%;
	}
}

main #key .key_txt .in-left {
	-webkit-animation-name: xien;
	animation-name: xien;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-duration: 5s;
	animation-delay: 5s;
	position: relative;
	-webkit-transition: all 1.1s 0.4s ease;
	transition: all 1.1s 0.4s ease;
}

main #key .key_txt .key_txt_bg {
	width: 103%;
	height: 112px;
	margin-left: -15px;
	background: #FFEA00;
}

@media (max-width: 1050px) {
	main #key .key_txt .key_txt_bg {
		height: 97px;
	}
}

@media (max-width: 767px) {
	main #key .key_txt .key_txt_bg {
		width: 109%;
		height: 175px;
	}
}

@media (max-width: 413px) {
	main #key .key_txt .key_txt_bg {
		height: 140px;
	}
}

@media (max-width: 374px) {
	main #key .key_txt .key_txt_bg {
		height: 123px;
	}
}

main #key .key_txt .key_txt_wrap_img {
	-webkit-transform: rotate(7.1deg);
	transform: rotate(7.1deg);
}

main #key .key_txt .key_txt_wrap_img .key_txt_img {
	width: 825px;
	margin: auto;
	margin-top: -146px;
	-webkit-animation: blurFadeIn 1s ease-in 0s backwards;
	animation: blurFadeIn 1s ease-in 0s backwards;
	-webkit-animation-delay: 6.5s;
	animation-delay: 6.5s;
}

@media (max-width: 1050px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img {
		width: 650px;
		margin-top: -122px;
	}
}

@media (max-width: 767px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img {
		width: 100%;
		margin-top: -164px;
	}
}

@media (max-width: 413px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img {
		margin-top: -141px;
	}
}

@media (max-width: 374px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img {
		margin-top: -123px;
	}
}

@media (max-width: 1050px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img img {
		width: 650px;
	}
}

@media (max-width: 767px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img img {
		width: 330px;
	}
}

@media (max-width: 767px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img p {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 900;
		color: #333;
		font-size: 70px;
		line-height: 80px;
		position: relative;
		text-align: center;
		padding-left: 10px;
		-webkit-transform: rotate(-7.1deg);
		transform: rotate(-7.1deg);
	}
}

@media (max-width: 413px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img p {
		font-size: 60px;
		line-height: 70px;
	}
}

@media (max-width: 374px) {
	main #key .key_txt .key_txt_wrap_img .key_txt_img p {
		font-size: 50px;
		line-height: 60px;
	}
}

.scroll {
	width: 20px;
	margin: auto;
	margin-top: -70px;
}

.wrapp {
	width: 1000px;
	margin: auto;
}

@media (max-width: 1000px) {
	.wrapp {
		width: 100%;
	}
}

.pb20 {
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.pb20 {
		padding-bottom: 10px;
	}
}

#sec1 {
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 150px;
	margin-top: -65px;
}

@media (max-width: 767px) {
	#sec1 {
		margin-top: 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

#sec1 .s1_l {
	width: 50%;
	float: left;
}

@media (max-width: 1050px) {
	#sec1 .s1_l {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	#sec1 .s1_l {
		width: 100%;
		float: none;
		padding-right: 20px;
	}
}

#sec1 .s1_l h2 {
	font-size: 38px;
	font-weight: 900;
	color: #C3000B;
	padding-bottom: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 56px;
	padding-top: 20px;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	#sec1 .s1_l h2 {
		padding-top: 30px;
		font-size: 30px;
		line-height: 48px;
	}
}

#sec1 .s1_l p {
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	line-height: 38px;
	font-size: 15px;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	#sec1 .s1_l p {
		font-size: 14px;
		line-height: 35px;
	}
}

#sec1 .s1_r {
	width: 50%;
	float: left;
}

@media (max-width: 1050px) {
	#sec1 .s1_r {
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	#sec1 .s1_r {
		width: 100%;
		float: none;
		padding-left: 20px;
	}
}

@media (max-width: 1050px) {
	#sec1 .s1_r img {
		width: 100%;
	}
}

#sec1:before {
	content: '';
	width: 226px;
	height: 263px;
	background: url("../../img/saiyo/s1_bg_deco1.png") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	#sec1:before {
		width: 135px;
		height: 160px;
	}
}

#sec1:after {
	content: '';
	width: 323px;
	height: 373px;
	background: url("../../img/saiyo/s1_bg_deco2.png") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 767px) {
	#sec1:after {
		width: 183px;
		height: 210px;
	}
}

#about {
	position: relative;
	z-index: 3;
	background: url("../../img/saiyo/s2_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 400px;
}

@media (max-width: 767px) {
	#about {
		padding-bottom: 0;
		padding-top: 0;
		background: transparent;
	}
}

@media (max-width: 767px) {
	#about .about_ttl {
		background: url("../../img/saiyo/s2_bg.jpg") no-repeat;
		background-size: cover;
		background-position: center top;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

#about h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#about h3 {
		font-size: 20px;
	}
}

#about h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 55px;
	color: #fff;
}

@media (max-width: 767px) {
	#about h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	#about h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 425px) {
	#about h2 {
		font-size: 25px;
		line-height: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	#about h2 {
		font-size: 23px;
	}
}

#about p.txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

@media (max-width: 425px) {
	#about p.txt {
		font-size: 13px;
		line-height: 30px;
	}
}

@media (max-width: 374px) {
	#about p.txt {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.about_wrap {
	width: 100%;
	position: absolute;
}

@media (max-width: 767px) {
	.about_wrap {
		position: relative;
	}
}

.about_box {
	width: 827px;
	background: #fff;
	padding: 50px;
	margin: auto;
	margin-top: 100px;
}

@media (max-width: 900px) {
	.about_box {
		width: 94%;
	}
}

@media (max-width: 767px) {
	.about_box {
		width: 100%;
		padding: 40px 20px;
		padding-bottom: 60px;
		margin-top: 0;
	}
}

@media (max-width: 374px) {
	.about_box {
		padding: 30px 20px;
	}
}

.about_box .box_l {
	width: 47%;
	float: left;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.about_box .box_l {
		width: 100%;
		float: none;
		padding-right: 0;
	}
}

.about_box .box_l h4 {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	line-height: 50px;
	padding-bottom: 25px;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	.about_box .box_l h4 {
		text-align: center;
		font-size: 28px;
	}
}

@media (max-width: 500px) {
	.about_box .box_l h4 {
		font-size: 25px;
		line-height: 35px;
	}
}

@media (max-width: 425px) {
	.about_box .box_l h4 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	.about_box .box_l h4 {
		font-size: 17px;
		padding-bottom: 5px;
	}
}

.about_box .box_l p.txt2 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-weight: 400;
	line-height: 35px;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0.5px;
}

@media (max-width: 425px) {
	.about_box .box_l p.txt2 {
		line-height: 30px;
	}
}

.about_box .box_r {
	width: 53%;
	float: left;
	background: #eaeaea;
	padding: 30px;
}

@media (max-width: 767px) {
	.about_box .box_r {
		width: 100%;
		float: none;
		padding: 20px;
		margin-top: 20px;
	}
}

.about_box .box_r h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #969696;
	margin-bottom: 10px;
	color: #333;
}

@media (max-width: 767px) {
	.about_box .box_r h5 {
		font-size: 20px;
	}
}

@media (max-width: 425px) {
	.about_box .box_r h5 {
		font-size: 18px;
	}
}

@media (max-width: 374px) {
	.about_box .box_r h5 {
		font-size: 16px;
	}
}

.about_box .box_r p.txt2 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	line-height: 23px;
	font-weight: 500;
	font-size: 13px;
	text-align: justify;
}

.about_box .box_r .pb10 {
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.about_box .box_r .pb10 {
		padding-bottom: 20px;
	}
}

#career {
	position: relative;
	z-index: 2;
}

#career #career_ {
	width: 100%;
	height: 0;
	position: absolute;
	top: 240px;
}

@media (max-width: 767px) {
	#career #career_ {
		top: 0px;
	}
}

#career .career_ttl {
	padding-top: 380px;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	#career .career_ttl {
		padding-top: 50px;
	}
}

#career h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#career h3 {
		font-size: 20px;
	}
}

#career h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 55px;
	color: #fff;
}

@media (max-width: 767px) {
	#career h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	#career h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 425px) {
	#career h2 {
		font-size: 25px;
		line-height: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	#career h2 {
		font-size: 23px;
	}
}

#career p.txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

@media (max-width: 425px) {
	#career p.txt {
		font-size: 13px;
		text-align: left;
		line-height: 30px;
	}
}

@media (max-width: 374px) {
	#career p.txt {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#career .career_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	#career .career_card {
		display: block;
		margin-top: 30px;
	}
}

#career .career_card .card {
	width: 29%;
	margin: 1.3%;
	position: relative;
	z-index: 10;
}

@media (max-width: 767px) {
	#career .career_card .card {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
}

#career .career_card .front,
#career .career_card .back {
	background: #fff;
	padding: 30px;
}

@media (max-width: 767px) {
	#career .career_card .back {
		padding: 30px 20px;
	}
}

#career .career_card .back h2 {
	padding-bottom: 10px;
}

#career .career_card .back .icon img {
	padding-top: 20px;
}

@media (max-width: 767px) {
	#career .career_card .back .icon img {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	#career .career_card .back .card_ttl {
		width: 50%;
		float: right;
		text-align: right;
	}
}

@media (max-width: 767px) {
	#career .career_card .back .card_ttl h3 {
		text-align: right;
	}
}

@media (max-width: 374px) {
	#career .career_card .back .card_ttl h3 {
		line-height: 25px;
		padding-bottom: 6px;
	}
}

@media (max-width: 767px) {
	#career .career_card .back .card_ttl h2 {
		text-align: right;
	}
}

@media (max-width: 767px) {
	#career .career_card .back .txt_b {
		width: 50%;
		float: left;
		text-align: left;
		font-size: 18px;
	}
}

#career .career_card h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #0199E0;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#career .career_card h3 {
		font-size: 20px;
		letter-spacing: 0;
	}
}

#career .career_card h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 75px;
	text-align: center;
	color: #0199E0;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 3px;
	padding-top: 10px;
}

#career .career_card .txt_b {
	font-size: 17px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

#career .career_card .txt_b span {
	color: #0199E0;
	font-size: 40px;
	font-weight: 900;
	line-height: 50px;
}

#career .career_card .txt_nm {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	padding-top: 10px;
	font-weight: 500;
	line-height: 20px;
	font-size: 13px;
}

@media (max-width: 767px) {
	#career .career_card .txt_nm {
		font-weight: bold;
	}
}

@media (max-width: 767px) {
	#career .career_card .front {
		padding-right: 90px;
	}
}

@media (max-width: 374px) {
	#career .career_card .front {
		padding-right: 40px;
		padding-left: 10px;
	}
}

#career .career_card .front .txt {
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #333;
}

#career .career_card .front .txt span {
	color: #0199E0;
	font-size: 17px;
}

#career .career_card .front .icon {
	margin-top: 10px;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	#career .career_card .front .icon {
		width: 224px;
		margin: auto;
	}
}

@media (max-width: 570px) {
	#career .career_card .front .icon {
		width: 200px;
		margin: auto;
	}
}

#career .career_card .front .btn_r {
	width: 100%;
	background: #eaeaea;
	text-align: center;
	color: #0199E0;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 767px) {
	#career .career_card .front .btn_r {
		width: 40px;
		height: 100%;
		right: 0;
		left: unset;
		line-height: 350px;
	}
}

@media (max-width: 374px) {
	#career .career_card .front .btn_r {
		width: 30px;
		line-height: 305px;
	}
}

@media (max-width: 767px) {
	#career .career_card .front .card_ttl {
		width: 216px;
		margin: auto;
	}
}

@media (max-width: 374px) {
	#career .career_card .front .card_ttl {
		width: 167px;
	}
}

@media (max-width: 767px) {
	#career .career_card .front h3 {
		text-align: left;
		font-size: 25px;
		width: 116px;
		float: left;
	}
}

@media (max-width: 374px) {
	#career .career_card .front h3 {
		font-size: 20px;
		line-height: 25px;
		width: 87px;
	}
}

@media (max-width: 767px) {
	#career .career_card .front h2 {
		text-align: left;
		width: 100px;
		float: left;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	#career .career_card .front h2 {
		font-size: 67px;
		width: 80px;
	}
}

#career:before {
	content: '';
	width: 226px;
	height: 262px;
	background: url("../../img/saiyo/s3_bg_deco1.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	#career:before {
		width: 135px;
		height: 160px;
	}
}

#career:after {
	content: '';
	width: 100%;
	height: 242px;
	background: url("../../img/saiyo/s3_bg_deco2.png") no-repeat;
	background-size: 100%;
	background-position: right top;
	position: absolute;
	right: 0;
	bottom: -242px;
	z-index: 0;
}

@media (max-width: 767px) {
	#career:after {
		height: 100px;
		bottom: -100px;
	}
}

#career .bg_add {
	background: #0199E0;
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	#career .bg_add {
		padding: 20px;
		padding-bottom: 60px;
	}
}

#career .bg_add:after {
	content: '';
	width: 324px;
	height: 376px;
	background: url("../../img/saiyo/s3_bg_deco3.png") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: -38px;
	z-index: 1;
}

@media (max-width: 767px) {
	#career .bg_add:after {
		width: 135px;
		height: 160px;
		bottom: -18px;
	}
}

.parallax {
	background-image: url("../../img/saiyo/bg_para1.jpg");
	min-height: 365px;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 767px) {
	.parallax {
		background-attachment: inherit;
		min-height: 300px;
	}
}

#work {
	position: relative;
	z-index: 1;
}

#work:before {
	content: '';
	width: 225px;
	height: 264px;
	background: url("../../img/saiyo/s4_bg_deco3.png") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -32px;
	z-index: 9;
}

@media (max-width: 767px) {
	#work:before {
		width: 135px;
		height: 160px;
		top: -18px;
	}
}

#work:after {
	content: '';
	width: 323px;
	height: 373px;
	background: url("../../img/saiyo/s4_bg_deco2.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 767px) {
	#work:after {
		width: 135px;
		height: 160px;
		bottom: -3px;
	}
}

#work .bg_add {
	background: #EF9A01;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	#work .bg_add {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#work .bg_add:before {
	content: '';
	width: 100%;
	height: 242px;
	background: url("../../img/saiyo/s4_bg_deco1.png") no-repeat;
	background-size: 100%;
	background-position: right bottom;
	position: absolute;
	left: 0;
	top: -240px;
	z-index: 0;
}

@media (max-width: 767px) {
	#work .bg_add:before {
		height: 100px;
		top: -98px;
	}
}

#work .work_ttl {
	position: relative;
	z-index: 2;
}

#work h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#work h3 {
		font-size: 20px;
	}
}

#work h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 55px;
	color: #fff;
}

@media (max-width: 767px) {
	#work h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	#work h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 425px) {
	#work h2 {
		font-size: 25px;
		line-height: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	#work h2 {
		font-size: 23px;
	}
}

#work p.txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

@media (max-width: 425px) {
	#work p.txt {
		font-size: 13px;
		text-align: left;
		line-height: 30px;
	}
}

@media (max-width: 374px) {
	#work p.txt {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#work .s4_img {
	padding-top: 50px;
}

@media (max-width: 767px) {
	#work .s4_img {
		padding-top: 30px;
	}
}

#work .work_box {
	background: #fff;
	width: 90%;
	margin: auto;
	padding: 50px;
	margin-top: -85px;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	#work .work_box {
		width: 100%;
		margin-top: 0;
		padding: 30px;
	}
}

#work .work_box h5 {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
	color: #EF9A01;
}

@media (max-width: 767px) {
	#work .work_box h5 {
		text-align: left;
	}
}

#work .work_box h4 {
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 50px;
	padding-bottom: 30px;
	color: #EF9A01;
}

@media (max-width: 767px) {
	#work .work_box h4 {
		text-align: left;
		font-size: 35px;
		line-height: 45px;
	}
}

#work .work_box p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #333;
}

#work .pb30 {
	padding-bottom: 30px;
}

#member {
	position: relative;
	z-index: 2;
}

#member:before {
	content: '';
	width: 226px;
	height: 262px;
	background: url("../../img/saiyo/s5_bg_deco1.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -1px;
}

@media (max-width: 767px) {
	#member:before {
		width: 135px;
		height: 160px;
	}
}

#member:after {
	content: '';
	width: 100%;
	height: 242px;
	background: url("../../img/saiyo/s5_bg_deco2.png") no-repeat;
	background-size: 100%;
	background-position: right top;
	position: absolute;
	right: 0;
	bottom: -242px;
	z-index: 0;
}

@media (max-width: 767px) {
	#member:after {
		height: 100px;
		bottom: -100px;
	}
}

#member .bg_add {
	background: #0DB083;
	padding-bottom: 60px;
}

#member .bg_add .member_ttl {
	position: relative;
	z-index: 2;
	padding-top: 100px;
}

@media (max-width: 767px) {
	#member .bg_add .member_ttl {
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#member .bg_add h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#member .bg_add h3 {
		font-size: 20px;
	}
}

#member .bg_add h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 55px;
	color: #fff;
}

@media (max-width: 767px) {
	#member .bg_add h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	#member .bg_add h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 425px) {
	#member .bg_add h2 {
		font-size: 25px;
		line-height: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	#member .bg_add h2 {
		font-size: 23px;
	}
}

#member .bg_add p.txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

@media (max-width: 767px) {
	#member .bg_add p.txt {
		text-align: left;
	}
}

@media (max-width: 425px) {
	#member .bg_add p.txt {
		font-size: 13px;
		line-height: 30px;
	}
}

@media (max-width: 374px) {
	#member .bg_add p.txt {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#member .bg_add:after {
	content: '';
	width: 324px;
	height: 376px;
	background: url("../../img/saiyo/s5_bg_deco3.png") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: -38px;
	z-index: 9;
}

@media (max-width: 767px) {
	#member .bg_add:after {
		width: 135px;
		height: 160px;
		bottom: -18px;
	}
}

#member .slick-slider {
	z-index: 10;
	margin-top: 50px;
}

#member .slick-track .memb {
	position: relative;
	text-align: center;
	cursor: pointer;
}

#member .slick-track .memb .pic {
	position: relative;
	width: 241px;
	margin: auto;
	z-index: 1;
}

#member .slick-track .memb .pic .mem1p {
	width: 241px;
	height: 588px;
	background: url("../../img/saiyo/mem1.png") no-repeat;
	background-size: 100%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

@media (min-width: 992px) {
	#member .slick-track .memb .pic .mem1p:hover {
		background: url("../../img/saiyo/mem1_hover.png") no-repeat;
	}
}

#member .slick-track .memb .pic .mem2p {
	width: 241px;
	height: 588px;
	background: url("../../img/saiyo/mem2.png") no-repeat;
	background-size: 100%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

@media (min-width: 992px) {
	#member .slick-track .memb .pic .mem2p:hover {
		background: url("../../img/saiyo/mem2_hover.png") no-repeat;
	}
}

#member .slick-track .memb .pic .mem3p {
	width: 241px;
	height: 588px;
	background: url("../../img/saiyo/mem3.png") no-repeat;
	background-size: 100%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

@media (min-width: 992px) {
	#member .slick-track .memb .pic .mem3p:hover {
		background: url("../../img/saiyo/mem3_hover.png") no-repeat;
	}
}

#member .slick-track .memb .pic .mem4p {
	width: 241px;
	height: 588px;
	background: url("../../img/saiyo/mem4.png") no-repeat;
	background-size: 100%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

#member .slick-track .memb .pic .mem4p:hover {
	background: url("../../img/saiyo/mem4_hover.png") no-repeat;
}

#member .slick-track .memb .pic .mem5p {
	width: 241px;
	height: 588px;
	background: url("../../img/saiyo/mem5.png") no-repeat;
	background-size: 100%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

#member .slick-track .memb .pic .mem5p:hover {
	background: url("../../img/saiyo/mem5_hover.png") no-repeat;
}

#member .slick-track .memb .pic .mem6p {
	width: 241px;
	height: 588px;
	background: url("../../img/saiyo/mem6.png") no-repeat;
	background-size: 100%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

#member .slick-track .memb .pic .mem6p:hover {
	background: url("../../img/saiyo/mem6_hover.png") no-repeat;
}

#member .slick-track .memb .pic .mem7p {
	width: 241px;
	height: 588px;
	background: url("../../img/saiyo/mem7.png") no-repeat;
	background-size: 100%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

#member .slick-track .memb .pic .mem7p:hover {
	background: url("../../img/saiyo/mem7_hover.png") no-repeat;
}

#member .slick-track .memb .pic .mem8p {
	width: 241px;
	height: 588px;
	background: url("../../img/saiyo/mem8.png") no-repeat;
	background-size: 100%;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

#member .slick-track .memb .pic .mem8p:hover {
	background: url("../../img/saiyo/mem8_hover.png") no-repeat;
}

#member .slick-track .memb .text_box {
	width: 241px;
	position: absolute;
	bottom: 16%;
	text-align: center;
	z-index: 99;
}

#member .slick-track .memb .parallelogram {
	width: 241px;
	height: 190px;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	background: #fff;
	position: relative;
	z-index: 9;
}

#member .slick-track .memb .tb_info {
	width: 241px;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

#member .slick-track .memb .tb_info h6 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 19px;
	font-weight: 700;
}

#member .slick-track .memb .tb_info p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding-top: 5px;
}

#member .slick-track .mem1 .tb_info h6,
#member .slick-track .mem1 .tb_info p {
	color: #E14344;
}

#member .slick-track .mem2 .tb_info h6,
#member .slick-track .mem2 .tb_info p {
	color: #804A96;
}

#member .slick-track .mem3 .tb_info h6,
#member .slick-track .mem3 .tb_info p {
	color: #81BC47;
}

#member .slick-track .mem4 .tb_info h6,
#member .slick-track .mem4 .tb_info p {
	color: #E25400;
}

#member .slick-track .mem5 .tb_info h6,
#member .slick-track .mem5 .tb_info p {
	color: #0DB083;
}

#member .slick-track .mem6 .tb_info h6,
#member .slick-track .mem6 .tb_info p {
	color: #0054A2;
}

#member .slick-track .mem7 .tb_info h6,
#member .slick-track .mem7 .tb_info p {
	color: #EF9A01;
}

#member .slick-track .mem8 .tb_info h6,
#member .slick-track .mem8 .tb_info p {
	color: #0199E0;
}

#member .slick-prev {
	font-size: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: #fff url("../../img/saiyo/prev.png") no-repeat;
	background-size: 14px;
	position: absolute;
	left: -60px;
	top: 35%;
	z-index: 20;
	border-radius: 50%;
	background-position: 44%;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}

@media (max-width: 1110px) {
	#member .slick-prev {
		left: -4%;
	}
}

@media (max-width: 1100px) {
	#member .slick-prev {
		left: -2%;
	}
}

@media (max-width: 1070px) {
	#member .slick-prev {
		left: 0%;
	}
}

@media (max-width: 767px) {
	#member .slick-prev {
		left: 20px;
	}
}

@media (max-width: 374px) {
	#member .slick-prev {
		left: 5px;
	}
}

#member .slick-prev:hover {
	background-position: 25%;
}

@media (max-width: 767px) {
	#member .slick-prev:hover {
		background-position: 44%;
	}
}

#member .slick-next {
	font-size: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: #fff url("../../img/saiyo/next.png") no-repeat;
	background-size: 14px;
	position: absolute;
	right: -60px;
	top: 35%;
	z-index: 20;
	border-radius: 50%;
	background-position: 52%;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}

@media (max-width: 1110px) {
	#member .slick-next {
		right: -4%;
	}
}

@media (max-width: 1100px) {
	#member .slick-next {
		right: -2%;
	}
}

@media (max-width: 1070px) {
	#member .slick-next {
		right: 0%;
	}
}

@media (max-width: 767px) {
	#member .slick-next {
		right: 20px;
	}
}

@media (max-width: 374px) {
	#member .slick-next {
		right: 5px;
	}
}

#member .slick-next:hover {
	background-position: 68%;
}

@media (max-width: 767px) {
	#member .slick-next:hover {
		background-position: 52%;
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 999999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal .modal-content {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 80%;
	padding-top: 30px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

@media (max-width: 950px) {
	.modal .modal-content {
		width: 90%;
	}
}

.modal .modal-content .modal-body .md_ttl {
	padding: 30px 50px;
	position: relative;
}

@media (max-width: 950px) {
	.modal .modal-content .modal-body .md_ttl {
		padding: 30px;
	}
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_ttl {
		padding: 30px 20px;
	}
}

.modal .modal-content .modal-body .md_ttl:before {
	content: '';
	background: url("../../img/saiyo/menu_deco1.png") no-repeat;
	background-size: 100%;
	width: 100px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
}

.modal .modal-content .modal-body .md_ttl:after {
	content: '';
	background: url("../../img/saiyo/menu_deco2.png") no-repeat;
	background-size: 100%;
	width: 150px;
	height: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 767px) {
	.modal .modal-content .modal-body .md_ttl:after {
		width: 120px;
		height: 120px;
	}
}

.modal .modal-content .modal-body .md_ttl h6 {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	font-style: italic;
}

@media (max-width: 600px) {
	.modal .modal-content .modal-body .md_ttl h6 {
		font-size: 16px;
	}
}

.modal .modal-content .modal-body .md_ttl h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 35px;
	line-height: 45px;
}

@media (max-width: 767px) {
	.modal .modal-content .modal-body .md_ttl h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 500px) {
	.modal .modal-content .modal-body .md_ttl h2 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_ttl h2 {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width: 374px) {
	.modal .modal-content .modal-body .md_ttl h2 {
		font-size: 19px;
		line-height: 29px;
	}
}

.modal .modal-content .modal-body .md_body {
	padding: 40px 50px;
}

@media (max-width: 950px) {
	.modal .modal-content .modal-body .md_body {
		padding-left: 30px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.modal .modal-content .modal-body .md_body {
		padding-right: 30px;
	}
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_body {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.modal .modal-content .modal-body .md_body .md_body_l {
	width: 55%;
	float: left;
}

@media (max-width: 767px) {
	.modal .modal-content .modal-body .md_body .md_body_l {
		width: 100%;
		float: none;
		background: #fff;
		position: relative;
		padding-top: 20px;
	}
}

.modal .modal-content .modal-body .md_body .md_body_l .quest {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 15px;
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_body .md_body_l .quest {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 374px) {
	.modal .modal-content .modal-body .md_body .md_body_l .quest {
		font-size: 14px;
	}
}

.modal .modal-content .modal-body .md_body .md_body_l .ans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	color: #333;
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_body .md_body_l .ans {
		font-size: 13px;
	}
}

.modal .modal-content .modal-body .md_body .md_body_r {
	width: 45%;
	float: right;
	padding-left: 50px;
	position: relative;
}

@media (max-width: 767px) {
	.modal .modal-content .modal-body .md_body .md_body_r {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: -60px;
		height: 505px;
		overflow: hidden;
	}
}

.modal .modal-content .modal-body .md_body .md_body_r .md_picmem {
	margin-right: -50px;
	margin-top: -215px;
	text-align: right;
}

@media (max-width: 1150px) {
	.modal .modal-content .modal-body .md_body .md_body_r .md_picmem {
		margin-top: -170px;
	}
}

@media (max-width: 1100px) {
	.modal .modal-content .modal-body .md_body .md_body_r .md_picmem {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.modal .modal-content .modal-body .md_body .md_body_r .md_picmem {
		margin-right: -30px;
	}
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_body .md_body_r .md_picmem {
		margin-right: -20px;
	}
}

@media (max-width: 1340px) {
	.modal .modal-content .modal-body .md_body .md_body_r .md_picmem img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.modal .modal-content .modal-body .md_body .md_body_r .md_picmem img {
		width: 300px;
	}
}

@media (max-width: 500px) {
	.modal .modal-content .modal-body .md_body .md_body_r .md_picmem img {
		width: 260px;
	}
}

.modal .modal-content .modal-body .md_body .md_body_r .text_box {
	width: 300px;
	position: absolute;
	bottom: 11%;
	text-align: center;
	z-index: 14;
	right: 3%;
}

@media (max-width: 1100px) {
	.modal .modal-content .modal-body .md_body .md_body_r .text_box {
		right: -15px;
	}
}

@media (max-width: 1000px) {
	.modal .modal-content .modal-body .md_body .md_body_r .text_box {
		right: -30px;
	}
}

@media (max-width: 950px) {
	.modal .modal-content .modal-body .md_body .md_body_r .text_box {
		width: 280px;
	}
}

@media (max-width: 870px) {
	.modal .modal-content .modal-body .md_body .md_body_r .text_box {
		width: 260px;
	}
}

@media (max-width: 767px) {
	.modal .modal-content .modal-body .md_body .md_body_r .text_box {
		right: unset;
		bottom: unset;
		left: 0;
		top: 39%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 500px) {
	.modal .modal-content .modal-body .md_body .md_body_r .text_box {
		top: 55%;
	}
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_body .md_body_r .text_box {
		width: 230px;
	}
}

.modal .modal-content .modal-body .md_body .md_body_r .parallelogram {
	width: 300px;
	height: 250px;
	-webkit-transform: skewY(-5deg);
	transform: skewY(-5deg);
}

@media (max-width: 950px) {
	.modal .modal-content .modal-body .md_body .md_body_r .parallelogram {
		width: 280px;
	}
}

@media (max-width: 870px) {
	.modal .modal-content .modal-body .md_body .md_body_r .parallelogram {
		width: 260px;
	}
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_body .md_body_r .parallelogram {
		width: 230px;
	}
}

.modal .modal-content .modal-body .md_body .md_body_r .tb_info {
	width: 300px;
	text-align: left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 950px) {
	.modal .modal-content .modal-body .md_body .md_body_r .tb_info {
		width: 280px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 870px) {
	.modal .modal-content .modal-body .md_body .md_body_r .tb_info {
		width: 260px;
	}
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_body .md_body_r .tb_info {
		width: 230px;
	}
}

.modal .modal-content .modal-body .md_body .md_body_r .tb_info p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
}

@media (max-width: 413px) {
	.modal .modal-content .modal-body .md_body .md_body_r .tb_info p {
		font-size: 13px;
		line-height: 20px;
	}
}

.modal .modal-content #tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 20px;
}

@media (max-width: 767px) {
	.modal .modal-content #tabs {
		display: block;
	}
}

.modal .modal-content #tabs li {
	cursor: pointer;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

@media (max-width: 767px) {
	.modal .modal-content #tabs li {
		width: 25%;
		float: left;
	}
}

.modal .modal-content #tabs li:hover img {
	margin-top: -22px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

@media (max-width: 767px) {
	.modal .modal-content #tabs li:hover img {
		margin-top: 0;
	}
}

.modal .modal-footer p {
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
}

.modal .modal-footer p:hover {
	color: #fff;
}

.modal .modal-footer p:before {
	content: '\02715';
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	padding-right: 5px;
}

.parallax2 {
	background-image: url("../../img/saiyo/bg_para2.jpg");
	min-height: 365px;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	-o-backround-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 767px) {
	.parallax2 {
		background-attachment: inherit;
		min-height: 300px;
	}
}

#qa {
	position: relative;
	z-index: 1;
}

#qa:before {
	content: '';
	width: 225px;
	height: 264px;
	background: url("../../img/saiyo/s6_bg_deco3.png") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -28px;
	z-index: 9;
}

@media (max-width: 767px) {
	#qa:before {
		width: 135px;
		height: 160px;
		top: -18px;
	}
}

#qa:after {
	content: '';
	width: 323px;
	height: 373px;
	background: url("../../img/saiyo/s6_bg_deco2.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 767px) {
	#qa:after {
		width: 135px;
		height: 160px;
		bottom: -3px;
	}
}

#qa .bg_add {
	background: #E14344;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	#qa .bg_add {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#qa .bg_add:before {
	content: '';
	width: 100%;
	height: 242px;
	background: url("../../img/saiyo/s6_bg_deco1.png") no-repeat;
	background-size: 100%;
	background-position: right bottom;
	position: absolute;
	left: 0;
	top: -240px;
	z-index: 0;
}

@media (max-width: 767px) {
	#qa .bg_add:before {
		height: 100px;
		top: -98px;
	}
}

#qa .qa_ttl {
	position: relative;
	z-index: 2;
}

#qa h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#qa h3 {
		font-size: 20px;
	}
}

#qa h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 55px;
	color: #fff;
}

@media (max-width: 767px) {
	#qa h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	#qa h2 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 0px;
	}
}

@media (max-width: 425px) {
	#qa h2 {
		font-size: 25px;
		line-height: 35px;
		padding-top: 20px;
	}
}

@media (max-width: 374px) {
	#qa h2 {
		font-size: 23px;
	}
}

#qa h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

@media (max-width: 425px) {
	#qa h4 {
		font-size: 18px;
		padding-top: 30px;
	}
}

#qa .qa_ct {
	width: 750px;
	margin: auto;
	position: relative;
	margin-top: 40px;
	z-index: 9;
}

@media (max-width: 810px) {
	#qa .qa_ct {
		width: 94%;
	}
}

@media (max-width: 767px) {
	#qa .qa_ct {
		width: 100%;
		margin-top: 25px;
	}
}

#qa .qa_ct .first {
	background: #fff;
	padding: 30px;
	position: relative;
	border-top: 1px solid #c3c3c3;
	cursor: pointer;
}

@media (max-width: 767px) {
	#qa .qa_ct .first {
		padding: 20px;
	}
}

#qa .qa_ct .first .q_icon {
	width: 50px;
	height: 50px;
	background: #E14344;
	color: #fff;
	border-radius: 50%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
	padding: 10px 0;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	#qa .qa_ct .first .q_icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 20px;
		left: 20px;
	}
}

#qa .qa_ct .first .q_ttl {
	float: left;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin-top: 13px;
	padding-left: 80px;
}

@media (max-width: 767px) {
	#qa .qa_ct .first .q_ttl {
		width: 90%;
		margin-top: 0;
		padding-left: 50px;
		font-size: 13px;
		line-height: 20px;
	}
}

#qa .qa_ct .first .q_bar .bar1 {
	width: 30px;
	height: 2px;
	background: #E14344;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

@media (max-width: 767px) {
	#qa .qa_ct .first .q_bar .bar1 {
		width: 20px;
		right: 20px;
	}
}

#qa .qa_ct .first .q_bar .bar2 {
	width: 30px;
	height: 2px;
	background: #E14344;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width: 767px) {
	#qa .qa_ct .first .q_bar .bar2 {
		width: 20px;
		right: 20px;
	}
}

#qa .qa_ct .first.active .q_bar .bar2 {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#qa .qa_ct .first-p {
	background: #ebebeb;
	padding: 30px;
	position: relative;
	border-top: 1px solid #c3c3c3;
}

@media (max-width: 767px) {
	#qa .qa_ct .first-p {
		padding: 20px;
	}
}

#qa .qa_ct .first-p .a_icon {
	width: 50px;
	height: 50px;
	background: transparent;
	color: #E14344;
	border-radius: 50%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
	padding: 10px 0;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	#qa .qa_ct .first-p .a_icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 20px;
		left: 20px;
	}
}

#qa .qa_ct .first-p .a_txt {
	float: left;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding-left: 80px;
	padding-right: 50px;
}

@media (max-width: 767px) {
	#qa .qa_ct .first-p .a_txt {
		width: 100%;
		margin-top: 0;
		padding-left: 50px;
		padding-right: 0;
		line-height: 20px;
		font-size: 13px;
	}
}

.cl_mem1 {
	color: #E14344;
}

.bg_mem1 {
	background: #E14344;
}

.cl_mem2 {
	color: #804A96;
}

.bg_mem2 {
	background: #804A96;
}

.cl_mem3 {
	color: #81BC47;
}

.bg_mem3 {
	background: #81BC47;
}

.cl_mem4 {
	color: #E25400;
}

.bg_mem4 {
	background: #E25400;
}

.cl_mem5 {
	color: #0DB083;
}

.bg_mem5 {
	background: #0DB083;
}

.cl_mem6 {
	color: #0054A2;
}

.bg_mem6 {
	background: #0054A2;
}

.cl_mem7 {
	color: #EF9A01;
}

.bg_mem7 {
	background: #EF9A01;
}

.cl_mem8 {
	color: #0199E0;
}

.bg_mem8 {
	background: #0199E0;
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

#message {
	padding-top: 100px;
	position: relative;
	z-index: 2;
	background: #fff;
}

@media (max-width: 767px) {
	#message {
		padding-top: 50px;
	}
}

#message .message_ttl h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #0199E0;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#message .message_ttl h3 {
		font-size: 20px;
	}
}

#message .message_ttl h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 55px;
	color: #0199E0;
}

@media (max-width: 767px) {
	#message .message_ttl h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	#message .message_ttl h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 425px) {
	#message .message_ttl h2 {
		font-size: 25px;
		line-height: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	#message .message_ttl h2 {
		font-size: 23px;
	}
}

#message .text {
	margin-top: 10px;
}

@media (max-width: 767px) {
	#message .text {
		margin-top: 0;
	}
}

#message .text p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #333;
	line-height: 42px;
	font-size: 16px;
}

@media (max-width: 767px) {
	#message .text p {
		font-size: 14px;
		line-height: 35px;
	}
}

@media (max-width: 374px) {
	#message .text p {
		font-size: 13px;
		line-height: 30px;
	}
}

#message .mess_bg {
	position: relative;
	z-index: -1;
	margin-top: -475px;
}

@media (min-width: 1600px) {
	#message .mess_bg {
		margin-top: -600px;
	}
}

@media (max-width: 1400px) {
	#message .mess_bg {
		margin-top: -400px;
	}
}

@media (max-width: 1200px) {
	#message .mess_bg {
		margin-top: -300px;
	}
}

@media (max-width: 1024px) {
	#message .mess_bg {
		margin-top: -250px;
	}
}

@media (max-width: 767px) {
	#message .mess_bg {
		margin-top: -100px;
	}
}

@media (max-width: 374px) {
	#message .mess_bg {
		margin-top: -80px;
	}
}

#news {
	padding-top: 100px;
	position: relative;
	z-index: 3;
	background: #E25400;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	#news {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#news .news_ttl {
	position: relative;
	z-index: 9;
}

#news .news_ttl h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#news .news_ttl h3 {
		font-size: 20px;
	}
}

#news .news_ttl h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 55px;
	color: #fff;
}

@media (max-width: 767px) {
	#news .news_ttl h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	#news .news_ttl h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 425px) {
	#news .news_ttl h2 {
		font-size: 25px;
		line-height: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	#news .news_ttl h2 {
		font-size: 23px;
	}
}

#news .news_ttl p.txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

@media (max-width: 425px) {
	#news .news_ttl p.txt {
		font-size: 13px;
		line-height: 30px;
	}
}

@media (max-width: 374px) {
	#news .news_ttl p.txt {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#news:before {
	content: '';
	width: 226px;
	height: 259px;
	background: url("../../img/saiyo/s8_bg_deco1.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	#news:before {
		width: 135px;
		height: 160px;
	}
}

#news:after {
	content: '';
	width: 322px;
	height: 374px;
	background: url("../../img/saiyo/s8_bg_deco2.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 767px) {
	#news:after {
		width: 183px;
		height: 210px;
	}
}

#news .news_box {
	width: 765px;
	background: #fff;
	margin: auto;
	position: relative;
	margin-top: 60px;
	z-index: 9;
}

@media (max-width: 810px) {
	#news .news_box {
		width: 94%;
	}
}

@media (max-width: 767px) {
	#news .news_box {
		width: 100%;
		margin-top: 25px;
		background: transparent;
	}
}

#news .news_box .news_first {
	background: #fff;
	position: relative;
	border-top: 1px solid #c3c3c3;
	padding: 0 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	#news .news_box .news_first {
		padding: 20px;
	}
}

#news .news_box .news_first .q_ttl {
	float: left;
	padding-top: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #E25400;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 767px) {
	#news .news_box .news_first .q_ttl {
		width: 90%;
		font-size: 13px;
		line-height: 20px;
	}
}

#news .news_box .news_first .news_date {
	font-family: 'Noto Sans JP', sans-serif;
	color: #909090;
}

#news .news_box .news_first .q_bar .bar1 {
	width: 20px;
	height: 2px;
	background: #E25400;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

#news .news_box .news_first .q_bar .bar2 {
	width: 20px;
	height: 2px;
	background: #E25400;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#news .news_box .news_first:first-child {
	border-top: none;
	margin-top: 0;
}

@media (max-width: 767px) {
	#news .news_box .news_first:first-child {
		padding-top: 20px;
	}
}

#news .news_box .news_first.active .q_bar .bar2 {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#news .news_box .news_first-p {
	position: relative;
	padding-top: 15px;
	background: #fff;
	background: #fff;
	padding: 0 50px 20px;
}

@media (max-width: 767px) {
	#news .news_box .news_first-p {
		padding: 0 20px;
		padding-bottom: 20px;
		margin-top: -5px;
	}
}

#news .news_box .news_first-p .a_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
}

@media (max-width: 767px) {
	#news .news_box .news_first-p .a_txt {
		width: 100%;
		margin-top: 0;
		line-height: 20px;
		font-size: 13px;
	}
}

#news .news_box .news_first-p:last-child {
	padding-bottom: 50px;
}

#news .news_ttl {
  padding-top:30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 18px !important;
}
#news .news_ttl a{
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 18px !important;
	display: inline-block;
	position: relative;
}
#news p.news_ttl a:before{
  content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right:solid 2px #fff;
	border-top:solid 2px #fff;
	position: absolute;
	left:-2em;
	top:50%;
	transform: rotate(45deg) translateY(-50%);
}

#entry {
	background: url("../../img/saiyo/s9_bg.jpg") no-repeat;
	background-size: cover;
	background-position: left top;
	padding: 100px 0;
	position: relative;
	z-index: 4;
}

@media (max-width: 767px) {
	#entry {
		padding: 50px 20px;
	}
}

#entry .entry_ttl {
	position: relative;
	z-index: 9;
}

#entry .entry_ttl h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 3px;
}

@media (max-width: 767px) {
	#entry .entry_ttl h3 {
		font-size: 20px;
	}
}

#entry .entry_ttl h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 55px;
	color: #fff;
}

@media (max-width: 767px) {
	#entry .entry_ttl h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 500px) {
	#entry .entry_ttl h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 425px) {
	#entry .entry_ttl h2 {
		font-size: 25px;
		line-height: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 374px) {
	#entry .entry_ttl h2 {
		font-size: 23px;
	}
}

#entry .entry_ttl p.txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

@media (max-width: 425px) {
	#entry .entry_ttl p.txt {
		font-size: 13px;
		line-height: 30px;
	}
}

@media (max-width: 374px) {
	#entry .entry_ttl p.txt {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#entry .entry_btn {
	margin-top: 20px;
}

@media (max-width: 885px) {
	#entry .entry_btn {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	#entry .entry_btn {
		padding: 0;
		margin-top: 30px;
	}
}

#entry .entry_btn .btn1 {
	width: 50%;
	float: left;
	padding-right: 20px;
	text-align: right;
}

@media (max-width: 767px) {
	#entry .entry_btn .btn1 {
		width: 100%;
		float: none;
		padding-right: 0;
		text-align: center;
	}
}

#entry .entry_btn .btn1 img {
	width: 388px;
}

@media (max-width: 885px) {
	#entry .entry_btn .btn1 img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#entry .entry_btn .btn1 img {
		width: 320px;
	}
}

@media (max-width: 374px) {
	#entry .entry_btn .btn1 img {
		width: 280px;
	}
}

#entry .entry_btn .btn2 {
	width: 50%;
	float: left;
	padding-left: 20px;
}

@media (max-width: 767px) {
	#entry .entry_btn .btn2 {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 20px;
		text-align: center;
	}
}

#entry .entry_btn .btn2 img {
	width: 388px;
}

@media (max-width: 885px) {
	#entry .entry_btn .btn2 img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#entry .entry_btn .btn2 img {
		width: 320px;
	}
}

@media (max-width: 374px) {
	#entry .entry_btn .btn2 img {
		width: 280px;
	}
}

footer {
	padding: 50px 0;
	position: relative;
	z-index: 5;
	background: #fff;
}

@media (max-width: 1000px) {
	footer {
		padding: 50px 20px;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 30px 0;
		padding-bottom: 0;
	}
}

footer .logo {
	width: 215px;
	float: left;
}

@media (max-width: 767px) {
	footer .logo {
		float: none;
		margin: auto;
	}
}

footer .pc-link {
	float: right;
	margin-top: 7px;
}

@media (max-width: 767px) {
	footer .pc-link {
		float: none;
		text-align: center;
		margin-top: 15px;
	}
}

footer .pc-link a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #333;
}

footer address {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	top: 56px;
}

@media (max-width: 767px) {
	footer address {
		position: relative;
		padding: 20px;
		border-top: 1px solid #c3c3c3;
		text-align: center;
		top: 20px;
		font-size: 13px;
	}
}

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

@media (max-width: 767px) {
	#back-to-top {
		width: 40px;
		height: 40px;
	}
}

#back-to-top:hover {
	background: #e9ebec;
}

#back-to-top.show {
	opacity: 1;
}

@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/*edit by thuan.hoang@mor.com.vn 19-02-25 14:25*/
.career_card .card {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	height: 550px;
}

@media (max-width: 768px) {
	.career_card .card {
		height: 400px;
	}
}

.career_card .card #card1,
.career_card .card #card2,
.career_card .card #card3 {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}
html:not(.ie) .career_card .card .card-item {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.career_card .card .rotate90 {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.career_card .card .back,
.career_card .card .front {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	z-index: 9;
}
.career_card .card .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: 10;
}

html:not(.ie) .career_card .card .back,
html:not(.ie) .career_card .card .front {
	-webkit-transition: transform .6s ease;
	transition: transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
html.ie .career_card .card .back {
	-webkit-animation: flip-card-front .6s ease forwards alternate;
	animation: flip-card-front .6s ease forwards alternate;
}
html.ie .career_card .card .front {
	-webkit-animation: flip-card-back .6s ease forwards alternate;
	animation: flip-card-back .6s ease forwards alternate;
}

@media (min-width: 768px) {
	html:not(.ie) .career_card .card:hover #card1 .back,
	html:not(.ie) .career_card .card:hover #card2 .back,
	html:not(.ie) .career_card .card:hover #card3 .back {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	html:not(.ie) .career_card .card:hover #card1 .front,
	html:not(.ie) .career_card .card:hover #card2 .front,
	html:not(.ie) .career_card .card:hover #card3 .front {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}

	html.ie .career_card .card:hover .back {
		-webkit-transform: none;
		transform: none;
		-webkit-animation-name: flip-card-back;
		animation-name: flip-card-back;
	}
	html.ie .career_card .card:hover .front {
		-webkit-transform: none;
		transform: none;
		-webkit-animation-name: flip-card-front;
		animation-name: flip-card-front;
	}
}



@-webkit-keyframes flip-card-back {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		visibility: hidden;
	}
	50% {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		visibility: hidden;
	}
	100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		visibility: visible;
	}
}
@keyframes flip-card-back {
	0% {
		transform: rotateY(180deg);
		visibility: hidden;
	}
	50% {
		transform: rotateY(90deg);
		visibility: hidden;
	}
	100% {
		transform: rotateY(0deg);
		visibility: visible;
	}
}
@-webkit-keyframes flip-card-front {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		visibility: visible;
	}
	50% {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		visibility: hidden;
	}
}
@keyframes flip-card-front {
	0% {
		transform: rotateY(0deg);
		visibility: visible;
	}
	50% {
		transform: rotateY(-90deg);
		visibility: visible;
	}
	100% {
		opacity: 0;
		transform: rotateY(-180deg);
		visibility: hidden;
	}
}


html.opened-modal {
	overflow: hidden !important;
}
html.opened-modal #member .slick-track .memb {
	pointer-events: none;
}


/* 20191210
=======================================*/
#entry .entry_btn .btn3 {
	width: 33.33333%;
	float: left;
  text-align: center;
}
#entry .entry_btn .btn3 img {
	width: 90%;
  margin:0 auto 15px;
  display: block;
}
footer h1.logo.re20191210 {
  width: auto;
  color: #333;
  margin-top:-1.5em;
}
#back-to-top.re20191210 {
	position: absolute;
	top: calc(100vh - 40px);
	left: 85%;
	z-index: 9999;
  width: 240px;
  height: 240px;
	text-align: center;
	cursor: pointer;
	opacity: 1;
  transform: translate(-100%,-100%);
  /*animation: fuwafuwa 3s linear infinite;
  transform-origin: 50% 50%;*/
}
/*@keyframes fuwafuwa {
  0% { transform: translateY(0) }
  45% { transform: translateY(-10px) }
  90% { transform: translateY(0) }
  100% { transform: translateY(0) }
}*/
#back-to-top.re20191210:hover {
	background: none;
  transform: translate(-100%,-100%);
}
#back-to-top.re20191210 img{
  transition:all 0.2s ease-out 0.1s;
}
#back-to-top.re20191210:hover img{
  transform: scale(1.1);
}
@media (max-width: 767px) {
#entry .entry_btn .btn3 {
  width: 100%;
  float: none;
  padding-right: 0;
}
#entry .entry_btn .btn3 img {
  max-width: 300px;
}
footer h1.logo.re20191210 {
  text-align: center;
  margin-top:0;
}
#back-to-top.re20191210 {
  width: 200px;
  height: 200px;
  top:100vh;
  left: 50%;
  transform: translate(-50%,-110%);
}
#back-to-top.re20191210:hover {
	background: none;
  transform: translate(-50%,-110%);
}
}
@media (max-width: 425px) {
#back-to-top.re20191210 {
  width: 150px;
  height: 150px;
  transform: translate(-50%,-120%);
}
}
header .navi .menu_btn.re20191210:after{
  display: block;
  width: 100%;
  left:0;
  right:0;
  content: "MENU";
  color:#333;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
@media (min-width: 768px) {
header .navi .menu_btn.re20191210:after{
  bottom:-45px;
  letter-spacing: 0.3em;
}
}
@media (max-width: 767px) {
header .navi .menu_btn.re20191210:after{
  bottom:-35px;
  letter-spacing: 0.05em;
}
}