/*-------------
基本設定
--------------*/
body{
  line-height: 1.7;
  font-size: 17px;
  font-family: "Yu Gothic","游ゴシック体","YuGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}
a{
  transition: all ease .4s;
}
a,a:hover,a:visited,a:active,a:focus{
	border:none;
}
.pc{
  display: block;
}
.pc.tab{
  display: block;
}
.tab{
  display: none;
}
.mobi{
  display: none;
}
.bold{
  font-weight: bold;
}
.t-center{
  text-align: center;
}
.container{
  max-width: 1100px;
  width: 100%;
  margin: auto
}
.flex-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start{
  display: flex;
  justify-content: flex-start;
}
.flex-end{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.title{
  font-size: 50px;
}
.title span{
  font-size: 20px;
  display: block;
}
.alt-title{
  font-size: 42px;
}
.alt-title span{
  color: #d4000e;
}
.red{
  color: #d4000e;
}
.btn{
  border: 1px solid #656363;
  padding: 15px;
  text-align: center;
  display: block;
  width: 410px;
  position: relative;
  margin: 30px auto 0;
}
.btn::before{
  content: "";
  width: 31px;
  height: auto;
  aspect-ratio: 31/14;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.white::before{
  background: url(../images/arrow-right-black.png);
}
.btn.white:hover{
  background: #d4000e;
  color: #fff;
  border: 1px solid #d4000e;
}
.btn.white:hover::before{
  background: url(../images/arrow-right-white.png);
}
.btn.red{
  background: #d4000e;
  color: #fff;
  border: 1px solid #d4000e;
}
.btn.red::before{
  background: url(../images/arrow-right-white.png);
}
.btn.red:hover{
  background: #fff;
  color: #000;
  border: 1px solid #636363;
}
.btn.red:hover::before{
  background: url(../images/arrow-right-black.png);
}
h2{
	font-size:2.8rem;
}

h3{
	font-size:1.6rem;
    position: relative;
    z-index: 1;
}

.mt40{
	margin-top:40px;
}

.mb40{
	margin-bottom:40px;
}


/*-------------
header
--------------*/
header{
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-pc.fixed {
	top:-6px;
	height:74px;
    background: rgba(255, 255, 255,.4)
}

.header-pc.fixed .logo img{
	max-width:160px;
}

.header-pc.fixed .header-nav .menu li {
    padding: 10px 20px;
}
header .logo{
  padding: 5px 5px 5px 30px;
  max-width: 300px;
  width: 20%;
  height: auto;
  flex-shrink:1;
  display: block;
}
header .logo:hover{
  opacity: .6;
}
.header-sp{
  display: none;
}
.header-pc{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  z-index: 999;
}
.header-contact{
  background: #d4000e;
  border: 1px solid #d4000e;
  box-sizing: border-box;
  color: #fff;
  width: 190px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.header-contact::before{
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease .3s;
  transform: scale(0,1);
  transform-origin: left top;
}
.header-contact:hover{
  color: #d4000e;
}
.header-contact:hover::before{
  transform: scale(1,1);
}
.header-news{
  background: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #fff;
  width: 190px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.header-news::before{
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease .3s;
  transform: scale(0,1);
  transform-origin: left top
}
.header-news:hover{
  color: #000;
}
.header-news:hover::before{
  transform: scale(1,1);
}
.header-nav{
	align-self: flex-end;
    background-color: #d4000e;
    border-radius: 50px;
    padding: .1rem 1rem .1rem 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 800px;
    margin: auto;
	font-weight:700;
}
.header-nav a{
	color:#fff;
}
.header-nav-sp{
  display: none;
}
.header-nav .menu{
  display: flex;
  justify-content: space-between;
}
.header-nav .menu li{
  flex-shrink: 0;
  padding: 15px 20px;
  font-size: 16px;
}
.header-nav .menu a{
  width: 100%;
  height: 100%;
  display: block;
}
.header-nav .menu a:hover{
  opacity: .6;
}
.header-nav .lang{
  padding: 0 10px;
}
.header-nav .lang li{
  padding: 0 20px;
  color: #636363;
}
.header-nav .lang li:last-of-type a:hover{
  color: #d4000e;
}
.header-nav .lang li:first-of-type{
  color: #d4000e;
  border-right: 1px solid #636363;
}
/*-------------
top
--------------*/
#top-mv{
    background: url(images/top-kv.webp) top center no-repeat;
    background-size: cover;
    padding: 22rem 0 2.5rem 0;
    position: relative;
    z-index: 1;
}

#top-mv .container{
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}

.mv-title {
	color:#fff;
	font-weight:900;
}

.mv-title-span{
    font-size: 3.3rem;
    letter-spacing: -.1rem;
}

.mv-title-l{
    font-size: 5rem;
    line-height: 1.1;
    letter-spacing: -.05rem;
    margin-bottom: .5rem;
    display: inline-block;
}

.mv-disc{
    color: #fff;
    font-weight: 900;
    line-height: 1.5;
    font-size: 1.8rem;
}

.mv-disc-1{
    background: #d4000e;
    border-radius: 3px;
    padding: .05rem 0 0 .8rem;
    display: inline-block;
    text-align: center;
    margin-right: .5rem;
}

.mv-disc-1 .tx-s{
	font-size:1.6rem;
}


#top-link{
	background:url(images/dotted-bg.webp) no-repeat;
    background-size: 78%;
	padding:3rem 0;
}

#top-link .container{
	width:100%;
	max-width:1100px;
}

#top-link ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#top-link ul li{
    border: solid 1px #d4000e;
    border-radius: 5px;
    text-align: center;
    position: relative;
    width: 320px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 18px;
    background: #fff;
    padding: 1rem .5rem;
}

#top-link ul li a{
    display: flex;
    align-items: center;
}

#top-link ul li img{
	max-width:70px;
	height:auto;
	display:unset;
}

#top-link ul li:after{
	content:"";
	background:url(images/circle-red-arrow.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 40%;
    background-size: contain;
}

#top-link ul li:first-child span,
#top-link ul li:nth-child(3) span,
#top-link ul li:nth-child(4) span{
	margin-left:2rem;
}

#top-link ul li:nth-child(5) span,
#top-link ul li:last-child span{
	margin-left:3rem;
}

#company{
	position:relative;
}

#company:after{
	content:"";
	background:url(images/company-pic.webp) no-repeat;
    width: 584px;
    height: 514px;
    position: absolute;
    right: 5%;
    top: 0;
    background-size: contain;	
}

.company-wrap p{
	line-height:1.7;
	margin-bottom:1rem;
}

.company-wrap .tx{
	max-width:700px;
    background: rgba(255, 255, 255, .8);
    position: relative;
    z-index: 1;
}
@media screen and (min-width:1340px){
	.company-wrap .tx{
		width:57%;
	}
}

@media screen and (max-width:1300px){
	.company-wrap .tx{
		width:48%;
	}
}

.company-wrap .pic{
	position:absolute;
	right:2%;
	top:0;
}

.company-wrap .pic img{
	max-width:90%;
	height:auto;
}

.about-company .btn.red{
    width: 300px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
	margin:0
}

/*数字で分かる*/
#number{
	margin:6rem auto 0;
}

#number h2 .attention{
	font-size:15px;
	font-weight:lighter;
	display:inline-block;
	margin-left:1rem;
}

.number-wrap-1{
    margin: 3rem auto 1rem;
}

.number-wrap-1 .child,
.number-wrap-2 .child{
    background: #fdf1f1;
    border-radius: 5px;
    text-align: center;
    width: 22%;
    height: 260px;
    float: left;
    margin-right: 2.7rem;
}

.number-wrap-2 .child{
	margin-top:2rem;
}

.number-wrap-1 .child:last-child,
.number-wrap-2 .child:last-child{
	margin-right:0;
	margin-bottom:5rem;
}

.number-wrap-1 .child img,
.number-wrap-2 .child img{
    max-width: 215px;
    height: auto;
	margin:1rem auto 0;
}

.number-wrap-1 .child-2 img{
    max-width: 370px;
    height: auto;
	margin:0 auto 0;
}

.number-wrap-1 .child .ex,
.number-wrap-2 .child .ex{
	font-size:15px;
	font-weight:lighter;
	display:inline-block;
	margin-top:.5rem;
}

.number-wrap-1 .child-2{
    background: #fdf1f1;
    border-radius: 5px;
    text-align: center;
    width: 48%;
    height: 125px;
    float: right;
    margin-bottom: .7rem;
}

.number-wrap-1 .child-2.last{
	margin-bottom:0;
}

/*仕事を知る*/
#work{
	clear:both;
	margin-top:6rem;
	background:url(images/work-bg.webp) no-repeat;
	background-size:cover;
	background-position:top center;
	padding:4rem 0;
	color:#fff;
}

#work h2{
	margin-bottom:3rem;
}

#work .tx-l{
    font-size: 1.35rem;
    margin: 2rem 0;
}

#work p{
	line-height:1.7;
	margin-bottom:1rem;
	font-weight:700;
}

/*働く人の声*/
#voice{
	margin:5rem auto;
}

.top-vocie-wrap{
	margin-top:2rem;
	display:flex;
	justify-content:space-between;
}

.top-vocie-wrap .child{
	width:43%;
	text-align:center;
}

.top-vocie-wrap .child img{
	max-width:500px;
	height:auto;
}

.top-vocie-wrap .num{
    font-size: 2.5rem;
    text-decoration: dotted;
    font-style: italic;
    display: inline-block;
    vertical-align: baseline;
	font-weight:lighter;
}

.top-vocie-wrap .tx{
	margin-top:1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-vocie-wrap .name{
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-block;
    margin-left: 1.3rem;
    vertical-align: -webkit-baseline-middle
}

.top-vocie-wrap .yaku{
    margin-bottom: .4rem;
    font-weight: 700;
}

.top-vocie-wrap .mm{
	
}

/*環境・制度*/
#environment{
	background:#f7f7f7;
	padding:5rem 0;
}

.environment-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:3rem auto 0;
}

.environment-wrap .child{
	width:27.5%;
	margin-bottom:2rem;
}

.environment-wrap .child .icon{
	border:solid 1px #d4000e;
	border-radius:5px;
	width:100%;
	padding:.05rem 0;
	text-align:center;
	background:#fff;
	margin-bottom:1rem;
}

.environment-wrap .child .icon img{
	margin:0 auto;
	max-height:64px;
	width:auto;
}

.environment-wrap .child .tx-m{
    font-size: 1.6rem;
    font-weight: 700;
}

/*採用情報*/
#information{
	background:url(images/information-bg.webp) no-repeat;
	background-size:cover;
	background-position:top center;
	padding:3rem 0 5rem;
}

.information-wrap .mm{
	margin-top:1rem;
	font-weight:700;
	font-size:1.15rem;
}

.information-wrap .link{
	display:flex;
	justify-content:space-between;
	margin-top:1.8rem;
}

.information-wrap .link a{
    background: #d4000e;
    color: #fff;
    font-weight: 700;
    padding: 1.3rem 0;
    text-align: center;
    display: inline-block;
    width: 43%;
}

/*-------------
page.php 
--------------*/
.page-wrap{
	margin:100px 0 50px;
}
.page-wrap.recruit-top{
  margin: 0;
}
.page-title{
	background: url(images/sub-title-bg.webp) no-repeat;
	background-size: cover;
	height: 230px;
}
.page-title h1{
  color: #fff;
  font-size: 2rem;
}
.page-title h1 span{
  display: block;
  font-size: 20px;
}
.breadcrumbs{
  padding: 25px 0;
  font-size:14px;
}
.breadcrumbs span{
  margin-left: 10px;
}
.breadcrumbs a{
  margin-right: 10px;
}
.breadcrumbs a:hover{
  opacity: .6;
}
.page-inner-link{
  margin-bottom: 30px;
}
.page-inner-link .flex-center{
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: auto;
  column-gap: 25px;
  row-gap: 20px;
}
.page-inner-link li:last-of-type{
  margin-right: 0;
}
.page-inner-link li{
  width: 280px;
  height: 60px;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all ease .3s;
}
.page-inner-link a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-inner-link a::before{
  content: "";
  background: url(images/arrow-down.png);
  width: 18px;
  height: auto;
  aspect-ratio: 18/10;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.page-subtitle{
  font-size: 50px;
  text-align: center;
}

/*募集要項*/
#sub-requirements{
	position:relative;
	padding:3rem 0;
}

#sub-requirements:before{
    content: "";
    position: absolute;
    background: url(images/dotted-bg.webp) no-repeat;
    background-size: 78%;
    top: -75px;
    left: 0;
    width: 76%;
    height: 500px;
    z-index: -1;
}

.sub-requirements-wrap table th{
    background: #a90d17;
    color: #fff;
    text-align: left;
    padding: 1rem 1rem 1rem 2rem;
    font-size: .95rem;
    border-bottom: solid 2px #FFF;
    width: 28%;
    vertical-align: top;
}

.sub-requirements-wrap table td{
    background: #fff;
    padding: 1rem 1rem 1rem 3rem;
    border-bottom: solid 2px #e4e4e4;
}

#sub-voice{
	margin-top:2rem;
}

#sub-vocie h2{
	margin-bottom:2rem;
}

.sub-vocie-wrap{
	display:flex;
	justify-content:space-between;
	margin-top:1.7rem;
}

.sub-vocie-wrap .mm{
	width:51%;
}

.sub-vocie-wrap .pic{
	width:43%;
}

.sub-vocie-wrap .pic img{
	max-width:100%;
	height:auto;
}

.sub-vocie-wrap .q{
	color:#d5111d;
	font-weight:700;
	font-size:1.4rem;
	margin-bottom:.5rem;
	line-height:1.5;
}

.sub-vocie-wrap .answer{
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

#sub-one-day{
	background:url(images/one-day-bg.webp) no-repeat;
	background-size:cover;
	padding:3rem 0;
	color:#fff;
	margin:5rem 0 0;
}

#sub-one-day h2 .tx-s{
	font-size:1.7rem;
}

.sub-one-day-wrap{
    margin: 2rem auto 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 1rem;
}

.sub-one-day-wrap .time{
	width:11%;
    margin-bottom: .3rem;
}

.sub-one-day-wrap .mark{
	width:3%;
}

.sub-one-day-wrap .job{
	width:85%;
}

.sub-one-day-image img{
	max-width:100%;
	height:auto;
}

#sub-flow{
	background:#f7f7f7;
	padding:4rem 0;
}

.sub-flow-wrap{
	margin-top:2.5rem;
	position:relative;
    padding-left: 40px;
}

.sub-flow-wrap:before{
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: 14px;
	height: 99%;
	background:#d4000e;
}

.sub-flow-wrap:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 1px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #d4000e;
}

.sub-flow-wrap li{
	margin-bottom:1rem;
	border:solid 1px #d4000e;
	background:#fff;
	padding:1rem;
	margin-bottom:2.5rem;
}

.sub-flow-contents dt{
    font-size: 1.2rem;
    color: #d4000e;
    font-weight: 700;
}


.sub-flow-contents dt .attention{
	color:#000;
	font-weight:normal;
	font-size:.9rem;
	margin-left:1rem;
	display:inline-block;
}

.sub-flow-contents .num{
    background: #d4000e;
    color: #fff;
    width: 73px;
    padding: 4px 0;
    display: inline-block;
    border-radius: 60px;
    text-align: center;
    margin-right: 1.5rem;
}

.sub-flow-contents dd{
    line-height: 1.5;
    margin-top: 1rem;
}

#sub-entry{
	margin:5rem auto;
}

.sub-entry-wrap{
	text-align:center;
}

.sub-entry-wrap .mm{
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 0;
    font-size: 1.25rem;
}
.sub-entry-wrap .mm::before,
.sub-entry-wrap .mm::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 2px;
	background: black;
	transform-origin: center;
}

.sub-entry-wrap .mm::before {
	left: -40px;
	transform: rotate(45deg);
}

.sub-entry-wrap .mm::after {
	right: -40px;
	transform: rotate(-45deg);
}

.entry-btn{
    background: #d4000e;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    display: block;
    max-width: 1000px;
    height: 165px;
    line-height: 165px;
    margin: .5rem auto;
    font-size: 1.3rem;
	overflow:hidden;
}

.entry-btn::after{
	position:absolute;
	content:"";
	background:url(images/circle-white-arrow.png) no-repeat;
	width:34px;
	height:34px;
	background-size:contain;
	right:10%;
	top:45%;
}

/* 光るエフェクト */
.entry-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

/* hover した時に光が流れる */
.entry-btn:hover::before {
  animation: shine 1s ease;
}

@keyframes shine {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}

/*-------------
page contact
--------------*/
.form-wrap {
  max-width: 1200px;
  margin: 30px auto 80px;
  width: 100%;
  padding: 50px 0;
  background: #ece9e9;
}
.form-wrap table{
  width: 100%;
  margin: auto;
}
.form-wrap th{
  vertical-align: text-top;
  text-align: left;
  position: relative;
  padding: 20px 30px;
  width: 25%;
}
.form-wrap td{
  padding: 20px 30px;
}

.form-wrap .tx-s{
	font-size:.9rem;
}
.required{
  font-size: 12px;
  color: #fff;
  background: #d4000e;
  border-radius: 5px;
  padding: 0 5px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.optional{
  font-size: 12px;
  color: #fff;
  background: #6C757D;
  border-radius: 5px;
  padding: 0 5px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.form-wrap input[type="text"],
.form-wrap input[type="tel"],
.form-wrap input[type="email"]{
  width: 100%;
  height: 50px;
  border: none;
}

.form-wrap input[name="your-age"]{
	width:80px;
	height:50px;
	border:none;
}
.form-wrap input[type="radio"]{
    transform: scale(1.3);
}

.form-wrap textarea{
  width: 100%;
  height: 250px;
  border: none;
}

.form-wrap input[name="post-num"]{
  width: 200px;
  margin: 0 0 10px 10px;
}
.form-check{
  text-align: center;
  margin-top: 20px;
}
.form-wrap input[type="submit"]{
  margin: 20px auto 0;
  width: 340px;
  padding: 20px;
  display: block;
  background: #d4000e;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.form-wrap input[type="submit"]:hover{
	cursor:pointer;
}
.form-wrap .wpcf7-list-item {
  display: block;
  margin: 0 0 10px!important;
}
.form-wrap input[type="checkbox"]{
  width: 25px;
  height: 25px;
  appearance: none;
  border: none;
  vertical-align: middle;
  background: #fff;
  position: relative;;
}

.form-wrap input[type="checkbox"]:checked::after{
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;
  height: 15px;
  border: solid #d4000e;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-wrap a{
  text-decoration: underline;
  text-align: center;
  display: block;
}

.entry-thanks-wrap .tx{
	margin-bottom:2rem !important;
}

/*-------------
footer
--------------*/
footer{
  background: #f7f7f7;
	clear:both;
}
footer .logo{
  max-width: 300px;
  margin-bottom: 20px;
}
.footer-inner{
  max-width: 1100px;
  width: 100%;
  margin: auto;
  align-items: flex-start;
  padding: 50px 0;
  column-gap: 20%;
	display:flex;
}
.footer-inner-nav{
  align-items: flex-start;
  column-gap: 30px;
  flex-shrink: 0;
}
.footer-inner-nav li{
  margin-bottom: 10px;
  font-size: 15px;
}
.footer-inner-nav a:hover{
  opacity: .6;
}
.copyright{
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #000;
}

.post-password-form{
	margin:120px auto;
}