@charset "UTF-8";
header {
  padding: 0;
}
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 .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.jpg) top center no-repeat;
  background-size: 100%;
  text-align: center;
  margin: 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 {
    margin: 0 1%;
    width: 30%;
  }
  .lead .lead_text {
    width: 95%;
    padding: 1em;
  }
}
#allowance {
  position: relative;
  z-index: 2;
  background: #e60012 url(../../img/sippou_bg.png);
}
#allowance h2 {
  color: #fff;
}
#allowance .allowance_tag {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  margin: 1em;
}
#allowance .allowance_tag li {
  width: 25%;
  margin: 0 2%;
  border-radius: 2em;
  background: #fff;
  color: #e60012;
  text-align: center;
}
#allowance h3 {
  color: #fff;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}
#allowance h3::after, #allowance h3::before {
  content: "－";
  padding: 0 0.5em;
}
#allowance h3 strong {
  font-size: 200%;
}
#allowance .flexbox {
  display: flex;
}
#allowance .flexbox div {
  width: 50%;
}
#allowance .example {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#allowance .example li {
  width: 30%;
  min-width: 250px;
  background: #fff;
  margin: 1em;
  padding: 5px;
  text-align: center;
}
#allowance .example li .month {
  display: block;
  color: #fff;
}
#allowance .example li .money, #allowance .example li .en {
  line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
  #allowance .allowance_tag {
    display: flex;
    justify-content: space-evenly;
    font-size: 1em;
    margin: 1em;
  }
  #allowance .allowance_tag li {
    width: 40%;
    border-radius: 2em;
    background: #fff;
    color: #e60012;
    text-align: center;
  }
  #allowance h3 {
    color: #fff;
    font-size: 4.5vw;
    text-align: center;
  }
  #allowance h3::after, #allowance h3::before {
    content: "－";
    padding: 0 0.5em;
  }
  #allowance .flexbox {
    display: block;
  }
  #allowance .flexbox div {
    width: auto;
  }
  #allowance .example {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #allowance .example li {
    width: 80%;
    background: #fff;
    margin: 1%;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  #allowance .example li .month {
    width: 45%;
    margin-right: 1em;
    color: #fff;
  }
  #allowance .example li .money, #allowance .example li .en {
    line-height: 1.5em;
  }
}
#simulation {
  position: relative;
  z-index: 2;
}
#simulation .bg_black {
  text-align: center;
  color: #fff;
}
#simulation .payment_table {
  width: 100%;
  max-width: 800px;
  margin: 1em auto;
  font-size: 1.5em;
}
#simulation .payment_table th {
  background: #f5f5f5;
  border: 2px solid #eee;
  padding: 0 0.5em;
  width: 33%;
}
#simulation .payment_table .thead th {
  border-bottom: 3px solid #333;
  background: #f5f5f5;
}
#simulation .payment_table tr:nth-child(odd) th {
  background: #ddd;
}
#simulation .payment_table tr:nth-child(odd) td {
  background: #fee;
}
#simulation .payment_table td {
  text-align: center;
  border: 2px solid #eee;
  padding: 0 0.5em;
  font-size: 140%;
}
#simulation .payment_table td span {
  font-size: 60%;
}
#simulation ul.payment_simulation {
  width: 100%;
  max-width: 80%;
  margin: 2em auto 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#simulation ul.payment_simulation li {
  background: #e60012;
  width: 25%;
  margin: 0 1em;
  color: #fff;
  font-size: 140%;
  border-radius: 0.5em;
  position: relative;
}
#simulation ul.payment_simulation li:not(:last-child):after {
  content: "＋";
  color: #e60012;
  position: absolute;
  right: -1.5em;
}
#simulation .six_month {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 300%;
  font-weight: bold;
  color: #e60012;
}
#simulation .six_month strong {
  border-bottom: 2px solid #e60012;
}
#simulation .six_month span {
  font-size: 50%;
  color: #333;
}
#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: 65%;
  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 .bg_black {
    padding: 1em 0;
    line-height: 1.5em;
  }
  #simulation .middle {
    font-size: 5vw;
  }
  #simulation .big {
    font-size: 6vw;
  }
  #simulation .payment_table {
    font-size: 1em;
  }
  #simulation .payment_table th, #simulation .payment_table td {
    white-space: nowrap;
  }
  #simulation .payment_table td {
    font-size: 4vw;
  }
  #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%;
  }
}
#jobdata {
  margin: 2em auto 0 auto;
  text-align: center;
  width: 100%;
}
#jobdata .wrap .note {
  margin-top: -0.5em;
}
#jobdata .bg_black {
  padding: 0 0.5em;
  margin-right: 0.2em;
}
#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 .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;
  }
}
#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;
  padding-bottom: 5em;
}
#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;
}
#pickup_job_voice .job_flow div {
  width: 50%;
  margin: 0 0 2em 0;
  text-align: center;
}
#pickup_job_voice .job_flow div p, #pickup_job_voice .job_flow div h4 {
  text-align: left;
}
#pickup_job_voice .job_flow div:nth-child(even) {
  text-align: center;
}
#pickup_job_voice .job_flow div:nth-child(even) p, #pickup_job_voice .job_flow div:nth-child(even) h4 {
  text-align: left;
}
#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;
}
#pickup_job_voice .wrap .job_text {
  margin: 1em auto;
  padding: 1em;
  border-radius: 1em;
  color: #fff;
}

@media only screen and (max-width: 800px) {
  #pickup_job_voice .job_flow div {
    width: 100%;
  }
  #pickup_job_voice .job_flow h3 {
    font-size: 6vw;
  }
  #pickup_job_voice .job_flow h4 {
    font-size: 5vw;
  }
}
#areamap {
  background: url(../img/areamap_bg.jpg) 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%;
}

#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%;
  }
}
.promo_mv {
  text-align: center;
  margin: 0 0 0 0;
  padding: 1em;
}
.promo_mv iframe {
  max-width: 100%;
  border-radius: 1em;
  padding: 1em;
  background-color: #000;
}

@media only screen and (max-width: 800px) {
  .promo_mv iframe {
    max-width: 100%;
    height: auto;
  }
}
.compare {
  padding: 0 0 2em;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
}

.compare h2.red {
  text-align: center;
  margin: 1em 0;
}

.compare .scroll_down {
  position: absolute;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
}

.compare .scroll_down .arrow_wrap {
  position: absolute;
  left: -12px;
  bottom: 0;
  color: #000;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.compare .arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.compare .arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.compare .arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.compare .arrow:before,
.compare .arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}

.compare .arrow:before {
  left: 50%;
  transform: skew(0deg, -30deg);
}

.compare .arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, 30deg);
  margin-left: 0;
  left: 0;
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.compare .lead_text {
  text-align: center;
  line-height: 1.5em;
  margin: 4em 0 2em;
}

.compare .lead_text strong {
  font-weight: bold;
  border-bottom: 1px solid #e60012;
}

.compare .yearly {
  margin: 0 0 2em;
}

.compare .yearly img {
  margin: 0 0 1em;
}

.compare .yearly p.note {
  text-align: end;
  font-size: 0.8em;
}

.compare .hourly {
  margin: 0 0 2em;
}

.compare .hourly p.bold {
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 1em;
}

.compare .hourly p.note {
  text-align: end;
  font-size: 0.8em;
}

.compare .oubo_btn p.note {
  text-align: center;
}

.compare .oubo_btn p.red {
  color: #e60012;
}

.compare .oubo_btn .foam {
  width: 70%;
  max-width: 320px;
  display: block;
  padding: 0.4em 0;
  font-size: 1.2em;
  font-weight: bold;
  background: #e60012;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 100vh;
  box-shadow: 0 5px 0 #B30012;
}/*# sourceMappingURL=style.css.map */