@charset "UTF-8";
header {
  padding: 0;
  position: relative;
}
header h1 img {
  width: 100%;
  margin: 0 auto;
}
header .inner {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding: 0vw 0 68% 0;
}
header .logo {
  width: 12vw;
  max-width: 200px;
  position: absolute;
  top: 2vw;
  left: 2%;
  z-index: 100;
}
header .h_lead {
  width: 12em;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 99;
}
header .h_lead span {
  font-size: 70%;
}
header .h_payment {
  position: absolute;
  right: 3vw;
  bottom: 2vw;
  z-index: 10;
  width: 45vw;
}
header .h_payment img {
  width: 100%;
  margin-bottom: 2vw;
}
header .bg_adachi {
  position: absolute;
  bottom: -3vw;
  left: 3vw;
  width: 55vw;
  transform: rotate(-5deg);
}
header .bg_adachi img {
  width: 100%;
}
header .bg_car {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60vw;
}
header .bg_car img {
  width: 100%;
}
header .swiper_container_fv {
  position: absolute;
  width: 100%;
  height: 26%;
  bottom: 0;
  background: #000;
  display: flex;
  align-items: center;
  overflow: hidden;
}
header .swiper_container_fv .swiper-wrapper {
  height: 80%;
  transition-timing-function: linear;
}
header .swiper_container_fv .swiper-wrapper .swiper-slide img {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 800px) {
  header {
    padding: 0;
    min-height: 100vw;
  }
  header .inner {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 0vw 0 205vw 0;
    overflow: hidden;
  }
  header .logo {
    width: 20vw;
    max-width: 200px;
    position: absolute;
    top: 2vw;
    left: 2%;
    z-index: 100;
  }
  header .h_lead {
    margin-top: 1.5em;
    font-size: 7vw;
  }
  header .h_payment {
    position: absolute;
    left: 5vw;
    top: 50vw;
    z-index: 10;
    width: 90vw;
    text-align: center;
  }
  header .h_payment img {
    width: 80%;
  }
  header .h_payment br {
    display: none;
  }
  header .bg_adachi {
    position: absolute;
    bottom: -20vw;
    left: 5vw;
    width: 90vw;
    max-width: 1000px;
    transform: rotate(-5deg);
  }
  header .swiper_container_fv {
    height: 17%;
  }
}
.lead {
  background: url(../img/lead_bg.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  margin: 0 0 0 0;
  padding: 2em 0 0 0;
  position: relative;
  z-index: 1;
}
.lead .lead_merit {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin: 1em 0 2em 0;
}
.lead .lead_merit li {
  width: 24%;
  margin: 0;
}
.lead .lead_text {
  width: 90%;
  background: rgba(0, 0, 0, 0.4);
  margin: 2em auto 0 auto;
  padding: 2em;
  border-radius: 1em;
}
.lead .lead_text h2,
.lead .lead_text p {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.lead .form-down-01 {
  width: 40%;
  max-width: 250px;
}

@media only screen and (max-width: 800px) {
  .lead {
    background-size: auto;
  }
  .lead .lead_merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lead .lead_merit li {
    width: 44%;
    margin: 0 1%;
  }
  .lead .lead_text {
    width: 95%;
    padding: 1em;
  }
}
#allowance {
  position: relative;
  z-index: 2;
  background: #e60012 url(../img/sippou_bg.png);
}
#allowance h2 {
  color: #fff;
  padding-bottom: 1em;
}
#allowance .h3_circle {
  position: absolute;
  background: #fff;
  padding: 2.5em 1em 1em 1em;
  width: 260px;
  height: 260px;
  border-radius: 50%;
}
#allowance .h3_circle h3 {
  color: #e60012;
  font-size: 2em;
  line-height: 1.8em;
  text-align: center;
  font-weight: bold;
}
#allowance .h3_circle h3 strong {
  font-size: 200%;
}
#allowance .h3_circle p {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.1em;
  color: #fff;
  background: #e60012;
  width: 80%;
  margin: 0 auto;
}
#allowance img {
  padding-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  #allowance .h3_circle {
    position: absolute;
    background: #fff;
    padding: 2.2em 1em 1em 1em;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    right: 5%;
  }
  #allowance .h3_circle h3 {
    color: #e60012;
    font-size: 1.3em;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
  }
  #allowance .h3_circle h3 strong {
    font-size: 200%;
  }
  #allowance .h3_circle p {
    text-align: center;
    font-weight: bold;
    font-size: 0.7em;
    padding: 0.1em;
    color: #fff;
    background: #e60012;
    width: 80%;
    margin: 0 auto;
  }
  #allowance img {
    padding-bottom: 1em;
  }
}
#simulation {
  position: relative;
  z-index: 2;
}
#simulation .bg_black {
  text-align: center;
  color: #fff;
}
#simulation h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em;
  border: 1px solid #000;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  max-width: 600px;
  min-width: 300px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#simulation h3.meisai {
  border: none;
  padding: 0;
  position: relative;
  width: 30%;
}
#simulation h3.meisai::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 100%;
  background: url(../img/h3_frame.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
#simulation h3.meisai::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 100%;
  background: url(../img/h3_frame.png) center right no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(-1, 1);
}
#simulation table {
  width: 60%;
  margin: 0 auto;
}
#simulation table tbody tr th {
  text-align: right;
  padding: 0 0.5em 0 0;
}
#simulation table tbody tr th span {
  display: inline-block;
  color: #fff;
  background: #e60012;
  width: 100%;
  text-align: center;
}
#simulation table tbody tr:first-child th {
  background: transparent;
}
#simulation table tbody tr td {
  width: 45%;
  text-align: end;
}
#simulation table tbody tr td.pay {
  width: 30%;
}
#simulation table tbody tr.total {
  border-top: 3px solid #000;
  color: #e60012;
}
#simulation table tfoot {
  width: 100%;
  text-align: end;
  border-top: 3px solid #000;
  color: #e60012;
}
#simulation .payslip_flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#simulation .payslip_flex img {
  margin-bottom: 1em;
  border: 1px solid #000;
}
#simulation .note_paslip {
  text-align: center;
  display: flex;
  justify-content: center;
}
#simulation .point_special {
  background: #F2F2F2;
  padding: 0 4em 4em 4em;
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#simulation .point_special h3 {
  font-size: 200%;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 2;
  border: none;
}
#simulation .point_special h3::after {
  content: "";
  display: block;
  width: 17em;
  border-top: 2.5em solid #fff;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
#simulation .point_special p {
  font-size: 1.4em;
  margin-bottom: 1em;
}
#simulation .point_special dl {
  padding: 1em;
  margin: 0 0 2em;
}
#simulation .point_special dl dt {
  font-weight: 600;
  font-size: 1.1em;
  position: relative;
  line-height: 1.5em;
  padding-left: 1.5em;
}
#simulation .point_special dl dt::before {
  content: "";
  background: url(../img/arrow.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 0.25em;
  background-repeat: no-repeat;
  left: 0.2em;
}
#simulation .point_special .kikankou {
  background: #E6E6E6;
  border: 2px solid #cccccc;
}
#simulation .point_special .haken {
  background: #FFE8E8;
  border: 2px solid #e23e4b;
}
#simulation .point_special h4 {
  text-align: center;
  font-size: 150%;
  font-weight: 600;
  margin: 0 0 1em;
}
#simulation .point_special ul {
  padding: 1em 1em 1em 4em;
  background: #fff;
  position: relative;
}
#simulation .point_special ul::before {
  content: "";
  background: url(../img/tomiyon.png);
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 160px;
  top: -10px;
  left: 10px;
}
#simulation .point_special ul li span {
  font-weight: 600;
  color: #e60012;
}

@media only screen and (max-width: 800px) {
  #simulation .payslip_flex li {
    width: 30%;
  }
  #simulation table {
    width: 90%;
    margin: 0 auto;
  }
  #simulation table tbody tr th {
    font-size: 0.8em;
    height: 30px;
  }
  #simulation table tbody tr td {
    width: 50%;
    font-size: 0.8em;
    text-align: end;
  }
  #simulation table tbody tr td.pay {
    width: 30%;
  }
  #simulation .point_special {
    padding: 0 1em 1em 1em;
  }
  #simulation .point_special h3 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  #simulation .point_special h3::after {
    width: 90%;
    max-width: 330px;
    border-top: 2.5em solid #fff;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
  }
  #simulation .point_special p {
    font-size: 1em;
  }
  #simulation .point_special h4 {
    font-size: 1.2em;
    margin: 0 0 1em;
  }
  #simulation .point_special ul {
    padding: 1em 1em 1em 2em;
  }
  #simulation .point_special ul::before {
    width: 58px;
    height: 160px;
    top: -17px;
    left: -12px;
  }
  #simulation .point_special dl {
    padding: 1.5em;
  }
}
#Hourly-pay {
  margin: 2em auto 0 auto;
  text-align: center;
  width: 100%;
}
#Hourly-pay .wrap {
  width: 100%;
}
#Hourly-pay .wrap .big span.big {
  font-size: 200%;
}
#Hourly-pay .bg_black {
  padding: 0 0.5em;
  margin-right: 0.2em;
}

@media only screen and (max-width: 800px) {
  #Hourly-pay .wrap .big span.big {
    font-size: 200%;
  }
  #Hourly-pay .wrap .note {
    margin-top: 1em;
  }
  #Hourly-pay .wrap .big.red {
    line-height: 2em;
    padding-top: 1em;
  }
  #Hourly-pay .bg_black {
    padding: 0 0.5em;
    margin-right: 0.2em;
  }
}
#jobdata {
  margin: 2em auto 0 auto;
  text-align: center;
  width: 100%;
}
#jobdata .wrap .bg_black {
  padding: 0 0.5em;
  margin-right: 0.2em;
}
#jobdata .wrap .note {
  margin-top: -0.5em;
}
#jobdata .relax {
  background: #e60012;
  border-radius: 1em;
  margin: 0 0 5em 0;
  padding: 2em;
}
#jobdata .relax h3 {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}
#jobdata .relax h3 strong {
  font-size: 2em;
  padding: 0 0.5em;
  border-bottom: 2px dotted #fff;
}
#jobdata .relax .relax_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#jobdata .relax .relax_photo li {
  width: 40%;
  margin: 1%;
  background: #000;
}
#jobdata .relax .relax_photo li img {
  width: 100%;
}
#jobdata .relax .relax_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  align-items: center;
}
#jobdata .relax .relax_menu dt {
  width: 100%;
  text-align: center;
}
#jobdata .relax .relax_menu dd {
  width: 26%;
  margin: 1%;
}

@media only screen and (max-width: 800px) {
  #jobdata .relax {
    margin: 0 1em 5em 1em;
    padding: 1em;
  }
  #jobdata .relax h3 {
    font-size: 1.3em;
    line-height: 2em;
  }
  #jobdata .relax h3 strong {
    font-size: 2em;
  }
  #jobdata .relax .relax_photo li {
    width: 90%;
    margin: 1%;
    background: #000;
  }
  #jobdata .relax .relax_photo li img {
    width: 100%;
  }
  #jobdata .relax .relax_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    align-items: center;
  }
  #jobdata .relax .relax_menu dt {
    width: 100%;
    text-align: center;
  }
  #jobdata .relax .relax_menu dd {
    width: 45%;
    margin: 1%;
  }
}
#factry .swiper_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 3em auto;
  overflow: hidden;
  position: relative;
}
#factry .swiper_wrap .swiper-slide {
  padding: 0.5em;
}
#factry .dining {
  background: #e60012;
  border-radius: 1em;
  margin: 0 0 5em 0;
  padding: 2em;
}
#factry .dining h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#factry .dining .dining_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#factry .dining .dining_photo li {
  width: 30%;
  margin: 1.5%;
}
#factry .dining .dining_photo li img {
  width: 100%;
}
#factry .dining .dining_menu {
  display: flex;
  color: #fff;
  align-items: center;
}
#factry .dining .dining_menu dt {
  width: 25%;
  text-align: center;
}
#factry .dining .dining_menu dd ul li {
  display: inline-block;
  margin-right: 2em;
}

@media only screen and (max-width: 800px) {
  #factry .dining {
    padding: 1em;
  }
  #factry .dining h3 {
    font-size: 6vw;
  }
  #factry .dining .dining_photo {
    justify-content: center;
  }
  #factry .dining .dining_photo li {
    width: 45%;
    margin: 1.5%;
  }
  #factry .dining .dining_photo li img {
    width: 100%;
  }
  #factry .dining .dining_menu {
    display: initial;
    color: #fff;
    align-items: center;
  }
  #factry .dining .dining_menu dt {
    width: 100%;
    text-align: center;
  }
}
#oneroom {
  text-align: center;
  padding-bottom: 2em;
}
#oneroom .wrap .bold {
  font-weight: bold;
}
#oneroom .swiper_wrap {
  position: relative;
  width: 80%;
  background: #000;
  margin-bottom: 120px;
  margin: 0 auto 2em auto;
  padding: 20px 60px;
  position: relative;
}
#oneroom .swiper_wrap .clearfix {
  width: 100%;
  overflow: hidden;
}
#oneroom .swiper_wrap .clearfix .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 800px) {
  #oneroom .swiper_wrap {
    width: 90%;
    margin: 0 auto 1em auto;
    padding: 1em;
  }
}
#interview .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 3em auto;
  overflow: hidden;
  position: relative;
}
#interview .interview_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#interview .interview_child div {
  width: 45%;
  margin: 0 0 2em 0;
}
#interview .interview_child div.flex_order1 {
  order: 1;
}
#interview .interview_child div.flex_order2 {
  order: 2;
}
#interview .interview_child div.flex_order3 {
  order: 3;
}
#interview .interview_child div.flex_order4 {
  order: 4;
}
#interview .interview_child h3 {
  font-size: 2em;
  text-align: center;
  border-bottom: 2px solid #e60012;
}
#interview .interview_child h3 span {
  font-size: 50%;
}
#interview .interview_child h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1em 0;
}
#interview .interview_child dl {
  margin: 1em;
  font-size: 1.2em;
}
#interview .interview_child dl dt,
#interview .interview_child dl dd {
  display: inline-block;
  margin: 0 0 0.5em 0;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
  line-height: 1.5em;
}
#interview .interview_child dl dt .question,
#interview .interview_child dl dd .question {
  color: #e60012;
}
#interview .interview_child dl dt .answer,
#interview .interview_child dl dd .answer {
  color: #86c8dc;
}
#interview .interview_child dl dd {
  font-size: 1.5rem;
}
#interview .interview_child .operator_prof {
  font-family: YuGothic;
}
#interview .interview_child .operator_prof .bg_red,
#interview .interview_child .operator_prof .bg_white {
  display: block;
  font-size: 0.8em;
  padding: 0 0.5em;
}
#interview .interview_child .operator_prof .bg_white {
  line-height: 1.5em;
  color: #000;
}
#interview .interview_child .operator_comment {
  font-family: YuGothic;
  font-size: 1em;
  line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
  #interview .interview_child {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #interview .interview_child div {
    width: 90%;
  }
  #interview .interview_child h3 {
    font-size: 1.5em;
  }
}
#pickup_job_voice {
  margin: 0;
}
#pickup_job_voice .wrap {
  padding: 2em 0;
}
#pickup_job_voice .wrap p {
  padding: 2em;
}
#pickup_job_voice .wrap .note {
  color: #fff;
}
#pickup_job_voice .job_flow {
  padding: 1em;
}
#pickup_job_voice .job_flow div {
  width: 50%;
}
#pickup_job_voice .job_flow div p {
  padding: 1em 0;
  font-size: 1.5em;
  text-align: left;
}
#pickup_job_voice .swiper_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 3em auto;
  overflow: hidden;
  position: relative;
}
#pickup_job_voice .swiper_wrap .swiper-slide {
  padding: 0.5em;
}
#pickup_job_voice .job_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
#pickup_job_voice .job_flow img {
  width: 80%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup_job_voice .job_flow div.job_flow_child {
  width: 30%;
  margin: 0em 0 2em 0;
}
#pickup_job_voice .job_flow div.job_flow_child:nth-child(2) {
  margin: 5em 0 -5em 0;
}
#pickup_job_voice .job_flow div.job_flow_child:last-child {
  margin: 10em 0 5em 0;
}
#pickup_job_voice .job_flow div.job_flow_child div {
  width: 50%;
  margin: 0 auto;
}
#pickup_job_voice .job_flow h3 {
  font-size: 2em;
  text-align: center;
  border-bottom: 2px solid #e60012;
}
#pickup_job_voice .job_flow h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1em 0;
}
#pickup_job_voice .job_flow dl {
  line-height: 1.5em;
}
#pickup_job_voice .job_flow dl dt {
  background: #e60012;
  display: inline-block;
  border-radius: 5%;
  margin: 0 0 0.5em 0;
  padding: 0.3em 1em;
  line-height: 1em;
}
#pickup_job_voice .job_flow .operator_prof {
  font-family: YuGothic;
}
#pickup_job_voice .job_flow .operator_prof .bg_red,
#pickup_job_voice .job_flow .operator_prof .bg_white {
  display: block;
  font-size: 0.8em;
  padding: 0 0.5em;
}
#pickup_job_voice .job_flow .operator_prof .bg_white {
  line-height: 1.5em;
  color: #000;
}
#pickup_job_voice .job_flow .operator_comment {
  font-family: YuGothic;
  font-size: 1em;
  line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
  #pickup_job_voice .job_flow div {
    width: 100%;
  }
  #pickup_job_voice .job_flow div p {
    font-size: 1em;
  }
  #pickup_job_voice .job_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #pickup_job_voice .job_flow img {
    width: 80%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #pickup_job_voice .job_flow .order01 {
    order: 1;
  }
  #pickup_job_voice .job_flow .order02 {
    order: 2;
  }
}
#areamap {
  background: url(../img/areamap_bg.png) top center no-repeat;
  background-size: cover;
  padding: 0 0 2em 0;
}
#areamap h2,
#areamap h3,
#areamap .subtitle {
  color: #fff;
}
#areamap .googlemap {
  width: 85%;
  margin: 1em auto;
  box-sizing: border-box;
}
#areamap .googlemap .googlemap iframe,
#areamap .googlemap .googlemap object,
#areamap .googlemap .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#areamap .bold {
  text-align: center;
  color: #fff;
}

iframe {
  width: 100%;
}

#spotguide {
  padding: 0 0 3em 0;
}
#spotguide .spot_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#spotguide .spot_map li {
  width: 25%;
  background: #000;
  border: 2px solid #fff;
  margin: 0;
  text-align: center;
  line-height: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
#spotguide .spot_map li span {
  display: inline-block;
  width: 100%;
  margin: 0.5em 0;
  height: auto;
  color: #fff;
  font-size: 80%;
}
#spotguide .bold {
  text-align: center;
  padding-top: 1em;
}

@media only screen and (max-width: 800px) {
  #spotguide h2 {
    font-size: 1.2em;
  }
  #spotguide .spot_map li {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */