html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: Roboto Condensed, Helvetica, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #333
}

img {
    vertical-align: bottom
}

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

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

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

input,
select {
    vertical-align: middle
}

body {
    -webkit-text-size-adjust: none
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2)
}

img {
    max-width: 100%;
    height: auto
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.mv {
    background-color: #10abe8;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

article.wrap {
    border-top: solid 3px #00aaed
}


/* sp */

@media screen and (max-width:639px) {
    body {
        font-size: 14px
    }
    header {
        overflow: hidden;
        width: 100%;
        margin: 2px 0
    }
    header .header-catch {
        width: 55%;
        float: left;
        margin: 0 0 0 7px;
        color: #ff3d75;
        font-size: 14px;
        font-weight: 700;
        line-height: 15px
    }
    header .headlogo {
        width: 37%;
        float: right;
        padding: 5px 7px 0 0
    }
    header .headlogo img {
        float: right;
        width: 100%;
        max-width: 190px;
        height: auto
    }
    .h2_pc,
    .sp_hidden {
        display: none!important
    }
    div {
        box-sizing: border-box
    }
    h2,
    h3 {
        line-height: 1.3
    }
    #mv,
    #mv .mv_wrap img {
        width: 100%
    }
    #mv .mv_wrap .mTtl_sp {
        width: 100%;
        height: 0;
        background-image: url(029/img/mv-bg_sp.png);
        background-size: cover;
        padding-top: calc(324 / 640 * 100%);
        position: relative;
    }
    #mv .mv_wrap .mTtl_sp .t-dotted {
        position: absolute;
        top: 5px;
        left: 15px;
        color: #fced4d;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.87em;
    }
    #mv .mv_wrap .mTtl_sp .title_t h1 {
        position: absolute;
        top: 22px;
        left: 10px;
    }
    #mv .mv_wrap .mTtl_sp .title_t h1 .ttl_1 {
        color: #fced4d;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0px;
    }
    #mv .mv_wrap .mTtl_sp .title_t h1 .ttl_1 .text-a {
        color: #fff;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 0px;
    }
    #mv .mv_wrap .mTtl_sp .title_t h1 .ttl_2 {
        margin: 4px 0 0 0;
        color: #fced4d;
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -1px;
    }
    .mynavipoint {
        margin: 0 auto;
        padding: 2px 0;
        width: 100%;
        background: #e8f7fd;
    }
    .mynavipoint>.text {
        padding: 2px 0 0;
        color: #1caeeb;
        font-size: 14px;
        line-height: 15px;
        font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        border-top: solid 1px #1caeeb;
        border-bottom: solid 1px #1caeeb;
    }
}


/* /sp */


/* pc */

@media screen and (min-width:640px) {
    body {
        font-size: 15px
    }
    header {
        overflow: hidden;
        width: 1050px;
        margin: 10px auto
    }
    header .header-catch {
        width: 55%;
        float: left;
        margin: 0;
        color: #ff3d75;
        font-size: 17px;
        font-weight: 700;
        line-height: 18px
    }
    header .headlogo {
        width: 37%;
        float: right
    }
    header .headlogo img {
        float: right;
        width: 100%;
        max-width: 190px;
        height: auto
    }
    .h2_sp,
    .pc_hidden {
        display: none!important
    }
    div {
        box-sizing: border-box
    }
    h2,
    h3 {
        line-height: 1.3
    }
    .mv_all_wrap {
        background-color: #10abe8;
    }
    #mv .mv_wrap .mTtl_pc {
        overflow: hidden;
        width: 570px;
    }
    #mv .mv_wrap .mTtl_pc .title_t {
        float: left;
        width: 315px;
        padding: 0 0 0 20px;
    }
    #mv .mv_wrap .mTtl_pc .title_t .catch_ttl {
        margin: 10px 0 0 0;
        padding: 7px 0;
        color: #00aaed;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border-radius: 50px;
    }
    #mv .mv_wrap .mTtl_pc .title_t h1 {
        width: 100%;
        margin: 10px auto 0;
    }
    #mv .mv_wrap .mTtl_pc .title_t h1 .ttl_1 {
        color: #fced4d;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 3.5px;
    }
    #mv .mv_wrap .mTtl_pc .title_t h1 .ttl_1 .text-a {
        color: #fff;
        font-size: 25px;
        font-weight: normal;
        letter-spacing: 3px;
    }
    #mv .mv_wrap .mTtl_pc .title_t h1 .ttl_1 .text-b {
        display: inline-block;
        margin: 5px 0 0 0;
        color: #fff;
        font-size: 29px;
        font-weight: normal;
        letter-spacing: 2px;
    }
    #mv .mv_wrap .mTtl_pc .title_t h1 .ttl_2 {
        margin: 10px 0 0 0;
        color: #fced4d;
        font-size: 51px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -4px;
        text-align: center;
    }
    #mv .mv_wrap .mTtl_pc .title_pic {
        float: right;
        width: 255px;
    }
    .mynavipoint {
        margin: 0 auto;
        padding: 2px 0;
        width: 455px;
        background: #e8f7fd;
    }
    .mynavipoint>.text {
        padding: 2px 0 0;
        color: #1caeeb;
        font-size: 14px;
        line-height: 15px;
        font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
        border-top: solid 1px #1caeeb;
        border-bottom: solid 1px #1caeeb;
    }
}

#sample_kyujin,
.cta_area--green_bg,
.flow_wrap,
.case_wrap {
    background-color: #effaff;
    padding: 30px 0 15px
}

.pc_wrap,
footer .inner {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 10px 50px;
    box-sizing: border-box
}

.pc_wrap--hosoku {
    padding: 0 50px
}

.pc_bg_green {
    background-color: #effaff;
    padding: 15px 0
}

.pc_bg_gray {
    background: #f0f6ef
}

.form_wrap_pc {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box
}

.form_wrap_pc:after {
    content: "";
    display: block;
    clear: both
}

#formArea {
    display: inline-block
}

#sample_kyujin h2 {
    text-align: center;
    color: #10abe8;
    font-weight: bold;
    font-size: 180%
}

#sample_kyujin ul.owl-carousel li {
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1)
}

#sample_kyujin #sample_kyujin_list {
    margin-top: 15px
}

#sample_kyujin ul.owl-carousel li .tag {
    position: relative;
}

#sample_kyujin ul.owl-carousel li .tag_shinchaku-content {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 71px;
    height: 72px;
    overflow: hidden;
}

#sample_kyujin ul.owl-carousel li span.tag_shinchaku {
    display: inline-block;
    position: absolute;
    padding: 4px 0;
    left: -17px;
    top: 15px;
    width: 130px;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    background: #e84444;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#sample_kyujin ul.owl-carousel li .tag .tag-box {
    width: 95%
}

#sample_kyujin ul.owl-carousel li span.tag_syokusyu {
    display: inline-block;
    color: #034387;
    font-weight: 300;
}

#sample_kyujin ul.owl-carousel li .tag_syokusyu--ot {
    color: #ad3768 !important;
}

#sample_kyujin ul.owl-carousel li .tag_syokusyu--st {
    color: #148b81 !important;
}

#sample_kyujin ul.owl-carousel li span.tag_koyou {
    display: inline-block;
    background: #efefef;
    padding: 3px 5px;
    border-radius: 2px;
    color: #7a7a7a;
    font-size: 85%
}

#sample_kyujin ul.owl-carousel li span.tag_gyousyu {
    display: inline-block;
    background: #7bb5f7;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 85%;
    margin: 3px 0 0 0
}

#sample_kyujin ul.owl-carousel li .img_wrap {
    margin: 10px 0
}

#sample_kyujin ul.owl-carousel li .img_wrap img {
    width: 100%
}

#sample_kyujin ul.owl-carousel li .text_area .detail {
    font-size: 85%;
    color: #777;
    line-height: 1.2;
    margin: 10px 0
}

#sample_kyujin ul.owl-carousel li .text_area .catch {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 110%
}

#sample_kyujin ul.owl-carousel li .text_area .salary {
    background: #f9f9f9;
    padding: 10px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    position: relative
}

#sample_kyujin ul.owl-carousel li .text_area .salary span {
    color: #b30000;
    font-size: 120%
}

#sample_kyujin p.hosoku {
    font-size: 80%;
    display: block;
    padding: 0 10px;
    text-align: center
}

#reason h2,
#case h2,
#user_voice h2,
#flow h2 {
    background: #10abe8;
    color: #fff;
    font-size: 160%;
    text-align: center
}

#reason h2 span {
    color: #ffe88b;
    font-size: 120%
}

#reason h2 br {
    display: none
}

#reason h2.h2_pc {
    background: transparent;
    font-size: 180%;
    padding: 50px 0 40px
}

.reason_wrap {
    background: -moz-linear-gradient(top, #10abe8 0, #9be1fb 100%);
    background: -webkit-linear-gradient(top, #10abe8 0, #9be1fb 100%);
    background: linear-gradient(to bottom, #10abe8 0, #9be1fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#10abe8', endColorstr='#9be1fb', GradientType=0)
}

@keyframes animation_003 {
    0 {
        background-position: 0 48%
    }
    50% {
        background-position: 100% 53%
    }
    100% {
        background-position: 0 48%
    }
}

.reason_menu {
    display: table;
    width: 100%;
    margin: 25px 0;
    border-spacing: 10px 0
}

.reason_menu_item {
    background: #fff;
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    width: 33.3333%;
    display: table-cell;
    color: #333;
    position: relative;
    border-radius: 5px;
    transition: .8s
}

.reason_menu_item:hover {
    text-decoration: none;
    opacity: .8
}

.reason_menu_item .img_wrap {
    width: 100%;
    padding: 20px 20px 0;
    text-align: center
}

.reason_menu_item .img_wrap img {
    width: 50%
}

.reason_menu_item .txt_wrap {
    line-height: 1.3;
    padding: 25px;
    text-align: center
}

.reason_menu_item .txt_wrap span {
    display: block
}

.reason_menu_item .txt_wrap span br {
    display: none
}

.reason_menu_item .txt_wrap strong {
    font-size: 150%
}

.reason_menu_item img.rotate {
    transform: rotate(90deg)
}

.reason_menu_item span.arrow {
    min-height: 30px;
    max-height: 30px;
    width: 100%;
    display: block;
    position: relative
}

.reason_menu_item span.arrow:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 0;
    border-bottom: solid 2px #10abe8;
    border-right: solid 2px #10abe8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 50px;
    left: 50%;
    top: 0
}

.reason_menu_item span.arrow.rotate:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 3px #10abe8;
    border-right: solid 3px #10abe8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8px;
    top: 50%
}

.reason_cont_h3 {
    display: table;
    width: 100%;
    margin-bottom: 25px
}

.reason_cont_h3 .img_wrap {
    display: table-cell;
    width: 25%
}

.reason_cont_h3 .img_wrap img {
    width: 100%
}

.reason_cont_h3 span {
    display: table-cell;
    width: 75%;
    padding-left: 15px;
    font-size: 130%;
    font-weight: bold;
    margin: 60px 0 50px;
    color: #333;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 2px
}

.reason_cont_h3 span:first-letter {
    font-size: 180%
}

.reason_cont_inner {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-top: 40px
}

.reason_cont_inner:first-child {
    margin-top: 0
}

.reason_cont_inner:last-child {
    border-bottom: 0
}

.reason_cont_wrap_left {
    display: table-cell;
    width: 55%;
    vertical-align: top
}

.reason_cont_wrap p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
    color: #666
}

.reason_cont_wrap {
    margin-bottom: 50px
}

.reason_cont_wrap strong {
    color: #10abe8;
    font-size: 130%
}

.sub_menu_cont_img_wrap {
    display: table-cell;
    width: 45%;
    padding-left: 30px;
    vertical-align: middle
}

.sub_menu_cont_img_wrap img {
    width: 100%
}

.pc_wrap_cont_wrap {
    background: #fff;
    padding: 50px 75px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .1);
    border-radius: 8px
}

#user_voice h2.h2_pc {
    background: transparent;
    font-size: 180%;
    color: #10abe8;
    padding: 40px 0 0;
    text-shadow: white 2px 0, white -2px 0, white 0 -2px, white 0 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px
}

#user_voice .item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    border: 2px solid #eee
}

#user_voice .main_menu_voice {
    font-weight: bold;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    display: table;
    position: relative
}

.user_voice_wrap {
    background-image: url("../img/user_voice_bg.png");
    background-size: cover;
    position: relative
}

.user_voice_wrap .owl-item {
    opacity: .8
}

.main_menu_voice .img_wrap {
    display: table-cell;
    width: 20%;
    padding-right: 10px
}

.main_menu_voice .img_wrap img {
    width: 100%
}

.main_menu_voice .ttl_wrap {
    display: table-cell;
    width: 80%;
    vertical-align: top;
    padding-right: 15px
}

.main_menu_voice .ttl_wrap .voice_ttl {
    line-height: 1.3;
    display: block;
    margin-bottom: 5px
}

.main_menu_voice .ttl_wrap .voice_dtl {
    line-height: 1.3;
    display: block;
    font-weight: normal;
    font-size: 90%;
    color: #666
}

span.marker {
    font-weight: bold;
    background: #fff89b
}

.sub_menu_voice {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px
}

.sub_menu_voice span.marker {
    background: 0;
    color: #10abe8
}

.sub_menu_voice p {
    text-indent: 1em;
    margin-bottom: 10px
}

.sub_menu_voice p:last-child {
    margin-bottom: 0
}

.owl-carousel--voice {
    margin: 30px 0 0
}

.flow_wrap {
    padding: 0
}

.flow_wrap .pc_wrap {
    padding-bottom: 50px
}

#flow h2.h2_pc {
    background: transparent;
    font-size: 180%;
    color: #10abe8;
    padding: 40px 0 0;
    padding: 40px 0 80px
}

#step {
    padding: 100px 0 0
}

.cont_base {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #2aa765;
    padding: 30px
}

.step-list {
    text-align: center
}

.step-list li {
    letter-spacing: .03em;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-left: 39px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    background: #fff;
    position: relative;
    min-height: 280px
}

.step-list li:nth-child(4),
.step-list li:nth-child(5),
.step-list li:nth-child(6) {
    margin-bottom: 0
}

.step-list li .number {
    position: absolute;
    top: 0;
    left: 50%;
    width: 77px;
    height: 77px;
    margin-top: -38px;
    margin-left: -38px;
    background: #10abe8;
    color: #FFF;
    border-radius: 77px;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    line-height: 1;
    box-sizing: border-box
}

.step-list li .number .large {
    font-size: 150%;
    display: block;
    margin-top: 3px
}

.step-list li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #10abe8;
    border-right: solid 2px #10abe8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -25px;
    top: 50%
}

.step-list li:nth-child(3)::after,
.step-list li:nth-child(6)::after {
    display: none
}

.step-list li h3 {
    color: #10abe8;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    height: 65px;
    position: relative
}

.step-list li h3 span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.step-list li p {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .05em;
    padding: 0 16px;
    color: #555;
    text-align: left
}

#other_info {
    background-color: #10abe8;
    color: #fff
}

#other_info .telBox {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 10px 50px
}

#other_info .telBox .info1 {
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: #effaff;
    color: #10abe8;
    border-radius: 5px;
    padding: 10px
}

#other_info .telBox .info1 .ttl {
    text-align: center
}

#other_info .telBox .info1 .ttl .telTtl {
    margin: 0 0 5px 0;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 100px;
    line-height: 1;
    background-color: #10abe8;
    color: #fff;
    text-align: center
}

#other_info .telBox .info1 .ttl .free {
    margin: 0 0 0 10px;
    font-size: 12px;
    text-align: center
}

#other_info .telBox .info1 li {
    width: 30%;
    float: left;
    padding-left: 5px;
    margin-top: 5px
}

#other_info .telBox .info1 li#telSP {
    padding: 10px 0;
    text-align: center
}

#other_info .telBox .info1 li#telSP a {
    background-color: #fff;
    display: block;
    border-radius: 8px;
    padding: 10px
}

#other_info .telBox .info1 li#telSP {
    display: none
}

#other_info .telBox .info1 li.txt {
    font-size: 11px;
    line-height: 1.3em;
    text-align: left;
    display: inline-block;
    padding-left: 15px
}

#other_info .telBox .box01 {
    overflow: hidden;
    border-radius: 5px;
    width: 31.3333%;
    float: left
}

#other_info .telBox .box01,
#other_info .telBox .box02 {
    margin-right: 2%
}

#other_info .telBox .box01 figure,
#other_info .telBox .box02 figure {
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

#other_info .telBox .box01 .txtbox {
    float: left;
    width: 80%
}

#other_info .telBox .box01 .txtbox h2,
#other_info .telBox .box02 .txtbox h2 {
    margin: 0 0 3px 0;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: left
}

#other_info .telBox .txtbox p {
    font-size: 80%;
    line-height: 1.3
}

#other_info .box01,
#other_info .box02 {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

#other_info .box_inner {
    min-width: 59px;
    height: 59px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

#other_info .box_inner img {
    width: 50px;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 10000
}

#page-top a {
    display: block;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    background: rgba(1, 75, 163, 0.9);
    border-radius: 4px;
    position: relative
}

#page-top a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 9px transparent;
    border-bottom: solid 15px #fff;
    position: absolute;
    top: 25%;
    right: 35%
}

#page-top a:hover {
    text-decoration: none;
    opacity: .7
}

footer {
    width: 100%
}

#anchor-register .formttl {
    background: #f8852b;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px
}

#popup_header .formTtl {
    display: none
}

.formttl_label {
    padding: 2px 5px;
    background: #fff;
    color: #f8852b;
    border-radius: 3px
}

#popup_entry_form {
    border: 2px solid #000;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    background: #fff
}

#popup_btn_next img {
    animation: animScale 3s infinite ease-out;
    transform-origin: 50% 50%;
    animation-play-state: running
}

@keyframes animScale {
    0 {
        transform: scale(1, 1)
    }
    60% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}

.cta_area a,
.cta_area a::before,
.cta_area a::after,
.cta_area .sub_txt,
.follow_btn .btn_sp a,
.follow_btn .btn_sp a::before,
.follow_btn .btn_sp a::after,
.follow_btn .sub_txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cta_area {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 25px
}

.cta_area .pc_wrap {
    text-align: center
}

.cta_area a {
    background: #f99009;
    padding: 25px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    width: 70%;
    box-sizing: border-box;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3)
}

.cta_area a:hover {
    text-decoration: none;
    background: #e45118
}

.cta_area a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 9px #fff;
    position: absolute;
    top: 45%;
    right: 5px;
    margin-top: -3px
}

.cta_area a span.sub_txt {
    background: #fff;
    color: #f99009;
    padding: 5px;
    border-radius: 3px;
    display: table-cell;
    width: 20%;
    font-size: 120%;
    text-align: center
}

.cta_area a:hover span.sub_txt {
    color: #e45118
}

.cta_area a span.main_txt {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    font-size: 150%
}

.cta_area a span.main_txt br,
.cta_area a span.sub_txt br {
    display: none
}

@media screen and (max-width:320px) {
    .cta_area a span.sub_txt,
    .cta_area a span.main_txt {
        font-size: 120%
    }
}

.cta_area a:before {
    content: "";
    background-image: -webkit-linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    width: 200%;
    height: 200%;
    position: absolute;
    top: -100%;
    left: -200%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cta_area a:hover:before {
    top: 0;
    left: 100%
}

.case_wrap .cta_area,
.user_voice_wrap .cta_area {
    text-align: center;
    padding: 15px 0 25px
}

.follow_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    text-align: center;
    vertical-align: middle;
    z-index: 10000;
    padding: 5px 20px;
    box-sizing: border-box
}

.follow_btn .btn_sp {
    text-align: center;
    padding: 0;
    display: inline-block
}

.follow_btn .btn_sp a {
    background: #f99009;
    padding: 20px 100px;
    display: table;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3)
}

.follow_btn .btn_sp a:hover {
    text-decoration: none;
    background: #e45118
}

.follow_btn .btn_sp a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 10px #fff;
    position: absolute;
    top: 45%;
    right: 5px;
    margin-top: -3px
}

.follow_btn .main_txt {
    font-size: 120%
}

.follow_btn .sub_txt {
    background: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    color: #f99009;
    font-size: 90%
}

.follow_btn:hover .sub_txt {
    color: #e45118
}

.follow_btn .btn_sp a:before {
    content: "";
    background-image: -webkit-linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    width: 200%;
    height: 200%;
    position: absolute;
    top: -100%;
    left: -200%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.follow_btn .btn_sp a:hover:before {
    top: 0;
    left: 100%
}

.bnrArea {
    padding: 7px 0 5px 0;
    text-align: center
}

footer {
    width: 100%
}

footer p {
    display: block;
    font-size: 11px;
    margin-bottom: 2px
}

footer .inner {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 10px 50px;
    box-sizing: border-box
}

footer #company_txt {
    font-size: 11px;
    overflow: hidden;
    padding-top: 8px
}

footer .txt_inner {
    float: left;
    width: 560px;
    text-align: left
}

footer .footer_right {
    text-align: right;
    width: 188px;
    float: right;
    margin-top: 10px
}

footer .footer_link {
    padding: 4px 0 3px 15px
}

footer .footer_link a {
    color: #666 !important;
    text-decoration: none !important;
    position: relative;
    top: 0;
    left: 0
}

footer .footer_link a:before {
    content: '';
    width: 11px;
    height: 11px;
    background: url(/lp/pt/029/img/new_window.png)no-repeat;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: -15px
}

footer .footer_link a:first-child {
    margin-right: 25px
}

.u-hidden-o-md {
    display: none
}


}

/*　▼029_long用　*/
#sample_kyujin ul.owl-carousel li .text_area .catch {
    margin-bottom: 10px
}
#sample_kyujin ul.owl-carousel li .text_area table {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px
}
#sample_kyujin ul.owl-carousel li .text_area table .income {
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 110%
}
#sample_kyujin ul.owl-carousel li .text_area table .income span {
    color: #b30000;
    font-size: 140%
}
#sample_kyujin ul.owl-carousel li .text_area table .title {
    width: 30%;
    background: #f9f9f9;
    font-size: 85%;
    padding: 7px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 1.2
}
#sample_kyujin ul.owl-carousel li .text_area table .sentence {
    width: 70%;
    font-size: 85%;
    padding: 7px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.2
}
#sample_kyujin ul.owl-carousel li .text_area table .bb_none {
    border: none
}
#sample_kyujin ul.owl-carousel li .text_area .btn a {
    background: #f99009;
    padding: 15px 10px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .2)
}
#sample_kyujin ul.owl-carousel li .text_area .btn a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #fff;
    position: absolute;
    top: 45%;
    right: 5px;
    margin-top: -3px
}
#sample_kyujin ul.owl-carousel li .text_area .btn a:hover {
    text-decoration: none
}
#case {
    background: #EFFAFF;
    padding: 50px 0 30px
}
#case h2 {
    color: #10abe8;
    background: #EFFAFF;
    font-weight: bold;
    font-size: 180%
}
#case .case_wrap {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 35px 50px 0 50px;
    box-sizing: border-box
}
#case .case_wrap .case_box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .1)
}
#case .case_wrap .case_box .case_inbox {
    overflow: hidden;
    width: 100%
}
#case .case_wrap .case_box .img_person {
    float: left;
    width: 15%;
    vertical-align: top
}
#case .case_wrap .case_box .case_txt_box {
    float: left;
    width: 83%;
    vertical-align: top;
    margin-left: 2%
}
#case .case_wrap .case_box .case_txt_box .case_txt_01 {
    overflow: hidden;
    margin-bottom: 18px
}
#case .case_wrap .case_box .case_txt_box .case_txt_01 .txt_01_01 {
    float: left;
    width: 100px;
    background: #0064a3;
    text-align: center;
    color: #fff;
    padding: 5px;
    box-sizing: border-box
}
#case .case_wrap .case_box .case_txt_box .case_txt_01 .red {
    background: #c6286a
}
#case .case_wrap .case_box .case_txt_box .case_txt_01 .green {
    background: #009488
}
#case .case_wrap .case_box .case_txt_box .case_txt_01 .txt_01_02 {
    float: left;
    margin: 5px 0 0 10px
}
#case .case_wrap .case_box .case_txt_box .case_txt_02 {
    margin-bottom: 18px;
    font-size: 125%;
    font-weight: bold;
    letter-spacing: -1px
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 {
    overflow: hidden
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .case_txt_03_before {
    background: #dcf3fc;
    padding: 15px;
    float: left
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .case_txt_03_before .txt_03_01 {
    color: #015381;
    font-weight: bold;
    margin-bottom: 10px
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .case_txt_03_after {
    background: #ffe9ee;
    padding: 15px;
    float: left
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .case_txt_03_after .txt_03_03 {
    color: #e1527a;
    font-weight: bold;
    margin-bottom: 10px
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .arrow {
    float: left;
    margin: 28px 12px 0 12px;
    width: 10px
}
#case .case_wrap .case_box .case_txt_04 {
    margin-top: 18px;
    padding: 20px;
    background: #fffcf6;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box
}
#question {
    background: linear-gradient(to bottom, #10abe8 0, #9be1fb 100%);
    padding: 60px 0 0 0
}
#question h2 {
    color: #fff;
    font-size: 180%;
    font-weight: bold;
    text-align: center
}
#question .question_wrap {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 40px 50px 40px 50px;
    box-sizing: border-box
}
#question .question_wrap .question_cont_wrap {
    background: #fff;
    padding: 50px 75px 20px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .1);
    border-radius: 8px
}
#question .question_wrap .question_cont_wrap .question_box {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9
}
#question .question_wrap .question_cont_wrap .question_box .img_wrap_Q {
    display: table-cell;
    width: 5%;
    padding-right: 10px;
    box-sizing: border-box
}
#question .question_wrap .question_cont_wrap .question_box .txt_wrap {
    display: table-cell;
    width: 95%;
    font-size: 125%;
    font-weight: bold;
    vertical-align: middle
}
#question .question_wrap .question_cont_wrap .answer_box {
    width: 100%;
    padding: 10px 0 50px 0;
    box-sizing: border-box
}
#question .question_wrap .question_cont_wrap .answer_box .img_wrap_A {
    display: table-cell;
    width: 5%;
    padding-right: 10px;
    box-sizing: border-box
}
#question .question_wrap .question_cont_wrap .answer_box .txt_wrap {
    display: table-cell;
    width: 95%;
    vertical-align: top;
    overflow: hidden;
    padding-top: 10px
}
#question .question_wrap .question_cont_wrap .answer_box .txt_wrap .txt_in_wrap {
    float: left;
    width: 70%;
    margin-right: 2%
}
#question .question_wrap .question_cont_wrap .answer_box .txt_wrap p {
    line-height: 1.5;
    margin-bottom: 20px
}
#question .question_wrap .question_cont_wrap .answer_box .txt_wrap .img_wrap {
    float: right;
    width: 28%;
    text-align: center
}
#sample_kyujin,
.cta_area--green_bg,
.flow_wrap,
.case_wrap {
    background-color: #effaff;
    padding: 30px 0 15px
}
.pc_wrap,
footer .inner {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 10px 50px;
    box-sizing: border-box
}
.pc_wrap--hosoku {
    padding: 0 50px
}
.pc_bg_green {
    background-color: #effaff;
    padding: 15px 0
}
.pc_bg_gray {
    background: #f0f6ef
}
.form_wrap_pc {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box
}
.form_wrap_pc:after {
    content: "";
    display: block;
    clear: both
}
#formArea {
    display: inline-block
}
#sample_kyujin h2 {
    text-align: center;
    color: #10abe8;
    font-weight: bold;
    font-size: 180%
}
#sample_kyujin ul.owl-carousel li {
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1)
}
#sample_kyujin #sample_kyujin_list {
    margin-top: 15px
}
#sample_kyujin ul.owl-carousel li .tag {
    position: relative
}
#sample_kyujin ul.owl-carousel li .tag_shinchaku-content {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 71px;
    height: 72px;
    overflow: hidden
}
#sample_kyujin ul.owl-carousel li span.tag_shinchaku {
    display: inline-block;
    position: absolute;
    padding: 4px 0;
    left: -17px;
    top: 15px;
    width: 130px;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    background: #e84444;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}
#sample_kyujin ul.owl-carousel li .tag .tag-box {
    width: 95%
}
#sample_kyujin ul.owl-carousel li span.tag_syokusyu {
    display: inline-block;
    color: #034387;
    font-weight: 300
}
#sample_kyujin ul.owl-carousel li span.tag_koyou {
    display: inline-block;
    background: #efefef;
    padding: 3px 5px;
    border-radius: 2px;
    color: #7a7a7a;
    font-size: 85%
}
#sample_kyujin ul.owl-carousel li span.tag_gyousyu {
    display: inline-block;
    background: #7bb5f7;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 85%;
    margin: 3px 0 0 0
}
#sample_kyujin ul.owl-carousel li .img_wrap {
    margin: 10px 0
}
#sample_kyujin ul.owl-carousel li .img_wrap img {
    width: 100%
}
#sample_kyujin ul.owl-carousel li .text_area .detail {
    font-size: 85%;
    color: #777;
    line-height: 1.2;
    margin: 10px 0
}
#sample_kyujin ul.owl-carousel li .text_area .catch {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 110%
}
#sample_kyujin ul.owl-carousel li .text_area .salary {
    background: #f9f9f9;
    padding: 10px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    position: relative
}
#sample_kyujin ul.owl-carousel li .text_area .salary span {
    color: #b30000;
    font-size: 120%
}
#sample_kyujin p.hosoku {
    font-size: 80%;
    display: block;
    padding: 0 10px;
    text-align: center
}
#reason h2,
#case h2,
#user_voice h2,
#flow h2 {
    background: #10abe8;
    color: #fff;
    font-size: 160%;
    text-align: center
}
#reason h2 span {
    color: #ffe88b;
    font-size: 120%
}
#reason h2 br {
    display: none
}
#reason h2.h2_pc {
    background: transparent;
    font-size: 180%;
    padding: 50px 0 40px
}
.reason_wrap {
    background: -moz-linear-gradient(top, #10abe8 0, #9be1fb 100%);
    background: -webkit-linear-gradient(top, #10abe8 0, #9be1fb 100%);
    background: linear-gradient(to bottom, #10abe8 0, #9be1fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#10abe8', endColorstr='#9be1fb', GradientType=0)
}
@keyframes animation_003 {
    0 {
        background-position: 0 48%
    }
    
    50% {
        background-position: 100% 53%
    }
    
    100% {
        background-position: 0 48%
    }
}
.reason_menu {
    display: table;
    width: 100%;
    margin: 25px 0;
    border-spacing: 10px 0
}
.reason_menu_item {
    background: #fff;
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    width: 33.3333%;
    display: table-cell;
    color: #333;
    position: relative;
    border-radius: 5px;
    transition: .8s
}
.reason_menu_item:hover {
    text-decoration: none;
    opacity: .8
}
.reason_menu_item .img_wrap {
    width: 100%;
    padding: 20px 20px 0;
    text-align: center
}
.reason_menu_item .img_wrap img {
    width: 50%
}
.reason_menu_item .txt_wrap {
    line-height: 1.3;
    padding: 25px;
    text-align: center
}
.reason_menu_item .txt_wrap span {
    display: block
}
.reason_menu_item .txt_wrap span br {
    display: none
}
.reason_menu_item .txt_wrap strong {
    font-size: 150%
}
.reason_menu_item img.rotate {
    transform: rotate(90deg)
}
.reason_menu_item span.arrow {
    min-height: 30px;
    max-height: 30px;
    width: 100%;
    display: block;
    position: relative
}
.reason_menu_item span.arrow:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 0;
    border-bottom: solid 2px #10abe8;
    border-right: solid 2px #10abe8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 50px;
    left: 50%;
    top: 0
}
.reason_menu_item span.arrow.rotate:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 3px #10abe8;
    border-right: solid 3px #10abe8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8px;
    top: 50%
}
.reason_cont_h3 {
    display: table;
    width: 100%;
    margin-bottom: 25px
}
.reason_cont_h3 .img_wrap {
    display: table-cell;
    width: 25%
}
.reason_cont_h3 .img_wrap img {
    width: 100%
}
.reason_cont_h3 span {
    display: table-cell;
    width: 75%;
    padding-left: 15px;
    font-size: 130%;
    font-weight: bold;
    margin: 60px 0 50px;
    color: #333;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 2px
}
.reason_cont_h3 span:first-letter {
    font-size: 180%
}
.reason_cont_inner {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-top: 40px
}
.reason_cont_inner:first-child {
    margin-top: 0
}
.reason_cont_inner:last-child {
    border-bottom: 0
}
.reason_cont_wrap_left {
    display: table-cell;
    width: 55%;
    vertical-align: top
}
.reason_cont_wrap p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
    color: #666
}
.reason_cont_wrap {
    margin-bottom: 50px
}
.reason_cont_wrap strong {
    color: #10abe8;
    font-size: 130%
}
.sub_menu_cont_img_wrap {
    display: table-cell;
    width: 45%;
    padding-left: 30px;
    vertical-align: middle
}
.sub_menu_cont_img_wrap img {
    width: 100%
}
.pc_wrap_cont_wrap {
    background: #fff;
    padding: 50px 75px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .1);
    border-radius: 8px
}
#user_voice h2.h2_pc {
    background: transparent;
    font-size: 180%;
    color: #10abe8;
    padding: 40px 0 0;
    text-shadow: white 2px 0, white -2px 0, white 0 -2px, white 0 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px
}
#user_voice .item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    border: 2px solid #eee
}
#user_voice .main_menu_voice {
    font-weight: bold;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    display: table;
    position: relative
}
.user_voice_wrap {
    background-image: url("../img/user_voice_bg.png");
    background-size: cover;
    position: relative
}
.user_voice_wrap .owl-item {
    opacity: .8
}
.main_menu_voice .img_wrap {
    display: table-cell;
    width: 20%;
    padding-right: 10px
}
.main_menu_voice .img_wrap img {
    width: 100%
}
.main_menu_voice .ttl_wrap {
    display: table-cell;
    width: 80%;
    vertical-align: top;
    padding-right: 15px
}
.main_menu_voice .ttl_wrap .voice_ttl {
    line-height: 1.3;
    display: block;
    margin-bottom: 5px
}
.main_menu_voice .ttl_wrap .voice_dtl {
    line-height: 1.3;
    display: block;
    font-weight: normal;
    font-size: 90%;
    color: #666
}
span.marker {
    font-weight: bold;
    background: #fff89b
}
.sub_menu_voice {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px
}
.sub_menu_voice span.marker {
    background: 0;
    color: #10abe8
}
.sub_menu_voice p {
    text-indent: 1em;
    margin-bottom: 10px
}
.sub_menu_voice p:last-child {
    margin-bottom: 0
}
.owl-carousel--voice {
    margin: 30px 0 0
}
.flow_wrap {
    padding: 0
}
.flow_wrap .pc_wrap {
    padding-bottom: 50px
}
#flow h2.h2_pc {
    background: transparent;
    font-size: 180%;
    color: #10abe8;
    padding: 40px 0 0;
    padding: 40px 0 80px
}
#step {
    padding: 100px 0 0
}
.cont_base {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #2aa765;
    padding: 30px
}
.step-list {
    text-align: center
}
.step-list li {
    letter-spacing: .03em;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-left: 39px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    background: #fff;
    position: relative;
    min-height: 280px
}
.step-list li:nth-child(4),
.step-list li:nth-child(5),
.step-list li:nth-child(6) {
    margin-bottom: 0
}
.step-list li .number {
    position: absolute;
    top: 0;
    left: 50%;
    width: 77px;
    height: 77px;
    margin-top: -38px;
    margin-left: -38px;
    background: #10abe8;
    color: #FFF;
    border-radius: 77px;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    line-height: 1;
    box-sizing: border-box
}
.step-list li .number .large {
    font-size: 150%;
    display: block;
    margin-top: 3px
}
.step-list li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #10abe8;
    border-right: solid 2px #10abe8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -25px;
    top: 50%
}
.step-list li:nth-child(3)::after,
.step-list li:nth-child(6)::after {
    display: none
}
.step-list li h3 {
    color: #10abe8;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    height: 65px;
    position: relative
}
.step-list li h3 span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.step-list li p {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .05em;
    padding: 0 16px;
    color: #555;
    text-align: left
}
#other_info {
    background-color: #10abe8;
    color: #fff
}
#other_info .telBox {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 10px 50px
}
#other_info .telBox .info1 {
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: #effaff;
    color: #10abe8;
    border-radius: 5px;
    padding: 10px
}
#other_info .telBox .info1 .ttl {
    text-align: center
}
#other_info .telBox .info1 .ttl .telTtl {
    margin: 0 0 5px 0;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 100px;
    line-height: 1;
    background-color: #10abe8;
    color: #fff;
    text-align: center
}
#other_info .telBox .info1 .ttl .free {
    margin: 0 0 0 10px;
    font-size: 12px;
    text-align: center
}
#other_info .telBox .info1 li {
    width: 30%;
    float: left;
    padding-left: 5px;
    margin-top: 5px
}
#other_info .telBox .info1 li#telSP {
    padding: 10px 0;
    text-align: center
}
#other_info .telBox .info1 li#telSP a {
    background-color: #fff;
    display: block;
    border-radius: 8px;
    padding: 10px
}
#other_info .telBox .info1 li#telSP {
    display: none
}
#other_info .telBox .info1 li.txt {
    font-size: 11px;
    line-height: 1.3em;
    text-align: left;
    display: inline-block;
    padding-left: 15px
}
#other_info .telBox .box01 {
    overflow: hidden;
    border-radius: 5px;
    width: 31.3333%;
    float: left
}
#other_info .telBox .box01,
#other_info .telBox .box02 {
    margin-right: 2%
}
#other_info .telBox .box01 figure,
#other_info .telBox .box02 figure {
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}
#other_info .telBox .box01 .txtbox {
    float: left;
    width: 80%
}
#other_info .telBox .box01 .txtbox h2,
#other_info .telBox .box02 .txtbox h2 {
    margin: 0 0 3px 0;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: left
}
#other_info .telBox .txtbox p {
    font-size: 80%;
    line-height: 1.3
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 10000
}
#page-top a {
    display: block;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    background: rgba(1, 75, 163, 0.9);
    border-radius: 4px;
    position: relative
}
#page-top a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 9px transparent;
    border-bottom: solid 15px #fff;
    position: absolute;
    top: 25%;
    right: 35%
}
#page-top a:hover {
    text-decoration: none;
    opacity: .7
}
footer {
    width: 100%
}
#anchor-register .formttl {
    background: #f8852b;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px
}
#popup_header .formTtl {
    display: none
}
.formttl_label {
    padding: 2px 5px;
    background: #fff;
    color: #f8852b;
    border-radius: 3px
}
#popup_entry_form {
    border: 2px solid #000;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    background: #fff
}
#popup_btn_next img {
    animation: animScale 3s infinite ease-out;
    transform-origin: 50% 50%;
    animation-play-state: running
}
@keyframes animScale {
    0 {
        transform: scale(1, 1)
    }
    
    60% {
        transform: scale(1.1, 1.1)
    }
    
    100% {
        transform: scale(1, 1)
    }
}
.cta_area a,
.cta_area a::before,
.cta_area a::after,
.cta_area .sub_txt,
.follow_btn .btn_sp a,
.follow_btn .btn_sp a::before,
.follow_btn .btn_sp a::after,
.follow_btn .sub_txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}
.cta_area {
    box-sizing: border-box;
    padding: 15px 15px 25px;
    margin: 0 auto;
}
.cta_area .pc_wrap {
    text-align: center
}
.cta_area a {
    background: #f99009;
    padding: 25px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    width: 70%;
    box-sizing: border-box;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3)
}
.cta_area a:hover {
    text-decoration: none;
    background: #e45118
}
.cta_area a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 9px #fff;
    position: absolute;
    top: 45%;
    right: 5px;
    margin-top: -3px
}
.cta_area a span.sub_txt {
    background: #fff;
    color: #f99009;
    padding: 5px;
    border-radius: 3px;
    display: table-cell;
    width: 20%;
    font-size: 120%;
    text-align: center
}
.cta_area a:hover span.sub_txt {
    color: #e45118
}
.cta_area a span.main_txt {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    font-size: 150%
}
.cta_area a span.main_txt br,
.cta_area a span.sub_txt br {
    display: none
}
@media screen and (max-width:320px) {
    .cta_area a span.sub_txt,
    .cta_area a span.main_txt {
        font-size: 120%
    }
}
.cta_area a:before {
    content: "";
    background-image: -webkit-linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    width: 200%;
    height: 200%;
    position: absolute;
    top: -100%;
    left: -200%;
    -webkit-transition: all .5s;
    transition: all .5s
}
.cta_area a:hover:before {
    top: 0;
    left: 100%
}
.case_wrap .cta_area,
.user_voice_wrap .cta_area {
    text-align: center;
    padding: 15px 0 25px
}
.follow_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    text-align: center;
    vertical-align: middle;
    z-index: 10000;
    padding: 5px 20px;
    box-sizing: border-box
}
.follow_btn .btn_sp {
    text-align: center;
    padding: 0;
    display: inline-block
}
.follow_btn .btn_sp a {
    background: #f99009;
    padding: 20px 100px;
    display: table;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3)
}
.follow_btn .btn_sp a:hover {
    text-decoration: none;
    background: #e45118
}
.follow_btn .btn_sp a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 10px #fff;
    position: absolute;
    top: 45%;
    right: 5px;
    margin-top: -3px
}
.follow_btn .main_txt {
    font-size: 120%
}
.follow_btn .sub_txt {
    background: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    color: #f99009;
    font-size: 90%
}
.follow_btn:hover .sub_txt {
    color: #e45118
}
.follow_btn .btn_sp a:before {
    content: "";
    background-image: -webkit-linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    width: 200%;
    height: 200%;
    position: absolute;
    top: -100%;
    left: -200%;
    -webkit-transition: all .5s;
    transition: all .5s
}
.follow_btn .btn_sp a:hover:before {
    top: 0;
    left: 100%
}
.bnrArea {
    padding: 7px 0 5px 0;
    text-align: center
}
footer {
    width: 100%
}
footer p {
    display: block;
    font-size: 11px;
    margin-bottom: 2px
}
footer .inner {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 10px 50px;
    box-sizing: border-box
}
footer #company_txt {
    font-size: 11px;
    overflow: hidden;
    padding-top: 8px
}
footer .txt_inner {
    float: left;
    width: 560px;
    text-align: left
}
footer .footer_right {
    text-align: right;
    width: 188px;
    float: right;
    margin-top: 10px
}
footer .footer_link {
    padding: 4px 0 3px 15px
}
footer .footer_link a {
    color: #666 !important;
    text-decoration: none !important;
    position: relative;
    top: 0;
    left: 0
}
footer .footer_link a:before {
    content: '';
    width: 11px;
    height: 11px;
    background: url(/lp/pt/029/img/new_window.png)no-repeat;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: -15px
}
footer .footer_link a:first-child {
    margin-right: 25px
}
.u-hidden-o-md {
    display: none
}

}

/*ã€€â–¼029_longç”¨ã€€*/
#sample_kyujin ul.owl-carousel li .text_area .catch {
    margin-bottom: 10px
}
#sample_kyujin ul.owl-carousel li .text_area table {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px
}
#sample_kyujin ul.owl-carousel li .text_area table .income {
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 110%
}
#sample_kyujin ul.owl-carousel li .text_area table .income span {
    color: #b30000;
    font-size: 140%
}
#sample_kyujin ul.owl-carousel li .text_area table .title {
    width: 30%;
    background: #f9f9f9;
    font-size: 85%;
    padding: 7px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 1.2
}
#sample_kyujin ul.owl-carousel li .text_area table .sentence {
    width: 70%;
    font-size: 85%;
    padding: 7px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.2
}
#sample_kyujin ul.owl-carousel li .text_area table .bb_none {
    border: none
}
#sample_kyujin ul.owl-carousel li .text_area .btn a {
    background: #f99009;
    padding: 15px 10px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 3px 0 rgba(0,
    0,
    0,
    .2)
}
#sample_kyujin ul.owl-carousel li .text_area .btn a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #fff;
    position: absolute;
    top: 45%;
    right: 5px;
    margin-top: -3px
}
#sample_kyujin ul.owl-carousel li .text_area .btn a:hover {
    text-decoration: none
}
#case {
    background: #EFFAFF;
    padding: 50px 0 30px
}
#case h2 {
    color: #10abe8;
    background: #EFFAFF;
    font-weight: bold;
    font-size: 180%
}
#case .case_wrap {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 35px 50px 0 50px;
    box-sizing: border-box
}
#case .case_wrap .case_box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0,
    0,
    0,
    .1)
}
#case .case_wrap .case_box .case_inbox {
    overflow: hidden;
    width: 100%
}
#case .case_wrap .case_box .img_person {
    float:left;
    width:15%;
    vertical-align: top
}
#case .case_wrap .case_box .case_txt_box {
    float:left;
    width:83%;
    vertical-align: top;
    margin-left:2%
}
#case .case_wrap .case_box .case_txt_box .case_txt_01 {
    overflow: hidden;
    margin-bottom: 18px
}
#case .case_wrap .case_box .case_txt_box .case_txt_01 .txt_01_01 {
    float: left;
    width: 100px;
    background: #0064a3;
    text-align: center;
    color: #fff;
    padding: 5px;
    box-sizing: border-box
}
#case .case_wrap .case_box .case_txt_box .case_txt_01 .txt_01_02 {
    float: left;
    margin: 5px 0 0 10px
}
#case .case_wrap .case_box .case_txt_box .case_txt_02 {
    margin-bottom: 18px;
    font-size: 125%;
    font-weight: bold;
    letter-spacing: -1px
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 {
    overflow: hidden
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .case_txt_03_before {
    background: #dcf3fc;
    padding: 15px;
    float: left
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .case_txt_03_before .txt_03_01 {
    color: #015381;
    font-weight: bold;
    margin-bottom: 10px
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .case_txt_03_after {
    background: #ffe9ee;
    padding: 15px;
    float: left
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .case_txt_03_after .txt_03_03 {
    color: #e1527a;
    font-weight: bold;
    margin-bottom: 10px
}
#case .case_wrap .case_box .case_txt_box .case_txt_03 .arrow {
    float: left;
    margin: 28px 12px 0 12px;
    width: 10px
}
#case .case_wrap .case_box .case_txt_04 {
    margin-top: 18px;
    padding: 20px;
    background: #fffcf6;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box
}
#question {
    background: linear-gradient(to bottom,
    #10abe8 0,
    #9be1fb 100%);
    padding: 60px 0 0 0
}
#question h2 {
    color: #fff;
    font-size: 180%;
    font-weight: bold;
    text-align: center
}
#question .question_wrap {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    padding: 40px 50px 40px 50px;
    box-sizing: border-box
}
#question .question_wrap .question_cont_wrap {
    background: #fff;
    padding: 50px 75px 20px;
    box-shadow: 3px 3px 0 rgba(0,
    0,
    0,
    .1);
    border-radius: 8px
}
#question .question_wrap .question_cont_wrap .question_box {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9
}
#question .question_wrap .question_cont_wrap .question_box .img_wrap_Q {
    display: table-cell;
    width: 5%;
    padding-right: 10px;
    box-sizing: border-box
}
#question .question_wrap .question_cont_wrap .question_box .txt_wrap {
    display: table-cell;
    width: 95%;
    font-size: 125%;
    font-weight: bold;
    vertical-align: middle
}
#question .question_wrap .question_cont_wrap .answer_box {
    width: 100%;
    padding: 10px 0 50px 0;
    box-sizing: border-box
}
#question .question_wrap .question_cont_wrap .answer_box .img_wrap_A {
    display: table-cell;
    width: 5%;
    padding-right: 10px;
    box-sizing: border-box
}
#question .question_wrap .question_cont_wrap .answer_box .txt_wrap {
    display: table-cell;
    width: 95%;
    vertical-align: top;
    overflow: hidden;
    padding-top: 10px
}
#question .question_wrap .question_cont_wrap .answer_box .txt_wrap .txt_in_wrap {
    float: left;
    width: 70%;
    margin-right: 2%
}
#question .question_wrap .question_cont_wrap .answer_box .txt_wrap p {
    line-height: 1.5;
    margin-bottom: 20px
}
#question .question_wrap .question_cont_wrap .answer_box .txt_wrap .img_wrap {
    float: right;
    width: 28%;
    text-align: center
}