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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  word-break: break-all;
}

img {
  vertical-align: top;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  a {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0.75rem 0;
  }
  .header-logo {
    width: 26.875rem;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0.75rem 0;
  }
  .header-logo {
    width: 16.875rem;
  }
}
@media screen and (min-width: 768px) {
  .form-bg {
    background: #f8f8f8;
  }
  .form-inner {
    padding: 6.1875rem 0 0;
  }
  .form-inner-thanks {
    padding: 6.1875rem 0 9.0625rem 0;
  }
  .form h2 {
    margin: 0 auto 4.3125rem;
    width: 49.375rem;
  }
  .form h2.diff {
    margin: 0 0 3.25rem;
  }
  .form h2.thanks {
    margin: 0 0 4.6875rem;
  }
  .form-top {
    margin: 0 0 4.375rem;
    color: #111111;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .form-status {
    width: 25rem;
    margin: 0 auto 3.125rem;
  }
  .form-status.thanks {
    margin: 0 auto 5rem;
  }
  .form-text01 {
    margin: 0 0 4.375rem;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .form-text02 {
    width: 54.0625rem;
    margin: 0 auto 1.875rem;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    line-height: 1.67;
  }
  .form-text03 {
    width: 54.0625rem;
    margin: 0 auto;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    line-height: 1.67;
  }
  .form-img-wrapper01 {
    margin: 3.125rem auto;
  }
  .form-contents {
    width: 51.875rem;
    margin: 0 auto;
    padding: 0 0 5.625rem;
  }
  .form-contents-confirm {
    width: 62.5rem;
    margin: 0 auto;
  }
  .form-contents-confirm-bg {
    padding: 3.4375rem 5.625rem 3.4375rem 6.25rem;
    background: #ffffff;
  }
  .form-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.5rem;
  }
  .form-dl:last-of-type {
    border-bottom: none;
  }
  .form-dl-confirm {
    margin: 0 0 1.5625rem;
    padding: 0 0 1.4375rem;
    border-bottom: 1px solid #ecebeb;
  }
  .form-dl-confirm02 {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .form-dl01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-dl02 {
    padding: 0.375rem 0;
  }
  .form-dl03 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .form-dl04 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-dl04 .form-dt {
    margin-top: 0.3125rem;
  }
  .form-dl05 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-dl05 .form-dt-optional {
    margin-top: 0.375rem;
  }
  .form-dl06 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.375rem 0;
  }
  .form-dl06 .form-dt-optional {
    margin-top: 0.75rem;
  }
  .form-dl07 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3125rem 0;
  }
  .form-dt {
    position: relative;
    color: #0d0d4f;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .form-dt span {
    line-height: 3;
    font-size: 0.8125rem;
  }
  .form-dt::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "必須";
    width: 3rem;
    padding: 0.25rem 0;
    background: #c22928;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
  }
  .form-dt-optional {
    position: relative;
    text-align: left;
    color: #0d0d4f;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .form-dt-optional::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "任意";
    width: 3rem;
    padding: 0.25rem 0;
    background: #a6a6a6;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
  }
  .form-dt-optional.dt04::after {
    right: -4.375rem;
  }
  .form-dt-optional.dt05::after {
    right: -4.375rem;
  }
  .form-dt-optional.dt09::after {
    right: -4.0625rem;
  }
  .form-dt-optional.dt13::after {
    right: -4.0625rem;
  }
  .form-dt-optional.dt14::after {
    right: -4.0625rem;
  }
  .form-dt-optional.dt15::after {
    right: -4.0625rem;
  }
  .form-dt-optional.dt16::after {
    right: -4.0625rem;
  }
  .form-dt-optional.dt17::after {
    right: -4.0625rem;
  }
  .form-dt-optional.dt18::after {
    right: -4.0625rem;
  }
  .form-dt.dt01::after {
    left: 5rem;
  }
  .form-dt.dt02::after {
    left: 5.9375rem;
  }
  .form-dt.dt03::after {
    left: 5.9375rem;
  }
  .form-dt.dt05::after {
    right: 7.5rem;
  }
  .form-dt.dt06::after {
    right: -3.75rem;
  }
  .form-dt.dt07::after {
    right: -3.75rem;
  }
  .form-dt.dt08::after {
    right: -3.75rem;
  }
  .form-dt.dt10::after {
    right: -3.75rem;
  }
  .form-dt.dt11::after {
    right: -3.75rem;
  }
  .form-dt.dt12::after {
    right: -3.75rem;
  }
  .form-dt.dt13::after {
    right: -3.75rem;
  }
  .form-dt.dt14::after {
    right: -3.75rem;
  }
  .form-dd {
    width: 28.75rem;
  }
  .form-dd .form-data {
    width: 26.25rem;
    font-size: 1.125rem;
    padding-left: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .form-dd-confirm01 .form-data {
    margin: 0.9375rem 0;
  }
  .form-dd .chkbox-list {
    margin: 0 0 1.25rem;
  }
  .form-dd .chkbox-list li {
    margin: 0 3.75rem 0 0;
  }
  .form-dd .chkbox-list01 li {
    display: block;
    margin: 2.5rem 0;
  }
  .form-dd .radio-label {
    display: inline-block;
    padding: 0 2.0625rem 0 2.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    position: relative;
    cursor: pointer;
  }
  .form-dd .radio-label.diff {
    padding: 0 0.75rem 0 2.5rem;
  }
  .form-dd .radio-label::after {
    position: absolute;
    content: "";
    display: block;
    top: -15%;
    left: 0;
    width: 1.7125rem;
    height: 1.7125rem;
    background: url(../images/check01.webp) no-repeat;
    background-size: 100%;
  }
  .form-dd .radio-label::before {
    top: -15%;
    left: 0;
    width: 1.7125rem;
    height: 1.7125rem;
    background: url(../images/check02.webp) no-repeat;
    background-size: 100%;
    opacity: 0;
    z-index: 1;
  }
  .form-dd .radio-label:after, .form-dd .radio-label:before {
    position: absolute;
    content: "";
    display: block;
    top: -0.3125rem;
    left: 0;
  }
  .form-dd input[type=radio]:checked + .radio-label:before {
    opacity: 1;
  }
  .form-dd input[type=radio]:checked + .radio-label:after {
    opacity: 0;
  }
  .form-dd input {
    display: block;
    width: 28.75rem;
    padding: 0.9375rem 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #0d0d4f;
    color: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0%;
  }
  .form-dd input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .form-dd input::-moz-placeholder {
    color: #cccccc;
  }
  .form-dd input::-ms-input-placeholder {
    color: #cccccc;
  }
  .form-dd input::placeholder {
    color: #cccccc;
  }
  .form-dd input#annual_income {
    width: 10.9375rem;
  }
  .form-dd input#score {
    width: 10.9375rem;
  }
  .form-dd .form-half {
    width: 50%;
  }
  .form-dd select {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.1em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 1.25rem 0 1.25rem 1.5rem;
    border: 1px solid #0d0d4f;
    background: #ffffff;
    cursor: pointer;
  }
  .form-dd-relative {
    position: relative;
  }
  .form-dd-relative::before {
    content: "";
    position: absolute;
    top: 1.6875rem;
    right: 0.875rem;
    color: #2a2a64;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
  }
  .form-dd-select-txt {
    margin: 0 1.0625rem 0 0.625rem;
    color: #0d0d4f;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .form-dd-select-txt.diff {
    margin: 0 0 0 0.625rem;
  }
  .form-dd-year {
    width: 8.125rem;
  }
  .form-dd-month {
    width: 6rem;
  }
  .form-dd-day {
    width: 6rem;
  }
  .form-dd-skill {
    width: 28.75rem;
  }
  .form-dd-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .form-dd .radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-dd .radio-list input {
    width: 16rem;
  }
  .form-dd textarea {
    width: 28.75rem;
    min-height: 11.25rem;
    height: inherit;
    padding: 0.9375rem;
    border: 1px solid #0d0d4f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333;
    font-size: 1rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
    border-radius: 0%;
  }
  .form-dd textarea::-webkit-input-placeholder {
    color: #cccccc;
  }
  .form-dd textarea::-moz-placeholder {
    color: #cccccc;
  }
  .form-dd textarea::-ms-input-placeholder {
    color: #cccccc;
  }
  .form-dd textarea::placeholder {
    color: #cccccc;
  }
  .form-dd .form-post {
    width: 40%;
  }
  .form-dd .form-post-text {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.75rem;
    margin: 0 0 1.25rem 0;
  }
  .form-dd .form-address {
    width: 80%;
  }
  .form-dd .form-address-text {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.75rem;
    margin: 0 0 1.25rem 0;
  }
  .form-dd .radio-list input[type=radio] {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0;
  }
  .form-dd .radio-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-dd .radio-list .radio-txt {
    font-size: 1.75rem;
    padding-left: 0.625rem;
  }
  .form-address-box .form-dd {
    margin: 1.875rem 0;
  }
  .form-address-box .form-dd .flex-list {
    display: block;
  }
  .form-privacy {
    position: relative;
    margin: 4rem 0 1.9375rem;
    text-align: center;
  }
  .form .radio-list input[type=radio] {
    display: none;
  }
  .form .form-privacy input[type=checkbox] {
    display: none;
  }
  .form input[type=checkbox]:checked + .check-btn:before {
    opacity: 0;
  }
  .form input[type=checkbox]:checked + .check-btn:after {
    opacity: 1;
  }
  .form .check-btn {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    padding-left: 3.75rem;
  }
  .form .check-btn::before {
    position: absolute;
    content: "";
    top: -0.4375rem;
    left: 0.625rem;
    width: 1.375rem;
    height: 1.375rem;
    z-index: 1;
    border: 1px solid #0d0d4f;
    background: #ffffff;
  }
  .form .check-btn::after {
    position: absolute;
    content: "";
    display: block;
    top: -0.4375rem;
    left: 0.625rem;
    width: 1.375rem;
    height: 1.375rem;
    background: url("../images/form-check02.webp") no-repeat center/70%;
    border: 1px solid #0d0d4f;
  }
  .form .check-btn a {
    display: inline-block;
    color: #0d0d4f;
    border-bottom: 1px solid #b9b9c4;
  }
  .form-btn {
    text-align: center;
  }
  .form-btn-contents {
    position: relative;
    border: none;
    background: #999;
    font-size: 1.25rem;
    color: #fff;
    width: 25rem;
    height: 3.75rem;
    margin: 0 auto;
    border-radius: 4.375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
    letter-spacing: 0.03em;
  }
  .form-btn-contents.true {
    cursor: pointer;
    pointer-events: auto;
    background: url("../images/form-btn.webp") no-repeat center/cover;
  }
  .form-btn-contents img {
    width: 11.25rem;
    height: auto;
    margin: 0 auto;
  }
  .form-btn-contents.confirm img {
    width: 5.25rem;
    height: auto;
    margin: 0 auto;
  }
  .form-btn-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.375rem 0 0;
  }
  .form-back-btn-contents {
    cursor: pointer;
    border: none;
    background: #a6a6a6;
    font-size: 1.25rem;
    color: #fff;
    width: 15rem;
    height: 3.375rem;
    border-radius: 4.375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .form-back-btn-contents img {
    width: 2.5rem;
    height: auto;
    margin: 0 auto;
  }
  .form__flex {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .form-dd input[type=file] {
    display: none;
  }
  .form-dd .my-file-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 3.1rem;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #0d0d4f;
    border: solid 0.01rem #0d0d4f;
    background: linear-gradient(to bottom, #f4f4f4, #dbdbdb);
    cursor: pointer;
  }
  .file-txt01 {
      display: block;
      font-size: 1rem;
      letter-spacing: 0;
      font-weight: 500;
      color: #c22928;
      padding-left: 1rem;
  }
  .file-txt02 {
      display: block;
      width: 21rem;
      font-size: 1.25rem;
      font-weight: bold;
      color: #0d0d4f;
      letter-spacing: 0.06em;
      padding: 0.75rem 0 0 1rem;
  }
  .form__txt02 {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.38;
    color: #0d0d4f;
    padding: 1.05rem 0 0 0;
  }
  .form-dd.dd17,.form-dd.dd18 {
    width: 34.75rem;
    margin-right: -6rem;
  }
  .form-dl.dl17,.form-dl.dl18 {
    align-items: flex-start;
  }
  .form-dt-optional.dt17,.form-dt-optional.dt18 {
    margin-top: 1rem;
  }
}
/*----------------------------------------------------------
    validation message
----------------------------------------------------------*/
.errmsg-box {
  margin: 1em 0 2em;
  padding: 1em;
  color: #cb1d46;
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  background: #ffe8f7;
}
.form-table .error {
  background: #ffe8e8;
}
.form-table .error-msg-balloon {
  position: relative;
  margin: 0.75rem 0 0;
  padding: 0.25em 0.25em;
  background: #e11d1d;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0.25rem;
}
.form-table .error-msg-balloon span:before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 0.375rem;
  border-style: solid;
  border-color: #e11d1d transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  /*----------------------------------------------------------
      validation message
  ----------------------------------------------------------*/
  .errmsg-box {
    margin: 1em 0 2em;
    padding: 1em;
    color: #cb1d46;
    font-size: 1.575rem;
    font-weight: bold;
    line-height: normal;
    background: #ffe8f7;
    text-align: left;
  }
  .form-table .error {
    background: #ffe8e8;
  }
  .form-table .error-msg-balloon {
    left: 25rem !important;
    position: relative;
    margin: 1.875rem 0 0;
    padding: 0.3125rem 0.3125rem;
    background: #e11d1d;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
  .form-table .error-msg-balloon span:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #e11d1d;
  }
}
@media screen and (max-width: 767px) {
  .form-bg {
    background-color: #f8f8f8;
    text-align: center;
  }
  .form-inner {
    padding: 5.625rem 0 0;
  }
  .form-inner-thanks {
    padding: 5.625rem 0 9.0625rem;
  }
  .form h2 {
    margin: 0 auto 4.375rem;
    width: 41rem;
  }
  .form h2.diff {
    margin: 0 0 3.75rem;
  }
  .form-top {
    margin: 0 0 3.125rem;
    color: #111111;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .form-status {
    width: 33.75rem;
    margin: 0 0 0 4.0625rem;
  }
  .form-status.thanks {
    width: 35rem;
    margin: 0 auto 5.125rem;
  }
  .form-title {
    font-size: 3.125rem;
    color: #333;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    background: #eeeeee;
    padding: 2.5rem 0;
  }
  .form-title .size {
    font-size: 2.1875rem;
  }
  .form-text01 {
    font-weight: bold;
    font-size: 2.125rem;
    line-height: 1.5;
    margin-bottom: 3.125rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .form-text02 {
    width: 38.75rem;
    margin: 0 auto 1.875rem;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.62;
    text-align: left;
  }
  .form-text03 {
    width: 38.75rem;
    margin: 0 auto;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;
  }
  .form-img-wrapper01 {
    margin: 3.125rem auto;
  }
  .form-contents {
    width: 38.75rem;
    margin: 0 auto;
    padding: 6.1875rem 0 7.5rem;
  }
  .form-contents-confirm {
    padding: 5.625rem 0 7.75rem;
  }
  .form-dl {
    text-align: left;
    margin-bottom: 3.875rem;
  }
  .form-dl-confirm {
    margin: 0 0 3rem;
  }
  .form-dl-confirm .form-dt {
    margin: 0 0 1.5rem;
    padding: 1.5625rem 0 1.5625rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
  }
  .form-dl-confirm .form-dd .form-data {
    padding: 0 0 0 3.4375rem;
  }
  .form-dl-confirm .form-dt-optional {
    margin: 0 0 1.5rem;
    padding: 1.5625rem 0 1.5625rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
  }
  .form-dl05, .form-dl06 {
    margin-bottom: 1.5625rem;
  }
  .form-dt {
    position: relative;
    color: #0d0d4f;
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 2rem;
    letter-spacing: 0.06em;
  }
  .form-dt::after {
    position: absolute;
    content: "必須";
    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;
    top: -0.4375rem;
    left: 8.125rem;
    width: 5.3125rem;
    padding: 0.75rem 0;
    text-align: center;
    line-height: 1;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #c22928;
  }
  .form-dt span {
    font-size: 1.5rem;
    line-height: 3;
  }
  .form-dt-optional {
    position: relative;
    text-align: left;
    color: #0d0d4f;
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 2.5625rem;
    letter-spacing: 0.06em;
  }
  .form-dt-optional::after {
    position: absolute;
    top: -0.5rem;
    left: 6.25rem;
    content: "任意";
    width: 5.3125rem;
    padding: 0.6875rem 0;
    background: #a6a6a6;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.08em;
  }
  .form-dt-optional.dt05::after {
    left: 10rem;
  }
  .form-dt-optional.dt09::after {
    left: 10rem;
  }
  .form-dt-optional.dt15::after {
    left: 14.375rem;
  }
  .form-dt-optional.dt16::after {
    left: 8.125rem;
  }
  .form-dt-optional.dt17::after {
    left: 12.125rem;
  }
  .form-dt-optional.dt18::after {
    left: 8.125rem;
  }
  .form-dt.dt02::after {
    left: 10rem;
  }
  .form-dt.dt03::after {
    left: 10rem;
  }
  .form-dt.dt04::after {
    left: 15.625rem;
  }
  .form-dt.dt06::after {
    left: 10rem;
  }
  .form-dt.dt07::after {
    left: 15.625rem;
  }
  .form-dt.dt08::after {
    left: 23.75rem;
  }
  .form-dt.dt10::after {
    left: 18.75rem;
  }
  .form-dt.dt11::after {
    left: 21.25rem;
  }
  .form-dt.dt12::after {
    left: 25rem;
  }
  .form-dt.dt13::after {
    left: 12.5rem;
  }
  .form-dt.dt14::after {
    left: 12.5rem;
  }
  .form-dt-confirm::after {
    top: 1.0625rem;
    left: 10rem;
  }
  .form-dt-confirm.dt02::after {
    left: 11.875rem;
  }
  .form-dt-confirm.dt03::after {
    left: 11.875rem;
  }
  .form-dt-confirm.dt04::after {
    left: 8.125rem;
  }
  .form-dt-confirm.dt05::after {
    left: 11.875rem;
  }
  .form-dt-confirm.dt06::after {
    left: 11.875rem;
  }
  .form-dt-confirm.dt07::after {
    left: 17.5rem;
  }
  .form-dt-confirm.dt08::after {
    left: 25.625rem;
  }
  .form-dt-confirm.dt09::after {
    left: 11.875rem;
  }
  .form-dt-confirm.dt10::after {
    left: 20.625rem;
  }
  .form-dt-confirm.dt11::after {
    left: 23.125rem;
  }
  .form-dt-confirm.dt12::after {
    left: 26.875rem;
  }
  .form-dt-confirm.dt13::after {
    left: 14.375rem;
  }
  .form-dt-confirm.dt14::after {
    left: 14.375rem;
  }
  .form-dt-confirm.dt15::after {
    left: 16.25rem;
  }
  .form-dt-confirm.dt16::after {
    left: 9.375rem;
  }
  .form-dt-confirm.dt17::after {
    left: 14.375rem;
  }
  .form-dt-confirm.dt18::after {
    left: 10.375rem;
  }
  .form-dd .form-data {
    font-size: 1.75rem;
    padding-left: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.42;
  }
  .form-dd .form-data.diff {
    font-size: 1.6875rem;
  }
  .form-dd-confirm01 .form-data {
    margin: 0.9375rem 0;
  }
  .form-dd-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .form-dd-select-txt {
    margin: 0 1.6875rem 0.75rem 0.625rem;
    color: #0d0d4f;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
  .form-dd-select-txt.diff {
    margin: 0 0 0 0.625rem;
  }
  .form-dd-year {
    width: 11.25rem;
  }
  .form-dd-month {
    width: 8.125rem;
  }
  .form-dd-day {
    width: 8.125rem;
  }
  .form-dd-skill {
    width: 38.5625rem;
    font-size: 1.5625rem !important;
  }
  .form-dd #annual_income {
    width: 19.375rem;
  }
  .form-dd #score {
    width: 19.375rem;
  }
  .form-dd .chkbox-list01 li {
    display: block;
    margin: 2.5rem 0;
  }
  .form-dd .chkbox-label {
    display: inline-block;
    margin: 0 0 1.875rem;
    padding: 0 0 0 3.75rem;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    position: relative;
  }
  .form-dd .chkbox-label.diff {
    margin: 0;
  }
  .form-dd .chkbox-label::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/contact/check01.webp) no-repeat;
    background-size: 100%;
  }
  .form-dd .chkbox-label::before {
    top: 0;
    left: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/contact/check02.webp) no-repeat;
    background-size: 100%;
    opacity: 0;
    z-index: 1;
  }
  .form-dd .chkbox-label:after, .form-dd .chkbox-label:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0.625rem;
  }
  .form-dd input[type=checkbox]:checked + .chkbox-label:before {
    opacity: 1;
  }
  .form-dd input[type=checkbox]:checked + .chkbox-label:after {
    opacity: 0;
  }
  .form-dd input {
    display: block;
    width: 100%;
    padding: 1.4375rem 1.5rem;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #0d0d4f;
    color: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0%;
    letter-spacing: 0.08em;
  }
  .form-dd input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .form-dd input::-moz-placeholder {
    color: #cccccc;
  }
  .form-dd input::-ms-input-placeholder {
    color: #cccccc;
  }
  .form-dd input::placeholder {
    color: #cccccc;
  }
  .form-dd .form-half {
    width: 50%;
  }
  .form-dd select {
    display: block;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 1.5rem 0 1.5rem 1.5rem;
    border: 1px solid #0d0d4f;
    color: #333;
    background: #ffffff;
  }
  .form-dd-relative {
    position: relative;
  }
  .form-dd-relative::before {
    content: "";
    position: absolute;
    top: 2.1875rem;
    right: 1.5625rem;
    color: #2a2a64;
    line-height: 1;
    width: 0.8em;
    height: 0.8em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
  }
  .form-dd textarea {
    width: 100%;
    min-height: 18.75rem;
    height: inherit;
    padding: 0.9375rem;
    border: 1px solid #0d0d4f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333;
    font-size: 1.75rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
    border-radius: 0%;
  }
  .form-dd textarea::-webkit-input-placeholder {
    color: #cccccc;
  }
  .form-dd textarea::-moz-placeholder {
    color: #cccccc;
  }
  .form-dd textarea::-ms-input-placeholder {
    color: #cccccc;
  }
  .form-dd textarea::placeholder {
    color: #cccccc;
  }
  .form-dd .form-post {
    width: 40%;
  }
  .form-dd .form-post-text {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.75rem;
    margin: 0 0 1.25rem 0;
  }
  .form-dd .form-address {
    width: 80%;
  }
  .form-dd .form-address-text {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.75rem;
    margin: 0 0 1.25rem 0;
  }
  .form-dd .radio-label {
    display: inline-block;
    padding: 0 2.3125rem 0 3.75rem;
    color: #0d0d4f;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    position: relative;
  }
  .form-dd .radio-label.diff {
    padding: 0 0.75rem 0 3.75rem;
  }
  .form-dd .radio-label::after {
    position: absolute;
    content: "";
    display: block;
    top: -15%;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/check01.webp) no-repeat;
    background-size: 100%;
  }
  .form-dd .radio-label::before {
    top: -15%;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/check02.webp) no-repeat;
    background-size: 100%;
    opacity: 0;
    z-index: 1;
  }
  .form-dd .radio-label:after, .form-dd .radio-label:before {
    position: absolute;
    content: "";
    display: block;
    top: -0.3125rem;
    left: 0;
  }
  .form-dd input[type=radio]:checked + .radio-label:before {
    opacity: 1;
  }
  .form-dd input[type=radio]:checked + .radio-label:after {
    opacity: 0;
  }
  .form-dd .radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-dd .radio-list input[type=radio] {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0;
  }
  .form-dd .radio-list .radio-txt {
    font-size: 1.75rem;
    padding-left: 0.625rem;
  }
  .form-dd .radio-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-dd .radio-list input {
    width: 18.5625rem;
    margin: 0 0 0 1.3125rem;
  }
  .form-dd .radio-list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .form-dd .radio-list01 input[type=radio] {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0;
  }
  .form-dd .radio-list01 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-dd .radio-list01-txt {
    font-size: 1.5625rem;
    letter-spacing: 0.1em;
    line-height: 1.57;
    margin: 1.25rem 0 1.25rem 0;
  }
  .form-dd .radio-list01 .radio-txt {
    font-size: 1.75rem;
    padding-left: 0.5rem;
  }
  .form-address-box .form-dd {
    margin: 1.875rem 0;
  }
  .form-address-box .form-dd .flex-list {
    display: block;
  }
  .form-privacy {
    position: relative;
  }
  .form-privacy.confirm {
    margin: 7.5rem 0 0;
  }
  .form .radio-list input[type=radio] {
    display: none;
  }
  .form .form-privacy input[type=checkbox] {
    display: none;
  }
  .form .chkbox-list input[type=checkbox] {
    display: none;
  }
  .form .form-privacy input[type=checkbox] {
    position: absolute;
    top: 1.25rem;
    left: 2.8125rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .form input[type=checkbox]:checked + .check-btn:before {
    opacity: 1;
  }
  .form input[type=checkbox]:checked + .check-btn:after {
    opacity: 0;
  }
  .form input[type=checkbox]:checked + .check-btn:before {
    opacity: 0;
  }
  .form input[type=checkbox]:checked + .check-btn:after {
    opacity: 1;
  }
  .form .check-btn {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 0 3.75rem;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    padding-left: 8.125rem;
    line-height: 1.78;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .form .check-btn::before {
    position: absolute;
    content: "";
    top: 0.3125rem;
    left: 1.875rem;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    border: 1px solid #0d0d4f;
    background: #ffffff;
  }
  .form .check-btn::after {
    position: absolute;
    content: "";
    display: block;
    top: 0.3125rem;
    left: 1.875rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url("../images/form-check02.webp") no-repeat center/70%;
    border: 1px solid #0d0d4f;
  }
  .form .check-btn a {
    display: inline;
    color: #0d0d4f;
    border-bottom: 1px solid #474779;
  }
  .form-btn {
    text-align: center;
  }
  .form-btn-contents {
    position: relative;
    border: none;
    background: #999;
    font-size: 2.125rem;
    color: #fff;
    width: 41.875rem;
    height: 7.5rem;
    margin: 0 0 0 -1.875rem;
    border-radius: 4.375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
  }
  .form-btn-contents.true {
    cursor: pointer;
    pointer-events: auto;
    background: url("../images/form-btn-sp.webp") no-repeat center/cover;
  }
  .form-btn-contents img {
    width: 19.125rem;
    height: auto;
    margin: 0 auto;
  }
  .form-btn-contents.confirm img {
     width: 9.125rem;
    height: auto;
    margin: 0 auto;
  }
  .form-btn-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 43.125rem;
    gap: 1.1875rem;
    margin: 0 0 0 -1.875rem;
  }
  .form-back-btn-contents {
    border: none;
    background: #999999;
    font-size: 2.125rem;
    color: #fff;
    width: 25.5625rem;
    height: 6.625rem;
    margin: 1.5625rem 0 0;
    border-radius: 4.375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.1em;
  }
  .form-back-btn-contents img {
    width: 4.0625rem;
    height: auto;
    margin: 0 auto;
  }
  .form__flex {
    position: relative;
    width: 100%;
  }
  .form-dd input[type=file] {
    display: none;
  }
  .form-dd .my-file-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 5.1rem;
    font-size: 1.7rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #0d0d4f;
    border: solid 1px #0d0d4f;
    background: linear-gradient(to bottom, #f4f4f4, #dbdbdb);
  }
  .file-txt01 {
      display: block;
      font-size: 1.55rem;
      letter-spacing: 0.06em;
      font-weight: 500;
      color: #c22928;
      padding: 1.5rem 0 0 0;
  }
  .file-txt02 {
      display: block;
      font-size: 1.8rem;
      font-weight: bold;
      color: #0d0d4f;
      letter-spacing: 0.06em;
      padding: 1rem 0 0 1rem;
  }
  .form__txt02 {
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.38;
    color: #0d0d4f;
    padding: 1rem 0 0 0;
  }
  .form-dl.dl17,.form-dl.dl18 {
    align-items: flex-start;
  }
  .form-dt-optional.dt17,.form-dt-optional.dt18 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-bg {
    padding: 5.75rem 0;
    background: #03033b;
  }
  .footer-inner {
    color: #ffffff;
    font-family: notocho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-size: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 4rem 0;
    background: #03033b;
  }
  .footer-inner {
    color: #ffffff;
    font-family: notocho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-size: 1rem;
    text-align: center;
  }
}