@charset "UTF-8";

/*
Theme Name:
Theme URI:
Author:			O-GOE
*/

/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
main{
  width: 100%;
  position: relative;
  padding-top: 120px;
}
.breadcrumb__wrap{
  max-width: 1728px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2%;
  box-sizing: content-box;
}
.breadcrumb__cntbox{
  width: 100%;
}
.breadcrumb__cntbox a{
  color: #999;
  font-weight: bold;
  line-height: 1em;
}
.breadcrumb__cntbox a:hover{
  opacity: 0.5;
}
.breadcrumb__cntbox span{
  padding: 0 1em;
  color: var(--color-or1);
}
.mainmenu__wrap{
  width: 100%;
  margin-top: 8%;
}
.mainmenu__wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main__ttlbox{
  width: 40%;
}
.main__ttlbox h2{
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: bold;
}
.main__ttlbox h3{
  font-size: 11rem;
  line-height: 1em;
  font-family: 'Teko', sans-serif;
  color: var(--color-or1);
  margin-top: 10px;
}
.main__menubox{
  width: 58%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 28px;
}
.main__menubox ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
.main__menubox ul li{
  width: 150px;
  border-bottom: 2px solid #333;
}
.main__menubox ul li a{
  width: 150px;
  display: block;
  padding-bottom: 8px;
  position: relative;
}
.main__menubox ul li a::before{
  position: absolute;
  bottom: 8px;
  right: 0;
  font-family: 'Font Awesome 6 Free';
	content: '\f107';
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 900;
  color: var(--color-or1);
  transition: 0.5s;
}
.main__menubox ul li a:hover{
  opacity: 0.5;
}
.mainmenu__no{
  line-height: 1em;
  font-family: 'Teko', sans-serif;
  color: var(--color-or1);
}
.mainmenu__txt{
  line-height: 1em;
  font-weight: bold;
  color: #333;
  margin-top: 3px;
}
.main__imgbox{
  width: 100%;
  height: 60vh;
  background: url(../images/recruit/recruit-topimg.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: 2%;
  border-radius: 10px;
}
/* --------------------------------------------------------------------------------
	採用フロー
-------------------------------------------------------------------------------- */
.flow__wrap{
  width: 100%;
  margin-top: 5%;
}
.flow__wrap ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow__wrap ul li{
  width: 12%;
  text-align: center;
}
.flow__iconbox{
  width: 100%;
  border: 5px solid #333;
  border-radius: 10px;
  position: relative;
  padding: 25px 0;
}
.flow__iconbox img{
  width: 55%;
}
.flow__wrap ul li .flow__iconbox::before{
  font-family: 'Font Awesome 6 Free';
  content: '\f061';
  font-size: 3rem;
  line-height: 1em;
  color: #333;
  position: absolute;
  top: 50%;
  right: -48px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: 900;
}
.flow__wrap ul li:last-child .flow__iconbox{
  border: 5px solid var(--color-or1);
}
.flow__wrap ul li:last-child .flow__iconbox::before{
  display: none;
}
.flow__wrap ul li p{
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1em;
}
.flow__wrap ul li:last-child p{
  color: var(--color-or1);
}
.flow__txtbox{
  width: 100%;
  margin-top: 5%;
}
/* --------------------------------------------------------------------------------
	募集要項一覧
-------------------------------------------------------------------------------- */
.list__wrap{
  width: 100%;
  margin-top: 7%;
}
.list__wrap h2{
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: bold;
  padding: 10px 0 11px 0;
}
.list__wrap h2 span{
  border-left: 8px solid var(--color-or1);
  padding: 5px 50px;
  background-color: #fff;
}
.list__wrap ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  margin-top: 3%;
}
.list__wrap ul li{
  width: 47.5%;
  height: 250px;
}
.list__wrap ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 30px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 0 10%;
  position: relative;
}
.list__wrap ul li a:hover{
  background-color: rgba(0, 0, 0, 0);
}
.list__img_toolad{
  width: 100%;
  height: 100%;
  background: url(../images/recruit/recruit-toolad.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  border-radius: 10px;
}
.list__img_delivery{
  width: 100%;
  height: 100%;
  background: url(../images/recruit/recruit-delivery.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  border-radius: 10px;
}
.list__img_jimu{
  width: 100%;
  height: 100%;
  background: url(../images/recruit/recruit-jimu.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  border-radius: 10px;
}
.job__namebox{
  width: 100%;
  color: #fff;
}
.job__namebox h3{
  font-weight: bold;
  line-height: 1em;
}
.job__namebox h2{
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2em;
}
a .recruit__arrow{
  width: 135px;
  position: fixed;
  right: 5%;
  bottom: 12%;
  color: #fff;
  font-family: 'Teko', sans-serif;
  font-size: 2rem;
  line-height: 1em;
  padding-left: 10px;
}
a .recruit__arrow::before{
  content: '';
	position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
	background:#fff;
  transition: all .3s;
}
a .recruit__arrow::after{
  content: '';
	position: absolute;
  bottom:0;
  right:0;
  width: 15px;
  height:2px;
	background:#fff;
  transform: rotate(35deg);
  transition: all .3s;
}
a:hover .recruit__arrow::before{
    left: 10px;
}
a:hover .recruit__arrow::after{
    right: -10px;
}


@media screen and (min-width: 835px) and (max-width: 1365px) {
  main{
    padding-top: 100px;
  }
  .main__menubox ul li{
    width: 150px;
  }
  .main__menubox ul li a{
    width: 150px;
  }
}
@media screen and (min-width: 0px) and (max-width: 834px) {
  /* --------------------------------------------------------------------------------
  	main
  -------------------------------------------------------------------------------- */
  main{
    padding-top: 70px;
  }
  .mainmenu__wrap{
    width: 100%;
    margin-top: 15%;
  }
  .main__ttlbox{
    width: 100%;
  }
  .main__ttlbox h2{
    font-size: 2rem;
  }
  .main__ttlbox h3{
    font-size: 8rem;
    margin-top: 10px;
  }
  .main__menubox{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 8%;
    padding-bottom: 0;
  }
  .main__menubox ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
  .main__menubox ul li{
    width: 45%;
  }
  .main__menubox ul li a{
    width: 100%;
  }
  .main__imgbox{
    width: 100%;
    height: 230px;
    margin-top: 10%;
  }
  /* --------------------------------------------------------------------------------
  	採用フロー
  -------------------------------------------------------------------------------- */
  .flow__wrap{
    width: 100%;
    margin-top: 15%;
  }
  .flow__wrap ul li{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .flow__wrap ul li:last-child{
    margin-bottom: 0;
  }
  .flow__iconbox{
    width: 50%;
    border: 3px solid #333;
    padding: 10px 0;
  }
  .flow__iconbox img{
    width: 20%;
  }
  .flow__wrap ul li .flow__iconbox::before{
    font-family: 'Font Awesome 6 Free';
    content: '\f063';
    font-size: 3rem;
    position: absolute;
    top: auto;
    right: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .flow__wrap ul li:last-child .flow__iconbox{
    border: 3px solid var(--color-or1);
  }
  .flow__wrap ul li:last-child .flow__iconbox::before{
    display: none;
  }
  .flow__wrap ul li p{
    width: 40%;
    margin-top: 0;
    text-align: left;
  }
  .flow__txtbox{
    width: 100%;
    margin-top: 8%;
  }
  /* --------------------------------------------------------------------------------
  	募集要項一覧
  -------------------------------------------------------------------------------- */
  .list__wrap{
    width: 100%;
    margin-top: 12%;
  }
  .list__wrap h2{
    font-size: 2rem;
    padding: 10px 0 11px 0;
  }
  .list__wrap h2 span{
    padding: 5px 30px;
  }
  .list__wrap ul{
    width: 100%;
    gap: 20px 0;
    margin-top: 8%;
  }
  .list__wrap ul li{
    width: 100%;
    height: 200px;
  }
  .list__wrap ul li a{
    width: 100%;
    height: 100%;
    padding: 0 5%;
  }
  .job__namebox h2{
    font-size: 3rem;
  }

}
