@charset "utf-8";
.form * {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    background: #E2EEF8 url(../img/background.svg) no-repeat -7% calc((100% +  152px) / 2) / 470px fixed;
  }
}
@media (max-width: 767px) {
  body {
    background: #E2EEF8 url(../img/background.svg) no-repeat -57% calc((100% - 125px) / 2) / 260px fixed;
  }
}

:root{
  --accent-color: #FF2929;
  --prj-color:#003460;
  --base-color: var(--prj-color);
}

.meiryo {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
}
a, button{
  transition: all 80ms linear;
}
img {
  border: 0;
  max-width: 100%;
}

.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: 26px;
  position: sticky;
  top: 130px;
}

@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: 115px;
}

.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 {
  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;
    @media (max-width: 767px) {
      padding-top: 7px;
    }
  }

  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: 46px;
  }

  .form-content h5 {
    background: #eee;
    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;
}



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

.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: #0068B3;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #0068B3;
  padding: 19px 16px;
}

.lp-header .lp-header-cta__link:hover {
  background-color: #0068B3;
  color: #fff;
}


.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;
    padding: 8px 8px;
    border-radius: 5px;
  }

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

  .title {
    width: auto;
    font-size: 2.3rem;
    margin-top: 50px;
    margin-bottom: 23px;
  }
  .title__sub {
    font-size: 2.6rem;
    padding-top: 11px;
  }
  .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%;
    padding: 20px 0 0;
    max-width: none;
  }

  .form-content .form-content__title {
    background: none;
    margin-top: 0;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 0;
    line-height: 1.3;
    color: var(--base-color);
  }

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

/**
* ----------------------------------------
Page top
* ----------------------------------------
**/
#pagetop {
  margin: 0;
  position: fixed;
  bottom: 17px;
  right: 17px;
  z-index: 6;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}

#pagetop.visible {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#pagetop span {
  width: 60px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: background-color .2s ease 0s;
  transition: background-color .2s ease 0s;
  background-color: rgba(0, 0, 0, .6);
  position: relative;
}

#pagetop .icon{
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%) rotate(45deg);
  display: block;
}
#pagetop .icon:before,
#pagetop .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: top .2s ease 0s;
  transition: top .2s ease 0s;
}

#pagetop .icon:before {
  width: 100%;
  height: 4px;
}

#pagetop .icon:after {
  width: 4px;
  height: 100%;
}


.point{
  padding: 25px 0 0;
  margin: -8px 0 12px;
}
.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;
  font-weight: bold;
  font-size: 2.0rem;
  border-radius: 12px;
  padding: 28px 5px 20px;
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,.16);
  line-height: 1.1;
}
.point-list > li::before{
  content: counter(point-list);
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #043C6C;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.point-list > li > span{
  font-size: 3.2rem;
  color: var(--accent-color);
}
.point-list > li:last-child{
  margin-right: 0;
}
.point-text{
  color: var(--base-color);
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.1;
}
.point-text > span{
  font-size: 3.2rem;
  color: var(--accent-color);
}

@media (max-width: 767px) {
  .point{
    margin-bottom: 12px;
    padding: 12px 0 0;
  }
  .point-list > li{
    font-size: 1.2rem;
    padding: 18px 5px 14px;
    line-height: 1.2;
  }
  .point-list > li::before{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.2rem;
  }
  .point-list > li > span{
    font-size: 2.0rem;
  }
  .point-text{
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .point-text > span{
    font-size: 2.0rem;
  }
}

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

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

.project-tabs{
  display: flex;
}
@media (min-width: 768px) {
  .project-tabs{
    flex-wrap: wrap;
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .project-tabs{
    margin: 0 0 8px;
    padding: 0 0 8px;
    overflow-x: auto;
  }
  .project-tabs::-webkit-scrollbar{
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
  }
  .project-tabs::-webkit-scrollbar-track{
  }
  .project-tabs::-webkit-scrollbar-thumb{
    background-color: var(--prj-color);
    border-radius: 5px;
  }
}

@media (min-width: 768px) {
  .project-tabs > li{
    width: calc((100% - (10px * 2)) / 3);
    margin: 16px 10px 0 0;
  }
  .project-tabs > li:nth-child(3n){
    margin-right: 0;
  }
  .project-tabs > li:nth-child(-n+3){
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .project-tabs > li{
    font-size: 1.4rem;
    margin: 0 8px 0 0;
  }
}

.project-tabs > li button{
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--prj-color);
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  border: 2px solid var(--prj-color);
  background-color: #fff;
  position: relative;
  padding: 10px 5px;
  cursor: pointer;
}
.project-tabs > li button > span{
  display: inline-block;
  position: relative;
  padding-right: 17px;
}
.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(--prj-color) transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 80ms linear;
}
@media (max-width: 767px) {
  .project-tabs > li button{
    font-size: 1.4rem;
    padding: 6px 14px;
    border-width: 1px;
  }
  .project-tabs > li button > span{
    white-space: nowrap;
    padding-right: 0;
  }
  .project-tabs > li button > span::after{
    display: none;
  }
}
.project-tabs > li button:hover,
.project-tabs > li button.current{
  color: #fff;
  background-color: var(--prj-color, transparent);
}
.project-tabs > li button:hover > span::after,
.project-tabs > li button.current > span::after{
  border-color: #fff transparent transparent transparent;
}
/*.project-tabs > li button.current::after{
  opacity: 0;
}*/


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

.prj-card-list > li{
  margin: 0 0 12px;
}
.prj-card-list > li:last-child{
  margin-bottom: 0;
}

.prj-card{
  background: #fff;
  color: var(--base-color);
  box-shadow: 2px 2px 3px 0 rgba(19,6,72,.16);
}
.prj-card__inner{
  margin: 0 15px;
  padding: 18px 0 13px;
}
@media (min-width: 768px) {
  .prj-card__inner{
    display: flex;
  }
}
@media (max-width: 767px) {
  .prj-card__inner{
    margin: 0 12px;
    padding: 17px 0 10px;
  }
}


.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: 1px 2px;
  background-color: #FF2929;
  line-height: 1.6;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .prj-card-detail a{
    font-size: 1.2rem;
  }
}
.prj-card-detail a > span{
  display: inline-block;
  padding: 0 14px 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;
  padding: 12px 0 0;
}
@media (min-width: 768px) {
  .prj-card__content{
    flex: 1;
  }
  .prj-card__content-column{
    align-items: center;
  }
}
@media (max-width: 767px) {
  .prj-card__content-column{
    padding: 8px 0 0;
    align-items: flex-end;
  }
}

.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{
  flex: 1;
  margin: 0 5px 0 0;
}
.prj-card-params__item{
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 5px 0 0;
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 768px) {
  .prj-card-params{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .prj-card-params__item{
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    padding-left: 17px;
    margin-bottom: 6px;
  }
  .prj-card-params__item:last-child{
    margin-bottom: 0;
  }
}
.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: -1px;
}
@media (max-width: 767px) {
  .prj-card-params__item::before{
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
.prj-card-params__item:last-child{
  margin-right: 0;
}
.prj-card-params__item.prj-card-params__item--location{
  flex: 1;
}
.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);
}
@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: 4px;
  }
}
@media (max-width: 767px) {
  .prj-card-params__item.prj-card-params__item--reward::before{
    top: 2px;
  }
}


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


@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);
  }
}
@media (max-width: 767px)  {
  div#form_app{
    padding: 0 6%;
  }
}

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


/* form.pcssをoverride */
.simple-sign-up-form__button{
  background: #E2162A;
  @media (max-width: 767px)  {
    height: 44px;
    min-height: 44px;
    min-width: 220px;
  }
}

.simple-sign-up-form__button:hover {
  background: #fff;
  color: #E2162A;
}


/* 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: 256px;
  }
}
.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;
  text-align: left;
  font-size: 1.8rem;
  margin: 0 0 9px;
}
@media (max-width: 767px)  {
  .tooltip-balloon__heading{
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}
.tooltip-balloon__body{
}
.tooltip-balloon__body > p{
  text-align: left;
  font-size: 1.5rem;
  line-height: calc(21 / 15);
}
@media (max-width: 767px)  {
  .tooltip-balloon__body > p{
    font-size: 1.4rem;
  }
}


