
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  /* background: #212121; */
}

.pc_none{
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

header{
  background-color: rgba(14,105,72,0.8);
}

header .inner nav ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 40px;
  width: 51.4vw;
}
@media screen and (max-width: 1024px) {
  header .inner nav ul {
    column-gap: 20px;
  }
}

header .inner nav ul img{
  max-height: 146px;
  vertical-align:baseline;
}

header h1{
  padding-right: 40px;
}

picture{
  line-height: 0;
}

img{
  vertical-align:top;
}

div {
  line-height: 0;
}

.mv {
  position: relative;
  line-height: 0;
  /* background: #00ca47; */
  padding-top: 155px;/* header */  
}

.mv .mv_ttl__wrapper{
  position:absolute;
  transform: translateX(-50%);
  top: 165px;
  left: 50%;
  width: 94.17vw;
  margin: 0 auto;
}

.mv .mv_ttl_01{
  width: 45.10vw;
}

.mv .mv_ttl_02{
  width: 56.72vw;
  margin: -6.5vw 0 0 auto;
}

.from {
  text-align: center;
}

.panel {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

.panel:before{
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12.86vw;
  min-width: 180px;
  height: 12.86vw;
  top: -120px;
}

.panel th,
.panel td,
.panel .item {
  padding: 1em;
  color: #4b4b4b;
}

.panel th,
.panel .item{
  font-weight: bold;
  width: 40%;
  margin: 10px 0 0 0;
  vertical-align: middle;
}

.panel tr,
.panel .item{
  font-size: calc(18px + 7 * (100vw - 320px)/1600);/* max:25px min:18px  w1920〜320px */
  padding: 1em 0;
  border-bottom: 3px solid #4b4b4b;
}

.panel tr:first-of-type{
  border-top: 3px solid #4b4b4b;

}

.must{
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  font-size: calc(16px + 6 * (100vw - 320px)/1600);/* max:22px min:16px  w1920〜320px */
  font-weight: bold;
  margin: 0 20px;
}

.nini{
  background-color: #4b4b4b;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}

table {
  width: 100%;
}

input{
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 100%;
  font-size: 20px;
}

select{
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
}

textarea{
  resize: none;
  width: 100%;
  height: 200px;
  background-color: rgba(238, 238, 238, 0.933);
  border: none;
  font-size: 20px;
}

:checked {
  margin-left: 25px;
  border: 1px solid blue;
}

input[type=checkbox]{
  width: 15px;
}

.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 20px;
}

.check_box p{
  font-size: calc(18px + 7 * (100vw - 320px)/1600);/* max:25px min:18px  w1920〜320px */
  font-weight: bold;
}

input[type=submit] {
  width: 260px;
  font-size: calc(18px + 7 * (100vw - 320px)/1600);/* max:25px min:18px  w1920〜320px */
  font-weight: bold;
  padding: 10px 30px;
  height: auto;
  margin-bottom: 3em;
  background-color: #00b300;
  color: #fff;
  border-radius: 20px;
}

header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* width: 87.5%; */
    max-width: calc(1632px + 2%);
    height: 156px;
    }
    nav  {
      display: flex;
      justify-content: end;
      /* width: 51.4%; */
  }
nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
  }
  /* h1{
    width: 22%;
    min-width: 200px;
  } */
  header {
  /* background-image: url(../img/hd_bk.jpg);
  background-repeat: no-repeat; */
  position: fixed;
  width: 100%;
  z-index: 9999999;
}
table {
  margin: 20px auto;
  width: 80%;
}
.tbl-r02 th {
  background: #eee;
  border: 1px solid rgb(204, 204, 204);
  color: #000;
  padding: 10px;
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.tbl-r02 td {
  padding: 30px 10px;
  text-align: left;
  border: 1px solid rgb(204, 204, 204);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.page__main .contact .inner{
  margin: 15em auto 10em;
}
.page__main .contact .inner h2{
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.page__main .contact .inner h2 span{
  text-align: center;
  display: block;
  font-size: 24px;
}

.page__main .contact .inner p{
  text-align: center;
  margin: 2em 0;
}
.jc-center {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
.copy {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.f-nav{
  margin-bottom: 20px;
}
footer {
  padding:20px 0;
  text-align: center;
}
footer img {
  width: 20%;
  padding: 30px;
}

.ttl_box img{
  width: 45%;
  margin: 60px auto;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- box01 ----*/
.box01{
  position: relative;
}
.box01 .box01_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 1.5vw;
  width: 73.70vw;
}

/* --- box02 ----*/
.box02{
  position: relative;
  z-index: -5;
}
.box02 .box02_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 2.6vw;
  width: 75.83vw;
}

/* --- box03 ----*/
.box03{
  position: relative;
}
.box03 .box03_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0.5vw;
  width: 46.77vw;
}

/* --- box04 ----*/
.box04{
  position: relative;
}
.box04 .box04_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0.5vw;
  width: 71.77vw;
}

/* --- box05 ----*/
.box05{
  position: relative;
}
.box05 .box05_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0.5vw;
  width: 71.88vw;
}

/* --- box06 ----*/
.box06{
  position: relative;
}
.box06 .box06_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0.5vw;
  width: 53.54vw;
}

/* --- box07 ----*/
.box07{
  position: relative;
  z-index: -4;
}
.box07 .box07_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 13.9vw;
  width: 80.16vw;
}


/* --- flow_jobDetail ----*/
.flow_jobDetail{
  position: relative;
  background-color: #fff;
  padding-bottom: 85px;
  z-index: -7;
}
.flow_jobDetail .flow_jobDetail_ttl_01{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 6.2vw;
  width: 35.05vw;
}
.flow_jobDetail .flow_jobDetail_ttl_02{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -12vw;
  width: 35.05%;
}
.job-info{
  position: relative;
}
.job-info div.job-info__inner{
  line-height: 1.5;
  padding-top: 60px;
}
.job-info__inner th.h-table__header{
  font-size: calc(30px + 18 * (100vw - 320px)/1600);/* max:48px min:30px  w1920〜320px */
  color: #fff;
  background-color: #0e6948;
  padding: 10px;
}
.job-info__inner td.h-table__text{
  font-size: calc(18px + 12 * (100vw - 320px)/1600);/* max:30px min:18px  w1920〜320px */
  color: #000;
  padding: 10px 60px;
}
table.h-table__inner th,
table.h-table__inner td {
  border: solid 2px #000;
  vertical-align: middle;
}

.h-table__inner span.em{
  color:#ff0000 ;
}

/* --- form --- */
.Requirements_boxbig{
  background-color: #fff;
  margin-top: 50px;
}
.from{
  background-color: #0e6948;
  margin-bottom: 160px;
}
.entry_ttl{
  width: 35.05vw;
  padding: 25px 0;
  margin: 0 auto;
}
.panel .tbl-form,
.panel .privacy__wrapper{
  width: 100%;
  max-width: 1135px;
}
.panel .privacy__wrapper{
  margin: 20px auto;
  padding: 20px;
}
.panel .privacy .item{
  border-bottom: none;
  width: 100%;
  text-align: center;
  margin-bottom: calc( 1em + 20px );
}
.panel .tbl-form tr.radio td{
  display: flex;
  align-items: center;
}
.panel .tbl-form tr.radio input{
  width: 20px;
  margin: 0 10px 0 0;
}
.panel .tbl-form tr.radio input:checked{
  margin-left: 0;
}
.panel .tbl-form tr.date div{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.panel .tbl-form tr.date .date_no{
  width: 130px;
}
.panel .tbl-form tr.date input{
  flex: 1;
}


.Requirements_box {
  background-color: #fff;
  box-shadow: 15px 15px 0px 0 rgb(69 69 69);
  padding: 50px;
}
.Requirements_ttl_box {
  margin: 0 auto;
  text-align: center;
}

.Requirements_ttl_box ul {
  display: flex;
  justify-content: space-around;
  max-width: 680px;
  margin: 5em auto 0 auto;
}

.Requirements_ttl_box ul li {
  padding: 10px 30px;
  min-width: 250px;
  background-color: #454545;
  color: #fff;
}


.Requirements_box h2 {
  background-color: #454545;
  color: #fff;
  padding: 20px;
  font-size: 26px;
  display: inline-block;
}

.Requirements_box h3 {
  color: #d93600;
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.Requirements_box p {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
}

.Requirements_box_list_main {
  margin: 0 0 30px 0;
}
.Requirements_box_list {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.Requirements_box_list p {
  padding: 0 20px;
}

.red_txt {
  font-size: 13px;
  color: #d93600;
}
.cta_box {

}
.cta_box .inner{
  background-image: url(../img/contact_bk.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
  height: 600px;
  background-size: contain;
}
.cta_box .inner ul {
  padding: 30px;
  display: flex;
  justify-content: space-around;
}

.cta_box .inner ul li{
  width: 45%;
}
.cta_box .inner .ttlimg{
  margin: 5em 0 0 0;
}
.mv img{
  width:100vw ;
}
@media screen and (max-width: 1024px) {
  .panel th, .panel td {
    display: block;
    width: 100%;
  }
  input {
    font-size: 16px;
    height: 60px;
  }
  select{
    font-size: 16px;
  }
  .flex {
    text-align: center;
  }
  /* h1 {
    width: 100%;
  } */
  nav ul {
    width: 100%;
  }
  header {
    background-position: left 40% bottom 0px;
  }
}

/* --- confirm page ----*/
body.confirm__page table{
  width: 100%;
  margin-bottom: 60px;
}
body.confirm__page table.tbl-r02 th{
  width: 40%;
}
body.confirm__page table.tbl-r02 td{
  padding: 30px;
}


@media screen and (max-width: 767px) {
  nav {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .from img {
    margin: 60px auto;
    text-align: center;
  }
  .panel {
    margin: 0px auto;
    text-align: left;
    width: 90%;
  }
  .panel:before{
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    top: -110px;
    transform: rotateZ(25deg);
  }
  .check_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
  .check_box p {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
  }
  .check_box p .must {
    padding: 5px 5px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 0px 0;
  }
  input[type="submit"] {
    width: 260px;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    height: auto;
    margin-bottom: 3em;
    background-color: #ff0000;
    color: #fff;
  }

  header h1 {
    width: 100%;
    margin: 0;
    padding-right: 10px;
  }
  h1 img {
  max-width: 100%;
  margin-right: 10px;
  }
  header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  }

  nav {
  display: flex;
  width: 100%;
  justify-content: end;
  }
  header .inner nav ul{
    justify-content: space-between;
    width: 100%;
    column-gap: normal;
  }
  nav ul li {
  padding: 0px 5px;
  }
  .panel {
  width: 100%;
  }
  table {
  margin: 20px auto;
  width: 90%;
  }

  /* --- mv ----*/
  .mv{
    padding-top: 14vw;
  }
  .mv .mv_ttl__wrapper{
    width: 96vw;
    top: 20vw;
  }
  .mv .mv_ttl_01{
    width: 52vw;
  }
  .mv .mv_ttl_02{
    width: 65.40vw;
    margin: -6.5vw 0 0 auto;
  }

  /* --- box01 ----*/
  .box01 .box01_ttl{
    width: 96.38vw;
    top: 5vw;
  }

  /* --- box02 ----*/
  .box02 .box02_ttl{
    width: 68.99vw;
    top: 8vw;
  }

  /* --- box03 ----*/
  .box03 .box03_ttl{
    width: 47.45vw;
    top: 4vw;
  }

  /* --- box04 ----*/
  .box04 .box04_ttl{
    width: 72.81vw;
    top: 5vw;
  }

  /* --- box05 ----*/
  .box05 .box05_ttl{
    width: 72.92vw;
    top: 3vw;
  }

  /* --- box06 ----*/
  .box06 .box06_ttl{
    width: 54.32vw;
    top: 5vw;
  }

  /* --- box07 ----*/
  .box07{
    margin-top:  -6vw;
  }
  .box07 .box07_ttl{
    width: 98vw;
    top: 11vw;
  }

  /* --- flow_jobDetail ----*/
  .flow_jobDetail{
    margin-top: -3vw;
  }
  .flow_jobDetail .flow_jobDetail_ttl_01{
    width: 70vw;
    top: 7.2vw;
  }
  .job-info{
    position: relative;
  }
  .flow_jobDetail .flow_jobDetail_ttl_02{
    width: 70vw;
    top: -26vw;
  }
  .job-info div.job-info__inner{
    padding-top: 20px;
  }
  .job-info__inner th.h-table__header{
    font-size: 18px;
    font-weight: bold;
    width: 110px;
    padding: 7px;
  }
  .job-info__inner td.h-table__text{
    font-size: 18px;
    padding: 7px;
  }
  .job-info__inner .note{
    display: inline-block;
    text-indent: -20px;
    margin-left: 20px;
  }

  /* --- form --- */
  .entry_ttl{
    width: 70vw;
    padding: 0;
  }

  .panel .tbl-form{
    width: 90%;
  }
  .from{
    margin-bottom: 100px;
  }
  .panel .privacy__wrapper{
    margin: 0 auto;
    padding: 0 20px;
  }
  .panel .privacy .item{
    margin-bottom: 20px;
  }
  .cta_box .inner {
    background-size: cover;
    margin: 2em 0;
    height: auto;
  }
  .cta_box .inner ul {
    flex-direction: column;
  }
  .cta_box .inner ul li {
    width: 100%;
  }
  .inner {
    padding: 4em 5%;
  }
  .Requirements_ttl_box ul {
    flex-direction: column;
  }
  .Requirements_ttl_box ul li {
    width: 80%;
    margin: 10px auto;
  }
  .Requirements_box h2 {
    width: 180px;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    text-align: center;
  }
  .Requirements_box {
    padding: 50px 15px;
  }
  .from img {
    margin: 60px auto;
    text-align: center;
    width: 80%;
  }
  .Requirements_ttl_box {
      padding: 2em auto;
      text-align: center;
  }
  footer{
    padding-top: 10px;
  }
  .f-nav{
    margin-bottom: 10px;
  }
  .copy small{
    font-size: 10px;
    padding-top: 40px;
  }
  /* --- confirm page ----*/
  .confirm__page .page__main .contact .inner{
    margin: 5em auto;
  }
  /* --- thanks page ----*/
  .thanks__page .page__main .contact .inner{
    margin: 5em auto;
  }
}

/* 個人情報 */
.privacy__txt {
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto 10px;
}

.form__privacywrap {
  overflow: hidden;
  overflow-y: scroll;
  height: 140px;
  background: #fff;
  margin: 0 auto 15px;
  max-width: 100%;
  padding: 10px 3%;
  border: solid 1px #ccc;
}
.form__privacy {
  font-size: 1.4rem;
  line-height: 2;
  color: #111;
}


@media screen and (max-width: 640px) {
  .mv {
    background-image: url();
    line-height: 0;
    padding-top: 14vw;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th, .tbl-r02 td {
    /* border-bottom: none; */
    display: block;
    width: 100% !important;
    padding: 30px 15px;
  }
  .tbl-r02 td {
    font-size: 16px;
  }
  button.input-button.reset__btn{
    display: block;
    margin: 30px auto;
  }
}

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

section{

}
.box01{
  position: relative;
  z-index: -1;
}
.box03{
  z-index: -1;

}
.box04{
  z-index: -2;

}
.box05{
  z-index: -3;

}
.box06{
  z-index: -4;
  position: relative;
}



.box08{
  position: relative;
  z-index: 10;
  margin-top: -10vw;
}
.box09{
  margin-top: -23vw;
}
.box10{
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .mv{
    padding-top: 70px;
  }

  section{
  }
  .box01{
    position: relative;
    z-index: -1;
    margin-top: 0;
  }
  .box02{
    margin-top: 0;
  }
  .box03{
    z-index: -1;

  }
  .box04{
    z-index: -2;

  }
  .box05{
    z-index: -3;

  }
  .box06{
    z-index: -4;

  }
  .box08{
    margin-top: -6vw;
  }
  .box09{
    margin-top: -6vw;
  }
  .box10{
    margin-top: 0;
  }
}

.red{
  color: #ff0909;
}