header {
  padding: 0;
  text-align: center;
}

header .inner {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding: 2vw 0 65% 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%;
}

@media only screen and (max-width: 800px) {
  header {
    padding: 0;
    min-height: 100vw;
  }

  header h1 img {
    width: 100%;
  }

  header .inner {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 2vw 0 150vw 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);
  }
}

.lead {
  background: url(../img/lead_bg.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  margin: 0 0 -3em 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;
  }
}

#simulation {
  position: relative;
  z-index: 2;
  /*	.tomiyon_comment {
  		margin-top: 1em;
  		display: flex;
  		flex-wrap: wrap;
  		align-items: center;
  		justify-content: center;
  //		padding: 1.5em 1em 1.5em 2em;
  		img {
  			width: 40%;
  			margin-right: 2em;
  		}
  		p {
  //			width: 48%;
  			font-size: 1rem;
  		}
  	}*/
}

#simulation .bg_black {
  text-align: center;
  color: #fff;
}

#simulation p.big.red {
  text-align: center;
}

#simulation h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em;
  border: 1px solid #000;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 600px;
  min-width: 300px;
  margin-top: 1em;
  margin-bottom: 1em;
}

#simulation table {
  width: 64%;
  margin: 0 auto;
}

#simulation table tbody tr th {
  text-align: right;
  padding: 0 0.5em 0 0;
  width: 6em;
}

#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 {
  text-align: end;
  white-space: nowrap;
}

#simulation table tbody tr td.calculation {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

#simulation table tbody tr td.calculation i {
  width: 50%;
}

#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 #Hourly-pay {
  margin: 2em auto 0 auto;
  text-align: center;
  width: 100%;
}

#simulation #Hourly-pay .wrap {
  width: 100%;
  padding: 0 1em;
}

#simulation #Hourly-pay .wrap .big span.big {
  font-size: 200%;
}

#simulation #Hourly-pay .bg_black {
  padding: 0 0.5em;
  margin-right: 0.2em;
}

#simulation .payup {
  margin: 2em auto 0 auto;
  text-align: center;
  width: 100%;
}

#simulation .payup .wrap {
  width: 100%;
  padding: 0 1em;
}

#simulation .payup .wrap .big span.big {
  font-size: 200%;
}

#simulation .payup .bg_black {
  padding: 0 0.5em;
  margin-right: 0.2em;
}

@media only screen and (max-width: 800px) {
  #simulation {
    /*margin-top: -6.8em;*/
    /*.tomiyon_comment {
    	justify-content: center;
    	border-radius: 20px;
    	img {
    		width: 80%;
    		margin-right: 0;
    		margin-bottom: 1em;
    	}
    	p {
    		width: 100%;
    	}
    }*/
  }

  #simulation p.big span.big {
    font-size: 200%;
  }

  #simulation .payslip_flex li {
    width: 30%;
  }

  #simulation .wrap {
    padding: 5em 1em 0;
    margin-top: -2em;
    background: #fff;
    margin-bottom: 2em;
  }

  #simulation table {
    width: 100%;
    margin: 0 auto;
  }

  #simulation table tbody tr th {
    font-size: 0.8em;
    height: 30px;
  }

  #simulation table tbody tr th span {
    line-height: 1.3em;
    padding: 0.3em 0;
  }

  #simulation table tbody tr td {
    font-size: 0.8em;
    text-align: end;
  }

  #simulation table tbody tr td.pay {
    width: 30%;
  }

  #simulation #Hourly-pay {
    margin: 0em auto 0 auto;
    text-align: center;
    width: 100%;
  }

  #simulation #Hourly-pay .wrap {
    width: 100%;
    padding: 0 1em;
  }

  #simulation #Hourly-pay .wrap .big span.big {
    font-size: 200%;
  }

  #simulation #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 {
  max-width: 1020px;
}

#jobdata .wrap .note {
  margin-top: -0.5em;
}

#jobdata .wrap .bg_black {
  padding: 0 0.5em;
  margin-right: 0.2em;
}

#jobdata .relax {
  background: #e60012;
  border-radius: 1em;
  margin: 0 auto 2em auto;
  padding: 2em;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#jobdata .relax .relax_wrap {
  width: 48%;
  margin-bottom: 1em;
}

#jobdata .relax .relax_wrap h3 {
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  padding: 0 0.5em;
  background: #fff;
  color: #e60012;
  border-radius: 100px;
  margin-bottom: 0.5em;
}

#jobdata .relax .relax_wrap p {
  font-size: 1.2em;
  width: 90%;
  height: 6em;
  margin: 0 auto;
}

#jobdata .relax .relax_wrap .note {
  font-size: 80%;
}

#jobdata .relax .relax_wrap img {
  width: 90%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

@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: 48%;
    margin-bottom: 1em;
  }

  #jobdata .benefit_wrap {
    padding: 1em 0;
  }

  #jobdata .benefit_wrap .bene_tag {
    font-size: 100%;
    line-height: 1.2em;
    margin: 2% 4px;
  }
}

#pickup_job_description {
  margin: 0;
}

#pickup_job_description .wrap {
  padding: 2em 1em;
}


#pickup_job_description .wrap .note {
  color: #fff;
}

#pickup_job_description .job_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin: 1em 0;
  border: 1px solid #e60012;
  border-radius: 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;
}

.swiper_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 3em auto;
  overflow: hidden;
  position: relative;
}

.swiper_wrap .swiper-slide {
  padding: 0.5em;
}

.job_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  padding: 1em 0.5em;
}

.job_flow img {
  width: 80%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.job_flow div.job_flow_child {
  width: 30%;
  margin: 0em 0 2em 0;
}

.job_flow div.job_flow_child:nth-child(2) {
  margin: 5em 0 -5em 0;
}

.job_flow div.job_flow_child:last-child {
  margin: 10em 0 5em 0;
}

.job_flow div.job_flow_child div {
  width: 50%;
  margin: 0 auto;
}

.job_flow h3 {
  font-size: clamp(21px, 4vw, 27px);
  text-align: center;
  border-bottom: 2px solid #e60012;
}

.job_flow h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1em 0;
}

.job_flow dl {
  line-height: 1.5em;
}

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

.job_flow .operator_prof {
  font-family: YuGothic;
}

.job_flow .operator_prof .bg_red,
.job_flow .operator_prof .bg_white {
  display: block;
  font-size: 0.8em;
  padding: 0 0.5em;
}

.job_flow .operator_prof .bg_white {
  line-height: 1.5em;
  color: #000;
}

.job_flow .operator_comment {
  font-family: YuGothic;
  font-size: 1em;
  line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
  #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;
  }
}

#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 h3 {
  margin: 0 0 1em 0;
  line-height: 1.2;
}

#oneroom .wrap .bold {
  font-weight: bold;
}

#oneroom p span {
  display: inline-block;
}

#oneroom p span.balloon {
  color: #fff;
  background: #e60012;
  border-radius: 100%;
  margin: 2em 0 10px 0;
  padding: 1em;
  line-height: 1;
  position: relative;
}

#oneroom p span.balloon::after {
  content: "";
  border-left: 10px solid transparent;
  border-top: 10px solid #e60012;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -19px;
  translate: -50% 0%;
}

#oneroom p span.underline {
  font-size: 1.2em;
  text-decoration: underline;
}

#oneroom .oneroom_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
}

#oneroom .oneroom_image li {
  width: 50%;
}

#oneroom .oneroom_image li img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

  #oneroom .oneroom_image li {
    width: 50%;
  }

  #oneroom .oneroom_image li img {
    height: 120px;
  }
}


#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,
#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%;
    margin: 1em auto;
  }

  #interview .interview_child h3 {
    font-size: 1.5em;
  }
}

#pickup_job_voice {
  margin: 0;
  padding-bottom: 5em;
}

#pickup_job_voice .accordion {
  margin: 3em auto;
  width: 80%;
  max-width: 700px;
}

#pickup_job_voice .toggle {
  display: none;
}

#pickup_job_voice .option {
  position: relative;
  margin-bottom: 1em;
}

#pickup_job_voice .title,
#pickup_job_voice .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#pickup_job_voice .title {
  border: solid 1px #fff;
  padding: 1em 2em 1em 1em;
  display: block;
  color: #fff;
  font-weight: bold;
}

#pickup_job_voice .title .question {
  color: #e60012;
  margin-right: 1em;
}

#pickup_job_voice .title::after,
#pickup_job_voice .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

#pickup_job_voice .title::after {
  transform: rotate(90deg);
}

#pickup_job_voice .content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  align-items: baseline;
}

#pickup_job_voice .content .answer {
  color: #86c8dc;
  font-weight: 600;
  font-size: 1.2em;
  padding-right: 0;
}

#pickup_job_voice .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

#pickup_job_voice .toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

#pickup_job_voice .toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

#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,
#pickup_job_voice .job_flow2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pickup_job_voice .job_flow div.job_flow_child,
#pickup_job_voice .job_flow2 div.job_flow_child {
  width: 30%;
  margin: 0em 0 2em 0;
}

#pickup_job_voice .job_flow div.job_flow_child:nth-child(2),
#pickup_job_voice .job_flow2 div.job_flow_child:nth-child(2) {
  margin: 5em 0 -5em 0;
}

#pickup_job_voice .job_flow div.job_flow_child:last-child,
#pickup_job_voice .job_flow2 div.job_flow_child:last-child {
  margin: 10em 0 5em 0;
}

#pickup_job_voice .job_flow div.job_flow_child div,
#pickup_job_voice .job_flow2 div.job_flow_child div {
  width: 50%;
  margin: 0 auto;
}

#pickup_job_voice .job_flow h3,
#pickup_job_voice .job_flow2 h3 {
  font-size: clamp(21px, 4vw, 27px);
  text-align: center;
  border-bottom: 2px solid #e60012;
}

#pickup_job_voice .job_flow h4,
#pickup_job_voice .job_flow2 h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1em 0;
}

#pickup_job_voice .job_flow dl,
#pickup_job_voice .job_flow2 dl {
  line-height: 1.5em;
}

#pickup_job_voice .job_flow dl dt,
#pickup_job_voice .job_flow2 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,
#pickup_job_voice .job_flow2 .operator_prof {
  font-family: YuGothic;
}

#pickup_job_voice .job_flow .operator_prof .bg_red,
#pickup_job_voice .job_flow .operator_prof .bg_white,
#pickup_job_voice .job_flow2 .operator_prof .bg_red,
#pickup_job_voice .job_flow2 .operator_prof .bg_white {
  display: block;
  font-size: 0.8em;
  padding: 0 0.5em;
}

#pickup_job_voice .job_flow .operator_prof .bg_white,
#pickup_job_voice .job_flow2 .operator_prof .bg_white {
  line-height: 1.5em;
  color: #000;
}

#pickup_job_voice .job_flow .operator_comment,
#pickup_job_voice .job_flow2 .operator_comment {
  font-family: YuGothic;
  font-size: 1em;
  line-height: 1.5em;
}

#pickup_job_voice .job_flow2 {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 800px) {

  #pickup_job_voice .job_flow,
  #pickup_job_voice .job_flow2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #pickup_job_voice .job_flow div.job_flow_child,
  #pickup_job_voice .job_flow2 div.job_flow_child {
    width: 40%;
    margin: 0em 1em 2em 1em;
  }

  #pickup_job_voice .job_flow div.job_flow_child:nth-child(2),
  #pickup_job_voice .job_flow2 div.job_flow_child:nth-child(2) {
    margin: 30vw 1em 2em 1em;
  }

  #pickup_job_voice .job_flow div.job_flow_child:last-child,
  #pickup_job_voice .job_flow2 div.job_flow_child:last-child {
    margin: -20vw 1em 2em 1em;
  }

  #pickup_job_voice .job_flow div.job_flow_child div,
  #pickup_job_voice .job_flow2 div.job_flow_child div {
    width: 50%;
    margin: 0 auto;
  }


  #pickup_job_voice .job_flow h4,
  #pickup_job_voice .job_flow2 h4 {
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 1em 0;
  }

  #pickup_job_voice .job_flow .operator_comment,
  #pickup_job_voice .job_flow2 .operator_comment {
    font-family: YuGothic;
    font-size: 1em;
    line-height: 1.5em;
  }

  #pickup_job_voice .job_flow2 {
    flex-direction: row-reverse;
    margin-top: -20vw;
  }
}

#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;
  line-height: 1.5em;
  margin: 0 0 1em;
}

#areamap .wrap {
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
}

#areamap .wrap .map_fukuoka {
  display: block;
  margin: 0 auto 1em;
  width: 100%;
}

#areamap .wrap .access li {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  margin: 0 0 1em;
}

#areamap .wrap .access li span {
  margin-right: 0.5em;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
}

#areamap .wrap .access li .car {
  background: url(../img/icon_car-8.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#areamap .wrap .access li .train {
  background: url(../img/icon_train-8.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#areamap .wrap .access li .bike {
  background: url(../img/icon_bike-8.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#areamap .map_btn {
  width: 80%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid;
  text-align: center;
  padding: 0.2em;
  border-radius: 100px;
}

#areamap .map_btn::after {
  content: "";
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
}

#areamap .googlemap {
  width: 90%;
  max-width: 580px;
  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 p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1em 0 0;
}

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

@media only screen and (max-width: 800px) {
  #spotguide h2 {
    font-size: 1.2em;
  }

  #spotguide .spot_map li {
    width: 50%;
  }
}

nav.drawer-content ul.menu .simulation {
  display: block;
}

nav.drawer-content ul.menu .jobdata {
  display: block;
}

nav.drawer-content ul.menu .oneroom {
  display: none;
}

nav.drawer-content ul.menu .pickupjob {
  display: block;
}

nav.drawer-content ul.menu .areamap {
  display: block;
}

nav.drawer-content ul.menu .merit {
  display: block;
}

nav.drawer-content ul.menu .in_flow {
  display: block;
}

nav.drawer-content ul.menu .cm_movie {
  display: block;
}

/*# sourceMappingURL=style.css.map */