/*==============================================================
_normalize.scss 移行分ここから ↓↓↓
===============================================================*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* 1. Set default font family to sans-serif. */
/* 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    -ms-text-size-adjust: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Remove default margin. */
body {
    margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/* Correct `block` display not defined for any HTML5 element in IE 8/9. */
/* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. */
/* Correct `block` display not defined for `main` in IE 11. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* 1. Correct `inline-block` display not defined in IE 8/9. */
/* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/* Prevent modern browsers from displaying `audio` without controls. */
/* Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* Address `[hidden]` styling not present in IE 8/9/10. */
/* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden],
template {
    display: none;
}

/* Links ========================================================================== */
/* Remove the gray background color from active links in IE 10. */
a {
    background-color: transparent;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics ========================================================================== */
/* Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong {
    font-weight: bold;
}

/* Address styling not present in Safari and Chrome. */
dfn {
    font-style: italic;
}

/* Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Address styling not present in IE 8/9. */
mark {
    background: #ff0;
    color: #000;
}

/* Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content ========================================================================== */
/* Remove border when inside `a` element in IE 8/9/10. */
img {
    border: 0;
}

/* Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/* Address margin not present in IE 8/9 and Safari. */
figure {
    margin: 1em 40px;
}

/* Address differences between Firefox and other browsers. */
hr {
    box-sizing: content-box;
    height: 0;
}

/* Contain overflow in all browsers. */
pre {
    overflow: auto;
}

/* Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms ========================================================================== */
/* Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/* 1. Correct color not being inherited. */
/*    Known issue: affects color of disabled elements. */
/* 2. Correct font properties not being inherited. */
/* 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/* Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
    overflow: visible;
}

/* Address inconsistent `text-transform` inheritance for `button` and `select`. */
/* All other form control elements do not inherit `text-transform` values. */
/* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. */
/* Correct `select` style inheritance in Firefox. */
button,
select {
    text-transform: none;
}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. */
/* 2. Correct inability to style clickable `input` types in iOS. */
/* 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
    cursor: default;
}

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
    line-height: normal;
}

/* It's recommended that you don't attempt to style these elements. */
/* Firefox's implementation doesn't respect box-sizing, padding, or width. */
/* 1. Address box sizing set to `content-box` in IE 8/9/10. */
/* 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/* Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/* 1. Address `appearance` set to `searchfield` in Safari and Chrome. */
/* 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/* Remove inner padding and search cancel button in Safari and Chrome on OS X. */
/* Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* Define consistent border, margin, and padding. */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* 1. Correct `color` not being inherited in IE 8/9/10/11. */
/* 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/* Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
    overflow: auto;
}

/* Don't inherit the `font-weight` (applied by a rule above). */
/* NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
    font-weight: bold;
}

/* Tables ========================================================================== */
/* Remove most spacing between table cells. */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*==============================================================
_normalize.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_main.scss 移行分ここから ↓↓↓
===============================================================*/

* {
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    html {
        min-width: 980px;
    }
}

body {
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p, div, ul, ol, dl, dd, figure {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

a {
    color: #0F71D2;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: underline;
}

/*==============================================================
_main.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_forms.scss 移行分ここから ↓↓↓
===============================================================*/

/*-----------------------------------------------------
    form
-----------------------------------------------------*/

input, input[type="password"], select {
    padding: 7px;
    border: 1px solid #BBB;
    background: #EEE;
    border-radius: 2px;
    box-shadow: inset 1px 1px 1px #EEE;
    outline: 0;
}

input:focus, input[type="password"]:focus, select:focus {
    border: 1px solid #6CA3E9;
    box-shadow: inset 0 0 3px #6CA3E9;
}

input[type="password"], select {
    height: 34px;
}

.c-input-checkbox,
input[type="checkbox"].c-input-checkbox {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0;
    border-radius: 2px;
    background-color: #fff; /* $v3-white-color */
    vertical-align: middle;
    cursor: pointer;

    &:focus {
        box-shadow: none;
    }

    &:checked {
        border: none;
        background-color: #f96075; /* $rejob-brand-pink */
        color: #fff; /* $rb-color-white */

        &::before {
            display: block;
            position: absolute;
            content: "";
            left: 13%;
            top: 67%;
            width: 36%;
            background-color: #fff; /* $rb-color-white */
            height: 4px;
            transform: rotate(45deg);
            transform-origin: right center;
        }

        &::after {
            display: block;
            position: absolute;
            content: "";
            left: 40%;
            top: 64%;
            width: 54%;
            background-color: #fff; /* $rb-color-white */
            height: 4px;
            transform: rotate(-53deg);
            transform-origin: left center;
        }
    }
}

.c-input-radio,
input[type="radio"].c-input-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 50%;
    background-color: #eee;
    vertical-align: middle;
    margin: 0;
}

.c-input-radio:checked,
input[type="radio"].c-input-radio:checked {
    border: 2px solid #f66285;
    background-color: #fff; /* $v3-white-color */
    background-image: radial-gradient(circle, #f66285 50%, transparent 50%);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.c-input-radio:focus,
input[type="radio"].c-input-radio:focus {
    box-shadow: none;
}

.c-input,
input:not([type="submit"]).c-input,
input[type="password"].c-input,
input[type="search"].c-input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 44px;
    padding: 6px;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-shadow: none;
    background: #FFF; /* $v3-white-color */
    font-size: 14px;
}

.c-input::placeholder,
input:not([type="submit"]).c-input::placeholder,
input[type="password"].c-input::placeholder,
input[type="search"].c-input::placeholder,
.c-input::-webkit-input-placeholder,
input:not([type="submit"]).c-input::-webkit-input-placeholder,
input[type="password"].c-input::-webkit-input-placeholder,
input[type="search"].c-input::-webkit-input-placeholder {
    color: #ccc;
}

.c-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 44px;
    padding: 0 6px;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    background-color: #fff;
    background-image: url('/assets/images/common_icn_select.png');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 9px;
    /*color: #333;*/
}

.c-select.is-blank {
    color: #ccc; /* $rb-color-g */
}

.c-select option {
    color: #333; /* $v3-black-color */
}

.c-select.is-default-disabled {
    background-image: none;
    border: none;
    pointer-events: none;
    padding: 0;
}

/*==============================================================
_forms.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_fontello.scss 移行分ここから ↓↓↓
===============================================================*/

@font-face {
    font-family: 'fontello';
    src: url('/assets/images/font/fontello.eot?62779593');
    src: url('/assets/images/font/fontello.eot?62779593#iefix') format('embedded-opentype'),
    url('/assets/images/font/fontello.woff2?62779593') format('woff2'),
    url('/assets/images/font/fontello.woff?62779593') format('woff'),
    url('/assets/images/font/fontello.ttf?62779593') format('truetype'),
    url('/assets/images/font/fontello.svg?62779593#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-phone:before {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e81f'; /* '' */
}


/*==============================================================
_fontello.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_header.scss 移行分ここから ↓↓↓
===============================================================*/

.header {
    position: relative;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
    border-top: 2px solid #F08F9B;
}

/*==============================================================
_header.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_button.scss 移行分ここから ↓↓↓
===============================================================*/

.label {
    display: inline-block;
    padding: 0 1.6em;
    line-height: 2.4em;
    color: #888;
    white-space: nowrap;
    font-size: 10px;
}

.c-btn-flat {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.c-btn--primary-flat {
    color: #fff;
    background: #fb6341;

    @media screen and (min-width: 768px) {
        .c-btn--primary-flat:hover {
            background: rgba(251, 99, 65, 0.8);
            opacity: 0.8;
            border-color: #fff;
            box-shadow: 0 0 8px #fb6341, inset 0 0 1px #fb6341;
        }
    }
}

.c-btn--secondary-flat {
    color: #fb6341;
    background: #fff;
    border: solid 1px #fb6341;
}

.c-btn--secondary-flat:hover,
.c-btn--secondary-flat:focus,
.c-btn--secondary-flat:active {
    text-decoration: none;

    @media screen and (min-width: 768px) {
        .c-btn--secondary-flat:hover,
        .c-btn--secondary-flat:focus {
            opacity: 0.8;
        }

        .c-btn--secondary-flat:hover {
            background: rgba(251, 99, 65, 0.2);
            border-color: #fff;
            box-shadow: 0 0 8px #fb6341, inset 0 0 1px #fb6341;
        }
    }
}

@media screen and (min-width: 768px) {
    .c-btn--max-400 {
        max-width: 400px;
    }
}

/* mix */
.btn {
    font-size: 14px;
    padding: 0 1.2em;
    color: rgba(0, 0, 0, 0.80);
    border: none rgba(0, 0, 0, 0);
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 4px;
    height: 3em;
    line-height: 2.8em;
    display: inline-block;
    zoom: 1; /* IE向け */
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px -2px #ccc inset;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

/* Firefox: Get rid of the inner focus border */
.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn.btn-hover,
.btn:hover,
.btn:focus {
    background: #eee;
}

.btn:focus {
    outline: 0;
}

.btn:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.20) inset;
    border-color: #000\9; /* IE9以下向けのフォールバック */
}

/*==============================================================
_button.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_list.scss 移行分ここから ↓↓↓
===============================================================*/

ul {
    list-style-position: inside;
}

.ol-pt2 {
    padding-left: 2em;
}

.ol-pt2 > li {
    list-style-position: outside;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .ol-pt2 {
        list-style-type: decimal;
        padding-left: 2em;
    }

    .ol-pt2 > li {
        list-style-position: outside;
        margin-top: 8px;
    }
}

.list_pt05 {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 18px;
}

.c-document-list {
    margin-top: 8px;
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;

    > li {
        margin-top: 8px;
    }
}

/*==============================================================
_list.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_entry.scss 移行分ここから ↓↓↓
===============================================================*/

.entry_complete_call {
    margin-top: 20px;
    border: solid 1px #f63f71;
    padding: 5px 5px 25px;
    text-align: center;
}

.entry_complete_call_ttl {
    font-weight: bold;
    font-size: 16px;
    background: #fff1f3;
    padding: 10px 0;
}

.entry_complete_call_txt {
    margin-top: 5px;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .entry_complete_call {
        margin: 30px 0;
        padding: 0;
        background-color: #fff;
        border: 1px solid #E97987;
        border-radius: 4px;
        overflow: hidden;
    }

    .entry_complete_call_ttl {
        font-weight: bold;
        text-align: center;
        color: #E97A87;
        background-color: #FFF4F4;
        font-size: 18px;
        padding: 20px;
        border-bottom: 1px solid #E97987;
    }

    .entry_complete_call_txt {
        margin: 0;
        padding: 20px 60px;
        font-size: 14px;
        text-align: center;
    }
}

/*==============================================================
_entry.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_box.scss 移行分ここから ↓↓↓
===============================================================*/

.info-box {
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 15px; /* デフォルトはPCのパディング */
}

@media (max-width: 767px) {
    .info-box {
        padding: 10px;
    }
}


.info-box-call-support {
    margin: 30px 0;
    background-color: #fff;
    border: 1px solid #E97987;
    border-radius: 4px;
    overflow: hidden;
}

.info-box-call-support .info-box-call-support__title {
    font-weight: bold;
    text-align: center;
    color: #E97A87;
    background-color: #FFF4F4;
    font-size: 18px;
    padding: 20px;
    border-bottom: 1px solid #E97987;
}

.info-box-call-support .info-box-call-support__content {
    padding: 20px 60px;
    text-align: center;
}

.box-pt2 {
    border: 1px solid #D6D6D6;
    background: #FFF;
}

/*==============================================================
_box.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_z_helper.scss 移行分ここから ↓↓↓
===============================================================*/

.t_center {
    text-align: center;
}

/*==============================================================
_z_helper.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_title.scss 移行分ここから ↓↓↓
===============================================================*/

.heading-entry-complete {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ef4242;
    margin: 30px 0;
}

@media screen and (min-width: 768px) {
    .heading-entry-complete {
        text-align: center;
        font-weight: normal;
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        color: initial;
    }
}

.heading1-pt1 {
    font-size: 22px;
    margin: 30px 0;
    font-weight: normal;
}

.heading1-pt1.heading1-pt1--bold {
    font-weight: bold;
}

.heading1-pt1 > .heading1-pt1__sub {
    font-size: 12px;
}

.heading1-pt2 {
    margin: 5px 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.heading1-pt2 .heading1-pt2__sub {
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
}

.heading2-pt1 {
    position: relative;
    background: #eee;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
}

.heading2-pt2 {
    padding: 15px 20px;
    font-size: 16px;
    position: relative;
}

.heading2-pt2.heading2-pt2--border-bt {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee; /* $rb-color-i */
    margin-top: 30px;
}

.heading2-pt3 {
    padding: 5px 0;
    margin: 20px 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: bold;
}

.heading3-pt1 {
    font-size: 14px;
    padding-bottom: 10px;
}

.heading4--bold {
    margin-top: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .heading1-pt1 {
        margin-top: 10px;
        padding: 10px;
        background: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        font-weight: bold;
    }

    .heading1-pt1 > .heading1-pt1__sub {
        margin-top: 5px;
        font-size: 10px;
        font-weight: normal;
    }

    .heading2-pt2 {
        background: #eee;
        margin: 0 -8px 12px -8px;
        padding: 12px 8px;
        font-weight: bold;
        border-bottom: 1px solid #e4e4e4;
    }

    .heading3-pt1 {
        padding: 5px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
    }

    .heading3-pt4 {
        font-weight: bold;
        padding-bottom: 8px;
    }
}

/*==============================================================
_title.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_landing.scss 移行分ここから ↓↓↓
===============================================================*/

.c-landing-header {
    height: 40px;
}

@media screen and (min-width: 768px) {
    .c-landing-header {
        height: 48px;
    }
}

.c-landing-header__group {
    max-width: 980px;
    position: relative;
    margin: 0 auto;
}

.c-landing-header__logo {
    width: 161px;
    height: auto;
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .c-landing-header__logo {
        width: 201px;
    }
}

.c-landing-header__logo-top {
    width: 241px;
    margin: 10px;
}

@media screen and (max-width: 768px) {
    .c-landing-header__logo-top {
        width: 161px;
        margin: 10px;
    }
}

/*==============================================================
_landing.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_landing_register.scss 移行分ここから ↓↓↓
===============================================================*/

.p-registar {
    color: #333; /* $v3-black-color */
    font-size: 13px;
    line-height: 1.5;
}

.p-registar header {
    border-bottom: none;
}

.p-registar-introduction-outer {
    background-color: #f2f2f2;

    @media screen and (min-width: 768px) {
        padding: 28px 0 0 0;
    }
}

.p-registar-introduction {
    max-width: 644px;
    margin: auto;
}

.p-registar-biyo-introduction__eye-catch,
.p-registar-chiryo-introduction__eye-catch {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: calc(86 / 360 * 100%);
}

@media screen and (min-width: 768px) {
    .p-registar-biyo-introduction__eye-catch,
    .p-registar-chiryo-introduction__eye-catch {
        padding-top: calc(127 / 640 * 100%);
    }
}

.p-registar-biyo-introduction__eye-catch {
    background-image: url("/assets/images/img_eyecatch_biyo_sp.jpg");
}

@media screen and (min-width: 768px) {
    .p-registar-biyo-introduction__eye-catch {
        background-image: url("/assets/images/img_eyecatch_biyo_pc.jpg");
    }
}

.p-registar-chiryo-introduction__eye-catch {
    background-image: url("/assets/images/img_eyecatch_chiryo_sp.jpg");
}

@media screen and (min-width: 768px) {
    .p-registar-chiryo-introduction__eye-catch {
        background-image: url("/assets/images/img_eyecatch_chiryo_pc.jpg");
    }
}


.p-registar-form {
    padding: 28px 16px 110px 16px;
    background-color: #f2f2f2; /* $v3-grey-color-light */
}

@media screen and (max-width: 768px) {
    .p-registar-form {
        padding: 20px 16px 94px 16px;
    }
}

.top-section {
    background-color: #f2f2f2; /* $v3-grey-color-light */
}

.p-registar-form label {
    cursor: pointer;
}

.p-registar-form .c-btn {
    height: 58px;
    background-color: #ff6e40; /* $v3-deep-primary-color */
    color: #fff; /* $v3-white-color */
    font-size: 20px;
    font-weight: bold;
}

.p-registar-form .c-btn.is-disabled {
    background-color: #f2f2f2; /* $v3-grey-color-light */
    color: #575757; /* $v3-black-color-light */
}

.p-registar-form input:not([type="submit"]).c-input,
.p-registar-form .c-select,
.p-registar-form .c-input-radio-flat-txt {
    border-color: #d9d9d9;
}

.p-registar-form input:not([type="submit"]).c-input,
.p-registar-form .c-select {
    padding-left: 10px;
    padding-right: 10px;
}

.p-registar-form input:not([type="submit"]).c-input {
    border-radius: 0;
}

.p-registar-form input:not([type="submit"]).c-input::placeholder,
.p-registar-form input:not([type="submit"]).c-input::-webkit-input-placeholder {
    color: #949494;
}

.p-registar-form .c-select,
.p-registar-form .c-input-radio-flat-txt {
    border-radius: 2px;
}

.p-registar-form .c-select {
    background-position: right 10px center;
    background-size: 7px;
}

.p-registar-form .c-select.is-blank {
    color: #949494;
}

.p-registar-form input[type="checkbox"].c-input-checkbox {
    width: 24px;
    height: 24px;
    background-color: #eee; /* $v3-grey-color */
}

.p-registar-form input[type="checkbox"].c-input-checkbox:checked {
    background-color: #f66285;
}

.p-registar-form input[type="checkbox"].c-input-checkbox:checked::after {
    font-size: 20px;
}

.p-registar-form .c-input-radio-flat-txt {
    font-size: 14px;
    color: #949494;
}

.p-registar-form .c-input-radio-flat-txt::before {
    color: #949494;
}

.p-registar-form__inner {
    max-width: 644px;
    margin: 0 auto;
}

.p-registar-form__sub-heading {
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

.p-registar-form__content {
    margin-top: 20px;
    padding: 34px 16px;
    border-radius: 4px;
    background-color: #fff; /* $v3-white-color */
}

@media screen and (min-width: 768px) {
    .p-registar-form__content {
        margin-top: 28px;
        padding: 48px 16px;
    }
}

.p-registar-form__content.is-hidden {
    display: none;
}

.p-registar-form__section + .p-registar-form__section {
    margin-top: 54px;
}

.p-registar-form__annotation {
    margin-top: 8px;
    font-size: 12px;
}

.p-registar-form__accordion-button-outer {
    margin-top: 18px;
    text-align: right;
}

.p-registar-form__accordion-button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #0f71d2;
    font-size: 12px;
}

.p-registar-form__accordion-button:hover {
    text-decoration: underline;
}

.p-registar-form__next-button-outer {
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-registar-form__next-button-outer > .c-btn--primary-flat {
    font-size: 20px;
    height: 48px;
    max-width: 295px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 12px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    line-height: 1;
    opacity: 1;
}

.p-registar-form__next-button-outer > .c-btn--primary-flat.is-disabled {
    color: #949494;
    background: #f2f2f2;
    border-color: #f2f2f2;
    opacity: 0.6;
    pointer-events: none;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .p-registar-form__next-button-outer > .c-btn--primary-flat {
        width: 328px;
    }
}

.p-registar-form__next-button-outer > .p-registar-form__back-link {
    margin-top: 12px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.p-registar-form__next-button-outer > .p-registar-form__back-link:hover,
.p-registar-form__next-button-outer > .p-registar-form__back-link:active {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .p-registar-form__next-button-outer {
        padding: 0 16px 16px 16px;
        gap: 12px;
        border-radius: 0 0 4px 4px;
        opacity: 1;
    }

    .p-registar-form__next-button-outer > .c-btn--primary-flat {
        max-width: 328px;
    }
}

.p-registar-form__label {
    font-size: 10px;
    font-weight: normal;
}

.p-registar-form__label--required {
    font-weight: bold;
    color: #ff0000; /* $v3-color-red */
}

.p-registar-form__label--gray {
    color: #666;
}

.p-registar-form__label-layout {
    margin-left: 8px;
}

.p-landing-scout-login-outer {
    padding: 40px 0;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .p-landing-scout-login-outer {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

.p-registar-steps {
    display: flex;
    justify-content: space-between;
    width: 205px;
    margin: 0 auto;
}

.p-registar-steps__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff; /* $v3-white-color */
    color: #949494;
    font-size: 14px;
    font-weight: bold;
}

.p-registar-steps__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    width: 100%;
    height: 4px;
    background-color: #fff; /* $v3-white-color */
}

.p-registar-steps__item.is-current,
.p-registar-steps__item.is-previous {
    background-color: #f66285; /* $rejob-brand-pink */
    color: #fff; /* $v3-white-color */
}

.p-registar-steps__item.is-previous:not(:last-of-type)::after {
    background-color: #f66285; /* $rejob-brand-pink */
}

.p-registar-form-list {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

@media screen and (min-width: 768px) {
    .p-registar-form-list {
        margin: -11px;
    }
}

.p-registar-form-list > li {
    display: flex;
    align-items: center;
    padding: 6px;
}

@media screen and (min-width: 768px) {
    .p-registar-form-list > li {
        padding: 11px;
    }
}

.p-registar-form-list input {
    flex-shrink: 0;
}

.p-registar-form-list select:invalid {
    color: #949494;
}

.p-registar-form-list--50p > li {
    flex-basis: 50%;
    max-width: 50%;
}

.p-registar-form-list--occupation,
.p-registar-biyo-form-list--occupation,
.p-registar-chiryo-form-list--occupation {
    display: flex;
    flex-wrap: wrap;
}

.p-registar-form-list--occupation > li,
.p-registar-biyo-form-list--occupation > li,
.p-registar-chiryo-form-list--occupation > li {
    flex-basis: 50%;
    max-width: 50%;
}

.p-registar-form-list--birthdate {
    display: flex;
    flex-wrap: nowrap;
}

.p-registar-form-list--birthdate > li {
    flex-direction: column;
    flex: 1;
}

.p-registar-form-list--credential > li {
    flex-basis: 33.33%;
    max-width: 33.33%;
}

@media screen and (min-width: 768px) {
    .p-registar-form-list--credential > li {
        flex-basis: 118px;
        max-width: 118px;
    }
}

.p-registar-form-list--step2 > li {
    flex-basis: 50%;
    max-width: 50%;
}

@media screen and (min-width: 768px) {
    .p-registar-form-list--step2 > li {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
}

.p-registar-form-list__label {
    margin-left: 6px;
}

.p-registar-experience-license-form__item {
    display: none;
}

.p-registar-experience-license-form__item.is-current {
    margin-top: 54px;
    display: block;
}

.p-registar-experience-license-form__item select:invalid,
.p-registar-experience-license-form__item .js-dynamic-select:invalid {
    color: #949494;
}

.p-registar-credential-list dt {
    font-weight: bold;
}

.p-registar-credential-list dd {
    margin-top: 8px;
}

.p-registar-credential-list dd + dt {
    margin-top: 18px;
}

.p-registar-credential-list__item + .p-registar-credential-list__item {
    margin-top: 18px;
}

.js-register-credentials {
    display: none;
}

.js-register-credentials.is-show {
    display: block;
}

.js-register-credentials__unrequired {
    display: none;
}

.js-register-credentials__unrequired.is-show {
    display: block;
}

.p-registar-submit-area {
    margin-top: 54px;
    font-size: 12px;
}

.p-registar-submit-area__button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-registar-submit-area__button-wrapper .c-btn--primary-flat {
    height: 48px;
    max-width: 295px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 12px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    opacity: 1;
    background: #06C755;
}

.p-registar-submit-area__button-wrapper .c-btn--primary-flat.is-disabled {
    color: #949494;
    background: #f2f2f2;
    border-color: #f2f2f2;
    opacity: 0.6;
    pointer-events: none;
    font-weight: normal;
}

.p-registar-submit-area__button-wrapper .p-registar-form__back-link {
    margin-top: 12px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-registar-submit-area__button-wrapper .c-btn--primary-flat {
        max-width: 328px;
    }
}

/*==============================================================
_landing_register.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
landing.scss 移行分ここから ↓↓↓
===============================================================*/

/* LP footer */
.c-landing-footer {
    background-color: #282846; /* $registration_lp_accent_color--DARK */
    width: 100%;
    color: #fff; /* $v3-white-color */
    font-size: 10px;
}

.p-landing-group-wreath {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 886px;
    margin: 0 auto;
    padding: 20px;
    color: #fff; /* $v3-white-color */
}

@media screen and (min-width: 768px) { /* $registration_lp_accent_screenwidth--PC */
    .p-landing-group-wreath {
        border-bottom: 1px solid #949494; /* $registration_lp_accent_color--WEAK */
    }
}

.p-landing-group-wreath__eye_catch {
    text-align: center;
}

@media screen and (min-width: 768px) { /* $registration_lp_accent_screenwidth--PC */
    .p-landing-group-wreath__eye_catch {
        padding: 0 19px;
    }
}

.p-landing-group-wreath__eye_catch:nth-of-type(3) {
    flex-basis: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1020px) { /* $registration_lp_accent_screenwidth--PC, $registration_lp_accent_screenwidth--MAXIMUM */
    .p-landing-group-wreath__eye_catch:nth-of-type(3) {
        flex-basis: auto;
    }
}

.p-landing-group-wreath__eye_catch__wreath {
    width: 28px;
    margin: 28px 3px 0;
}

.p-landing-group-wreath__eye_catch__text_wrap {
    width: 160px;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
}

.p-landing-group-wreath__eye_catch__text_s {
    font-size: 16px;
}

.p-landing-group-wreath__eye_catch__text_m {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

.p-landing-group-wreath__eye_catch__text_l {
    font-size: 50px;
    font-weight: bold;
}

.p-landing-group-wreath__eye_catch__annotation {
    font-size: 9px;
    margin-bottom: 8px;
}

.c-landing-footer__a {
    color: #fff; /* $v3-white-color */
    background-color: #282846; /* $registration_lp_accent_color--DARK */
    height: 44px;
    border-bottom: none;
    padding: 0;
}

@media screen and (min-width: 768px) { /* $registration_lp_accent_screenwidth--PC */
    .c-landing-footer__a {
        height: 18px;
    }
}

.c-landing-footer__a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.c-landing-footer__ul {
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
    .c-landing-footer__ul {
        height: 100px;
        line-height: 1;
        font-size: 1.2em;
        width: 490px;
        margin: auto;
        padding-top: 28px;
        color: #fff; /* $v3-white-color */
    }
}


.c-landing-footer__li {
    width: 50%;
    border: solid;
    line-height: 44px;
}

@media screen and (min-width: 768px) {
    .c-landing-footer__li {
        line-height: 1;
        height: 14px;
        width: auto;
        float: left;
        padding: 0 8px;
        display: inline;
    }
}

.c-landing-footer__li__rightmost {
}

@media screen and (min-width: 768px) {
    .c-landing-footer__li__rightmost {
        border-right: none;
    }
}

.c-landing-footer__li__border1 {
    border-color: #949494;
    border-width: 1px 1px 0 0;
    float: left;
}

@media screen and (min-width: 768px) {
    .c-landing-footer__li__border1 {
        border-width: 0 1px 0 0;
        float: left;
    }
}

.c-landing-footer__li__border2 {
    border-color: #949494;
    border-width: 1px 0 0 0;
    float: none;
    margin-left: 50%;
}

@media screen and (min-width: 768px) {
    .c-landing-footer__li__border2 {
        border-width: 0 1px 0 0;
        float: left;
        margin-left: 0;
    }
}

.c-landing-footer__li__border3 {
    border-color: #949494;
    border-width: 1px 1px 1px 0;
    float: left;
}

@media screen and (min-width: 768px) {
    .c-landing-footer__li__border3 {
        border-width: 0 1px 0 0;
        float: left;
    }
}

.c-landing-footer__li__border4 {
    border-color: #949494;
    border-width: 1px 0 1px 0;
    float: none;
    margin-left: 50%;
}

@media screen and (min-width: 768px) {
    .c-landing-footer__li__border4 {
        border-width: 0;
        float: left;
        margin-left: 0;
    }
}

.c-landing-footer__ul__inside {
    list-style-type: none;
}

@media screen and (min-width: 768px) {
    .c-landing-footer__ul__inside {
        margin-bottom: 26px;
    }
}

.c-landing-copywriter {
    line-height: 3;
}

@media screen and (min-width: 768px) {
    .c-landing-copywriter {
        line-height: 1;
    }
}

/*==============================================================
landing.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_list.scss 移行分ここから ↓↓↓
===============================================================*/

.list-marked {
    list-style-type: none;
    padding-left: 1.5em;
}

.list-marked__listitem--spaced + .list-marked__listitem--spaced {
    margin-top: 10px;
}

.list-marked__description + .list-marked__term {
    margin-top: 10px;
}

.list-marked__marker {
    display: inline-block;
    text-indent: -1.5em;
}

/*==============================================================
_list.scss 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
各種sizeや位置 移行分ここから ↓↓↓
===============================================================*/

.txt_size_12 {
    font-size: 12px;
}

.txt_size_14 {
    font-size: 14px;
}

.txt_size_16 {
    font-size: 16px;
}

.txt_size_20 {
    font-size: 20px;
}

.t_right { text-align: right; }

.mt_8 {
    margin-top: 8px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_70 {
    margin-top: 70px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_50 {
    margin-bottom: 50px;
}

.p_10 {
    padding: 10px;
}

.m_10 {
    margin: 10px;
}

/*==============================================================
各種sizeや位置 移行分ここまで ↑↑↑
===============================================================*/

/*==============================================================
_landing_register.scss 移行分ここから ↓↓↓
===============================================================*/

.p-agent-tel-area {
    margin-top: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.p-agent-tel-link {
    font-size: 20px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.p-agent-tel-link:hover,
.p-agent-tel-link:focus {
    color: inherit;
    text-decoration: none;
}


/*==============================================================
_landing_register.scss 移行分ここまで ↑↑↑
===============================================================*/

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

@media (min-width: 768px) {
    .pc-only {
        display: block;
    }
    .sp-only {
        display: none;
    }
}

iframe {
    width: 100%;
    height: 80vh;
}

.content, .content-complete {
    width: 980px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;

    .content-head {
        margin-bottom: 10px;
    }
}

.entry_complete {
    padding: 20px 0 100px;
}

@media screen and (max-width: 767px) {
    .content {
        width: 100%;
    }

    .content-complete {
        width: 100%;
        padding: 0 15px;
    }

    .entry_complete {
        padding: 0 0 60px;
    }
}

.content-wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content-body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 60px 20px 0 20px;
    margin: 0 auto;
}

.content-container {
    max-width: 980px;
    padding: 70px 60px;
    margin: auto;
}

.category-link {
    display: inline-block;
}

.category-link-first {
    margin-right: 50px;
}

@media screen and (max-width: 768px) {
    .content-container {
        max-width: 100%;
        padding: 20px 0 100px;
    }

    .category-link {
        width: 100%;
    }
}

.c-heading {
    font-weight: bold;
    font-size: 1.6rem;
    padding-left: 0.6rem;
    border-left: 0.6rem solid #f95874;
    margin-bottom: 20px;
}

.btn-box {
    flex-direction: column;
    width: 360px;
    box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: transform 0.3s, background-color 0.3s;
    margin: 20px 0;
    box-sizing: border-box;
}

/* FIXME: 精査 */
@media screen and (max-width: 768px) {
  .btn-box {
    flex-direction: column;
    width: auto;
    box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, background-color 0.3s;
    padding: 20px;
    box-sizing: border-box;
  }
}

.btn-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

a:hover .btn-box::before {
    opacity: 1;
}

.category-image__inner {
    top: 50%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.site-name {
    font-size: 18px;
    margin: 10px 0;
}

.category-image {
    position: relative;
    display: block;
    padding-top: 50%;
}

@media screen and (min-width: 768px) {
    .category-image {
        height: 300px;
        overflow: hidden;
        padding-top: 0;
    }
}

a.p-category-image {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

a.p-category-image:hover .category-image--biyoshi {
    background-color: rgba(255, 255, 255, 0.5);
}

.category-image--biyoshi {
    background: url("/assets/images/img_prefectures_keyv_biyoshi.png") center/cover no-repeat;
    position: relative;
    z-index: 0;
}

.category-image--chiryo {
    background: url("/assets/images/img_prefectures_keyv_shinkyu.png") center/cover no-repeat;
}

.category-image__inner {
    padding: 10px;
}

.category-image__txt {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 3.7vw;
    font-weight: bold;
    line-height: 1.8;
    max-width: 80%;
    transform: translateY(-50%);
    text-align: left;
}

@media screen and (min-width: 768px) {
    .category-image__txt {
        font-size: 28px;
        max-width: none;
    }
}

.category-image__txt-inner {
    display: inline;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    border-radius: 3px;
}

.category-image__txt-inner-biyoshi {
    color: #f65a96;
}

.category-image__txt-inner-chiryo {
    color: #15ac15;
}

.p-registar-submit-button__note-text {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    font-size: 12px;
    color: #575757;
    font-weight: bold;
}
