@charset "utf-8";
/* CSS Document */

/* =====================
  Base
===================== */
body {
	font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 1.6rem;
	color: #222;
	font-weight: 500;
	background-color: #fff;
}
body, a, dd, div, dt, h1, h2, h3, h4, h5, h6, html, label, li, p, span, td, th {
	line-height: 1.6;
}
a {
	display: inline-block;
	text-decoration:none;
	transition: 0.3s ease-in-out;
	color: #222;
}
/*点線消す*/
a {
	outline:none;
}
a img {
	outline:none;
}
a:focus, *:focus {
	outline:none; 
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	transition: 0.3s ease-in-out;
	opacity: 0.8;
	color: #222;
}
a:visited {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.is-animation {
    height: 100px;
  }
.container {
	margin: 0 auto;
    max-width: 1120px;
}
.container-inner {
	margin: 0 auto;
	max-width: 800px;	
}
/* scroll bar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	/*background-color: #222;*/
}
::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #333;
}
::-moz-selection {
  background-color:aliceblue;
  text-shadow: none;
}
::selection {
  background-color: aliceblue;
  text-shadow: none;
}
.en{
	font-family: 'Roboto Condensed', sans-serif;
}
.mincho{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
}
/* =====================
  汎用クラス
===================== */
/* btn */

.sp {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.text-link {
	text-decoration: underline;
    word-break: break-word;
}
.text-link:hover {
	text-decoration: none;
}

.lightbox {
	display: none;
}
.modal-area{
	padding: 50px 0px;
	max-width: 800px;
}
.modal-area img{
	display: block;
	margin: 0 auto 30px;
	width: 80%;
}
.modal-area p{
	display: block;
	margin: 30px auto 0;
	max-width: 80%;
}
.featherlight .featherlight-close-icon{
	color: #fff!important;
	background-color: #e70000!important;
	width: 60px!important;
	line-height: 60px!important;
	font-size: 3rem;
}

.bg01 {
    display: block;
    position: absolute;
    width: calc(53vw + 180px);
    height: 540px;
	margin-top: -80px;
	top: 0;
    right: -180px;
    transform: skew(-25deg);
	z-index: 0;
}

.bg02 {
	display: block;
	position: absolute;
    width: calc(22vw + 140px);
	height: 540px;
	transform: skew(20deg);
	z-index: 0;
}

.bg03 {
    display: block;
    position: absolute;
    width: calc(53vw + 180px);
    height: 540px;
	margin-top: -80px;
	top: 0;
    left: -180px;
    transform: skew(25deg);
	z-index: 0;
}

/* =====================
  loading
===================== */

.loading {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9990;
	display: block;
	background: #fff;
}

.loading.is_off {
    display: none;
}

/* =====================
  pankuzu
===================== */
.pankuzu li {
    vertical-align: middle;
	margin-bottom: 1px;
	display: inline-block;
	font-size: 1.6rem;
	margin-right: 3px;	
}
.pankuzu li.active {
	font-weight: bold;
}
.pankuzu {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 1;
}
.pankuzu li.code{
	font-size: 23px;
}
.pankuzu span {
	display: inline-block;
	padding: 0 10px;
}



/* =====================
  footer
===================== */
footer .entrybtn-area{
	background-color: #bd001a;
	padding: 15px 0;
}
footer .entrybtn-area .left{
	width: 80%;
}
footer .entrybtn-area .right{
	width: 20%;
}
footer .entrybtn-area li{
	display: inline-block;
	margin-right: 1px;
	vertical-align: top;
	max-width: 200px;
	width: 100%;
	color: #fff;
	transition: 0.3s ease-in-out;
}
footer .entrybtn-area li a{
	width: 100%;
	transition: 0.3s ease-in-out;
}

footer .entrybtn-area li:nth-child(1){
	width: 100px;
	padding-top: 18px;
	font-weight: 700;
}
footer .entrybtn-area li:nth-child(2),
footer .entrybtn-area li:nth-child(3){
	transform: skew(-10deg);
	background-color: #d7001d;
	max-width: 200px;
	height: 60px;
	line-height: 1;
}
footer .entrybtn-area li:nth-child(2):hover,
footer .entrybtn-area li:nth-child(3):hover{
	background-color: #fff;
	transition: 0.3s ease-in-out;
}
footer .entrybtn-area li:nth-child(2) a::hover,
footer .entrybtn-area li:nth-child(3) a::hover{
	color: #d7001d;
	transition: 0.3s ease-in-out;
}
footer .entrybtn-area li:nth-child(2) a:hover,
footer .entrybtn-area li:nth-child(3) a:hover{
	color: #d7001d;
	transition: 0.3s ease-in-out;
}
footer .entrybtn-area li:nth-child(2) a,
footer .entrybtn-area li:nth-child(3) a{
	transform: skew(10deg);
	color:#fff;
	text-align: center;
	padding: 14px 0;
	width: 100%;
	/*不具合を直す*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
footer .entrybtn-area li:nth-child(2){
	font-size: 2rem;
}
footer .entrybtn-area li:nth-child(3) a{
	padding: 18px 0;
	font-weight: 700;
}
footer .career-bt{
	max-width: 200px;
	background-color: #a40016;
	transform: skew(-10deg);
	height: 60px;
	width: 100%;
	transition: 0.3s ease-in-out;
}
footer .career-bt a{
	transform: skew(10deg);
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 17px 0;
	/*不具合を直す*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
	font-weight: 700;
}
footer .career-bt:hover {
    background-color:  #fff;
}
footer .career-bt a:hover {
    color: #a40016;
}
footer .link-area{
	padding: 80px 0 60px;
}
footer .link-area img{
	display: block;
	margin: 0 auto;
}
footer .link-area ul{
	text-align: center;
	margin-top: 40px;
}
footer .link-area ul li{
	display: inline-block;
	position: relative;
}
footer .link-area ul li:first-child{
	margin-right: 20%;
}
footer .link-area ul li::before{
	width:13px;
	height: 13px;
	position: absolute;
	content: " ";
	background: url(../images/common/img_blank.png);
	background-size: cover;
	right: -25px;
	top: 5px;
}
footer .link-area ul li a{
	text-decoration: underline;
}
footer .link-area ul li a:hover{
	text-decoration: none;
}
footer .copy-area {
	background-color: #222;
	width: 100%;
	padding: 25px 0;
	color: #fff;
	text-align: center;
}



/* =====================
  pegeTop
===================== */
.pagetop {
	display: none;
}
.pagetop a {
    position: fixed;
    bottom: 40px;
    right: 40px;
	z-index: 100;
	width: 50px;
	height: 50px;
	background-color: #d71317;
	text-align: center;
}
.pagetop a span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: 24px;
	transition: 0.3s ease-in-out;
}
.subtitle-area {
    position: relative;
    color: #fff;
    margin-top: 59px;
}

.navi-modal h3{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.navi-modal ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navi-modal ul li{
	display: inline-block;
	width: 46%;
	text-align: center;
	margin:  20px auto 0;
	/*不具合を直す*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
	vertical-align: top;
}
.navi-modal ul li a{
	display: block;
}

.navi-modal ul li a{
	/*不具合を直す*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.navi-modal ul li img{
	width: 100%!important;
	margin: 0!important;
	height: auto;
}
.navi-modal  {
	padding-bottom: 0;
	width: 500px;
}

/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	
/* =====================
  Base
===================== */
	main {
		overflow: hidden;
	}
	body {
		font-size: 1.4rem;
	}
	body, a, dd, div, dt, h1, h2, h3, h4, h5, h6, html, label, li, p, span, td, th {
		line-height: 1.4;
	}
	
	
/* =====================
  汎用クラス
===================== */
/* btn */
	.sp {
		display: inline-block;
	}
	.pc {
		display: none;
	}
	a.btn {
		max-width: 260px;
		height: 60px;
	}
	a.btn span {
		font-size: 1.6rem;
	}
	.inner-responsive {
		overflow-x: scroll;
		display: block;
		-webkit-overflow-scrolling: touch;
	}
	.left,
	.right {
		float: none;
	}
	

	.featherlight .featherlight-content{
		max-width: 90%;
	}
	.featherlight .featherlight-close-icon {
		width: 50px !important;
		line-height: 50px !important;
		font-size: 3rem;
	}

		
	.bg01 {
		height: 310px;
		margin-top: -30px;
	}

	.bg02 {
		width: calc(22vw + 140px);
		height: 540px;
	}
/* =====================
  pankuzu
===================== */
	.pankuzu {
		padding: 10px 0;
	}
	.pankuzu li {
		font-size: 1.4rem;	
	}

	
/* =====================
  pegeTop
===================== */
	.pagetop a {
		width: 40px;
		height: 40px;
		right: 20px ;
		bottom: 20px;
	}
	.pagetop a span {
		width: 10px;
		height: 10px;
		margin-top: 18px;
	}
	

/* =====================
  footer
===================== */
	footer .entrybtn-area{
		padding: 15px 0 30px;
	}
	footer .entrybtn-area .left{
		width: 100%;
	}
	footer .entrybtn-area .right{
		width: 100%;
	}
	footer .entrybtn-area li{
		margin-right: 0px;
		max-width: 200px;
		width: 100%;
		margin: 0 auto 10px;
	}
	footer .entrybtn-area li:nth-child(1){
		width: 100%;
		display: block;
	}
	footer .entrybtn-area li:nth-child(2){
		width: 49%;
		margin-right: 1px;
	}
	footer .entrybtn-area li:nth-child(3){
		width: 49%;
		
	}
	footer .entrybtn-area ul {
		text-align: center;
	}
	footer .entrybtn-area li a{
		width: 100%;
	}
	footer .entrybtn-area li:nth-child(1){
		width: 100px;
		padding-top: 18px;
	}

	footer .career-bt{
		display: block;
		margin: 0 auto;
	}
	footer .career-bt a {
		padding: 20px 0;
	}
	footer .link-area{
		padding: 30px 0 ;
	}
	footer .link-area img{
		display: block;
		margin: 0 auto;
		max-width: 15%;
	}
	footer .link-area ul{
		text-align: center;
		margin-top: 40px;
	}
	footer .link-area ul li{
		margin: 0 auto 10px;;
	}
	footer .link-area ul li:first-child{
		margin-right:31px;
	}
	footer .link-area ul li::before{
		width:10px;
		height: 10px;
		position: absolute;
		content: " ";
		background: url(../images/common/img_blank.png);
		background-size: cover;
		right: -16px;
		top: 5px;
	}
	footer .link-area ul li a{
		text-decoration: underline;
	}
	footer .copy-area {
		background-color: #222;
		width: 100%;
		padding: 25px 0;
		color: #fff;
		text-align: center;
	}
	.navi-modal h3{
		font-size: 2rem;
		margin-bottom: 30px;
		letter-spacing: 0.1em;
	}
	.navi-modal ul li{
		display: block;
		width: 70%;
		text-align: center;
		margin-right: 0%;
		margin: 0 auto 15px;
	}
	.navi-modal ul li:last-child{
		margin-right: auto;
		margin-bottom: 0;
	}
	.modal-area {
		padding: 30px 0px 20px;
	}
}




/* =====================
  調整
===================== */
@media screen and (max-width: 1140px) {
	.container {
		padding: 0 20px!important;
		max-width: 100%;
	}
	.container-inner {
		padding: 0 20px;
		max-width: 100%;
	}
	
}


