@charset "utf-8";
/*reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*common_pc*/

img {
  width: 100%;
  outline: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: normal;
}

a:hover {
  text-decoration: none;
}

.cf:before, .clearfix:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

.font_xl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.font_large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.font_mid {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.font_small {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

.read_01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.read_02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.fw_nomal {
  font-weight: normal;
}

.fw_bold {
  font-weight: bold;
}

.font-blue {
  color: #00a0e9;
}

.font-gray {
  color: #404040;
}

.font-white {
  color: #ffffff;
}

/*page-PC*/

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #00a0e9;
  color: #404040;
  background-size: 100%;
}

/* header_pc */

header {
  background-color: #404040;
  padding: 0.94% 0;
  width: 100%;
}

.header--inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .header--inner {
    padding: 0 2%;
  }
}

.header__logo {
  width: 248px;
  height: 37px;
}

.header__btn {
  width: 357px;
  height: 45px;
  background-color: #ffff00;
  border-radius: 40px;
  position: relative;
}

.header__btn:hover {
  background-color: #e4e401;
}

.header__btn a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

/* kv_pc */

.kv {
  background: url(../img/kv-bg.png) top right no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .kv {
    background: none;
  }
}

.kv__details {
  max-width: 1000px;
  margin: 0 auto;
}

/* job-cat_pc */

.job-cat {
  background: url(../img/cmn-pat.png) top left repeat;
  padding: 2.66% 0 2.14%;
}

.job-cat--inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.job-cat__heading--en {
  display: inline-block;
  width: 36.4%;
}

.job-cat__heading--ja {
  padding: 2.5% 0 2.7%;
}

.job-cat__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.job-cat__list-txt {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 22.9%;
  height: 54px;
  background-color: #00a0e9;
  border-radius: 6px;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}

/* trouble_pc */

.trouble {
  padding: 2.66% 0 2.97%;
}

.trouble--inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.trouble__heading--en {
  display: inline-block;
  width: 59.2%;
}

.trouble__heading--ja {
  padding: 2.5% 0 3.4%;
}

.trouble__img {
  display: inline-block;
  width: 76.7%;
}

.trouble__img01 {
  position: relative;
}

.trouble__img01:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 105.5px 0 105.5px;
  border-color: #404040 transparent transparent transparent;
  margin: 3% 0 0;
  padding: 0 0 3.6%;
}

/* internal-link_pc */

.internal-link {
  width: 100%;
  background: url(../img/contact-bg.png) left top no-repeat #404040;
  background-size: contain;
  padding: 2.19% 0 2.08%;
  text-align: center;
}

.internal-link02 {
  margin: 4.17% 0 0;
}

@media only screen and (max-width: 1000px) {
  .internal-link {
    background: #404040;
  }
}

.internal-link--inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.internal-link__ttl {
  width: 21%;
  margin: 0 0 3.2%;
}

.internal-link__btn {
  width: 51.3%;
  height: 64px;
  background-color: #ffff00;
  border-radius: 40px;
  position: relative;
}

.internal-link__btn:hover {
  background-color: #e4e401;
}

.internal-link__btn a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.internal-link__btn:after {
  position: absolute;
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  top: -4em;
  right: -1em;
  background: url(../img/iternal-link__add-txt.png) 50% 50% no-repeat;
  background-size: cover;
}

/* reason_pc */

.reason {
  padding: 2.66% 0 2.97%;
}

.reason--inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.reason__heading--en {
  display: inline-block;
  width: 19.7%;
}

.reason__heading--ja {
  padding: 2.5% 0 6.8%;
}

.reason__details {
  display: flex;
}

.reason__details--list {
  width: 50%;
  text-align: left;
}

.reason__details--list:first-child {
  margin: 0 0 58px;
}

.reason__details--list li:first-child {
  margin: 0 0 20px;
}

.reason__details--list li:last-child {
  width: 76%;
}

.reason__details--read01 {
  margin: 0 0 0 93px;
}

.reason__details--read02 {
  margin: 0 0 0 33px;
}

.reason__details--read03 {
  margin: 0 0 0 93px;
}

.reason__details--read04 {
  margin: 0 0 0 33px;
}

/* job-change_pc */

.job-change {
  background: url(../img/cmn-pat.png) top left repeat;
  padding: 2.66% 0 2.14%;
}

.job-change--inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.job-change__heading--en {
  display: inline-block;
  width: 50.4%;
}

.job-change__heading--ja {
  padding: 2.5% 0 6.4%;
}

.job-change--box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.job-change__box {
  width: 23.5%;
  border: 4px solid #404040;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 2% 4.4%;
  padding: 5.3% 0 2%;
  text-align: left;
  position: relative;
}

.job-change__box--add {
  position: absolute;
  left: -2em;
  top: -2em;
}

.job-change__box--ttl {
  width: 80%;
  margin: 0 auto 4%;
}

.job-change__box--read {
  width: 80%;
  margin: 0 auto;
}

/* voice_pc */

.voice {
  padding: 2.66% 0 3.54%;
}

.voice--inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.voice__heading--en {
  display: inline-block;
  width: 47.3%;
}

.voice__heading--ja {
  padding: 2.5% 0 2.4%;
}

.voice__details--wrap {
  padding: 4.5% 6% 0;
}

.voice__details {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 7.47% 6.57% 5.55%;
  text-align: left;
}

.voice__details--heading {
  display: inline-block;
  padding: 0.8% 0 4.2% 15%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.voice__details--heading span {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin-left: 1em;
}

.persons--heading01 {
  background: url(../img/persons--heading01-bg.png) left top no-repeat;
}

.persons--heading02 {
  background: url(../img/persons--heading02-bg.png) left top no-repeat;
}

.persons--heading03 {
  background: url(../img/persons--heading03-bg.png) left top no-repeat;
}

.persons--box {
  display: flex;
  justify-content: space-between;
}

.persons--read {
  width: 46%;
}

.voice__details02 {
  margin: 4.55% 0;
}

/* form_common */

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select {
  vertical-align: middle;
  border: none;
}

input[type="submit"], input[type="button"], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  margin: 0;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

[data-whatinput="mouse"] :focus, [data-whatinput="touch"] :focus {
  outline: none;
}

input {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

textarea {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

input[type=checkbox]:checked+span:after, input[type=radio]:checked+span:after {
  opacity: 1
}

/* form_PC */

.form--wrap {
  background: url(../img/cmn-pat.png) top left repeat;
}

.conform_wrap {
  background: url(../img/cmn-pat.png) top left repeat;
  flex: 1;
  position: relative;
}

.form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4.16667% 0 4.16667% 0;
  background-color: rgba(64, 64, 64, .8);
  overflow: hidden;
}

.form_h {
  font-size: 26px;
  font-size: 2.6rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3% 0;
}

.form-group_note {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 3% 0;
}

.contact {
  color: #ffffff;
  width: 78%;
  margin: 0 auto;
}

/* form-common */

.form_field {
  float: left;
  width: 35%;
}

.form_field_name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.form_enter {
  float: left;
  width: 100%;
}

.form_enter_note {
  margin: 1.2% 0 0;
}

.form_name {
  background: #ffffff;
  padding: 9px 13px;
  width: 100%;
  height: auto;
  border-radius: 3px;
  box-sizing: border-box;
}

/* form-txt */

.form-txt-group {
  margin: 0 0 4%;
  overflow: hidden;
  display: flex;
}

.form-txt-area-group {
  margin: 0 0 8%;
  overflow: hidden;
  display: flex;
}

/* form-radio */

.form-radio-group {
  margin: 0 0 4.8% 0;
  overflow: hidden;
  display: flex;
}

.form_choice {
  font-size: 16px;
  font-size: 1.6rem;
}

.form_choice_inner {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.form_choice_inner:last-child {
  margin: 0;
}

.form_choice_field {
  width: auto;
  height: 21px;
  margin: 0 25px 0 0;
  padding: 0 0 0 26px;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  cursor: pointer;
}

.form_choice_field:before {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  content: '';
  left: 0;
  top: 0;
  height: 21px;
  width: 21px;
}

.form_choice_inner span:after {
  background: #00a0e9;
  border-radius: 10px;
  content: '';
  left: 7px;
  height: 8px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  top: 6px;
  width: 8px;
}

.form_inner dl {
  display: flex;
  font-size: 16px;
  font-size: 1.6em;
}

.form_inner dl dt {
  font-weight: bold;
  width: 21.8%;
}

.form_inner_txt {
  border-radius: 3px;
}

.form_inner dl dd {
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding: 0 0 28px;
  position: relative;
}

.form_inner_note li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* checkbox */

.form_checkbox {
  margin: 60px 0 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.form_checkbox-input {
  display: none;
}

.form_checkbox-agree {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}

.form_checkbox-agree::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background-color: #ffffff;
}

.form_checkbox-input:checked+.form_checkbox-agree::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  width: 4px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #00a0e9;
  border-right: 3px solid #00a0e9;
}

.form-confirm {
  position: absolute;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4.16667% 0 4.16667% 0;
  background-color: rgba(64, 64, 64, .8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form_inner_confirm input {
  display: block;
  width: 61.28%;
  height: 60px;
  background: url(../img/form-confirm_btn.png);
  margin: 4.9% auto 0;
  text-indent: -9999px;
}

.form_inner_confirm input:hover {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -o-filter: brightness(80%);
  -ms-filter: brightness(80%);
  filter: brightness(80%);
}

.error_msg {
  font-size: 16px;
  font-size: 1.6em;
  line-height: 2.1;
  margin: 0 0 3% 0;
  color: #ff8636;
}

.superscript {
  font-size: 5px;
  font-size: 0.5em;
  vertical-align: super;
}

.form_h-sub_wrap {
  width: 80%;
  margin: 0 auto 6%;
}

.form__enter-list {
  display: inline-block;
  width: 30%;
  border-radius: 4px;
  background: #ffffff url(../img/arrow.svg)  right 10px center/10px no-repeat;
  cursor: pointer;
  box-sizing: border-box;
}

.form__enter-list02 {
  display: inline-block;
  width: 20%;
  margin: 0 30px 0 0;
  border-radius: 4px;
  background: #ffffff url(../img/arrow.svg)  right 10px center/10px no-repeat;
  cursor: pointer;
  box-sizing: border-box;
}

.form__enter-list03 {
  display: inline-block;
  width: 25%;
  border-radius: 4px;
  background: #ffffff url(../img/arrow.svg)  right 10px center/10px no-repeat;
  cursor: pointer;
  box-sizing: border-box;
}

.slect-box {
  width: 100%;
  padding: 12px 13px;
  border-radius: 3px;
  box-sizing: border-box;
}

.input-label {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 50px;
}

.input-label02 {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 50px;
  margin-left: 10px;
}

.form_h-sub {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 8px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

.form__privacy--box {
  margin: 5% 0 0;
  height: 150px;
  border-radius: 4px;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow: auto;
  color: #404040;
  padding: 4%;
}

.form__privacy--box dt {
  margin: 0 0 3%;
}
.form__privacy--box dd {
  margin: 0 0 6%;
}

.form__privacy--box dd:last-child {
  margin: 0;
}

/* confirm_pc */

.form_enter_detail {
  font-size: 16px;
  font-size: 1.6rem;
}

.request_btn_item {
  display: block;
  width: 44.35897%;
  height: 60px;
  text-indent: -9999px;
}

.request_btn_item:hover {
  -webkit-filter: brightness(140%);
  -moz-filter: brightness(140%);
  -o-filter: brightness(140%);
  -ms-filter: brightness(140%);
  filter: brightness(140%);
}

.confirm_inner_request {
  margin: 12.6% 0 0;
}

.form-return_btn {
  float: left;
  background: url(../img/form-return_btn.png);
}

.form-send_btn {
  float: right;
  background: url(../img/form-send_btn.png);
}

/* thanks_pc */

.form-thanks_wrap {
  flex: 1;
  position: relative;
}

.form-thanks {
  position: absolute;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4.16667% 0 4.16667% 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form-thanks_h {
  font-size: 22px;
  font-size: 2.2em;
  color: #404040;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3% 0;
  line-height: 2.2;
  padding: 5.1% 0;
  border-top: 2px solid #404040;
  border-bottom: 2px solid #404040;
}

.form-thanks_read {
  font-size: 16px;
  font-size: 1.6rem;
  color: #404040;
  line-height: 3.75;
  text-align: center;
  padding: 9% 0;
}

.form-thanks_return-btn {
  width: 32.17%;
  margin: 0 auto;
}

.request_btn_item:hover {
  -webkit-filter: contrast(140%);
  -moz-filter: contrast(140%);
  -o-filter: contrast(140%);
  -ms-filter: contrast(140%);
  filter: contrast(140%);
}

/* footer_pc */

footer {
  background-color: #404040;
  padding: 1.46% 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  /* common_tab */
  body {
    width: auto;
  }
  .font_large {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .font_mid {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .font_xs {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .read_01 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .read_02 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  /* header_tab */
  header {
    width: auto;
    padding: 2.67%;
  }
  .header--inner {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .header__logo {
    width: 47.75%;
    height: auto;
  }
  .header__btn {
    width: 46.76%;
    border-radius: 0;
    background-color: transparent;
  }
  .header__btn a {
    display: flex;
    align-items: center;
  }
  /* kv_tab */
  .kv__details {
    max-width: 100%;
    margin: 0;
  }
  /* job-cat_pc */
  .job-cat {
    padding: 5.73% 0 7.20%;
  }
  .job-cat--inner {
    max-width: 100%;
    margin: 0;
  }
  .job-cat__heading--en {
    display: inline-block;
    width: 48.53%;
    margin: 0 auto;
  }
  .job-cat__heading--ja {
    padding: 3.6% 0 4.27%;
  }
  .job-cat__list {
    width: 89.33%;
    margin: 0 auto;
  }
  .job-cat__list-txt {
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 48.51%;
    background-color: #00a0e9;
    border-radius: 6px;
    letter-spacing: -0.01em;
    margin: 0 0 3%;
    padding: 1% 0;
  }
  /* trouble_tab*/
  .trouble {
    padding: 5.73% 0 6.67%;
  }
  .trouble--inner {
    max-width: 100%;
    margin: 0;
  }
  .trouble__heading--en {
    width: 78.93%;
  }
  .trouble__heading--ja {
    padding: 2.5% 0 3.4%;
  }
  .trouble__img {
    width: 100%;
  }
  .trouble__img01:after {
    content: '';
    display: inline-block;
    width: 28.13%;
    height: auto;
    background: url(../img/trouble__img01-arrow.png) 50% 50% no-repeat;
    background-size: 100%;
    border: none;
    margin: 0;
    padding: 0 0 15.73%;
  }
  /* internal-link_tab */
  .internal-link {
    padding: 4.27% 0 15%;
  }
  .internal-link02 {
    margin: 0;
  }
  .internal-link--inner {
    max-width: 100%;
    margin: 0;
  }
  .internal-link__ttl {
    width: 28%;
    margin: 0 0 4.53%;
  }
  .internal-link__btn {
    width: 81.07%;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    position: relative;
  }
  .internal-link__btn:after {
    width: auto;
    height: auto;
    padding: 8.3%;
    top: -5em;
    right: -3em;
    background: url(../img/sp-iternal-link__add-txt.png) 50% 50% no-repeat;
    background-size: contain;
    z-index: 1;
  }
  /* reason_tab */
  .reason {
    padding: 5.73% 0 6.67%;
  }
  .reason--inner {
    max-width: 100%;
    margin: 0;
  }
  .reason__heading--en {
    width: 26.27%;
  }
  .reason__heading--ja {
    padding: 4.27% 0 6.67%;
  }
  .reason__details {
    display: block;
  }
  .reason__details--list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 7.47%;
  }
  .reason__details--list>li {
    width: 50%;
  }
  .reason__details--list:first-child {
    margin: 0 0 7.47%;
  }
  .reason__details--list li:first-child {
    margin: 0 0 0;
  }
  .reason__details--list li:last-child {
    width: 45%;
    padding: 0 5% 0 0;
  }
  .reason__details--read01 {
    margin: 0 0 0 0;
  }
  .reason__details--read02 {
    margin: 0 0 0 0;
  }
  .reason__details--read03 {
    margin: 0 0 0 0;
  }
  .reason__details--read04 {
    margin: 0 0 0 0;
  }
  /* job-change_tab */
  .job-change {
    padding: 5.73% 0 6.67%;
  }
  .job-change--inner {
    max-width: 100%;
    margin: 0;
  }
  .job-change__heading--en {
    width: 67.2%;
  }
  .job-change__heading--ja {
    padding: 3.33% 0 4.13%;
  }
  .job-change--box-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .job-change__box {
    width: 86.67%;
    border: 4px solid #404040;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 auto 6.93%;
    padding: 5.5% 0;
  }
  .job-change__box:last-child {
    margin: 0 auto 0;
  }
  .job-change__box--add {
    position: absolute;
    left: -4em;
    top: -4em;
    width: 20%;
  }
  .job-change__box--ttl {
    width: 91.08%;
    margin: 0 auto 2.31%;
  }
  .job-change__box--read {
    width: 91.08%;
    margin: 0 auto;
  }
  /* voice_tab */
  .voice {
    padding: 5.73% 0 6.67%;
  }
  .voice--inner {
    max-width: 100%;
    margin: 0;
  }
  .voice__heading--en {
    width: 63.07%;
  }
  .voice__heading--ja {
    padding: 4.4% 0 6.93%;
  }
  .voice__details--wrap {
    padding: 7.07% 5.33% 0;
  }
  .voice__sub-heading {
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  .voice__details {
    padding: 6.72% 4.48% 5.97%;
  }
  .voice__details--heading {
    display: inline-block;
    padding: 0.8% 0 4.2% 24%;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .voice__details--heading span {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: -6em;
    padding: 5% 0 0;
  }
  .persons--heading01 {
    background: url(../img/persons--heading01-bg.png) left top no-repeat;
    background-size: 23%;
  }
  .persons--heading02 {
    background: url(../img/persons--heading02-bg.png) left top no-repeat;
    background-size: 23%;
  }
  .persons--heading03 {
    background: url(../img/persons--heading03-bg.png) left top no-repeat;
    background-size: 23%;
  }
  .persons--box {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }
  .persons--read {
    width: 100%;
  }
  .voice__details02 {
    margin: 4.55% 0;
  }
  /* form_tab */
  .error_msg {
    font-size: 26px;
    font-size: 2.6em;
    line-height: 1.8;
  }
  .form {
    max-width: initial;
    width: 89.3%;
    margin: 0 auto;
    padding: 8.75% 0 4.8%;
  }
  .footer-info {
    font-size: 20px;
    font-size: 2rem;
  }
  .form_h {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 7% 0;
  }
  .form-group_note {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 6.4% 0;
  }
  .contact {
    color: #ffffff;
    width: 89.7%;
    margin: 0 auto;
  }
  /* form-common_tab*/
  textarea {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .form_field {
    float: none;
    margin: 0 0 3.35%;
    width: 100%;
  }
  .form_field_name {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .form_enter_note {
    margin: 2.5% 0 0;
  }
  .input-label {
    font-size: 24px;
    font-size: 2.4rem;
    width: 10%;
  }
  .form-confirm {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(64, 64, 64, .8);
    /* top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
  }
  .input-label02 {
    font-size: 24px;
    font-size: 2.4rem;
    width: 10%;
    margin-left: 3%;
  }
  .form-txt-group {
    margin: 0 0 5.8%;
    display: block;
  }
  .form-txt-area-group {
    margin: 0 0 8%;
    overflow: hidden;
    display: block;
  }
  .form_name_zip {
    width: 100%;
  }
  /* form-radio_tab */
  .form-radio-group {
    margin: 0 0 6.4% 0;
    overflow: hidden;
    display: block;
  }
  .form_choice {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .form_choice_field {
    height: 34px;
    margin: 0 18px 18px 0;
    padding: 0 0 0 40px;
  }
  .form_choice_field:before {
    height: 34px;
    width: 34px;
  }
  .form_choice_inner span:after {
    width: 15px;
    height: 15px;
    top: 9px;
    left: 9px;
  }
  .form_h-sub_wrap {
    width: 100%;
    margin: 0 auto 6%;
  }
  .form_h-sub {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* checkbox_tab */
  .form_checkbox {
    margin: 12.7% 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .form_checkbox-agree {
    padding-left: 50px;
  }
  .form_checkbox-agree::before {
    width: 30px;
    height: 30px;
  }
  .form_checkbox-input:checked+.form_checkbox-agree::after {
    top: 5px;
    left: 9px;
    width: 6px;
    height: 12px;
    border-bottom: 4px solid #00a0e9;
    border-right: 4px solid #00a0e9;
  }
  .form_inner_confirm input {
    width: 465px;
    height: 76px;
    background: url(../img/sp_form-confirm_btn.png);
    background-size: 100%;
  }
  /* form-confirm_tab */
  .sp_loacal {
    display: none !important;
  }
  .form-confirm {
    padding: 8.75% 0 8.75%;
  }
  .header-local_wrap {
    padding: 0;
  }
  .header-confirm_logo {
    display: block;
    padding: 2.6% 0;
    margin: 0 auto;
  }
  .form-local_wrap {
    padding: 11.8141% 0 0;
  }
  .form_enter_detail {
    font-size: 30px;
    font-size: 3rem;
    padding: 0 0 4.4%;
    border-bottom: 1px solid #aeaeae;
  }
  .request_btn_item {
    display: block;
    height: 88px;
    width: 508px;
    margin: 0 auto;
  }
  .request_btn:first-child {
    margin: 0 auto 9.2%;
  }
  .form-send_btn {
    float: none;
    background: url(../img/sp_form-send_btn.png);
    background-size: contain;
  }
  .form-return_btn {
    float: none;
    background: url(../img/sp_form-return_btn.png);
    background-size: contain;
  }
  .sp_top-link_btn {
    padding: 8.75% 0 0;
    text-align: center;
  }
  .sp_top-link_btn a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }
  /* footer_tab */
  footer {
    padding: 3.2% 0;
  }
  /* thanks_tab */
  .form-thanks_h {
    font-size: 28px;
    font-size: 2.8em;
    text-align: center;
    margin: 0 0 3% 0;
    line-height: 2.2;
    padding: 5.1% 0;
  }
  .form-thanks_h {
    font-size: 28px;
    font-size: 2.8em;
  }
  .form-thanks_read {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.7;
    padding: 9% 0;
    text-align: left;
  }
  .form-thanks_return-btn {
    width: 57%;
  }
}

@media only screen and (max-width: 599px) {
  /*common*/
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  /* common_sp */
  .font_xl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .font_large {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .font_mid {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .font_xs {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .read_01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .read_02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .internal-link__btn:after {
    top: -3em;
    right: -1em;
  }
  .voice__details--heading {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .voice__details--heading span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .job-change__box--add {
    left: -2em;
    top: -2em;
  }
  /* form_sp */
  textarea {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form_h {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .form-group_note {
    font-size: 10px;
    font-size: 1rem;
  }
  .form_name {
      padding: 3px 5px;
      width: 100%;
  }
  .form_field_name {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form_choice {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form_choice_field {
    height: 20px;
    margin: 0 25px 12px 0;
    padding: 0 0 0 26px;
  }
  .form_choice_field:before {
    height: 20px;
    width: 20px;
  }
  .form_choice_inner span:after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
  }
  .form_h-sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .request_btn_item {
    height: 44px;
    width: 254px;
  }
  .form__enter-list {
    width: 25%;
  }
  .form__enter-list02 {
    margin: 0 20px 0 0;
  }

  .slect-box {
      padding: 7px 5px;
  }
  .input-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .input-label02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* checkbox_sp */
  .form_checkbox {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form_checkbox-agree {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 30px;
    letter-spacing: -0.09em;
  }
  .form_checkbox-agree::before {
    width: 19px;
    height: 19px;
  }
  .form_checkbox-input:checked+.form_checkbox-agree::after {
    top: 0;
    left: 6px;
    width: 4px;
    height: 12px;
    border-bottom: 3px solid #00a0e9;
    border-right: 3px solid #00a0e9;
  }
  .form_inner_confirm input {
    width: 270px;
    height: 44px
  }
  /* confirm_sp */
  .form_enter_detail {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sp_top-link_btn a {
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
  }
  /* thanks_tab */
  .error_msg {
    font-size: 13px;
    font-size: 1.3em;
  }
  .form-thanks_h {
    font-size: 14px;
    font-size: 1.4em;
  }
  .form-thanks_h {
    font-size: 14px;
    font-size: 1.4em;
  }
  .form-thanks_read {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* thanks */
  .form-thanks_wrap {
    min-height: calc(100vh - 10vh);
    padding-top: 12%;
  }
  .form-thanks {
    min-height: calc(100vh - 24vh);
  }
}
