@charset "UTF-8";
/**
 * index.scss
 * このファイルではスタイリングしない
 * 他のSassファイルを呼び出してコンパイルさせるファイル
 */
/**
 * サイト基本設定
 */
html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
a:hover {
  opacity: 0.7;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a,
button {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

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

li,
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl,
p {
  margin: 0;
}

dl {
  padding: 0;
}

dd {
  margin: 0;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

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

.header {
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .header .header_inner {
    padding: 10px 12px;
  }
}
.header .header_inner .header_logo-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .header_inner .header_logo-container .header_logo {
  margin-right: 15px;
  width: 100px;
}
.header .header_inner .header_logo-container .header_logo-text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .header .header_inner .header_logo-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header_inner .header_logo-container .header_logo-text {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.header .header_inner .header_link-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.header .header_inner .header_link-container .header_text-link {
  font-size: 13px;
}

.header_button:hover,
.support > a:hover,
.secret-btn:hover,
.entry_submit:hover {
  opacity: 0.75;
}

.header_button {
  background-color: #ffe400;
  color: #333;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  gap: 5px;
}
@media (max-width: 767px) {
  .header_button {
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .header_button {
    font-size: 10px;
    padding: 10px;
  }
}
.header_button img {
  height: inherit;
  width: 8%;
}
.header_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 7px;
}

@media (max-width: 767px) {
  .header_logo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body {
  margin: auto;
  color: #333;
  line-height: 1.5;
  overflow-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body {
    min-width: 0px;
  }
}

.main-content {
  overflow-x: hidden;
}

.content-inner {
  margin: auto;
  max-width: 1000px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .content-inner {
    padding: 0;
    width: 100%;
  }
}

footer {
  background-color: #fff;
}

.footer_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer_inner {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_inner .footer_flex-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer_inner .footer_flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_inner .footer_flex-container .footer_link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 767px) {
  .footer_inner .footer_flex-container .footer_link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer_inner .footer_flex-container .footer_link-list li a {
  font-size: 12px;
  text-decoration: underline;
}
.footer_inner .footer_flex-container .footer_link-list li a:last-child {
  width: 46%;
}
.footer_inner .footer_flex-container .footer_copyright {
  font-size: 10px;
}
.footer_inner .footer_privacy {
  margin-left: auto;
  width: 70px;
}
@media (max-width: 767px) {
  .footer_inner .footer_privacy {
    -webkit-transform: translateY(-33%);
            transform: translateY(-33%);
    position: absolute;
    right: 5%;
  }
}

.is-pc {
  display: block !important;
}
@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.blue-bg {
  background-color: #0156A0;
}

.green-bg {
  background-color: #484848;
}

.blue {
  color: #0156A0;
}

.green {
  color: #484848;
}

.w4 {
  font-weight: 400;
}

.w5 {
  font-weight: 500;
}

.w6 {
  font-weight: 600;
}

.w7 {
  font-weight: 700;
}

.w8 {
  font-weight: 800;
}

/*
 * サイト共通部品 @Component
 * ボタン周り
 * 接頭辞「c-」を使用した方が分かりやすいが、
 * これまでの管理上、接頭辞なしで運用中
 */
.footer {
  padding-bottom: 32px;
  background-color: #fff;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer {
    padding-bottom: 2.5vw;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 9.3333333333vw;
  }
}

.footer-inner {
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-inner {
    max-width: 84.375vw;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    display: block;
    position: relative;
    width: 100%;
    padding: 8.5333333333vw 0;
  }
}

.footer-col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-col:nth-child(1) {
    margin-top: 2.5vw;
  }
}
@media (max-width: 767px) {
  .footer-col:nth-child(1) {
    margin-top: 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-col:nth-child(2) {
    position: absolute;
    top: 4.2666666667vw;
    right: 6.4vw;
  }
}

.footer-logo {
  width: 128px;
  height: auto;
  display: inline-block;
  margin-right: 48px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-logo {
    width: 10vw;
    margin-right: 3.75vw;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    width: 26.9333333333vw;
    display: block;
    margin: 0 auto 0 6.4vw;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-nav-list {
    gap: 1.875vw;
  }
}
@media (max-width: 767px) {
  .footer-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2666666667vw 8vw;
    margin-top: 8vw;
  }
}

.footer-nav-item a {
  color: #07080C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-nav-item a {
    font-size: 1.09375vw;
  }
}
@media (max-width: 767px) {
  .footer-nav-item a {
    font-size: 3.2vw;
  }
}

.footer-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-icon-list a img {
  width: 80px;
  height: auto;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-icon-list a img {
    width: 6.25vw;
  }
}
@media (max-width: 767px) {
  .footer-icon-list a img {
    width: 16vw;
  }
}

.footer-copyright {
  width: 100%;
  color: #666;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin: 16px auto 0;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-copyright {
    font-size: 0.78125vw;
    margin: 1.25vw auto 0;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    display: block;
    text-align: center;
    font-size: 3.2vw;
    color: #666;
    padding: 1.0666666667vw;
    background-color: unset;
    margin-top: 0;
  }
}

.footer-privacymark {
  width: 72px;
  height: 72px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-privacymark {
    width: 5.625vw;
    height: 5.625vw;
  }
}
@media (max-width: 767px) {
  .footer-privacymark {
    width: 16vw;
    height: 16vw;
  }
}

/**
 * LP 45ko用 CSS
 */
.kv {
  background: url(/content_assets/45ko/img/img_kv_bg.jpg) no-repeat calc(50% + 6px) 0, url(/content_assets/45ko/img/img_kv_bg_repeat.webp) repeat-x 0 0;
  background-size: cover;
  margin: 0 auto;
  padding-top: 326px;
  position: relative;
  height: 578px;
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
  width: 100%;
}
@media (min-width: 1280px) {
  .kv {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .kv {
    background: #042158 url(/content_assets/45ko/img/img_kv_bg_sp.jpg) no-repeat center 0;
    background-size: auto 169.2307692308vw;
    background-size: cover;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    margin-bottom: -1px;
  }
}
.kv .kv-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .kv .kv-inner {
    padding: 99.4871794872vw 3.8461538462vw 0 3.8461538462vw;
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
.kv .kv-hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
  width: 470px;
}
@media (max-width: 767px) {
  .kv .kv-hashtag {
    margin: 0 auto;
    max-width: 430px;
    min-width: 320px;
    width: 88%;
  }
}
.kv .kv-hashtag .kv-hashtag-item {
  background: #000;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  width: calc(33.33% - 5px);
}
@media (max-width: 767px) {
  .kv .kv-hashtag .kv-hashtag-item {
    font-size: 10px;
    padding: 5px;
  }
}
.kv .kv-point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .kv .kv-point-box {
    gap: 1.2820512821vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5641025641vw;
  }
}
.kv .kv-point-box .kv-point-col {
  width: 240px;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-col {
    width: 29.7435897436vw;
  }
}
.kv .kv-point-box .kv-point-col:nth-child(2) .kv-point-appeal::before {
  background-image: url("/content_assets/45ko/img/icon_rate.png");
  width: 77px;
  height: 74px;
  top: calc(50% - 37px);
  left: -16px;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-col:nth-child(2) .kv-point-appeal::before {
    width: 13.8461538462vw;
    height: 13.3333333333vw;
    top: calc(50% - 6.6666666667vw);
  }
}
.kv .kv-point-box .kv-point-col:nth-child(3) .kv-point-appeal::before {
  background-image: url("/content_assets/45ko/img/icon_board.png");
  width: 68px;
  height: 76px;
  top: calc(50% - 38px);
  left: -17px;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-col:nth-child(3) .kv-point-appeal::before {
    width: 12.3076923077vw;
    height: 13.8461538462vw;
    top: calc(50% - 6.9230769231vw);
  }
}
.kv .kv-point-box .kv-point-appeal {
  border-radius: 10px;
  background: var(--grd-blue, linear-gradient(90deg, #1B64BA 0%, #17449A 100%));
  -webkit-box-shadow: 0px 0px 12px 0px rgba(16, 34, 130, 0.1);
          box-shadow: 0px 0px 12px 0px rgba(16, 34, 130, 0.1);
  padding: 13px 0 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-appeal {
    padding: 1.7948717949vw 0 0.5128205128vw 0;
  }
}
.kv .kv-point-box .kv-point-appeal::before {
  content: "";
  background-image: url("/content_assets/45ko/img/icon_money.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 79px;
  height: 76px;
  position: absolute;
  top: calc(50% - 38px);
  left: -11px;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-appeal::before {
    width: 13.8461538462vw;
    height: 13.3333333333vw;
    top: calc(50% - 6.6666666667vw);
  }
}
.kv .kv-point-box .kv-point-appeal__title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-appeal__title {
    font-size: 3.0769230769vw;
  }
}
.kv .kv-point-box .kv-point-appeal__title small {
  font-size: 9px;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-appeal__title small {
    font-size: 1.5384615385vw;
  }
}
.kv .kv-point-box .kv-point-appeal__value {
  color: #DBFF00;
  font-family: "din-2014", sans-serif;
  font-size: 48px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-appeal__value {
    font-size: 7.6923076923vw;
    margin-top: -1.7948717949vw;
  }
}
.kv .kv-point-box .kv-point-appeal__value.kyujinsu {
  letter-spacing: -0.03em;
}
.kv .kv-point-box .kv-point-appeal__value.kyujinsu .kv-point-appeal__unit {
  margin-left: 2px;
}
.kv .kv-point-box .kv-point-appeal__value small {
  font-size: 30px;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-appeal__value small {
    font-size: 6.1538461538vw;
  }
}
.kv .kv-point-box .kv-point-appeal__unit {
  font-family: "Noto Sans JP";
  font-size: 24px;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-appeal__unit {
    font-size: 3.0769230769vw;
  }
}
.kv .kv-point-box .kv-point-notice {
  margin-top: 4px;
  color: #1A59AF;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 767px) {
  .kv .kv-point-box .kv-point-notice {
    font-size: 2.0512820513vw;
  }
}

.clients {
  padding-bottom: 137px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .clients {
    padding-bottom: 100px;
  }
}
.clients .clients-arrow-msg {
  background: #f2f2f2;
  font-family: Montserrat, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
}
.clients .clients-arrow-msg::after {
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 55px solid #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}
@media (max-width: 767px) {
  .clients .clients-arrow-msg::after {
    border-top-width: 48px;
  }
}
@media (max-width: 767px) {
  .clients .clients-arrow-msg {
    padding: 25px 0 0;
    line-height: 32px;
  }
}
@media (max-width: 360px) {
  .clients .clients-arrow-msg {
    font-size: 14px;
    padding: 25px 10px 0;
  }
}
.clients .clients-arrow-msg .clients-arrow-msg-strong {
  color: #eb690c;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .clients .clients-arrow-msg .clients-arrow-msg-strong.sp-small {
    font-size: 18px;
  }
}
.clients .clients-arrow-msg .clients-arrow-msg-strong .clients-arrow-msg-cap {
  font-size: 10px;
  font-style: normal;
  position: absolute;
  top: -12px;
  right: -14px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 767px) {
  .clients .clients-arrow-msg .clients-arrow-msg-strong .clients-arrow-msg-cap {
    top: -14px;
  }
}
.clients .clients-body {
  padding-top: 130px;
}
@media (max-width: 767px) {
  .clients .clients-body {
    padding-top: 88px;
  }
}
.clients .clients-body .clients-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin-bottom: 17px;
}
.clients .clients-body .clients-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clients .clients-body .clients-logos .clients-logos-item {
  width: 20%;
}
@media (max-width: 767px) {
  .clients .clients-body .clients-logos .clients-logos-item {
    width: 33.33%;
  }
}
.clients .clients-contact-button {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .clients .clients-contact-button {
    margin-top: 35px;
  }
}
.clients .clients-contact-button a {
  background: #ffe303 url(/content_assets/42yy_a/img/icon-button-arrow.svg) no-repeat right 18px center;
  background-size: 22px auto;
  border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: 350px;
}
.clients .clients-contact-button a:hover {
  background-color: #fff196;
  background-position: right 15px center;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767px) {
  .clients .clients-contact-button a {
    border-radius: 4px;
    margin: 20px auto 0;
    padding: 20px 0;
    text-align: center;
    width: 89%;
  }
}

.bg-top-triangle::before,
.bg-top-triangle::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 0;
}

.introduce {
  background: #092053;
  padding: 35px 0 70px;
  position: relative;
  z-index: 1;
}
.introduce.bg-top-triangle::before {
  border-right: 100vw solid #092053;
  border-top: 80px solid transparent;
  left: 0;
  top: -80px;
}
@media (max-width: 767px) {
  .introduce.bg-top-triangle::before {
    border-top-width: 30px;
    top: -30px;
  }
}
.introduce::after {
  border-right: 100vw solid transparent;
  border-top: 80px solid #092053;
  bottom: -80px;
  left: 0;
}
@media (max-width: 767px) {
  .introduce::after {
    border-top-width: 30px;
    bottom: -30px;
  }
}
.introduce .introduce-title {
  color: #fff;
  font-family: Montserrat, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .introduce .introduce-title {
    font-size: 20px;
  }
}
.introduce .introduce-title .introduce-title-num {
  color: #ffe303;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .introduce .introduce-title .introduce-title-num {
    font-size: 36px;
  }
}
.introduce .introduce-title .introduce-title-num::after {
  content: "";
  width: 100%;
  display: inline-block;
  bottom: 8px;
  position: absolute;
  left: 0;
  border-top: 5px solid #EB690C;
  z-index: -1;
}
.introduce .introduce-title .introduce-title-cap {
  font-size: 10px;
  font-style: normal;
  position: absolute;
  top: 4px;
  right: -24px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .introduce .introduce-title .introduce-title-cap {
    top: 2px;
    right: -22px;
  }
}
.introduce .introduce-body {
  margin: 44px auto 0;
  max-width: 1120px;
  padding: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .introduce .introduce-body {
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .introduce .introduce-slick {
    overflow-x: hidden;
    width: 100%;
  }
}
.introduce .introduce-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .introduce .introduce-list {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}
.introduce .introduce-list .introduce-list-item {
  background: #fff;
  border-radius: 3px;
  width: calc(25% - 20px);
}
@media (max-width: 767px) {
  .introduce .introduce-list .introduce-list-item {
    width: 260px;
  }
  .introduce .introduce-list .introduce-list-item.slick-slide {
    margin-right: 15px;
  }
}
.introduce .introduce-list .introduce-list-item.is-dummy {
  width: 100%;
}
@media (max-width: 767px) {
  .introduce .introduce-list .introduce-list-item.is-dummy {
    display: none;
  }
}
.introduce .introduce-list .introduce-list-item .introduce-img {
  position: relative;
}
.introduce .introduce-list .introduce-list-item .introduce-img img {
  border-radius: 3px 3px 0 0;
}
.introduce .introduce-list .introduce-list-item .introduce-img .introduce-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffe303;
  bottom: 0;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  left: 0;
  line-height: 28px;
  padding: 0 5px;
  position: absolute;
}
.introduce .introduce-list .introduce-list-item .introduce-job-dtl {
  margin: 10px 15px 0;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dashed #aaa;
}
.introduce .introduce-list .introduce-list-item .introduce-job-dtl dt {
  font-size: 12px;
  font-weight: 700;
  width: 13%;
}
@media (max-width: 767px) {
  .introduce .introduce-list .introduce-list-item .introduce-job-dtl dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.introduce .introduce-list .introduce-list-item .introduce-job-dtl dd {
  font-size: 12px;
  font-weight: 400;
  width: 77%;
}
@media (max-width: 767px) {
  .introduce .introduce-list .introduce-list-item .introduce-job-dtl dd {
    width: 85%;
  }
}
.introduce .introduce-list .introduce-list-item .introduce-income {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
  margin: 10px 15px 0;
  padding-bottom: 15px;
}
.introduce .introduce-list .introduce-list-item .introduce-income dt {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.introduce .introduce-list .introduce-list-item .introduce-income dd {
  color: #EB690C;
  font-size: 22px;
  font-weight: 700;
}
.introduce .introduce-list .introduce-list-item .introduce-income dd span {
  font-family: Montserrat, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
}
.introduce .introduce-bg {
  position: absolute;
  right: 18%;
  top: -76px;
  width: 35%;
  z-index: 1;
}
@media (max-width: 767px) {
  .introduce .introduce-bg {
    top: -30px;
    right: 0;
    width: 90%;
  }
}

.secret {
  background: #fff url(/content_assets/42yy_a/img/img_secret_bg.webp) no-repeat center center;
  background-size: cover;
  padding: 110px 0 144px;
}
@media (max-width: 767px) {
  .secret {
    background: #fff url(/content_assets/42yy_a/img/img_secret_bg_sp.webp) no-repeat 0 0;
    background-size: 100% auto;
    padding: 54px 0 96px;
  }
}
.secret .secret-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.secret .secret-title span {
  color: #eb690c;
  font-size: 26px;
}
.secret .secret-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin: 40px auto 0;
  max-width: 1000px;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .secret .secret-body {
    display: block;
    margin-top: 15px;
    padding: 0 15px;
  }
}
.secret .secret-primary {
  width: 48%;
}
@media (max-width: 767px) {
  .secret .secret-primary {
    width: 100%;
  }
}
.secret .secret-secondary {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: calc(52% - 30px);
}
@media (max-width: 767px) {
  .secret .secret-secondary {
    margin-top: 20px;
    width: 100%;
  }
}
.secret .secret-secondary .secret-secondary-msg {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.secret .secret-secondary .secret-secondary-button a {
  background: #ffe303 url(/content_assets/42yy_a/img/icon-button-arrow.svg) no-repeat right 10px center;
  background-size: 20px auto;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.secret .secret-secondary .secret-secondary-button a:hover {
  background-color: #fff196;
  background-position: right 7px center;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767px) {
  .secret .secret-secondary .secret-secondary-button a {
    border-radius: 4px;
    margin: 20px auto 0;
    padding: 20px 0;
    text-align: center;
    width: 94.5%;
  }
}

.successful {
  background: #e5eabc;
  padding: 25px 0 50px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .successful {
    padding: 37px 0 60px;
  }
}
.successful.bg-top-triangle::before {
  border-right: 100vw solid #e5eabc;
  border-top: 80px solid transparent;
  left: 0;
  top: -80px;
}
@media (max-width: 767px) {
  .successful.bg-top-triangle::before {
    border-top-width: 30px;
    top: -30px;
  }
}
.successful::after {
  border-right: 100vw solid transparent;
  border-top: 80px solid #e5eabc;
  bottom: -80px;
  left: 0;
}
@media (max-width: 767px) {
  .successful::after {
    border-top-width: 30px;
    bottom: -30px;
  }
}
.successful .successful-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.successful .successful-title img {
  height: auto;
  width: 105px;
}
.successful .successful-sub-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .successful .successful-sub-title {
    font-size: 20px;
    margin-top: 12px;
  }
}
.successful .successful-sub-title .successful-sub-title-num {
  color: #eb690c;
  font-family: Montserrat, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .successful .successful-sub-title .successful-sub-title-num {
    font-size: 36px;
  }
}
.successful .successful-sub-title .successful-sub-title-num::after {
  content: "";
  width: 100%;
  display: inline-block;
  bottom: 6px;
  position: absolute;
  left: 0;
  border-top: 5px solid #b8d000;
  z-index: -1;
}
.successful .successful-sub-title .successful-sub-title-cap {
  font-size: 10px;
  font-style: normal;
  position: absolute;
  top: 4px;
  right: -24px;
  font-weight: 400;
  color: #333;
}
.successful .successful-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .successful .successful-body {
    display: block;
    padding: 0 15px;
  }
}
.successful .successful-body .successful-box {
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-box-shadow: 3px 8px 9px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 8px 9px -6px rgba(0, 0, 0, 0.3);
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .successful .successful-body .successful-box {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
  }
  .successful .successful-body .successful-box + .successful-box {
    margin-top: 20px;
  }
}
.successful .successful-body .successful-box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.successful .successful-body .successful-box-img img {
  width: 50%;
}
.successful .successful-body .successful-box-img .successful-box-msg {
  background: conic-gradient(from 45deg at 50% 50%, #294477 0deg, #4f6792 360deg);
  border-radius: 0 3px 0 0;
  color: #fff;
  padding: 15px;
  width: 50%;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .successful .successful-body .successful-box-img .successful-box-msg {
    font-size: 14px;
    padding: 15px;
  }
}
.successful .successful-body .successful-box-img .successful-box-msg p {
  line-height: 21px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .successful .successful-body .successful-box-img .successful-box-msg p {
    line-height: 21px;
  }
}
.successful .successful-body .successful-box-img .successful-box-msg .successful-job {
  font-size: 10px;
  position: absolute;
  text-align: right;
  right: 13px;
  bottom: 18px;
}
.successful .successful-body .successful-income {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 21px;
}
@media (max-width: 767px) {
  .successful .successful-body .successful-income {
    padding: 14px 15px;
  }
}
.successful .successful-body .successful-income .successful-income-before {
  text-align: center;
  width: 40%;
}
.successful .successful-body .successful-income .successful-income-before .successful-income-job {
  font-size: 12px;
  font-weight: 400;
}
.successful .successful-body .successful-income .successful-income-before .successful-income-job span {
  font-size: 14px;
  font-weight: 700;
}
.successful .successful-body .successful-income .successful-income-before .successful-income-num {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 5px;
}
.successful .successful-body .successful-income .successful-income-before .successful-income-num span {
  font-family: Montserrat, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.successful .successful-body .successful-income .successful-income-after {
  padding-left: 40px;
  position: relative;
  text-align: center;
  width: 60%;
}
.successful .successful-body .successful-income .successful-income-after::before {
  background: url(/content_assets/42yy_a/img/icon_successful_arrow.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 24px;
  width: 40px;
}
.successful .successful-body .successful-income .successful-income-after .successful-income-job {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.successful .successful-body .successful-income .successful-income-after .successful-income-num {
  color: #eb690c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 3px;
}
.successful .successful-body .successful-income .successful-income-after .successful-income-num span {
  font-family: Montserrat, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
}
.successful .successful-body .successful-text {
  padding: 15px 15px 25px;
}
.successful .successful-body .successful-text .successful-text-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.successful .successful-body .successful-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1.5px;
  margin-top: 10px;
}

#btm_area {
  padding: 0 0 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#040F28), to(#022257));
  background: linear-gradient(180deg, #040F28 0%, #022257 100%);
}
@media (max-width: 767px) {
  #btm_area {
    padding: 7.6923076923vw 3.8461538462vw 20.5128205128vw 3.8461538462vw;
  }
}

.radius-header {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
@media (max-width: 767px) {
  .radius-header {
    width: 95%;
  }
}

/* form_area */
#form_area {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(8, 54, 145, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(8, 54, 145, 0.08);
  position: relative;
  max-width: 966px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  #form_area {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #form_area {
    padding: 0 5.1282051282vw 12.8205128205vw;
  }
}
#form_area h2 {
  font-size: 26px;
  font-weight: 600;
  padding: 10px 40px;
  color: #ffffff;
  border-radius: 4px;
  background: #014C96;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  #form_area h2 {
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 12px;
  }
}
#form_area h2::after {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #014C96 transparent transparent transparent;
}
#form_area .first-question {
  color: #014C96;
  width: 384px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #form_area .first-question {
    width: 100%;
  }
}
#form_area .first-question .question {
  color: #333333;
}
#form_area .question {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #form_area .question {
    font-size: 16px;
  }
}
#form_area .employment-status {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 29px;
}
@media (max-width: 767px) {
  #form_area .employment-status {
    gap: 2.5641025641vw 2.3076923077vw;
  }
}
#form_area .employment-status p {
  border: solid 2px #014C96;
  padding: 11px 0;
  border-radius: 4px;
  font-weight: 700;
  width: 177px;
  font-size: 19px;
}
@media (max-width: 767px) {
  #form_area .employment-status p {
    width: 38.4615384615vw;
    border: none;
    background-color: #2e82d6;
    color: #fff;
    position: relative;
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#form_area .employment-status p::after {
  position: absolute;
  top: 51%;
  right: 8px;
  content: url(/content_assets/36ds_a/img/arrow.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  #form_area .employment-status p::after {
    position: static;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    margin-left: 2.5641025641vw;
  }
}
#form_area .employment-status .last-type {
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #form_area .employment-status .last-type {
    margin-top: 1.2820512821vw;
  }
}
#form_area .employment-status a p:hover {
  background-color: #014C96;
  color: #ffffff;
  border-radius: 4px;
}

/* entry-form */
.entry-form {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 80px;
}
@media (max-width: 767px) {
  .entry-form {
    width: 100%;
    padding: 0;
  }
}
.entry-form .step_bar {
  display: none;
}
.entry-form .step_bar.show {
  display: inherit;
}
@media (max-width: 767px) {
  .entry-form .step_bar.show {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.entry-form .step_bar .step_bar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 100%;
  gap: 50px;
  margin: 20px auto;
}
.entry-form .step_bar .step_bar__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 260px;
  z-index: 0;
  background-image: linear-gradient(to right, #dfdfdf, #dfdfdf 2px, transparent 2px, transparent 8px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
}
.entry-form .step_bar .step_bar__list .progress {
  background-color: #014C96;
  position: absolute;
  top: 50%;
  left: 22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4px;
  width: 240px;
  max-width: 100%;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .entry-form .step_bar .step_bar__list .progress {
    width: 0px;
    left: 9px;
  }
}
.entry-form .step_bar .step_bar__list li {
  font-size: 14px;
  color: #fff;
  background-color: #dfdfdf;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  z-index: 2;
}
.entry-form .question li {
  display: none;
}
.entry-form .question li.is-active {
  display: block;
}
.entry-form section {
  display: none;
}
.entry-form section.is-active {
  display: block;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.entry-form section dl input,
.entry-form section dl select {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 15px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.entry-form section dl {
  margin: auto;
}
@media (max-width: 767px) {
  .entry-form section dl {
    width: 100%;
  }
  .entry-form section dl.two-col {
    width: 100%;
  }
}
.entry-form section dt {
  color: #333333;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
}
.entry-form .entry-btn {
  color: #014C96;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.entry-form .entry-btn a {
  border-radius: 4px;
  border: 2px solid #014C96;
  font-size: 20px;
  padding: 15px 0;
}
.entry-form .entry-btn .entry-prev {
  width: 65px;
}
@media (max-width: 767px) {
  .entry-form .entry-btn .entry-prev {
    width: 20%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
.entry-form .entry-btn .entry-next {
  width: 265px;
  background-color: #014C96;
  color: #ffffff;
  position: relative;
  padding: 20px 0 5px;
  border-bottom: 8px solid #032D56;
}
@media (max-width: 767px) {
  .entry-form .entry-btn .entry-next {
    width: 75%;
  }
}
.entry-form .entry-btn .entry-next::before {
  content: "残り3ステップ";
  position: absolute;
  top: 4px;
  left: calc(50% - 45px);
  font-size: 70%;
}
.entry-form .entry-btn .entry-next[href="#step3"]::before {
  content: "残り3ステップ";
}
.entry-form .entry-btn .entry-next[href="#step4"]::before {
  content: "残り2ステップ";
}
.entry-form .entry-btn .entry-next[href="#step5"]::before {
  content: "残り1ステップ";
}
.entry-form .entry-btn .entry-next::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 10px;
  width: 10px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 25px;
  right: 20px;
}
.entry-form .entry_submit {
  margin: 30px 0 20px;
}
.entry-form .entry_submit .show_kiyaku {
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
}
.entry-form .entry_submit button {
  position: relative;
  display: inline-block;
  width: 300px;
  border-radius: 4px;
  background-color: #eb690c;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 0;
  margin-top: 10px;
  border-bottom: 8px solid #B24A00;
}
.entry-form .entry_submit button::before {
  content: url(/content_assets/36ds_a/img/cta-img.png);
  display: inline-block;
  -webkit-transform: scale(0.15);
          transform: scale(0.15);
  position: absolute;
  top: -8.8rem;
  left: -11.6rem;
}
.entry-form .entry_submit button > span {
  font-size: 0.7rem;
  font-weight: bold;
  position: absolute;
  top: -1rem;
  left: calc(50% - 137px);
  display: block;
  text-align: center;
  margin: 0 5px 10px 7px;
  padding: 0.3rem 5px;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
}
.entry-form .entry_box {
  color: #014C96;
  width: 410px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .entry-form .entry_box {
    width: 100%;
  }
}
.entry-form .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.entry-form .name-box dd {
  width: 50%;
}
@media (max-width: 767px) {
  .entry-form .name-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .entry-form .name-box dd {
    width: 100%;
  }
}
.entry-form .state-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 8px;
}
.entry-form .state-box .pref-box {
  width: 285px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .entry-form .state-box .pref-box {
    width: 80%;
    margin: 8px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .entry-form .state-box .age-box {
    width: 80%;
    margin: 0 auto;
  }
}
.entry-form .state-box .age-box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .entry-form .state-box .age-box dd {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .entry-form .state-box {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entry-form .tel_box {
  margin-top: 8px;
}
.entry-form .is-error {
  border-color: #ff0000;
}
.entry-form .error_msg {
  color: #ff0000;
  font-size: 12px;
  text-align: left;
}

/* step5 */
.career:not(:first-of-type) {
  display: none;
}

.jobtype {
  pointer-events: none;
  color: #dfdfdf;
}

.career dd {
  position: relative;
}

.career dd:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border: 5.5px solid transparent;
  border-top: 9px solid #909090;
  margin-top: -4px;
}

.career dd:not(:first-of-type) {
  margin-top: 40px;
  position: relative;
}

.career dd:not(:first-of-type)::before {
  content: "";
  position: absolute;
  border-top: 2px solid #014C96;
  border-right: 2px solid #014C96;
  height: 10px;
  width: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: -50%;
  left: 50%;
}

.select_jobtype_kibo::before, .select_jobtype_gakusyu::before {
  content: none !important;
}

.select_jobtype_kibo, .select_jobtype_gakusyu {
  margin-top: 10px !important;
}

.select_jobtype_kibo p, .select_jobtype_gakusyu p {
  margin-top: 15px;
}

.career .career_add {
  text-align: center;
  color: #014C96;
  font-size: 14px;
  border-top: 1px dashed #014C96;
  margin: 30px auto;
  width: 100%;
}

.career .career_add p {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .career .career_add p {
    padding-top: 0;
  }
}

.entry-end-prev {
  font-size: 12px;
  color: #014C96;
  text-decoration: underline;
}

/* 希望勤務地 */
.entry-form .state-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pref-box {
  margin-top: 8px;
}

.age-box {
  width: 195px;
  margin-top: 8px;
}

.age-box .age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.age-box input[name="data[null][age]"] {
  width: 170px;
}

.choice-box {
  width: 100%;
}

#entryInputSecondChoice,
#entryAddThirdChoice,
#entryInputThirdChoice {
  display: none;
}

#entryAddSecondChoice {
  display: block;
}

#entryAddSecondChoice,
#entryAddThirdChoice {
  font-size: 15px;
  width: calc(100% - 56px);
  margin-left: 56px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#entryAddSecondChoice:before,
#entryAddThirdChoice:before {
  content: "+";
  font-size: 12px;
}

#entryInputSecondChoice,
#entryInputThirdChoice {
  margin-top: 16px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.state-box_remove-btn {
  width: 56px;
  height: 47px;
  padding: 0 16px;
}

select[name="data[null][hope_pref_1]"] {
  width: calc(100% - 56px) !important;
  margin-left: 56px !important;
}

select[name="data[null][hope_pref_2]"],
select[name="data[null][hope_pref_3]"] {
  width: calc(100% - 56px) !important;
}

@media (max-width: 767px) {
  #entryAddSecondChoice,
  #entryAddThirdChoice {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=index_a.css.map */