@charset "UTF-8";

#TopPage {
  margin-top: 0px;
}

#TopPage section {
  padding: 3em 0 3em;
}
.back-top{
	background: red;
}
/*===============================================
  共通
===============================================*/
.conte{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.ttl h2{
	font-size: 2.1rem;
	letter-spacing: .1rem;
	margin-bottom: 20px;
}
.ttl .subttl{
	font-size: .8rem;
	color: #8d8d8d;
	margin-bottom: 15px;
	font-weight: bold;
}
.ttl p{
	line-height: 2rem;
}
.button1 a{
	color: #ff0000;
	width: 160px;
	border-radius: 40px;
	border: 2px solid #ff0000;
	padding: 15px;
}
.button1 a:hover{
	background-color: #ff0000;
	color: #fff;
}
.button2 {
  position: relative;
    display: inline-block;
	color: #333;
    text-align: left;
    text-decoration: none;
    border-bottom: solid 2px #d8d8d8;
    width: 100%;
    padding: 1.5rem 0;
	font-weight: bold;
}
.button2::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: red;
  transition: all .2s;
}
.button2:hover::after {
  right: -.05em;
}
.button2:hover{
	color: red;
}
.button3 {
  position: relative;
    display: inline-block;
    padding: 0 1.8em 0 0;
    background-color: unset;
    border: unset;
    color: #333;
    text-align: center;
    text-decoration: none;
	font-weight: bold;
}
.button3:hover{
	color: red;
	font-weight: bold;
}
.button3::before,
.button3::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: red;
}
.button3::after {
  opacity: 0;
  right: 1em;
}
.button3:hover::before {
  animation: arrowbefore .5s;
}
.button3:hover::after {
  animation: arrowafter .5s;
}
@keyframes arrowbefore {
  100% {
    right: -.4em;
    opacity: 0;
  }
}
@keyframes arrowafter {
  99% {
    right: .2em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#list .conte{
	border-top: solid 1px #d8d8d8;
	padding-top: 50px;
}
#list .title{
	margin-bottom: 5px;
	font-weight: bold;
}
#list .date{
	color: #999;
	font-size: .9rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#list dd{
	font-size: .9rem;
	padding-left: 20px;
	color: #000;
	text-align: left;
}
#list dd:hover{
	color: red;
}
@media screen and (max-width: 980px){
	#list .date,
	#list dd{
		font-size: unset;
		padding: 0 0 10px 0;
	}
	#list .pl30{
		padding-left: 50px;
	}
	#list .conte{
		padding: 50px;
		text-align: initial;
		line-height: 3rem;
	}
}
.mainWrapper .BackPh {
    background-size: cover;
    background-position: center;
    height: 40vh;
    width: 100%;
    z-index: -1;
    animation: fadein 3s forwards;
}
.mainWrapper .main .copy {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 1.8;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mainWrapper .main .copy h2 {
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 0px 0px 5px rgb(0 0 0 / 90%);
    letter-spacing: 2px;
}
#top_img .BackPh {
    background-image: url(../img/top/top01.jpg);
}


.BgGray{
	    background-color: #f5f5f5;
}
/*===============================================
header
===============================================*/
#HeaderWrapper {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 20;
	position: relative; }
#HeaderWrapper #Header {
    position: fixed;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .5s;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
#HeaderWrapper .zero {
    top: 0px !important; }
#HeaderWrapper #Header .head_relative {
	position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
#HeaderWrapper #Header .Logo {
    width: 20%;
    max-width: 275px;
    margin-bottom: 0;
    transition: .5s;
    margin-left: 30px;
	margin-right: 35px; }
 #HeaderWrapper #Header .gnavWrap {
    width: 100%;
    min-width: 80%; }



.drawer--top.drawer-open .drawer-nav {
		top: 0; }
    .drawer--top.drawer-open .drawer-nav .free {
        padding: 40px 100px; }
    .drawer--top.drawer-open .drawer-nav .free .dial {
        background-color: #ff7694;
        padding: 20px; }
    .drawer--left .drawer-nav {
        left: -16.25rem;
        -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	
	.drawer--left .drawer-hamburger,
    .drawer--left.drawer-open .drawer-nav,
    .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
		left: 0; }

    .drawer--left.drawer-open .drawer-hamburger {
		left: 16.25rem; }

    .drawer--right .drawer-nav {
		right: -16.25rem;
        -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

    .drawer--right .drawer-hamburger,
    .drawer--right.drawer-open .drawer-nav,
    .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
		right: 0; }

    .drawer--right.drawer-open .drawer-hamburger {
		right: 16.25rem; }
	.drawer-hamburger:hover {
		cursor: pointer;
        background-color: transparent; }
    .drawer-open .drawer-hamburger-icon {
        background-color: transparent; }

    .drawer-open .drawer-hamburger-icon:after,
    .drawer-open .drawer-hamburger-icon:before {
		top: 0;
        background-color: #222; }

    .drawer-open .drawer-hamburger-icon:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg); }

    .drawer-open .drawer-hamburger-icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

    .sr-only {
        position: absolute;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
	
	
@media screen and (max-width: 980px) and (min-width: 64em) {
	.drawer--sidebar .drawer-hamburger {
		display: none;
        visibility: hidden; }

    .drawer--sidebar .drawer-nav {
		display: block;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%; }
	
	.drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd; }
	
    .drawer--sidebar.drawer--right .drawer-nav {
		right: 0;
        border-left: 1px solid #ddd; } }
@media screen and (max-width: 980px) and (min-width: 75em) {
	.drawer--sidebar .drawer-nav {
		width: 16.25rem; } }
@media screen and (max-width: 980px) {
	.drawer-navbar .drawer-navbar-header {
		border-bottom: 1px solid #ddd;
        background-color: #fff; }
	.drawer-navbar .drawer-nav {
		padding-top: 3.75rem; }}
@media screen and (max-width: 980px) and (min-width: 64em) {
	.drawer-navbar .drawer-menu li {
        float: left; }
	.drawer-navbar .drawer-hamburger {
        display: none; }
	.drawer-navbar .drawer-nav {
		position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
	.drawer-navbar .drawer-menu {
        padding: 0; } }
/*# sourceMappingURL=base.css.map */
/*===============================================
gnavi
===============================================*/
#HeaderWrapper #Header .gnav {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
.main_menu {
	display: flex;
	justify-content: space-between;
	align-items: center; }
.main_menu .apply {
	padding: 2.2em 3em;
	background-color: red;
    display: inline-block;}
@media screen and (max-width: 1200px){
	.main_menu .apply {
		display: none; }
}
.main_menu .apply a {
	color: #fff; }
#HeaderWrapper #Header .gnav li {
    padding: 0 25px; }
#HeaderWrapper #Header .gnav a {
    color: black;
    padding: 1.5em 0;
    position: relative;
	display: inline-block;
    text-decoration: none; }
#HeaderWrapper #Header .gnav a::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #18499e;
    background: -moz-linear-gradient(left, #e7211a 0%, #18499e 100%);
    background: -webkit-linear-gradient(left, #e7211a 0%,#18499e 100%);
    background: linear-gradient(to right, #e7211a 0%,#18499e 100%);
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s; }
@media screen and (min-width: 980px){
	.drawer-hamburger{
		display: none;
	}
}
@media screen and (max-width: 980px){
	.main_menu .apply {
		display: block; }
	.main_menu{
		display: unset;
		justify-content: unset;
		min-width: unset; }
	.main_menu .apply{
		padding: 1.4em 0;
        margin: 30px;
        text-align: center;
        border-radius: 10px; }
	.main_menu .apply a{
		font-size: 2rem; }
	#HeaderWrapper #Header .gnavWrap{
		width: unset;
		min-width: unset; }
	.drawer--top .drawer-nav {
		top: -100%;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 100%;
        -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
	.drawer-nav {
		position: fixed;
        z-index: 2;
        top: 0;
        overflow: hidden;
        width: 16.25rem;
        height: 100%;
        color: #222;
        background-color: #fff; }
	#HeaderWrapper #Header .Logo {
        width: 60%;
        padding-left: 0; }
	#HeaderWrapper #Header .Logo{
		margin-left: 0px;
		margin-right: 0px; }
	 #HeaderWrapper #Header .gnav {
        display: block; }
	#HeaderWrapper #Header .gnav{
		padding-top: 1em; }
	.drawer-menu {
        margin: 0;
        padding: 0;
        list-style: none; }
	#HeaderWrapper #Header .gnav a {
		display: block;
        padding: 1.4em;
        border-bottom: solid 1px;
        text-align: initial;
    	font-size: 1.3rem;}
	.drawer--top .drawer-hamburger,
    .drawer--top.drawer-open .drawer-hamburger {
        right: 0;
        margin-left: auto; }
	.drawer-hamburger {
		z-index: 4;
        top: 5em;
        display: block;
        box-sizing: content-box;
        width: 4rem;
        padding: 0;
        padding: 18px .75rem 30px;
        -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        border: 0;
        outline: 0;
        background-color: transparent; }
	.drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
		width: 100%;
        height: 2px;
        -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        background-color: #000; }
	.drawer-hamburger-icon {
        position: relative;
        display: block;
        margin-top: 14px; }
	.drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        position: absolute;
        top: -14px;
        left: 0;
        content: " "; }
	.drawer-hamburger-icon:after {
        top: 14px; } 
	#HeaderWrapper #Header {
		min-width: inherit;
        padding: 0.3em 1em;
        height: 100px; }
	#HeaderWrapper #Header .head_relative {
        padding-right: 0px; }
	#HeaderWrapper #Header .gnav a::after {
		display: none; }
	#HeaderWrapper #Header .recruit figure {
		width: 7%; } 
	#HeaderWrapper #Header .recruit {
		border-left: none;
        font-size: 1.4rem; }
	#HeaderWrapper #Header .head_relative .primary_navi {
		display: none; }
	#HeaderWrapper #Header .head_relative .primary_navi ul li a:before {
		margin-right: 0px; }
	#HeaderWrapper .zero {
		top: 0px !important; }
}
#HeaderWrapper #Header .gnav a:hover::after {
        transform: scale(1, 1); }
#HeaderWrapper #Header .recruit {
	font-size: 1.2rem;
    text-align: center;
    padding-left: 20px;
    border-left: solid 2px #b3b3b3; }
#HeaderWrapper #Header .recruit figure {
    margin: auto;
    width: 22px; }
#HeaderWrapper #Header .head_relative .primary_navi {
	position: absolute;
    top: 0;
    right: 0; }
#HeaderWrapper #Header .head_relative .primary_navi ul {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #59c0f2;
    align-items: center;
    height: 78px; }
#HeaderWrapper #Header .head_relative .primary_navi ul li {
    padding: 0 20px;
    display: flex;
	text-align: center;
    align-items: center; }
#HeaderWrapper #Header .head_relative .primary_navi ul li a {
    font-size: 1.6em;
	color: #fff; }
#HeaderWrapper #Header .head_relative .primary_navi ul li a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px; }
#HeaderWrapper #Header .section {
	position: absolute;
    width: 100%;
    top: 82.5px;
    background-color: #d1dddb;
    padding: 50px;
    text-align: center; }
#HeaderWrapper #Header .section .fead_box {
    max-width: 630px;
    margin: auto; }
#HeaderWrapper #Header .box-search-parts-inner {
    position: relative; }
#HeaderWrapper #Header .box-search-parts-input {
    width: 100%;
    padding: 10px 60px 10px 10px;
    height: 50px;
    font-size: 1.6rem;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #ddd; }
#HeaderWrapper #Header .box-search-parts-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 0 2px 2px 0; }
#HeaderWrapper #Header .box-search-parts-btn .icon {
    color: #fff; }
#HeaderWrapper #Header .icon-gaishi-search:before {
    font-family: "Font Awesome 5 Free";
	content: '\f002';
    font-weight: 900;
    color: #fff;
	position: absolute;
    top: .7em;
    right: .6em;
    font-size: 1.5em; }
#HeaderWrapper .is-animation {
    top: 0;
    background: rgba(255, 255, 255, 0.7); }

/*#HeaderWrapper .zero h1.Logo {
	width: 250px !important; }*/

/*===============================================
  footer
===============================================*/
footer .Logo {
    width: 25%;
	margin-bottom: 40px;
}
footer .footer_innner p{
	font-weight: bold;
	padding-bottom: 20px;
}
footer .footer_innner p a{
	color: #333;
}
footer .footer_innner ul li{
	padding-bottom: 1rem;
}
footer .footer_innner ul li a{
	color: #000;
	font-size: .8rem;
	line-height: 1rem;
}
footer .footer_innner p a:hover,
footer .footer_innner ul li a:hover{
	color: red;
}
footer .footer_innner .HalfBox10:last-child{
	font-weight: bold;
	padding-top: 30px;
}
/*===============================================
 weare
===============================================*/
#weare #photo {
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#weare #photo img {
    top: 0;
    left: 0;
    position: absolute;
	object-fit: cover;
    width: 100%;
    height: 620px;
}
#weare .flexCenter li{
	background-color: #d8d8d8;
    padding: 20px 8px;
	margin: 10px;
}
#weare .conte{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
/*===============================================
 img
===============================================*/
#info .flex{
	justify-content: space-evenly;
}
#info dd{
	font-weight: bold;
	color: #333;
	padding: 40px 0;
	border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 980px){
	#info .HalfBox45{
		width: 100%;
		padding: 0 50px;
	}
	#info .HalfBox45 img{
		object-fit: cover;
        height: 341px;
	}
	#info .HalfBox45:last-child{
		padding-top: 70px;
	}
}
/*===============================================
 recruit
===============================================*/
#recruit{
	background: url(../img/top/contact_bg.jpg) center top;
	background-size: cover;
}
#recruit .read{
	background-color: #fff;
	padding: 70px;
	    height: 620px;
}
#recruit ul li{
	color: #333;
}
#recruit ul li {
	padding: 1.5rem 0;
	margin: 0 0 1em;
	border-bottom: solid .125em red;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	text-align: left;
}
#recruit ul li::after {
   position: absolute;
   content: '';
   display: inline-block;
   left: 0;
   bottom: -.125em ;
   border-bottom: .125em solid #d8d8d8;
   width: 90%;
   height: 100%;
}
#recruit .box {
  display: flex;
  width: 600px;
  justify-content: space-around;
}
#recruit .box img {
  object-fit: cover;
	width: 100%;
    height: 620px;

}
#recruit .together {
	position: relative;
}
#recruit .together p{
	position: absolute;
	z-index: 1;
    left: 42%;
    top: 43%;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1rem;
	line-height: 3rem;
	text-align: initial;
}
#recruit .together p span{
	color: red;
}
@media screen and (max-width: 980px){
	#recruit .flex{
		flex-wrap: wrap-reverse;
	}
	#recruit .read{
		padding: 50px;
		height: unset;
	}
}
/*===============================================
 justsystem
===============================================*/
#justsystem{
	background-color: #d8d8d8;
	margin: 3em 0 3em;
}
#justsystem img{
	object-fit: cover;
    height: 282px;
}
#justsystem .read{
	background-color: #fff;
	padding: 45px;
	position: relative;
}
#justsystem .read .title{
	color: #333;
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5rem;
	margin-bottom: 20px;
}
#justsystem .read .title span{
	font-size: .7rem;
	font-weight: bold;
}
#justsystem .read p{
	text-align: left;
	color: #000;
	font-size: .8rem;
	line-height: 1.4rem;
}
#justsystem .read .button4{
	position: absolute;
	position: relative;
    display: block;
    margin: 0;
    width: 4rem;
    height: 4rem;
    background: #143a6d;
    border-radius: 3.6rem;
}
@media screen and (max-width: 980px){
	#justsystem .HalfBox47{
		padding: 0 3em;
		width: 100%;
	}
	#justsystem .read .title{
		font-size: unset;
		line-height: 2rem;
	}
	#justsystem .read .title span{
		font-size: unset;
	}
	#justsystem .read p{
		font-size: unset;
		line-height: 2.2rem;
	}
}
/*===============================================
 company
===============================================*/
.table_information {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    line-height: 1.4;
}
.table_information th {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    padding: 15px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #f8f8f8;
}
.table_information td {
    padding: 15px 8px;
    vertical-align: middle;
    border-top: dotted 1px #d8d8d8;
    border-right: dotted 1px #d8d8d8;
	text-align: left;
}