<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* デフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  cursor: pointer;
  background: none;
  color: #b9b9b9;
}

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;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #c9c9c9;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
  background: none;
  font-size: 100%;
  position: relative;
  color: #fff;
  padding: 20px 20px;
  border-radius: 30px;
  background: #00a0e9;
}

input[type="submit"]:hover {
  cursor: pointer;
  color: #fff;
  background: #00628f;
  opacity: 1;
}

input[type="radio"] {
  margin-right: 5px;
}

#btn01, #btn02 {
  text-align: center;
}

div.wpcf7-response-output {
  margin: 0 0.5em 1em !important;
}

.screen-reader-response, .wpcf7-not-valid-tip {
  color: red;
}

input.wpcf7c-btn-back {
  display: block;
  margin: 20px auto;
  background: #fff;
  padding: 16px 22px;
  border-radius: 30px;
  color: #333;
}

input.wpcf7c-btn-back:hover {
  cursor: pointer;
  opacity: 0.7;
  color: #b9b9b9;
}

input.wpcf7c-btn-back::before {
  content: '';
  padding: 0;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7-radio span {
  margin-right: 10px;
}

.wpcf7-mail-sent-ok {
  background-color: #e8f1ff;
  padding: 15px;
}

.wpcf7-list-item {
  display: block;
  margin: 0 0 5px;
}

.wpcf7-list-item.last {
  margin: 0;
}

.wpcf7-response-output {
  margin-bottom: 30px;
}

.wpcf7-confirm, .wpcf7-submit {
  margin: 0 auto 20px;
  display: block;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  max-width: 300px;
  width: 100%;
  border-radius: 30px;
  background: #00a0e9;
}

.wpcf7-confirm i, .wpcf7-submit i {
  padding-right: 10px;
}

.wpcf7-confirm::before, .wpcf7-submit::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  padding-right: 10px;
  color: #00a0e9;
  color: #fff;
  font-weight: 900;
}

.wpcf7-confirm::after, .wpcf7-submit::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.wpcf7-confirm:hover, .wpcf7-submit:hover {
  color: #fff;
  opacity: 1;
  background: #00628f;
}

.wpcf7-confirm:hover:link, .wpcf7-confirm:hover:visited, .wpcf7-confirm:hover::before, .wpcf7-submit:hover:link, .wpcf7-submit:hover:visited, .wpcf7-submit:hover::before {
  color: #fff;
}

.wpcf7-confirm:hover:after, .wpcf7-submit:hover:after {
  width: 100%;
}

.wpcf7-confirm:link, .wpcf7-confirm:visited, .wpcf7-submit:link, .wpcf7-submit:visited {
  color: #fff;
  display: block;
  padding: 16px 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #00a0e9;
}

.wpcf7-mail-sent-ok {
  background-color: #fff;
}

.wpcf7-confirm,
.wpcf7-submit,
.wpcf7-confirm::after,
.wpcf7-submit::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7-form-control-wrap.checkbox {
  margin-bottom: 10px;
  display: inline-block;
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 1px 5px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}

.errs {
  color: #a90000;
}

/* recruitLayout
------------------------------------*/
.recruitLayout #c01 figure {
  margin-bottom: 20px;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  .recruitLayout #c04 .table01 li:nth-child(odd) {
    width: 25%;
  }
  .recruitLayout #c04 .table01 li:nth-child(even) {
    width: 70%;
  }
}
</pre></body></html>