@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 600;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype")
}

@font-face {
  font-family: Helvetica Neue;
  src: local("Helvetica Neue Regular");
  font-weight: 100
}

@font-face {
  font-family: Helvetica Neue;
  src: local("Helvetica Neue Regular");
  font-weight: 200
}

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

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

:root{
  --base-color: #130648;
  --accent-color: #ff2929;

  --prj-color-01: #2D049A;
  --prj-color-02: #0000C5;
  --prj-color-03: #560875;
  --prj-color-04: #D11300;
  --prj-color-05: #870C46;
  --prj-color-06: #AB0F24;
}

body,html {
  scroll-padding-top: 156px;
}

html {
  height: 100%;
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
}

body {
  line-height: 1;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background: #E5E8F8 url(../img/background.svg) no-repeat -14% calc((100% +  397px) / 2) / 745px fixed;
}

@media (max-width: 767px) {
  body {
    word-wrap: break-word;
    background-position: -138px 100px;
    background-size: 386px auto;
  }
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

input, select, textarea {
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: inherit;
  padding: 5px;
  margin: 0;
  box-shadow: none;
  border-radius: 0
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

::-moz-selection {
  background: rgba(166, 219, 249, .57)
}

::selection {
  background: rgba(166, 219, 249, .57)
}

@media (max-width: 767px) {
  table {
    table-layout: fixed
  }
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Noto Sans Japanese, ヒラギノ角ゴ ProN W3, Meiryo, sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 28px
}

@media (-ms-high-contrast: none) {
  body {
    font-family: メイリオ, Meiryo, 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif
  }
}

dl, ol, p, section, table, ul {
  font-size: 1.5rem;
  line-height: 28px
}

a, button {
  color: #609dcd;
  transition: all 80ms linear;
  text-decoration: none;
}
img {
  transition: all 80ms linear
}

a:hover {
}

img {
  opacity: .8
}

.content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative
}

@media (max-width: 959px) {
  .content {
    padding: 0 10px
  }
}

.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  max-width: 1482px;
  margin: 0 auto
}

@media (max-width: 959px) {
  .main {
    display: block
  }
}

.main a:hover {
  text-decoration: underline
}

.main a:hover img {
  text-decoration: none
}

.main-content {
  max-width: 500px;
  width: 100%;
  margin-right: 16px;
}

@media (max-width: 959px) {
  .main-content {
    width: 100%;
    margin-right: 0;
    max-width: none;
  }
}

.form-content {
  max-width: 490px;
  width: 100%;
  padding-left: 10px;
  margin-top: 32px;
  position: sticky;
  top: 127px;
}

@media (max-width: 959px) {
  .form-content {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
    padding-left: 0
  }
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 959px) {
  .header {
    padding: 10px 0 0
  }
}

.header__logo {
  margin-right: 16px
}

.header__copy {
  overflow: hidden;
  font-size: 1.2rem;
}

.footer {
  margin-top: 16px
}

.footer-nav {
  background: #e5d9c4;
  text-align: center;
  padding: 28px 0;
  font-size: 1.3rem;
  line-height: 1.4
}

@media (max-width: 767px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
  }
}

.footer-nav__item {
  display: inline-block
}

@media (max-width: 767px) {
  .footer-nav__item {
    display: block;
    padding: 12px;
    border-top: 1px solid #000
  }
}

.footer-nav__item:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 16px;
  margin: 0 16px
}

@media (max-width: 767px) {
  .footer-nav__item:nth-child(2) {
    border-left: 0;
    border-right: 0;
    margin: 0;
    padding: 12px
  }
}

.footer-nav a {
  color: #000
}

.footer-nav a:hover {
  text-decoration: underline
}

.copyright {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1.4;
  display: block;
  background: #000;
  color: #fff;
  padding: 18px 0 14px
}

@media (max-width: 767px) {
  .copyright {
    padding: 10px 0;
    font-size: 1.1rem;
    display: block
  }
}

.permission-num small {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 21px;
  display: block
}

@media (max-width: 767px) {
  .permission-num small {
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.section {
  margin-top: 16px
}

@media (max-width: 767px) {
  .section {
    margin-top: 10px
  }
}

.table-box {
  margin-top: 30px
}

.table-caption {
  margin-bottom: 10px
}

.table {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff
}

.table:not(:last-child) {
  margin-bottom: 20px
}

.table .table-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  text-align: left;
  padding: 10px
}

.table .table-cell--has-child {
  padding: 0
}

.table .table-cell--no-border-top {
  border-top: 0
}

.table .table-cell--center {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

@media (max-width: 767px) {
  .table--2col {
    display: block
  }
}

.table--2col .table-cell {
  width: 50%
}

@media (max-width: 767px) {
  .table--2col .table-cell {
    width: 100%
  }
}

.table--2col .table-cell--small {
  width: 20%
}

@media (max-width: 767px) {
  .table--2col .table-cell--small {
    width: 100%;
    background: #faf3e7
  }
}

.table--2col .table-cell--large {
  width: 80%
}

@media (max-width: 767px) {
  .table--2col .table-cell--large {
    width: 100%
  }
}

.table--3col .table-cell {
  width: 33.33%
}

.btn-submit {
  background: #00ad00;
  box-shadow: 0 3px 0 #008700;
  color: #fff;
  cursor: pointer;
  padding: 16px 31px 14px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 1px;
  transition: all 80ms linear
}

.btn-submit i {
  margin-right: 8px
}

.btn-submit:hover {
  opacity: .8
}

.form {
  background: #eee;
  padding: 0 31px 29px;
  text-align: left
}

@media (max-width: 959px) {
  .form {
    padding: 0 0 20px
  }
}

.form__title {
  margin: 0 -31px 28px;
  text-align: center
}

@media (max-width: 959px) {
  .form__title {
    margin: 0 0 28px
  }
}

.registry-table {
  display: table;
  width: 100%
}

@media (max-width: 1240px) {
  .registry-table {
    display: block
  }
}

.registry-table .registry-tr {
  display: table-row
}

@media (max-width: 1240px) {
  .registry-table .registry-tr {
    display: block
  }
}

.registry-table .registry-tr .registry-th {
  background: #000;
  color: #fff;
  width: 30%;
  padding: 4px 16px;
  display: table-cell;
  vertical-align: top
}

@media (max-width: 1240px) {
  .registry-table .registry-tr .registry-th {
    width: 100%;
    display: block;
    padding: 10px
  }
}

@media (max-width: 767px) {
  .registry-table .registry-tr .registry-th {
    padding: 20px 10px
  }
}

.registry-table .registry-tr .registry-td {
  -ms-flex: 1;
  flex: 1;
  display: table-cell;
  vertical-align: top;
  padding: 4px 16px;
  background: #fff
}

@media (max-width: 1240px) {
  .registry-table .registry-tr .registry-td {
    width: 100%;
    display: block;
    padding: 10px 10px 20px
  }
}

@media (max-width: 767px) {
  .registry-table .registry-tr .registry-td {
    padding: 20px 10px
  }
}

.registry-table .registry-tr:first-child .registry-td, .registry-table .registry-tr:first-child .registry-th {
  padding-top: 12px
}

.registry-table .registry-tr:last-child .registry-td, .registry-table .registry-tr:last-child .registry-th {
  padding-bottom: 12px
}

@media (max-width: 767px) {
  .registry-table .registry-tr .registry-th, .registry-table .registry-tr:first-child .registry-th, .registry-table .registry-tr:last-child .registry-th {
    padding: 10px
  }
}

@media (max-width: 767px) {
  .registry-table .registry-tr .registry-td, .registry-table .registry-tr:first-child .registry-td, .registry-table .registry-tr:last-child .registry-td {
    padding: 20px 10px
  }
}

.registry-table .registry-td.registry-td--multiline {
  padding-top: 23px !important
}

@media (max-width: 767px) {
  .registry-table .registry-td.registry-td--multiline {
    padding-top: 16px !important
  }
}

.registry-table input[type=checkbox], .registry-table input[type=radio] {
  margin-right: 4px;
  margin-left: 1px
}

.registry-table input[type=email], .registry-table input[type=tel], .registry-table input[type=text], .registry-table textarea {
  border-radius: 5px;
  height: 30px;
  font-family: inherit
}

.registry-table input[type=email], .registry-table input[type=tel] {
  width: 100%
}

.registry-table textarea {
  width: 100%;
  min-height: 116px;
  line-height: 1.6
}

.registry-table input[name=f_kana], .registry-table input[name=f_name], .registry-table input[name=l_kana], .registry-table input[name=l_name] {
  width: 48%
}

.registry-table input[name=l_kana], .registry-table input[name=l_name] {
  margin-right: 2%
}

.registry-table select[name=b_year] {
  height: 30px
}

.registry-table input[type=file] {
  border: 0;
  font-size: 1.3rem;
  margin-bottom: 6px;
  max-width: 240px
}

.registry-table .registry-upload-type label:first-child {
  margin-right: 20px
}

.registry-table .registry-upload-explorer {
  display: none
}

.registry-table .registry-upload-dd {
  background: #fcfaeb;
  min-height: 76px;
  border: 2px solid #d2d2d2;
  border-radius: 3px;
  color: #b0b0b0;
  padding: 15px 20px;
  margin-bottom: 10px
}

.registry-table .js-add-registry-upload-explorer {
  display: inline-block;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 8px 6px 6px 32px;
  position: relative;
  width: 110px;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer
}

.registry-table .js-add-registry-upload-explorer:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 5px;
  left: 7px;
  background: #329921;
  border-radius: 100%
}

.registry-table .js-add-registry-upload-explorer:after {
  content: "+";
  position: absolute;
  color: #fff;
  left: 11px;
  top: 6px;
  font-size: 1.4rem
}

.registry-table .registry-upload-type {
  margin-bottom: 8px
}

.registry-table .registry-resume-note {
  background: #eee;
  padding: 15px;
  font-size: 1.3rem;
  margin-top: 16px;
  margin-bottom: 10px;
  line-height: 23px
}

.registry-table .registry-upload-explorer__hidden {
  display: none
}

.registry-table .entry_err_massage {
  color: #cd172e;
  font-size: 1.4rem;
  padding-top: 2px
}

.statusbar {
  padding: 5px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start
}

.statusbar:nth-child(odd) {
  background: #ebeff0
}

.filename {
  -ms-flex: 1;
  flex: 1;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.filesize {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin-left: 10px;
  margin-right: 5px
}

.abort {
  background-color: #a8352f;
  border-radius: 4px;
  color: #fff;
  padding: 0 10px 2px;
  font-size: 1.5rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.submit {
  text-align: center;
  margin-top: 16px
}

.registry-table-caption {
  font-size: 1.2rem;
  color: #c80706;
  line-height: 18px;
  padding: 14px 0 6px;
  font-weight: 700
}

@media (max-width: 959px) {
  .registry-table-caption {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (max-width: 767px) {
  .registry-table-caption {
    padding: 20px;
    font-size: 1.3rem
  }
}

.registry-line {
  display: none
}

.registry-line + .registry-table {
  margin-top: 15px
}

.registry-resume, .registry-skills {
  display: none;
  width: 100%
}

.registry-skills__show {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
  margin-top: 13px;
  padding-bottom: 10px
}

.registry-skills-exp {
  display: inline-block;
  margin-right: 30px
}

.registry-skills-it label {
  width: 140px;
  display: inline-block
}

.registry-resume-title__note {
  font-size: 1.2rem;
  position: relative;
  top: -10px;
  line-height: 1
}

.js-registry-hidebox-hide {
  margin-right: 60px
}

.ui-resizable-handle, .ui-widget-header {
  display: none
}

.confirmTable {
  width: 650px;
  margin: 20px 10px 10px 17px
}

@media (max-width: 767px) {
  .confirmTable {
    width: auto;
    margin: 16px auto
  }
}

.confirmTable table td, .confirmTable table th {
  border: 1px solid #ced3d5;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 15px;
  text-align: left;
  vertical-align: middle
}

.confirmTable table {
  width: 100%
}

.confirmTable table th {
  background-color: #f0f2f5;
  color: #033966
}

.apply_txt {
  font-size: 16px;
  line-height: 160%
}

#dialog-message {
  background: #fff;
  color: #000;
  width: 400px;
  height: 400px
}

#dialog-message .ttlBox {
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid #ced3d5;
  padding-top: 10px
}

#dialog-message .ttlBox h3 {
  padding-left: 10px;
  margin-left: 15px;
  border-left: 5px solid #033c6c;
  text-align: left
}

#dialog-message .ttlBox h3 span {
  font-size: 21px;
  color: #033966;
  display: block;
  font-weight: 700;
  line-height: 1.4
}

@media (max-width: 767px) {
  #dialog-message .ttlBox h3 span {
    font-size: 1.6rem
  }
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

@media (max-width: 767px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.ui-dialog .ui-dialog-buttonpane {
  border: none;
  padding: 0 0 10px;
  margin: 0
}

.jquery-ui-dialog-confirm .confirmTable {
  width: 340px;
  margin: 0 15px 15px 17px
}

@media (max-width: 767px) {
  .jquery-ui-dialog-confirm .confirmTable {
    width: auto
  }
}

.jquery-ui-dialog-confirm button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
  text-align: center;
  font-weight: 700;
  width: 150px;
  height: 42px;
  font-size: 14px;
  background: #033966
}

@media (max-width: 767px) {
  .dialog-message__sp {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 16px 0 0 !important;
    text-align: center !important
  }
}

.pmark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  margin-top: 16px;
  width: 100%
}

@media (max-width: 767px) {
  .pmark {
    text-align: left
  }
}

.pmark__logo {
  margin-right: 16px
}

@media (max-width: 767px) {
  .pmark__logo {
    width: 39px
  }
}

.pmark small {
  line-height: 1.6
}

@media (max-width: 767px) {
  .pmark small {
    -ms-flex: 1;
    flex: 1
  }
}

.personal-information {
  max-width: 1000px;
  margin: 23px 0 0;
  background: #f4f4f4;
  padding: 25px 34px 28px;
  text-align: left
}

@media (max-width: 767px) {
  .personal-information {
    padding: 12px
  }
}

.personal-information p {
  font-size: 1.3rem
}

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

.content {
  font-weight: normal;
  padding-top: 96px;
}
@media (max-width: 1070px) {
  .content {
    overflow: hidden;
  }
}

.main {
  padding: 0 3% 50px;
}

header {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(37, 137, 152, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(37, 137, 152, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(37, 137, 152, 1) 100%);
  padding: 15px 6% 50px
}

header h2 {
  font-size: 3rem;
  color: #002748;
  margin: 20px 0 0 120px;
}

header h2 span {
  font-weight: 700;
}


.form-content {

}

.form {
  padding: 30px;
}

.registry-table .registry-tr .registry-th {
  background: #c8e0e0;
  color: #180053;
}

.btn-submit {
  background: #b34a52;
  box-shadow: 0 3px 0 #98262e;
}

.footer-nav {
  background: #ebebeb;
}

.copyright {
  background: #c0c0c0;
}

.form-content h5 {
  color: var(--base-color);
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.personal-information p {
  font-size: 1.2rem;
  line-height: 160%;
}

.pmark small {
  font-size: 1.2rem;
}

.pcnone {
  display: none;
}

.spnone {
  display: block;
}

@media screen and (max-width: 767px) {

  h1 {
    width: 40%;
    margin: 0 auto 10px;
  }

  .content {
    padding: 10px 0 0;
  }

  header {
    padding: 10px 3%;
    background: #ffffff;
  }

  .header {
    display: block;
    text-align: center;
  }

  .header__copy {
    line-height: 1;
  }

  .header__logo {
    margin: 0 0 5px;
  }

  header h2 {
    margin: 10px 0 0;
    font-size: 1.8rem;
    text-align: center;
  }

  .form-content {
    margin-top: 20px;
  }

  .form-content h5 {
    background: #eee;
    color: #15235e;
    margin-bottom: 0;
    padding-top: 30px;
  }


  .pcnone {
    display: block;
  }

  .spnone {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .form-content h5 {
    /*margin-top: 90px;*/
  }
}

.card {
  display: grid;
  gap: 24px;
  color: #130648;
}

.card__item {
  background: rgba(255, 255, 255, .86);
  border-radius: 8px;
  padding: 32px 30px 40px;
}

.card__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.card__title em {
  color: var(--accent-color);
}

.card__title img {
  position: relative;
  top: 11px;
}

.card__content {
  margin-top: 24px;
}

.point-card {
  display: grid;
  gap: 16px;
  padding-top: 8px;
}

.point-card__item {
  padding: 16px 48px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 24px;
  background: #ffffff;
  border-radius: 8px;
}

.point-card__number {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background: #0000B0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 1px;
}

.point-card__content {
  text-align: left;
}

.point-card__title {
  font-weight: 700;
  font-size: 2rem;
}

.point-card__title em {
  color: var(--accent-color);
}

.point-card__description {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
}

.feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.feature-card__item {
  padding: 16px 12px;
  background: #ffffff;
  border-radius: 8px;
}

.feature-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}

.project-card {
  display: grid;
  gap: 16px;
}

.project-card__item {
  padding: 16px 30px;
  background: #ffffff;
  border-radius: 8px;
  text-align: left;
}

.project-card__title {
  font-size: 2rem;
  font-weight: 700;
}

.project-card__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.project-card__salary,
.project-card__location {
  font-size: 1.2rem;
  position: relative;
  padding-left: 24px;
  line-height: 1.4;
}

.project-card__salary:before,
.project-card__location:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.project-card__salary:before {
  background: url(../img/icon-yen.svg) no-repeat 0 0 / 100%;
}

.project-card__location:before {
  background: url(../img/icon-pin.svg) no-repeat 0 0 / 100%;
}

.project-card__salary em {
  font-size: 1.5rem;
  color: var(--accent-color);
  font-weight: 700;
}

.project-card__location {
  font-weight: 700;
  font-size: 1.5rem;
}

.title {
  font-size: 3.8rem;
  color: var(--base-color);
  text-align: left;
  margin-top: 32px;
  margin-bottom: 37px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
.title__sub{
  display: block;
  text-align: center;
  padding: 10px 0 0;
}
.title__sub > span{
  display: inline-block;
  padding: 4px 22px 5px;
  color: #fff;
  background: -moz-linear-gradient(left, #d21400 10%, #0000c8);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #d21400), color-stop(#0000c8));
  background: -webkit-linear-gradient(left, #d21400 10%, #0000c8);
  background: -o-linear-gradient(left, #d21400 10%, #0000c8);
  background: -ms-linear-gradient(left, #d21400 10%, #0000c8);
  background: linear-gradient(to right, #d21400 10%, #0000c8);
}

.lp-header .lp-header__secondary {
  padding: 20px 16px 23px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
}

.lp-header .lp-header-cta__link {
  width: 240px;
  color: #130648;
  font-size: 1.5rem;
  font-weight: 700;
  border-width: 2px;
}

.lp-header .lp-header-cta__link:hover {
  background: #130648;
  color: #ffffff;
}

.lp-header .lp-header__copy {
  font-size: 1.5rem;
  font-weight: 700;
}

.form-content .form-content__title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.form-content .form-content__title em {
  font-size: 2.4rem;
  color: var(--accent-color);
}

.mobile-footer-cta {
  display: none;
}

@media (max-width: 767px) {
  .lp-header .lp-header-cta__link {
    font-size: 1.2rem;
    width: auto;
  }

  .lp-header .lp-header__secondary {
    padding: 7px 16px 8px;
  }

  .title {
    width: auto;
    font-size: 2.6rem;
    margin-top: 50px;
    margin-bottom: 23px;
  }
  .title__sub {
  }
  .title__sub > span{
    padding: 6px 22px 7px;
  }

  .card__title {
    font-size: 2.0rem;
  }

  .card__title img {
    width: 160px;
    top: 4px;
    margin-right: 2px;
  }

  .card__item {
    padding: 32px 10px 32px;
  }

  .point-card__item {
    padding: 8px 16px;
  }

  .point-card__title {
    font-size: 1.6rem;
  }

  .point-card__number {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
  }

  .point-card__item {
    gap: 10px;
    grid-template-columns: 40px 1fr;
  }

  .project-card__item {
    padding: 16px 20px;
  }

  .project-card__title {
    font-size: 1.6rem;
  }

  .project-card__info {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .project-card__salary em {
    font-size: 1.2rem;
  }

  .project-card__location {
    font-size: 1.2rem;
  }

  .project-card__salary, .project-card__location {
    line-height: 1.6;
  }

  .form-content {
    width: auto;
    margin-left: -3%;
    margin-right: -3%;
    background: #fff;
    padding: 15px 3% 0;
  }

  .form-content .form-content__title {
    background: none;
    margin-top: 0;
    margin-bottom: -10px;
    color: var(--base-color);
    font-size: 1.2rem;
    text-align: center;
    padding-top: 0;
  }

  .form-content .form-content__title em {
    font-size: 2rem;
  }

  .mobile-footer-cta {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    width: 80px;
    height: 80px;
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    background: var(--accent-color);
    border-radius: 100px;
    text-align: center;
  }
}

/* 追加分@2023.01
------------------------------*/
.point{
  padding: 16px 0 0;
  margin: 0 0 46px;
}
.point-list{
  display: flex;
}
.point-list > li{
  width: calc((100% - (16px * 2)) / 3);
  margin: 0 16px 0 0;
  background-color: #fff;
  position: relative;
  counter-increment: point-list;
  border-radius: 12px;
  padding: 28px 5px 20px;
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,.16);
}
.point-list > li::before{
  content: counter(point-list);
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: var(--base-color);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.point-list > li:last-child{
  margin-right: 0;
}
.point-text{
  color: var(--base-color);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.1;
}
.point-text__accent{
  font-size: 3.2rem;
  color: var(--accent-color);
}
.point-text__underline{
  text-decoration: underline;
}
.point-text__underline-num{
  font-size: 1.8rem;
}
.point-text__underline--accent{
  font-size: 1.8rem;
}
.point-text__emphasis{
  font-size: 2.0rem;
}

@media (max-width: 767px) {
  .point{
    margin-bottom: 16px;
  }
  .point-list > li{
    padding: 18px 5px 14px;
  }
  .point-list > li::before{
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .point-text{
    font-size: 1.0rem;
    line-height: 1.2;
  }
  .point-text__accent{
    font-size: 2rem;
  }
  .point-text__underline{
    font-size: 1.0rem;
  }
  .point-text__underline-num{
    font-size: 1.2rem;
  }
  .point-text__underline--accent{
    font-size: 1.2rem;
  }
  .point-text__emphasis{
    font-size: 1.2rem;
  }
}

.section-block + .section-block{
  margin-top: 37px;
}
@media (max-width: 767px) {
  .section-block + .section-block{
    margin-top: 23px;
  }
}

.section-block__title{
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--base-color);
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .section-block__title{
    font-size: 2.0rem;
    margin-bottom: 16px;
  }
}

.project-tabs{
  display: flex;
}
@media (min-width: 768px) {
  .project-tabs{
    flex-wrap: wrap;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .project-tabs{
    margin: 0 0 8px;
    padding: 0 0 8px;
    overflow-x: auto;
    /*scrollbar-color: #130648 #fff;
    scrollbar-width: thin;*/
  }

  .project-tabs::-webkit-scrollbar{
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
  }
  .project-tabs::-webkit-scrollbar-track{
  }
  .project-tabs::-webkit-scrollbar-thumb{
    background-color: #130648;
    border-radius: 5px;
  }

}

@media (min-width: 768px) {
  .project-tabs > li{
    width: calc((100% - (10px * 2)) / 3);
    margin: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .project-tabs > li{
    font-size: 1.4rem;
    margin: 0 8px 0 0;
  }
}
.project-tabs > li.empty{
  color: var(--base-color);
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .project-tabs > li.empty{
    display: none;
  }
}

@media (min-width: 768px) {
  .project-tabs > li:nth-child(3n){
    margin-right: 0;
  }
  .project-tabs > li:nth-child(-n+3){
    margin-top: 0;
  }
}

.project-tabs > li button{
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--base-color);
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 15px 5px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #130648;
}
.project-tabs > li button > span{
  display: inline-block;
  position: relative;
  padding-right: 17px;
}
.project-tabs > li button:hover,
.project-tabs > li button.current{
  color: #fff;
  background-color: #130648;
}
@media (min-width: 768px) {
  .project-tabs > li button.current{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.25);
  }
}
.project-tabs > li button > span::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: var(--base-color) transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 80ms linear;
}
.project-tabs > li button:hover > span::after,
.project-tabs > li button.current > span::after{
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 767px) {
  .project-tabs > li button{
    font-size: 1.4rem;
    padding: 6px 16px;
  }
  .project-tabs > li button > span{
    white-space: nowrap;
    padding-right: 0;
  }
  .project-tabs > li button > span::after{
    display: none;
  }
}

.project-tab-contents{
  display: flex;
  flex-direction: column;
}
.project-tab-content{
  /*display: none;*/
}

.prj-card-list{
}
.prj-card-list > li{
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .prj-card-list > li{
    margin: 0 0 8px;
  }
}
.prj-card-list > li:last-child{
  margin-bottom: 0;
}

.prj-card{
  background: #fff;
  color: var(--base-color);
  height: 100%;
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,.16);
}
.prj-card__inner{
  margin: 0 12px;
  padding: 16px 0 15px;
}

.prj-card-detail{
  max-width: 138px;
  width: 100%;
}
@media (max-width: 767px) {
  .prj-card-detail{
    max-width: 112px;
  }
}

.prj-card-detail a{
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  padding: 2px 2px;
  background-color: #FF2929;
  line-height: 1.6;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .prj-card-detail a{
    font-size: 1.2rem;
  }
}
.prj-card-detail a > span{
  display: inline-block;
  padding: 0 12px 0 0;
  position: relative;
}
.prj-card-detail a > span::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.prj-card__content{
}
.prj-card__content-column{
  display: flex;
  align-items: flex-end;
  padding: 12px 0 0;
}
@media (min-width: 768px) {
  .prj-card__content{
    flex: 1;
  }
}
@media (max-width: 767px) {
  .prj-card__content-column{
    padding: 8px 0 0;
  }
}

.prj-card-title{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  line-height: calc(24 / 18);
}
@media (max-width: 767px) {
  .prj-card-title{
    font-size: 1.6rem;
    line-height: calc(20 / 16);
  }
}

.prj-card-description{
  font-size: 1.4rem;
  text-align: left;
  line-height: calc(20 / 14);
  margin-top: 5px;
}

@media (max-width: 767px) {
  .prj-card-description{
    font-size: 1.2rem;
    line-height: calc(18 / 12);
  }
}

.prj-card-params{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex: 1;
  margin: 0 5px 0 0;
}
.prj-card-params__item{
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 16px 0 0;
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  .prj-card-params__item{
    font-size: 1.2rem;
    line-height: calc(18 / 14);
    padding-left: 17px;
    margin-right: 8px;
  }
}
.prj-card-params__item::before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 767px) {
  .prj-card-params__item::before{
    width: 15px;
    height: 15px;
    top: 0;
  }
  .prj-card-params__item--reward::before{
    top: 2px;
  }
}

.prj-card-params__item:last-child{
  margin-right: 0;
}
.prj-card-params__item.prj-card-params__item--lang{
  margin-top: -3px;
}
.prj-card-params__item.prj-card-params__item--reward::before{
  background-image: url(../img/icon-yen.svg);
}
.prj-card-params__item.prj-card-params__item--location::before{
  background-image: url(../img/icon-pin.svg);
}
.prj-card-params__item.prj-card-params__item--lang::before{
  background-image: url(../img/icon-lang.svg);
}

@media (min-width: 768px) {
  .prj-card-params__item.prj-card-params__item--reward{
    margin-top: -2px;
  }
  .prj-card-params__item.prj-card-params__item--reward::before{
    top: 6px;
  }
}

@media (max-width: 767px) {
  .prj-card-params__item.prj-card-params__item--lang{
    margin-top: 4px;
  }
}


.prj-card-params__item .num{
  font-size: 2.0rem;
  color: var(--accent-color);
}
.prj-card-params__item .taxin{
  font-size: 1.15rem;
}
@media (max-width: 767px) {
  .prj-card-params__item .num{
    font-size: 1.4rem;
  }
}


@media (min-width: 768px)  {
  .bp-pc{
    display: block;
  }
  .bp-pc--inline{
    display: inline-block;
  }
  .bp-pc--inline-block{
    display: inline-block;
  }
}
@media (max-width: 767px)  {
  .bp-pc{
    display: none;
  }
  .bp-pc--inline{
    display: none;
  }
  .bp-pc--inline-block{
    display: none;
  }
}
@media (min-width: 768px)  {
  .bp-sp{
    display: none;
  }
  .bp-sp--inline{
    display: none;
  }
  .bp-sp--inline-block{
    display: none;
  }
}
@media (max-width: 767px)  {
  .bp-sp{
    display: block;
  }
  .bp-sp--inline{
    display: inline;
  }
  .bp-sp--inline-block{
    display: inline-block;
  }
}

div#form_app{
  border-radius: 0 !important;
}
@media (min-width: 768px)  {
  div#form_app{
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.16);
  }
}

/* header.pcssをoverride */
@media (max-width: 767px)  {
  .lp-header__primary{
    visibility: hidden;
  }
}

/* tooltip
------------------------*/
.set-tooltip{
  display: inline-block;
}
.set-tooltip--point{
  position: absolute;
  right: 0;
  top: -4px;
}
@media (max-width: 767px)  {
  .set-tooltip--point{
    right: -2px;
  }
}
.set-tooltip__button{
  display: inline-block;
}
@media (min-width: 768px)  {
  .set-tooltip__button{
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px)  {
  .set-tooltip__button{
    width: 30px;
    height: 30px;
  }
}
.set-tooltip__button button{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon-question.svg) no-repeat 0 0;
  background-size: 100% auto;
  outline: none;
  border: none;
  cursor: pointer;
}
.set-tooltip__balloon{
  display: none;
  width: 100vw;
  max-width: 347px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px)  {
  .set-tooltip__balloon{
    max-width: 292px;
  }
}
.set-tooltip__balloon[data-balloon-position="left_top"]{
  left: 10px;
  top: 35px;
}
@media (max-width: 767px)  {
  .set-tooltip__balloon[data-balloon-position="left_top"]{
    top: 30px;
  }
}
.set-tooltip__balloon[data-balloon-position="left_top-right_top_sp"]{
  left: 10px;
  top: 35px;
}
@media (max-width: 767px)  {
  .set-tooltip__balloon[data-balloon-position="left_top-right_top_sp"]{
    left: auto;
    right: 5px;
    top: 35px;
  }
}
.set-tooltip__balloon[data-balloon-position="right_top"]{
  right: 5px;
  top: 35px;
}
@media (max-width: 767px)  {
  .set-tooltip__balloon[data-balloon-position="right_top"]{
    right: 5px;
    top: 35px;
  }
}

.tooltip-balloon{
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: 0 0 6px 0 rgba(19,6,72,.32);
  border-radius: 12px;
  padding: 16px 16px;
  transition: .2s;
}
.tooltip-balloon__heading{
  font-weight: 700;
  color: #130648;
  text-align: left;
  font-size: 1.8rem;
  margin: 0 0 -3px;
}
@media (max-width: 767px)  {
  .tooltip-balloon__heading{
    font-size: 1.6rem;
    margin: 0 0 -6px;
  }
}
.tooltip-balloon__heading-sub{
  font-size: 1.5rem;
  color: #130648;
  text-align: left;
  margin: 0 0 9px;
}
@media (max-width: 767px)  {
  .tooltip-balloon__heading-sub{
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
}
.tooltip-balloon__body{
}
.tooltip-balloon__body > p{
  color: #130648;
  text-align: left;
  font-size: 1.5rem;
  line-height: calc(21 / 15);
}
@media (max-width: 767px)  {
  .tooltip-balloon__body > p{
    font-size: 1.4rem;
  }
}

