@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body {
  font-size: 14px;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.wrap {
  position: relative;
  padding: 0 20px;
  max-width: 800px;
  margin: auto;
}

.c_yel {
  color: #FFEB00;
}

.c_red {
  color: #FF0000;
}

li {
  list-style-type: none;
}

a {
  color: #234D88;
}

.error, .error1, .error2, .error_email {
  color: #FF0000;
  text-align: center;
  margin-top: 10px;
  display: none;
}

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

@media only screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/*-----------------------
header
------------------------*/
header .col_logo {
  background-color: #005C49;
}
header .col_logo .wrap .logo {
  position: absolute;
  top: 10px;
}
header .col_logo .wrap .text {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  color: #fff;
}
header .col_step {
  background-color: #fff;
}
header .col_step .wrap h3 {
  font-size: 14px;
  color: #005C49;
  text-align: center;
  padding-top: 10px;
}
header .col_step .wrap .step {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
header .col_step .wrap .step li {
  background-color: #EFF6F4;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  position: relative;
  height: 20px;
  padding-left: 10px;
  font-weight: bold;
  color: #005C49;
}
header .col_step .wrap .step li span {
  font-size: 20px;
}
header .col_step .wrap .step li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #EFF6F4;
  z-index: 1;
}
header .col_step .wrap .step li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}
header .col_step .wrap .step li.current {
  background-color: #05987A;
  color: #fff;
}
header .col_step .wrap .step li.current:before {
  border-color: transparent transparent transparent #05987A;
}
header .col_step .wrap .step li:first-child {
  padding-left: 0;
}
header .col_step .wrap .step li:first-child:after {
  border: none;
}
header .col_step .wrap .step li:last-child {
  padding-left: 0;
}
header .col_step .wrap .step li:last-child:before {
  border: none;
}
header .col_step .wrap .step.col4 li {
  width: calc(25% - 5px);
}
header .col_step .wrap .step.col3 li {
  width: calc(33% - 5px);
}
header .col_step.floating {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

/*-----------------------
footer
------------------------*/
footer {
  margin-top: 40px;
  background-color: #233042;
  padding: 30px 0;
  color: #fff;
}
footer .outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .outer dl {
  width: 300px;
  margin: 0 20px;
}
footer .outer dl dt {
  float: left;
}
footer .outer dl dd {
  margin-left: 4rem;
  margin-bottom: 10px;
  text-indent: -1rem;
}
footer .outer dl dd::before {
  content: "：";
}
footer .outer dl dd a {
  color: #fff;
}
footer .outer dl dd.permit {
  margin-left: 10rem;
}
footer small {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

.musk {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
.musk .loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*-----------------------
main
------------------------*/
main {
  /*-----------------------
  complete
  ------------------------*/
  /*-----------------------
  terms of service
  ------------------------*/
}
main section {
  margin-bottom: 20px;
}
main section h1 {
  padding: 10px;
  background-color: #EFF6F4;
  color: #005C49;
  font-size: 14px;
  text-align: center;
}
main section .select_outer {
  margin-top: 20px;
  position: relative;
}
main section .select_outer select {
  font-size: 16px;
  border: 1px solid #005C49;
  border-radius: 5px;
  padding: 17px;
  line-height: 22px;
  width: 100%;
}
main section .select_outer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #005C49 transparent transparent transparent;
}
main section .btn {
  margin: 20px 0 0;
  font-size: 16px;
  padding: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #05987A;
  color: #fff;
  border-radius: 5px;
}
main section .btn.disabled {
  background-color: #ccc;
}
main section input[type=text], main section input[type=tel], main section input[type=email], main section .interview {
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid #005C49;
  border-radius: 5px;
  padding: 16px;
  line-height: 1;
  width: 100%;
}
main section .interview_date {
  width: 60%;
}
main section .interview_time {
  width: 35%;
}
main section input[type=submit] {
  margin: 20px 0;
  font-size: 16px;
  padding: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #E56B04;
  color: #fff;
  border-radius: 5px;
  width: 100%;
}
main section input[type=submit]:disabled {
  background-color: #ccc;
}
main #sec_exp ul, main #sec_qualification ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  margin-top: 20px;
}
main #sec_exp ul li, main #sec_qualification ul li {
  height: auto;
  position: relative;
  width: calc(50% - 2.5px);
  border: 2px solid #005C49;
  box-shadow: 2px 2px 0 rgba(0, 92, 73, 0.4);
  border-radius: 5px;
}
main #sec_exp ul li label, main #sec_qualification ul li label {
  display: block;
  font-weight: bold;
  color: #005C49;
  background-position: 10px 0;
  background-size: 50px;
  background-repeat: no-repeat;
  height: 40px;
  line-height: 40px;
  padding-left: 60px;
  font-size: 12px;
}
main #sec_exp ul li label#checkid01, main #sec_qualification ul li label#checkid01 {
  background-image: url(../img/img_job01.svg);
}
main #sec_exp ul li label#checkid02, main #sec_qualification ul li label#checkid02 {
  background-image: url(../img/img_job02.svg);
}
main #sec_exp ul li label#checkid03, main #sec_qualification ul li label#checkid03 {
  background-image: url(../img/img_job03.svg);
}
main #sec_exp ul li label#checkid04, main #sec_qualification ul li label#checkid04 {
  background-image: url(../img/img_job04.svg);
}
main #sec_exp ul li label#checkid05, main #sec_qualification ul li label#checkid05 {
  background-image: url(../img/img_job05.svg);
}
main #sec_exp ul li label#checkid06, main #sec_qualification ul li label#checkid06 {
  background-image: url(../img/img_job06.svg);
}
main #sec_exp ul li label#checkid07, main #sec_qualification ul li label#checkid07 {
  background-image: url(../img/img_job07.svg);
}
main #sec_exp ul li label#checkid08, main #sec_qualification ul li label#checkid08 {
  background-image: url(../img/img_job08.svg);
}
main #sec_exp ul li label input, main #sec_qualification ul li label input {
  display: none;
}
main #sec_exp ul li.on label, main #sec_qualification ul li.on label {
  background-color: #005C49;
  color: #fff;
}
main #sec_qualification ul li label {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
main #sec_qualification ul li.on {
  height: auto;
}
main #sec_qualification ul li.on label {
  width: 100%;
  height: auto;
  opacity: 1;
  background-color: #005C49;
  color: #fff;
}
main #sec_qualification ul li.on label::after {
  content: none;
}
main #sec_name .wrap .sec_name_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
main #sec_name .wrap .sec_name_inner .name_col {
  width: 48.5%;
  font-size: 12px;
  margin-top: 20px;
}
main #sec_name .wrap .sec_name_inner .name_col input[type=text] {
  width: 100%;
  margin-top: 5px;
}
main #sec_tel .wrap .sec_tel_inner .tel_col {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}
main #sec_tel .wrap .sec_tel_inner .tel_col input[type=tel], #sec_tel input[type=email]{
  width: 100%;
  margin-top: 5px;
}
main #sec_tel .terms_check {
  text-align: center;
  color: #005C49;
  font-weight: bold;
}
main #sec_mail .wrap .col_mail {
  display: flex;
  justify-content: space-between;
}
main #sec_mail .wrap .col_mail .left {
  width: calc(100% - 180px);
}
main #sec_mail .wrap .col_mail .left input[name=email] {
  width: 100%;
}
main #sec_mail .wrap .col_mail .right {
  width: 170px;
}
main #sec_mail .wrap .col_mail .right select {
  width: 100%;
}
main #sec_person {
  margin-top: 40px;
}
main #sec_person h1 {
  font-size: 20px;
  background: none;
  padding: 0;
}
main #sec_person p {
  text-align: center;
  margin-top: 10px;
}
main #sec_person ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #sec_person ul li {
  width: 165px;
  margin-top: 20px;
}
main #sec_person ul li img {
  width: 100%;
  vertical-align: middle;
}
main.terms_of_service h1, main.privacy h1 {
  margin-top: 30px;
  font-size: 24px;
  background: none;
  padding: 0;
  color: #000;
}
main.terms_of_service h2, main.privacy h2 {
  margin-top: 20px;
  font-size: 20px;
}
main.terms_of_service p, main.privacy p {
  margin-top: 10px;
}
main.terms_of_service p.textalign_r, main.privacy p.textalign_r {
  margin-top: 30px;
  text-align: right;
}
main.terms_of_service ul, main.privacy ul {
  margin-top: 10px;
  margin-left: 20px;
}
main.terms_of_service ul li, main.privacy ul li {
  margin-top: 10px;
  list-style-type: disc;
}
main.terms_of_service ol, main.privacy ol {
  margin-left: 1rem;
}
main.terms_of_service ol li, main.privacy ol li {
  list-style-type: none;
  counter-increment: cnt;
  margin-top: 5px;
  margin-left: 1.5rem;
  text-indent: -1.6rem;
}
main.terms_of_service ol li::before, main.privacy ol li::before {
  content: "(" counter(cnt) ")";
  margin-right: 0.5rem;
}

.thanks .wrap {
  padding: 0 20px;
}
.thanks .wrap > p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #005C49;
}
.thanks .wrap h2 {
  margin-top: 20px;
  background-color: #005C49;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
}
.thanks .wrap ul {
  margin-top: 20px;
}
.thanks .wrap ul li {
  margin-top: 20px;
}
.thanks .wrap ul li h3 {
  color: #005C49;
}
.thanks .wrap ul li p {
  margin-top: 10px;
  background-color: #EFF6F4;
  padding: 20px;
}
.thanks .wrap ul li p a {
  font-weight: bold;
  color: #fff;
  background-color: #06C755;
  position: relative;
  padding-left: 60px;
  line-height: 50px;
  display: block;
  width: 165px;
  margin: 10px auto 0;
  border-radius: 5px;
  text-decoration: none;
}
.thanks .wrap ul li p a::before {
  content: url(../img/ico_line.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 35px;
}
.thanks .wrap .btn-prev {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  background-color: #999;
  color: #fff;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */