@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2022/11/17 T.S                           */
/* -------------------------------------------------- */
.careers > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.careers_mv {
  width: 100%;
  height: 747px;
  overflow: hidden;
}
.careers_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.careers-content01 {
  padding: 75px 0 90px;
}

.careers-content01_h2 {
  font-size: 24px;
  text-align: center;
}

.careers-content01_text {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}

.careers-content02 {
  padding: 80px 0;
  background: #EFFAEC;
}
.careers-content02 ul {
  margin-top: 5px;
  font-size: 20px;
}
.careers-content02 ul li {
  margin-top: 20px;
  padding-left: 30px;
  line-height: 2;
  position: relative;
}
.careers-content02 ul li:first-child {
  margin-top: 0;
}
.careers-content02 ul li::before {
  content: "・";
  font-size: 18px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.details {
  margin-top: 50px;
  padding: 30px 40px;
  background: #FFF;
}
.details:first-child {
  margin-top: 0;
}

.details_h3 {
  margin-bottom: 0;
}
.details_h3 span {
  display: block;
}

.details_h3-ttl01 {
  font-size: 30px;
  color: #2E8A57;
}

.details_h3-ttl02 {
  margin-top: 16px;
  font-size: 20px;
  color: #2E8A57;
}

.details_textarea {
  margin-top: 27px;
}

.details_box01 {
  margin-top: 32px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  border-bottom: 1px solid #D2D2D2;
}
.details_box01:first-of-type {
  margin-top: 0;
}

.details_box01_l {
  width: 110px;
  color: #2E8A57;
}

.details_box01_r {
  width: calc(100% - 110px);
}

.details_box02 {
  margin-top: 30px;
}

.details_box02-ttl {
  font-size: 26px;
}

.details_box02-sttl {
  margin-top: 5px;
  font-size: 20px;
  color: #2E8A57;
}

.careers-contact {
  padding-top: 70px;
}

.careers-ttl {
  font-size: 30px;
  color: #2E8A57;
}

.contact_r {
  width: calc(100% - 148px);
}
.contact_r label {
  font-size: 20px;
  color: #252525;
  cursor: pointer;
  display: block;
}
.contact_r a {
  padding-right: 25px;
  color: #0000ff;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_r a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../../img/pdf.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_r a:hover {
  color: #252525;
}
.contact_r a:hover::after {
  background: url(../../img/pdf_hover.svg) no-repeat center/100% auto;
}

.contact_box {
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: solid 1px #D2D2D2;
}

.contact_ttl {
  width: 148px;
  font-size: 20px;
  color: #2E8A57;
}
.contact_ttl sup {
  color: #FF0000;
}

.contact_flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact_box02 p:nth-child(2) {
  width: 330px;
}
.contact_box02 p.contact_ttl {
  width: 148px;
}

input, textarea, select {
  border-radius: 0;
}

.contact_select {
  width: 562px;
  position: relative;
}
.contact_select::before {
  content: "";
  width: 12px;
  height: 11px;
  display: block;
  background: url(../../img/select.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.contact_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  vertical-align: middle;
  font-size: inherit;
  color: #252525;
  width: 100%;
  padding: 10px 20px;
  display: block;
  background-color: #EDEDED;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input_f {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #EDEDED;
  padding: 0 10px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input_f input {
  color: #252525;
}
.input_f textarea {
  height: 150px;
  border: none;
  background-color: #EDEDED;
  padding: 10px;
  color: #252525;
}

.input_h {
  width: 330px;
  height: 40px;
  border: none;
  background-color: #EDEDED;
  padding: 0 10px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input_h input {
  color: #252525;
}

.textarea_f {
  width: 100%;
  height: 150px;
  border: none;
  background-color: #EDEDED;
  padding: 10px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#file_upload {
  display: none;
}

.file_upload_text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.file_upload_text::before {
  content: "Select a Files";
  width: 165px;
  height: 40px;
  margin-right: 20px;
  line-height: 40px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  text-align: center;
  background: #EDEDED;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content04 .btn_wrap .btn02 {
  cursor: pointer;
}

p.color__red {
  width: 100%;
  padding-left: 148px;
  color: #CC0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .careers_mv {
    height: auto;
  }
  .careers_mv img {
    height: auto;
  }
  .careers-content01 {
    padding: 30px 0;
  }
  .main_inner01.careers-inner {
    padding: 0 20px;
  }
  .careers-content01_h2 {
    font-size: 18px;
  }
  .careers-content01_text {
    margin-top: 15px;
  }
  .careers-content02 {
    padding: 30px 0;
  }
  .careers-content02 ul {
    font-size: 15px;
  }
  .careers-content02 ul li {
    margin-top: 15px;
    padding-left: 20px;
    line-height: 1.5;
  }
  .careers-content02 ul li::before {
    font-size: 15px;
    line-height: 1.5;
  }
  .careers-inner {
    padding: 0 20px;
  }
  .details {
    margin-top: 20px;
    padding: 20px;
  }
  .details:first-child {
    margin-top: 0;
  }
  .details_h3-ttl01 {
    font-size: 24px;
  }
  .details_h3-ttl02 {
    margin-top: 15px;
    font-size: 18px;
  }
  .details_textarea {
    margin-top: 20px;
  }
  .details_box01 {
    margin-top: 40px;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
  }
  .details_box01_l {
    width: 100%;
  }
  .details_box01_r {
    width: 100%;
    margin-top: 5px;
  }
  .details_box02 {
    margin-top: 20px;
  }
  .details_box02-ttl {
    font-size: 20px;
  }
  .details_box02-sttl {
    font-size: 18px;
  }
  .careers-contact {
    padding-top: 30px;
  }
  .careers-ttl {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .contact_r {
    width: 100%;
    margin-top: 5px;
  }
  .contact_r label {
    font-size: 15px;
  }
  .contact_r label.mb10 {
    margin-bottom: 10px;
  }
  .contact_r a {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .contact_r a::after {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .contact_r a:hover {
    color: #0000ff;
  }
  .contact_r a:hover::after {
    background: url(../../img/pdf.svg) no-repeat center/100% auto;
  }
  .contact_box {
    width: 100%;
    padding: 15px 0;
    display: block;
  }
  .contact_ttl {
    width: 100%;
    font-size: 15px;
  }
  .contact_flex {
    width: 100%;
    display: block;
  }
  .contact_box02 {
    display: block;
  }
  .contact_box02:nth-child(2) {
    width: 100%;
    margin-top: 15px;
  }
  .contact_box02 p.contact_ttl {
    width: 100%;
  }
  .contact_select {
    width: 100%;
    position: relative;
  }
  .contact_select::before {
    content: "";
    width: 12px;
    height: 11px;
    display: block;
    background: url(../../img/select.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
  }
  .contact_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    vertical-align: middle;
    font-size: inherit;
    color: #252525;
    width: 100%;
    padding: 10px 20px;
    display: block;
    background-color: #EDEDED;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input_f {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #EDEDED;
    padding: 0 10px;
    font-size: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input_f input {
    color: #252525;
  }
  .input_f textarea {
    height: 150px;
  }
  .input_h {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #EDEDED;
    padding: 0 10px;
    font-size: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input_h input {
    color: #252525;
  }
  .textarea_f {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 15px;
  }
  #file_upload {
    display: none;
  }
  .file_upload_text::before {
    content: "Select a Files";
    width: 165px;
    height: 40px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 40px;
  }
  .content04 .btn_wrap {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  p.color__red {
    margin-top: 5px;
    padding-left: 0;
  }
}