@charset "utf-8";
.grecaptcha-badge { visibility: hidden; }

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-size:16px;
	line-height:1.6;
	word-wrap: break-word;
	color: #333333;
}

.en{
	font-family: "EB Garamond", serif;
}

@media screen and (max-width: 800px) {
body {
	font-size:14px;
}
}

a{
	color: #333333;
}


h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

/* contents
-------------------------------------------------------------------*/
#breadcrumb{
	padding:50px 120px 50px 20px;
}

.company #breadcrumb,
.recruit #breadcrumb,
.interview #breadcrumb{
	padding:60px 0 0 0;
}

#breadcrumb ul{
	display:flex;
	flex-wrap:wrap;
	max-width:1200px;
	margin:0 auto;
}

#breadcrumb ul li:not(:first-child){
	padding:0 0 0 20px;
	position:relative;
}

#breadcrumb ul li:not(:first-child):after {
    content: ">";
    position: absolute;
    left: 8px;
    top: 1px;
    font-size: 12px;
}

#breadcrumb ul li:not(:last-child ) a{
	color:#A3A3A3;
}

.page-child #breadcrumb ul li:nth-child(2) a{
	pointer-events: none;
}

.page-child.interview #breadcrumb ul li:nth-child(2) a{
    pointer-events:auto;
}

.slider{
    display: none;
}
 
.slider.slick-initialized{
    display: block; 
}

.topbtn{
	position:absolute;
	right:40px;
	top:0;
	height:100%;
}

.topbtn span{
	position:relative;
	display:block;
	height:100%;
}

.topbtn span:after{
	content:"";
	background:#E50012;
	position:absolute;
	width:1px;
	height:100%;
	right:20px;
	top:0;
	z-index:99;
}

.topbtn a{
	position:fixed;
	right:20px;
	bottom:0;
	display:block;
	width:80px;
	height:80px;
	background: linear-gradient(#e53935 0%, #b71c1c 100%);
	z-index:998;
}

.topbtn a em{
	position:relative;
	display:block;
	height:100%;
}

.topbtn a em:before{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
	margin:-4px 0 0 -4px;
	z-index:2;
}

.r_btn.on,
.f_btn.on{
    opacity: 1;
    z-index: 99;
}

.r_btn {
    position: fixed;
    right: 20px;
    top:330px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    display: block;
}

.r_btn li{
	padding:0 0 10px 0;
}

.f_btn{
    position: fixed;
	right:110px;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
	text-align:center;
}

.f_btn a{
	width:100%;
	box-sizing:border-box;
	background: linear-gradient(#e53935 0%, #b71c1c 100%);
	display:block;
	color:#fff;
	text-align:center;
	font-size:22px;
	padding:15px 40px;
	font-weight:600;
}

.f_btn a span{
	display:block;
	font-size:16px;
	position:relative;
	line-height:1.4;
	padding:0 0 5px 0;
}

.f_btn a span:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: -15px;
    top: 70px;
    margin: -4px 0 0 -4px;
    z-index: 2;
}

.r_btn.on.off,
.f_btn.on.off{
    opacity: 0;
    z-index: -1;
}

.wrap {
	/*min-width:1024px;*/
	overflow:hidden;
	position:relative;
}

.wd{
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}

.contents{
	clear:both;
}

.scale{
	width:100%;
	height:auto;
}

@media screen and (max-width: 1250px){
.half{
	display:none;
}
}

.sp{
	display:none !important;
}

.left{
	float:left;
}

.right{
	float:right;
}

img{
	max-width:100%;
	height:auto;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.coverimg{
	overflow:hidden;
	position:relative;
}

.coverimg:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.coverimg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition:1s all;
}

@media screen and (max-width: 800px) {
#breadcrumb{
	padding:20px 40px 20px 20px;
}
	
.company #breadcrumb,
.recruit #breadcrumb,
.interview #breadcrumb{
	padding:20px 0 0 0;
}

#breadcrumb ul{
	max-width:inherit;
}

#breadcrumb ul li:not(:first-child):after {
    left: 7px;
}	
	
.topbtn{
	right:0;
}

.topbtn span{
	min-width:inherit;
}

.topbtn span:after{
	right:10px;
}	

.topbtn a{
	top:auto;
	right:0;
	bottom:0;
	width:60px;
	height:60px;
	z-index:999;
}
	
.wrap {
	min-width:100%;
	overflow:hidden;
	box-sizing:border-box;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

.spscale{
	width:100%;
	height:auto;
}

.contents{
	margin:60px 0 0 0;
}

.wd,.wd02{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.spscale{
	width:100%;
	height:auto;
}

img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}

.f_btn{
	right:auto;
	left:0;
	padding:0 62px 0 0;
	width:100%;
	box-sizing:border-box;
}

.f_btn a{
	height:60px;
	font-size:18px;
	padding:0;
	line-height:1.4;
}

.f_btn a span{
	font-size:12px;
	padding:5px 0 0 0;
	display:inline-block;
}

.f_btn a span:before {
    left: 5px;
    top: 36px;
}
}

/* header
-------------------------------------------------------------------*/
header{
	position:relative;
	z-index:999;
	background: #fff;
	padding:20px 0;
	border-bottom:1px solid #E50012;
	z-index:9999;
}

header .gnav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 30px;
	min-width:1000px;
	position:relative;
	z-index:2;
}

header nav{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

header .gnav .link{
	display:flex;
	align-items:center;
}

header .gnav .link > li{
	padding:0 30px 0 0;
	position:relative;
	transition: all .3s;
}

header .gnav .link > li > span{
	/*padding:0 25px 0 0;*/
	position:relative;
}

/*header .gnav .link > li > span:before{
    content:"";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-135deg);
    position: absolute;
    right: 5px;
    top: 10px;
	z-index:2;
}

header .gnav .link > li > span:after{
    content:"";
	position:absolute;
	right:0;
	top:5px;
    display: block;
    width: 15px;
    height: 15px;
	border-radius:50%;
	background:#E50012;
}*/

.drop-menu .dropdown{
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 100%;
    position: absolute;
    top: 20px;
    left: -150px;
	padding:35px;
	background:#fff;
	min-width:370px;
	border-radius:5px;
}

.drop-menu:hover .dropdown{
    visibility: visible;
    opacity: 1;
}

.drop-menu .dropdown li{
    padding:20px 0;
	border-bottom:1px dashed #A3A3A3;
}

.drop-menu .dropdown li:last-child{
    padding:20px 0 0 0;
	border-bottom:none;
}

.drop-menu .dropdown li a{
	position:relative;
}

.arrow01 a,
footer .arrow01 span,
.spgnav .arrow01 span{
	padding:0 0 0 25px;
	position:relative;
}

.arrow01 a:before,
footer .arrow01 span:before,
.spgnav .arrow01 span:before{
    content:"";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 10px;
	z-index:2;
}

.arrow01 a:after,
footer .arrow01 span:after,
.spgnav .arrow01 span:after{
    content:"";
	position:absolute;
	left:0;
	top:5px;
    display: block;
    width: 15px;
    height: 15px;
	border-radius:50%;
	background:#E50012;
}

header .btn a{
	font-family: "EB Garamond", serif;
	width: 200px;
	height: 50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:600;
	box-sizing:border-box;
	display:block;
	position:relative;
}

@media screen and (max-width: 1250px) {
header .gnav{
	padding:0 20px;
}	
	
header .gnav .link > li{
	padding:0 20px 0 0;
	font-size:14px;
}

header .gnav .link > li > span:before{
    top: 8px;
}

header .gnav .link > li > span:after{
	top:3px;
}

header .btn a{
	width: 150px;
	font-size:16px;
}
}

header .btn a span{
	position:relative;
	z-index:2;
	background:url(../img/common/mail-ico.png) no-repeat left center;
	padding:0 0 0 40px;
}

header .btn a:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, rgba(231,63,63,1) 0%, rgba(183,28,28,1) 50%, rgba(183,28,28,1) 100%);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-2;
}

header .btn a:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,126,126,1) 0%, rgba(219,46,46,1) 35%, rgba(183,28,28,1) 100%);
	z-index:0;
	opacity:0;
	transition: 0.3s;
}

header .btn a:hover:before{
	opacity:1;
}

.gnav p{
	line-height:0;
}

.clone_gnav {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	margin:0 auto;
	z-index: 99;
	width: 100%;
	transition: .3s;
	transform: translateY(-250px);
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);
}

.is-show,
.clone_gnav:hover{
	transform: translateY(0);
	top: 0;
}

@media screen and (max-width: 800px) {
header{
	position:fixed;
	left:0;
	right:0;
	top:0;
	width:100%;
	padding:0;
	border:none;
}
	
header .gnav{
	display:none;
}


header .logo {
    width:180px;
	position:relative;
	z-index:9999;
	padding:15px 0 0 10px;
}

.spgnav{
	height:60px;
}

.triger_wrap.movmobb1{
	position:absolute;
	right:0;
	top:0;
	height:60px;
	width:60px;
}

.topmenu {
    display: block;
	height:60px;
	width:60px;
    cursor: pointer;
	transition: all 0.3s;
	border-radius:0 0 0 10px;
}

.top-trigger,
.top-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.top-trigger {
    position: relative;
    width: 100%;
    height: 100%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	background: linear-gradient(#e53935 0%, #b71c1c 100%);
}
.top-trigger span {
	position: absolute;
	left: 50%;
	width: 22px;
    margin-left: -11px;
	height: 1px;
	background-color: #fff;
    z-index: 99999;
	top:50%;
}

.mobilenav {
    top:0;
	bottom:0;
	right:0;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
	box-sizing:border-box;
	padding:20px 40px;
	overflow:auto;
	background: #fff;
	display:none;
}

.menubox{
	padding:60px 0 30px 0;
}

.menubox .link{
	font-size:16px;
}

.menubox .link > li{
	padding:20px 0;
	border-bottom:1px dashed #A3A3A3;
}

.menubox .link > li:last-child{
	border-bottom:none;
}

.menubox .link > li > span{
	margin:0 0 20px 0;
	display:block;
}

.menubox .link > li > ul{
	padding:0 0 0 20px;
}

.menubox .link > li > ul > li:not(:last-child){
	margin:0 0 20px 0;
}

header .btn{
	padding:40px 0 0 0;
}

header .btn a{
	width: 100%;
	height: 60px;
	line-height:60px;
	font-size:20px;
	max-width:280px;
}

header .btn a span{
	position:relative;
	z-index:2;
	background:url(../img/common/mail-ico.png) no-repeat left center;
	padding:0 0 0 40px;
}

header .btn a:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, rgba(231,63,63,1) 0%, rgba(183,28,28,1) 50%, rgba(183,28,28,1) 100%);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-2;
}

header .btn a:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,126,126,1) 0%, rgba(219,46,46,1) 35%, rgba(183,28,28,1) 100%);
	z-index:0;
	opacity:0;
	transition: 0.3s;
}

header .btn a:hover:before{
	opacity:1;
}

.top-trigger span:nth-of-type(1) {
    margin-top: -3px;
}

.top-trigger span:nth-of-type(2) {
    margin-top: 3px;
}

.movmobb1 .active span:nth-of-type(1) {
	margin-top: -2px;
	-webkit-transform: translateY(1px) rotate(-45deg);
	transform: translateY(1px) rotate(-45deg);
}
.movmobb1 .active span:nth-of-type(2) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	margin-top: 7px;
}

.clone_gnav{
	display:none;
}

}
/* footer
-------------------------------------------------------------------*/
footer{
	background:#F5F5F5;
	padding:100px 180px 40px 20px;
	position:relative;
	z-index:10;
}

footer .box{
}

footer .box-in{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

footer .box-in .address{
	padding:0 30px 50px 0;
}

footer .box-in .address dl{
	padding:30px 0 30px 0;
}

footer .box-in .address dl dt{
	font-size:22px;
	line-height:1.4em;
}

footer .box-in .address dl dd{
	font-size:18px;
	line-height:1.6em;
	padding:10px 0 0 0;
}

footer .box-in .address .tel a{
	padding:0 0 0 50px;
	background:url(../img/common/f-tel-ico.png) no-repeat left center;
	color:#E50012;
	font-size:40px;
	font-family: "EB Garamond", serif;
	font-weight:400;
}

footer .box-in .link-box{
	display:flex;
}

footer .box-in .link-box > ul{
	display:inline-block;
}

footer .box-in .link-box > ul:nth-child(2){
	padding:0 0 0 120px;
}

footer .box-in .link-box > ul > li{
	font-size:16px;
	padding:20px 0;
	border-bottom:1px dashed #A3A3A3;
}

footer .box-in .link-box > ul > li:last-child{
	border-bottom:none;
}

footer .box-in .link-box > ul > li > span{
	margin:0 0 15px 0;
	display:block;
}

footer .box-in .link-box > ul > li > ul{
	padding:0 0 0 20px;
}

footer .box-in .link-box > ul > li > ul > li{
	margin:0 0 15px 0;
}

footer .copy{
	font-size:12px;
	padding:50px 0 0 0;
}

@media screen and (max-width: 800px) {
footer{
	padding:60px 40px 30px 20px;
}

footer .box-in{
	display:block;
}

footer .box-in .address{
	padding:0 0 40px 0;
}

footer .box-in .address .logo{
	width:250px;
}

footer .box-in .address dl{
	padding:20px 0;
}

footer .box-in .address dl dt{
	font-size:18px;
}

footer .box-in .address dl dd{
	font-size:14px;
}

footer .box-in .address .tel a{
	padding:0 0 0 40px;
	background:url(../img/common/sp/f-tel-ico.png) no-repeat left center;
	background-size:30px;
	font-size:36px;
}

footer .box-in .link-box{
	display:block;
}

footer .box-in .link-box > ul{
	display:block;
}

footer .box-in .link-box > ul:nth-child(2){
	padding:0;
}

footer .box-in .link-box > ul > li{
	font-size:16px;
	border-bottom:1px dashed #A3A3A3;
}

footer .box-in .link-box > ul > li:last-child{
	border-bottom:none;
}

footer .box-in .link-box > ul > li.sp-border{
	border-bottom:1px dashed #A3A3A3;
}
}