@charset "UTF-8";
header .inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
header .inner .logo {
  width: 12vw;
  max-width: 200px;
  position: absolute;
  top: 2vw;
  left: 2%;
  z-index: 100;
}
header .swiper_container_fv {
  width: 100%;
  height: 26%;
  bottom: 0;
  background: #000;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1em 0;
}
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 .inner .logo {
    width: auto;
    max-width: 120px;
  }
  header .swiper_container_fv {
    height: 17%;
  }
}
.lead {
  background: url(../img/lead_bg.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  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.1em 1em 3em 1em;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  bottom: 34em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#allowance .h3_circle h3 {
  color: #e60012;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
#allowance .h3_circle h3 strong {
  font-size: 260%;
  margin: 0.3em 0;
  display: inline-block;
}
#allowance .h3_circle p {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.5em;
  color: #fff;
  background: #e60012;
  width: 80%;
  margin: 0 auto;
  line-height: 1em;
}
#allowance img {
  padding-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  #allowance .h3_circle {
    position: absolute;
    background: #fff;
    padding: 1.5em 1em 1.6em 1em;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    right: 5%;
    bottom: 29em;
  }
  #allowance .h3_circle h3 {
    color: #e60012;
    font-size: 1em;
    line-height: 0.8em;
    text-align: center;
    font-weight: bold;
  }
  #allowance .h3_circle h3 strong {
    font-size: 240%;
  }
  #allowance .h3_circle p {
    text-align: center;
    font-weight: bold;
    font-size: 0.7em;
    padding: 0.5em;
    color: #fff;
    background: #e60012;
    width: 80%;
    margin: 0 auto;
    line-height: 1em;
  }
  #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: 71%;
  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;
}

@media only screen and (max-width: 800px) {
  #simulation .payslip_flex li {
    width: 30%;
  }
  #simulation table {
    width: 95%;
    margin: 0 auto;
  }
  #simulation table tbody tr th {
    font-size: 0.7em;
    height: 30px;
  }
  #simulation table tbody tr td {
    width: 50%;
    font-size: 0.7em;
    text-align: end;
  }
  #simulation table tbody tr td.pay {
    width: 30%;
  }
}
#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 0 0 0;
  text-align: center;
  width: 100%;
}
#jobdata .wrap {
  max-width: 1020px;
}
#jobdata .wrap .note {
  margin-top: -0.5em;
}
#jobdata .wrap .small {
  font-size: 60%;
}
#jobdata .bg_black {
  margin-right: 0.2em;
}
#jobdata .card_wrap {
  display: flex;
  justify-content: space-between;
  margin: 2em;
  flex-wrap: wrap;
}
#jobdata .card_wrap .card {
  background: #fff;
  border: 2px solid #999;
  border-radius: 10px;
  width: 24%;
  padding: 1em;
}
#jobdata .card_wrap .card img {
  width: 70%;
}
#jobdata .card_wrap .card .haizoku {
  font-size: 160%;
  font-weight: 600;
}
#jobdata .card_wrap .card .deta_text {
  font-size: 150%;
  line-height: 1.2em;
}
#jobdata .benefit_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0;
}
#jobdata .benefit_wrap .bene_tag {
  font-size: 160%;
  padding: 0.4em 1em;
  border-radius: 100px;
  border: 1px solid #999;
  margin: 1% 10px;
  font-weight: 600;
  line-height: 1.5em;
}
#jobdata .dining {
  background: #e60012;
  border-radius: 1em;
  margin: 0 0 5em 0;
  padding: 2em;
}
#jobdata .dining h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#jobdata .dining .dining_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#jobdata .dining .dining_photo li {
  width: 30%;
  margin: 1.5%;
}
#jobdata .dining .dining_photo li img {
  width: 100%;
}
#jobdata .dining .dining_menu {
  display: flex;
  color: #fff;
  align-items: center;
}
#jobdata .dining .dining_menu dt {
  width: 25%;
  text-align: center;
}
#jobdata .dining .dining_menu dd ul li {
  display: inline-block;
  margin-right: 2em;
}

@media only screen and (max-width: 800px) {
  #jobdata .relax {
    margin: 0 1em 1em 1em;
    padding: 1em;
  }
  #jobdata .relax .relax_wrap {
    width: 100%;
    margin-bottom: 2em;
  }
  #jobdata .relax .relax_wrap h3 {
    text-align: center;
    font-size: 1.2em;
  }
  #jobdata .relax .relax_wrap p {
    font-size: 0.9em;
    width: 90%;
    height: auto;
  }
  #jobdata .relax .relax_wrap img {
    width: 90%;
    height: 160px;
  }
  #jobdata .card_wrap {
    margin: 0;
  }
  #jobdata .card_wrap .card {
    width: 100%;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #jobdata .card_wrap .card img {
    width: 50%;
  }
  #jobdata .card_wrap .card dl {
    width: 50%;
  }
  #jobdata .card_wrap .card dl dt {
    width: 100%;
  }
  #jobdata .benefit_wrap {
    padding: 1em 0;
  }
  #jobdata .benefit_wrap .bene_tag {
    font-size: 100%;
    line-height: 1.2em;
    margin: 2% 4px;
  }
  #jobdata .dining {
    padding: 1em;
  }
  #jobdata .dining h3 {
    font-size: 6vw;
  }
  #jobdata .dining .dining_photo {
    justify-content: center;
  }
  #jobdata .dining .dining_photo li {
    width: 45%;
    margin: 1.5%;
  }
  #jobdata .dining .dining_photo li img {
    width: 100%;
  }
  #jobdata .dining .dining_menu {
    display: initial;
    color: #fff;
    align-items: center;
  }
  #jobdata .dining .dining_menu dt {
    width: 100%;
    text-align: center;
  }
}
#pickup_job_description {
  margin: 0;
}
#pickup_job_description .wrap {
  padding: 2em;
}
#pickup_job_description .wrap p {
  padding: 2em;
}
#pickup_job_description .wrap .note {
  color: #fff;
}
#pickup_job_description .wrap .comment {
  border-bottom: 4px dotted #fff;
  margin: 0.1em auto;
  width: 630px;
}
#pickup_job_description .job_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin: 1em;
  border: 1px solid #e60012;
  border-radius: 1em;
  padding: 1em;
}
#pickup_job_description .job_flow div {
  width: 50%;
  padding: 0.5em;
}
#pickup_job_description .job_flow div p {
  padding: 1em 0;
  font-size: 1.5em;
  text-align: left;
}
#pickup_job_description .job_flow img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
#pickup_job_description .job_flow h3 {
  font-size: 2em;
  text-align: center;
  border-bottom: 2px solid #e60012;
}
#pickup_job_description .job_flow h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1em 0;
}
#pickup_job_description .job_flow dl {
  line-height: 1.5em;
}
#pickup_job_description .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;
}

@media only screen and (max-width: 800px) {
  #pickup_job_description .wrap {
    padding: 0.5em;
  }
  #pickup_job_description .wrap .comment {
    width: 90%;
    margin-bottom: 1em;
  }
  #pickup_job_description .job_flow div {
    width: 100%;
  }
  #pickup_job_description .job_flow div p {
    font-size: 1em;
  }
  #pickup_job_description .job_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #pickup_job_description .job_flow img {
    height: 180px;
  }
  #pickup_job_description .job_flow .order01 {
    order: 1;
  }
  #pickup_job_description .job_flow .order02 {
    order: 2;
  }
}
#interview .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 3em auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#interview .interview_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
#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 {
  font-weight: 600;
}
#interview .interview_child dl dt,
#interview .interview_child dl dd {
  display: inline-block;
  margin: 0 0 0.5em 0;
  line-height: 1.5em;
}
#interview .interview_child dl dt .answer,
#interview .interview_child dl dd .answer {
  color: #e60012;
  display: block;
  font-weight: 600;
}
#interview .interview_child dl dt .text_border,
#interview .interview_child dl dd .text_border {
  border-bottom: 1px solid #000;
  font-weight: 600;
}
#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 .wrap {
    margin: 1em auto;
  }
  #interview .interview_child {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #interview .interview_child div {
    width: 90%;
    margin: 1em auto;
  }
  #interview .interview_child h3 {
    font-size: 1.5em;
  }
}
#factry .swiper_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 3em auto;
  overflow: hidden;
  position: relative;
}
#factry .swiper_wrap .swiper-slide {
  padding: 0.5em;
}

#oneroom {
  text-align: center;
}
#oneroom .swiper_wrap {
  position: relative;
  width: 80%;
  background: #000;
  margin-bottom: 120px;
  margin: 0 auto 5em auto;
  padding: 20px 60px;
  position: relative;
}
#oneroom .swiper_wrap .clearfix {
  width: 100%;
}
#oneroom .swiper_wrap .clearfix img {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  #oneroom .swiper_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 1em;
  }
}
#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%;
}

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%;
}

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