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

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

*[hidden] {
    display: none
}

body {
    line-height: 1
}

menu,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

.office_item_btn_wrap {
    margin-left: 10px;
}

@media only screen and (max-width: 1000px) {
    .office_item_btn_wrap {
        margin-top: 16px;
        margin-left: 0;
        display: flex;
        align-items: center;
    }
}

.c_btn {
    width: 400px;
    position: relative;
    cursor: pointer;
    padding: 1em 2em;
    color: #000;
    font-weight: 700;
    background-color: var(--color_primary);
    border-radius: 6px;
    box-shadow: 0 6px;
    border: 1px solid #000
}

.office_item_btn_wrap .c_btn {
    width: 210px;
    padding: 0.5em 1em;
}

@media only screen and (max-width: 1000px) {
    .office_item_btn_wrap .c_btn {
        width: 100%;
    }
}

.c_btn:hover {
    transition: .3s ease-out;
    box-shadow: 0 1px;
    transform: translateY(5px)
}

.c_btn_yellow {
    background-color: #e7ab00;
    border: none;
    box-shadow: 0 6px #c7980e
}

.c_btn_red {
    background-color: #d86945;
    border: none;
    box-shadow: 0 6px #8e2605
}

.contactarea-btns.contactarea-btns-b .c_btn_red {
    margin-left: 48px;
}

.office_item_btn_wrap .c_btn.c_btn_red {
    margin-top: 13px;
}

@media only screen and (max-width: 1000px) {
    .office_item_btn_wrap .c_btn.c_btn_red {
        margin-top: 0;
        margin-left: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .contactarea-btns.contactarea-btns-b .c_btn_red {
        margin-left: 11px;
    }
}

.c_btn_red .c_btn_body_icon {
    background-image: url(/lp/page-b/assets/icon_doc01.svg)
}

.c_btn:before {
    content: "\7121\6599";
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    font-size: 20px;
    color: #000;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    z-index: 1;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center
}

.office_item_btn_wrap .c_btn:before {
    display: none;
}

.c_btn:after {
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px
}

.office_item_btn_wrap .c_btn:after {
    right: 10.5px;
    width: 5px;
    height: 5px
}

@media only screen and (max-width: 375px) {
    .office_item_btn_wrap .c_btn:after {
        right: 8px;
        width: 4px;
        height: 4px
    }
}

.c_btn_body {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.c_btn_body_icon {
    flex-shrink: 0;
    width: 37px;
    height: 37px;
    background-image: url(/lp/page-b/assets/icon_mail01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.office_item_btn_wrap .c_btn_body_icon {
    width: 21px;
    height: 21px;
}

@media screen and (max-width: 375px) {
    .office_item_btn_wrap .c_btn_body_icon {
        width: 18px;
        height: 18px;
    }
}

.c_btn_body_text {
    margin-left: 8px;
    position: relative;
    color: #fff;
    flex-shrink: 0
}

.office_item_btn_wrap .c_btn_body_text {
    font-size: 14px;
}

@media screen and (max-width: 375px) {
    .office_item_btn_wrap .c_btn_body_text {
        font-size: 12px;
    }
}

.c_btn_body_text:after {
    content: '';
    position: absolute;
    left: -45px;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #fff;
    z-index: -1;
    transition: .5s;
}

.office_item_btn_wrap .c_btn_body_text:after {
    left: -32px;
    bottom: -2px;
}

.c_btn a:hover .c_btn_body_text:after {
    width: 128%;
}

.fixFoot.fixFoot-b .c_btn a:hover .c_btn_body_text:after {
    width: 148%;
}

.office_item_btn_wrap .c_btn a:hover .c_btn_body_text:after {
    width: 135%;
}



@media screen and (max-width: 1000px) {
    .c_btn {
        width: calc(50% - 6px);
        padding: 10px
    }

    .c_btn_body {
        margin-right: 16px
    }

    .c_btn_yellow {
        box-shadow: 0 3px #c7980e
    }

    .c_btn_red {
        box-shadow: 0 3px #8e2605
    }

    .c_btn:hover {
        box-shadow: 0 1px;
        transform: translateY(2px)
    }

    .c_btn:before {
        display: none
    }

    .c_btn:after {
        right: 10px;
        width: 4px;
        height: 4px
    }

    .c_btn_body {
        font-size: 15px
    }

    .c_btn_body_icon {
        width: 30px;
        height: 30px
    }

    .c_btn_body_text {
        margin-left: 4px
    }

    .c_btn a:hover .c_btn_body_text:after,
    .fixFoot.fixFoot-b .c_btn a:hover .c_btn_body_text:after,
    .office_item_btn_wrap .c_btn a:hover .c_btn_body_text:after {
        width: 0%;
    }
}

@media screen and (max-width: 360px) {
    .c_btn_body {
        font-size: 12px
    }
}

.section_cta {
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px
}

.section_cta_text_wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.section_cta_text {
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    position: relative
}

.section_cta_text:before,
.section_cta_text:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 2px;
    height: 100%;
    border-radius: 1px;
    top: 0px
}

.section_cta_text:before {
    left: -28px;
    transform-origin: top left;
    transform: rotate(-30deg)
}

.section_cta_text:after {
    right: -28px;
    transform-origin: top right;
    transform: rotate(30deg)
}

.section_cta_btn_wrap {
    width: min(850px, 100%);
    margin: 32px auto auto;
    display: flex;
    justify-content: center
}

.section_cta_btn_wrap>:nth-child(2) {
    margin-left: 48px
}

@media screen and (max-width: 1000px) {
    .section_cta_btn_wrap {
        width: min(500px, 100%);
        padding: 0 10px
    }

    .section_cta_btn_wrap>:nth-child(2) {
        margin-left: 24px
    }
}

@media screen and (max-width: 500px) {
    .section_cta_text {
        font-size: 13px;
        margin: 0 18px
    }

    .section_cta_text:before,
    .section_cta_text:after {
        width: 1px;
        top: 0px
    }

    .section_cta_text:before {
        left: -16px
    }

    .section_cta_text:after {
        right: -16px
    }

    .section_cta_btn_wrap {
        width: min(375px, 100%)
    }

    .section_cta_btn_wrap>:nth-child(2) {
        margin-left: 12px
    }
}

@media screen and (max-width: 1000px) {
    .l_inner {
        width: min(500px, 100%);
        padding-left: 10px;
        padding-right: 10px;
        margin: auto
    }
}

@media screen and (max-width: 500px) {
    .l_inner {
        width: min(375px, 100%);
        padding-left: 10px;
        padding-right: 10px;
        margin: auto
    }
}

.c_section {
    padding: 160px 0 80px
}

.c_section_beige {
    background-color: var(--color_quaternary)
}

.c_section_orange {
    background-color: var(--color_primary)
}

@media screen and (max-width: 1000px) {
    .c_section {
        padding: 120px 0 40px
    }
}

.c_heading2 {
    font-size: 40px;
    line-height: 1.2;
    text-align: center
}

.c_heading2_wrap {
    position: relative;
    font-weight: 700;
    width: min(1010px, 100%);
    margin: auto
}

.c_heading2_fs_small {
    font-size: 30px;
    line-height: 1.2
}

.c_heading2_bigletter {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -80%);
    display: block;
    text-align: center;
    font-size: 145px;
    line-height: 1.275862069;
    opacity: .04
}

.c_heading2_icon_orange:before {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translate(-50%);
    width: 56px;
    height: 56px;
    content: "";
    background-color: var(--color_secondary);
    background-image: url(/lp/page-b/assets/logo_icon_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    box-shadow: 3px 3px #000;
    border: 1px solid #000
}

.c_heading2_icon_mono:before {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translate(-50%);
    width: 56px;
    height: 56px;
    content: "";
    background-color: #fff;
    background-image: url(/lp/page-b/assets/logo_icon_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    box-shadow: 3px 3px #000;
    border: 1px solid #000
}

.c_heading2_icon_point:before {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%);
    width: 140px;
    height: 66px;
    content: "";
    background-image: url(/lp/page-b/assets/fukidasi.svg);
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 1000px) {
    .c_heading2 {
        font-size: 26px;
        line-height: 1.5384615385
    }

    .c_heading2_fs_small {
        font-size: 20px;
        line-height: 1.9
    }

    .c_heading2_bigletter {
        font-size: 70px;
        line-height: 1.2857142857
    }

    .c_heading2_icon_orange:before,
    .c_heading2_icon_mono:before {
        top: -80px;
        width: 40px;
        height: 40px
    }

    .c_heading2_icon_point:before {
        top: -70px;
        width: 105px;
        height: 48px
    }
}

@media screen and (max-width: 390px) {
    .c_heading2_bigletter {
        font-size: 56px
    }
}

.worries_list_wrap {
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 10px;
    padding: 24px;
    margin: 45px auto 120px;
    max-width: 910px;
    position: relative
}

.worries_list_wrap:after {
    content: "";
    position: absolute;
    bottom: -86px;
    left: 50%;
    transform: translate(-50%);
    background-image: url(/lp/page-b/assets/worries_arrow.svg);
    background-repeat: no-repeat;
    width: 138px;
    height: 46px
}

.worries_list {
    border-radius: 10px;
    padding: 32px 48px;
    background-color: #fafafa
}

.worries_item {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 42px;
    position: relative
}

.worries_item_mgtop {
    margin-top: 30px
}

.worries_item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(/lp/page-b/assets/icon_checked01.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px
}

@media screen and (max-width: 1000px) {
    .worries_list_wrap {
        padding: 10px;
        margin: 40px auto 80px;
        max-width: 100%
    }

    .worries_list_wrap:after {
        bottom: -70px;
        background-image: url(/lp/page-b/assets/worries_arrow_sp.svg)
    }

    .worries_list {
        padding: 16px
    }

    .worries_item {
        font-size: 15px;
        line-height: 1.6;
        padding-left: 30px
    }

    .worries_item_mgtiop {
        margin-top: 16px
    }

    .worries_item:before {
        width: 22px;
        height: 22px
    }
}

.worries_bottom {
    display: flex;
    justify-content: space-between;
    border-radius: 89px;
    background-color: var(--color_primary);
    padding: 36px 0 0 66px;
    margin: auto;
    max-width: 1000px
}

.worries_bottom_text {
    font-size: 24px;
    line-height: 1.5833333333;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.worries_bottom_text span {
    font-size: 30px;
    line-height: 1.2666666667;
    margin-bottom: 8px;
    display: inline-block;
    position: relative
}

.worries_bottom_text span:before,
.worries_bottom_text span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    top: 5px
}

.worries_bottom_text span:before {
    left: -20px;
    transform-origin: top left;
    transform: rotate(60deg)
}

.worries_bottom_text span:after {
    right: -20px;
    transform-origin: top right;
    transform: rotate(-60deg)
}

.worries_bottom_img {
    margin-top: -90px;
    flex-shrink: 0;
    background-image: url(/lp/page-b/assets/illust03.png);
    width: 332px;
    height: 231px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 1000px) {
    .worries_bottom {
        flex-direction: column;
        border-radius: 20px;
        padding: 30px 20px 0;
        max-width: 100%
    }

    .worries_bottom_text {
        font-size: 20px;
        line-height: 1.6
    }

    .worries_bottom_text span {
        font-size: 24px;
        line-height: 1.3333333333
    }

    .worries_bottom_img {
        margin: 0 auto auto;
        max-width: 100%;
        height: 200px
    }
}

.section_worries {
    position: relative
}

.section_worries:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/lp/page-b/assets/illust02.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24%;
    padding-top: 41%;
    z-index: -1
}

.section_worries:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/lp/page-b/assets/illust01.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 29.8%;
    padding-top: 55%;
    z-index: -1
}

@media screen and (min-width: 1920px) {
    .section_worries:before {
        width: 423px;
        padding-top: 766px;
        left: calc(50% - 960px)
    }

    .section_worries:after {
        width: 606px;
        padding-top: 1075px;
        right: calc(50% - 960px)
    }
}

@media screen and (max-width: 1000px) {

    .section_worries:before,
    .section_worries:after {
        display: none
    }
}

.c_guide {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 0;
    min-width: 180px;
    text-align: center;
    border-radius: 16px
}

.c_guide_bgwhite {
    color: var(--color_primary);
    background-color: #fff
}

@media screen and (max-width: 1000px) {
    .c_guide {
        min-width: 140px
    }
}

.job_type_block {
    padding: 32px;
    text-align: center;
    width: 100%;
    background-image: url(/lp/page-b/assets/jobtype_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #fff
}

.job_type_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px
}

.job_type_item {
    padding: 0 20px;
    font-size: 14px;
    position: relative
}

.job_type_item:not(:first-of-type):before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 16px;
    width: 4px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 1000px) {
    .job_type_block {
        padding: 24px 16px;
        background-image: url(/lp/page-b/assets/jobtype_bg_sp.png)
    }

    .job_type_list {
        margin-top: 16px
    }

    .job_type_item {
        padding: 0 12px
    }

    .job_type_item:not(:first-of-type):before {
        width: 2px;
        height: 16px
    }
}

.achievement_item {
    border: 2px solid var(--color_primary);
    border-radius: 10px;
    width: min(835px, 100%);
    padding: 30px 0 40px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.achievement_item_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px
}

.achievement_item_title:before {
    left: 0;
    bottom: 0;
    width: 90%;
    height: 2px
}

.achievement_item_title .c_line_gradient_underline_bold {
    font-size: 30px
}

.achievement_item_title_strong {
    font-size: 50px
}

.achievement_item_title_fssml {
    font-size: 20px;
    display: inline
}

.achievement_item_detail {
    margin-top: 20px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.6875
}

.achievement_item_detail_small {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6666666667;
    display: inline-block
}

.achievement_item_figure {
    display: flex;
    margin: 32px auto auto
}

.achievement_item_figure_box {
    display: flex;
    flex-direction: column
}

.achievement_item_figure_box:not(:first-child) {
    margin-left: 80px
}

.achievement_item_figure .c_guide {
    margin: 24px auto 0;
    display: inline-block
}

.achievement_item .job_type_list_wrap {
    padding: 0 40px;
    margin-top: 32px
}

@media screen and (max-width: 1000px) {
    .achievement_item {
        padding: 24px 0;
        margin: 32px auto 0;
        flex-direction: column
    }

    .achievement_item_title {
        font-size: 24px
    }

    .achievement_item_detail {
        margin-top: 24px;
        padding: 0 16px;
        font-size: 15px;
        line-height: 1.6
    }

    .achievement_item_detail_small {
        margin-top: 8px;
        white-space: nowrap
    }

    .achievement_item_figure {
        margin: 24px auto 0;
        flex-direction: column-reverse
    }

    .achievement_item_figure_box {
        position: relative
    }

    .achievement_item_figure_box:not(:first-child) {
        margin-left: 0
    }

    .achievement_item_figure_box:first-child {
        margin-top: 16px
    }

    .achievement_item_figure_box img {
        width: 160px;
        height: 160px
    }

    .achievement_item_figure .c_guide {
        margin-top: 16px
    }

    .achievement_item .job_type_list_wrap {
        padding: 0 16px;
        margin-top: 16px
    }

    .achievement_item:nth-of-type(3) .achievement_item_figure {
        flex-direction: column
    }

    .achievement_item:nth-of-type(3) .achievement_item_figure_box img {
        padding-left: 20px;
        margin: auto
    }

    .achievement_item:nth-of-type(3) .achievement_item_figure_box:not(:first-child) {
        margin-left: 0;
        margin-top: 16px
    }

    .achievement_item:nth-of-type(4) .achievement_item_detail_small {
        white-space: normal
    }
}

@media screen and (max-width: 380px) {
    .achievement_item_detail_small {
        white-space: normal
    }
}

.achievement_list {
    width: min(1072px, 100%);
    margin: auto
}

.achievement_list .achievement_item:nth-child(3) .achievement_item_figure {
    align-items: flex-end
}

.achievement_list .achievement_item:nth-child(3) .achievement_item_figure_box:nth-child(1) .c_guide {
    margin-right: 5%
}

.achievement_list .achievement_item:nth-child(3) .achievement_item_figure_box:nth-child(2) .c_guide {
    margin-right: 16%
}

.achievement_list .achievement_item:nth-child(3) .achievement_item_figure_box:not(:first-child) {
    margin-left: 0
}

.achievement_list .achievement_item:nth-child(3) .achievement_item_figure .c_guide {
    width: 180px
}

.achievement_list .achievement_item:nth-child(4) .achievement_item_title_strong {
    font-size: 40px
}

@media screen and (max-width: 1000px) {
    .achievement_list .achievement_item:nth-child(3) .achievement_item_figure_box img {
        width: min(340px, 100%)
    }

    .achievement_list .achievement_item:nth-child(3) .achievement_item_figure .c_guide {
        width: 140px;
        margin-right: auto
    }
}

@media screen and (max-width: 374px) {
    .achievement_list .achievement_item:nth-child(3) .achievement_item_figure_box img {
        height: auto
    }
}

.office_top {
    width: min(1000px, 100%);
    margin: 60px auto 0;
    border-radius: 10px;
    padding: 18px 60px
}

.office_top_list {
    display: flex;
    justify-content: space-between
}

.office_top_item {
    display: flex;
    align-items: center
}

.office_top_item_img {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.office_top_item_text {
    color: #fff;
    font-size: 16px;
    margin-left: 5px
}

@media screen and (max-width: 1000px) {
    .office_top {
        margin-top: 32px;
        padding: 18px 30px;
        width: min(320px, 100%)
    }

    .office_top_list {
        flex-direction: column
    }

    .office_top_item:not(:first-child) {
        margin-top: 20px
    }
}

.office_item_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .office_item_container {
        display: block;
    }
}

.office_item_text_body_item {
    font-size: 14px;
    line-height: 1.2142857143;
    margin-top: 8px;
    display: flex
}

.office_item_text_body_item dt {
    font-weight: 700;
    display: inline;
    flex-shrink: 0
}

@media screen and (max-width: 1000px) {
    .office_item_text_body_item {
        margin-top: 10px
    }
}

.office_item {
    display: flex;
    padding: 24px 0;
}

.office_item:not(:first-of-type) {
    border-top: 1px solid #cccccc
}

.office_item_img {
    width: 210px;
    height: 143px;
    flex-shrink: 0;
    position: relative
}

.office_item_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.office_item_text {
    margin-left: 30px;
    width: 100%;
}

.office_item_text_head {
    font-size: 20px;
    display: flex;
    align-items: center
}

.office_item_text_head_heading {
    font-weight: 700
}

.office_item_text_head_taglist {
    background-color: var(--color_quaternary);
    border-radius: 20px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 16px;
    display: inline-block
}

.office_item_text_head_tag {
    color: var(--color_primary);
    padding: 8px 4px 8px 8px;
    font-size: 13px;
    line-height: 1;
    position: relative;
    font-weight: 700;
    display: inline-block
}

.office_item_text_head_tag:not(:first-of-type):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 18px;
    background-image: url(/lp/page-b/assets/tag_spliter.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.office_item_text_caution {
    font-size: 12px;
    line-height: 1.1666666667;
    margin-top: 8px;
    display: inline-block
}

@media screen and (max-width: 1000px) {
    .office_item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 24px 0;
        margin: 0 16px
    }

    .office_item_img {
        width: 152px;
        height: 104px
    }

    .office_item_text {
        display: contents;
        margin-left: 30px
    }

    .office_item_text_head {
        display: contents
    }

    .office_item_text_head_heading {
        flex-shrink: 0;
        width: calc(100% - 166px);
        margin-left: 14px
    }

    .office_item_text_head_taglist {
        border-radius: 29px;
        max-width: 100%;
        flex-shrink: 0;
        margin: 16px auto 0;
        padding-left: 3px;
        padding-right: 3px
    }

    .office_item_text_head_tag {
        padding: 8px 2.5px 8px 6px
    }
}

.office_area {
    width: min(1000px, 100%);
    margin: 24px auto 0
}

.office_area_list {
    display: flex;
    align-items: center;
    flex-direction: column
}

.office_area_head {
    position: relative;
    color: var(--color_primary);
    font-weight: 700;
    font-size: 20px;
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid var(--color_primary);
    box-shadow: 3px 3px var(--color_primary)
}

.office_area_head:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background-image: url(/lp/page-b/assets/icon_arrow01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s ease-out
}

.office_area_head:not(:first-of-type) {
    margin-top: 16px
}

.office_area_head.active:after {
    transform: translateY(-50%) rotate(180deg)
}

.office_area_head span {
    color: #000;
    display: block;
    margin-left: 24px;
    font-weight: 700;
    font-size: 20px;
    text-align: left
}

.office_body {
    padding: 16px 60px 0;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 24px;
    width: 100%;
    display: none;
}

.office_body:first-of-type {
    display: block;
}

@media screen and (max-width: 1000px) {
    .office_area_head {
        font-size: 16px;
        padding: 16px
    }

    .office_area_head span {
        font-size: 16px;
        margin-left: 16px
    }

    .office_body {
        padding: 0;
        margin-top: 16px
    }
}

.point_item {
    margin-top: 110px
}

.point_item:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 70%;
    height: min(80%, 300px);
    margin-top: 70px;
    background-color: var(--color_tertiary);
    border-radius: 240px 0 0 240px;
    z-index: -1
}

.point_item.l_reverse .point_item_inner {
    flex-direction: row-reverse
}

.point_item.l_reverse .point_item_img {
    margin: 20px 60px 0 0
}

.point_item.l_reverse:before {
    left: 0;
    border-radius: 0 240px 240px 0
}

.point_item_inner {
    display: flex;
    width: min(1000px, 100%);
    margin: auto
}

.point_item_body_number {
    color: var(--color_secondary);
    font-size: 111px;
    line-height: 1.2792792793;
    text-shadow: 3px 3px #000;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000
}

.point_item_body_heading {
    font-size: 40px;
    font-weight: 700
}

.point_item_body_text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.6875
}

.point_item_img {
    flex-shrink: 0;
    width: 370px;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 60px;
    margin: 20px 0 0 60px
}

@media screen and (max-width: 1000px) {
    .point_item {
        margin-top: 30px
    }

    .point_item:before {
        margin-top: 40px;
        width: 90%;
        height: min(80%, 400px)
    }

    .point_item.l_reverse .point_item_inner {
        flex-direction: column
    }

    .point_item.l_reverse .point_item_img {
        margin: 24px auto 0
    }

    .point_item_inner {
        flex-direction: column;
        width: min(500px, 100%);
        padding: 0 20px;
        margin-top: 10px
    }

    .point_item_body {
        display: contents
    }

    .point_item_body_number {
        font-size: 70px;
        line-height: 1.2857142857;
        line-height: 90px
    }

    .point_item_body_heading {
        font-size: 20px
    }

    .point_item_body_text {
        order: 1;
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.6
    }

    .point_item_img {
        flex-shrink: 0;
        width: 238px;
        height: 180px;
        margin: 24px auto 0
    }
}

@media screen and (max-width: 500px) {
    .point_item_inner {
        width: min(375px, 100%)
    }
}

.section_point {
    margin-top: 40px;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .section_point {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.c_icon_balloon {
    width: 80px;
    height: 80px;
    background-color: var(--color_secondary);
    font-size: 56px;
    font-weight: 700;
    text-shadow: 3px 3px #000;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 100%
}

.c_icon_balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-left: 18px solid var(--color_secondary);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0
}

@media screen and (max-width: 1000px) {
    .c_icon_balloon {
        width: 60px;
        height: 60px;
        font-size: 39px
    }
}

.trial_box {
    border-radius: 10px;
    box-shadow: 0 3px 20px #00000029;
    background-color: #fff;
    width: min(1000px, 100%);
    margin: -12vw auto 0;
    padding: 40px 90px 60px
}

.trial_box_heading {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-top: 90px
}

.trial_box_heading:before {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%);
    width: 140px;
    height: 66px;
    content: "";
    background-image: url(/lp/page-b/assets/fukidasi.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.trial_box_reasons {
    width: min(690px, 100%);
    margin: auto
}

.trial_box_reason {
    display: flex;
    margin-top: 35px
}

.trial_box_reason .c_icon_balloon {
    color: #fff;
    flex-shrink: 0
}

.trial_box_reason_body {
    padding-left: 24px
}

.trial_box_reason_title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700
}

.trial_box_reason_text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6875
}

.trial_box_flow {
    background-color: var(--color_tertiary);
    border-radius: 10px;
    position: relative;
    padding: 16px 32px 16px 72px;
    margin-top: 80px
}

.trial_box_flow_head {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2083333333
}

.trial_box_flow_body {
    display: flex
}

.trial_box_flow_body_item {
    position: relative;
    margin-top: 30px
}

.trial_box_flow_body_item_dot {
    margin-top: 48px
}

.trial_box_flow_body_item_dot:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -36px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAWCAYAAADn7z3uAAAABHNCSVQICAgIfAhkiAAAAEVJREFUGFdjPF9jG8Dw/389AwOjAAMjQyHjuWqbB4yMjPIMIPD//wUUgf8M/y8ygrQAGQ0M/xkEgCoLGMFKkQBVBIazwwDMWkAoogK8wwAAAABJRU5ErkJggg==);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4px;
    height: 22px
}

.trial_box_flow_body_item_inner {
    display: flex;
    align-items: center
}

.trial_box_flow_body_item_title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color_primary);
    flex-shrink: 0
}

.trial_box_flow_body_item_text {
    font-size: 16px;
    margin-left: 16px
}

.trial_box_flow_body_img {
    margin-left: 40px;
    width: 213px;
    height: 213px;
    background-image: url(/lp/page-b/assets/illust06.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.trial_box_end_text {
    margin-top: 36px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    color: var(--color_primary);
    text-align: center
}

.trial_box_end_small {
    display: block;
    text-align: right;
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.1666666667
}

@media screen and (max-width: 1000px) {
    .trial_box {
        padding: 40px 16px;
        width: min(500px, 100%);
        margin: auto;
        margin: -6vw auto 0
    }

    .trial_box_heading {
        font-size: 20px;
        line-height: 1.0666666667;
        margin-top: 68px
    }

    .trial_box_heading:before {
        position: absolute;
        top: -20px -48px;
        width: 105px;
        height: 48px
    }

    .trial_box_reason {
        flex-wrap: wrap;
        align-items: center
    }

    .trial_box_reason .c_icon_balloon {
        color: #fff;
        flex-shrink: 0
    }

    .trial_box_reason_body {
        display: contents
    }

    .trial_box_reason_title {
        font-size: 18px;
        line-height: 1.2222222222;
        margin-left: 20px
    }

    .trial_box_reason_text {
        margin-top: 8px
    }

    .trial_box_flow {
        padding: 20px 18px;
        margin-top: 80px
    }

    .trial_box_flow_head {
        white-space: nowrap;
        font-size: 24px;
        line-height: 1.2083333333
    }

    .trial_box_flow_body {
        flex-direction: column
    }

    .trial_box_flow_body_item {
        margin-top: 30px
    }

    .trial_box_flow_body_item_dot {
        margin-top: 48px
    }

    .trial_box_flow_body_item_dot:before {
        left: 50%;
        top: -36px
    }

    .trial_box_flow_body_item_text {
        margin-left: 12px
    }

    .trial_box_flow_body_img {
        margin: 5px auto 0;
        width: 165px;
        height: 165px
    }

    .trial_box_end_text {
        margin-top: 40px
    }

    .trial_box_end_small {
        text-align: left
    }
}

@media screen and (max-width: 500px) {
    .trial_box {
        width: min(355px, 100%);
        margin: auto;
        margin: -40vw auto 0
    }
}

@media screen and (max-width: 370px) {
    .trial_box_reason_title {
        margin-left: 12px
    }
}

.trial_top_text {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px
}

.trial_image {
    background-image: url(/lp/page-b/assets/trial_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 23.5%
}

@media screen and (max-width: 1000px) {
    .trial_top_text {
        font-size: 16px;
        line-height: 1.6875;
        margin-top: 30px
    }
}

@media screen and (max-width: 500px) {
    .trial_image {
        padding-top: 77%;
        background-image: url(/lp/page-b/assets/trial_bg_sp.png)
    }
}

.step_item {
    position: relative;
    max-width: 1200px;
    margin: -20px auto 0;
    min-height: 400px
}

.step_item_arrow {
    position: absolute;
    width: 441px;
    height: 380px;
    top: 44px;
    right: 100px;
    z-index: 0
}

.step_item_reverse .step_item_arrow {
    right: unset;
    left: 100px
}

.step_item_icon {
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #fff;
    background-color: var(--color_secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.2
}

.step_item_icon span {
    font-size: 40px;
    text-shadow: 3px 3px #000;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000
}

.step_item_head {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-top: 40px
}

.step_item_body {
    margin-top: 32px;
    position: relative
}

.step_item_body_text {
    text-align: center;
    font-size: 16px;
    line-height: 1.1875
}

.step_item_body_text small {
    font-size: 12px;
    line-height: 1.1666666667;
    display: block;
    margin-top: 16px
}

.step_item_body_image {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px
}

.step_item_body_image_left {
    left: 0
}

.step_item_body_image_right {
    right: 0
}

.step_item_body_cta {
    display: flex;
    justify-content: space-between;
    width: min(860px, 100%);
    margin: 32px auto 0
}

@media screen and (max-width: 1000px) {
    .step_item {
        margin: 12px auto 0;
        width: min(400px, 100%)
    }

    .step_item:nth-of-type(2) .step_item_body {
        margin-top: 60px
    }

    .step_item:nth-of-type(4) .step_item_body {
        margin-top: 60px
    }

    .step_item_arrow {
        width: 120px;
        height: 430px;
        right: 0
    }

    .step_item_reverse .step_item_arrow {
        width: 120px;
        height: 430px;
        left: 0
    }

    .step_item_icon {
        width: 80px;
        height: 80px;
        font-size: 18px;
        line-height: 1
    }

    .step_item_head {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 30px
    }

    .step_item_body {
        margin-top: 20px
    }

    .step_item_body_text {
        font-size: 15px;
        line-height: 1.6
    }

    .step_item_body_text small {
        font-size: 12px;
        line-height: 1.5833333333;
        padding: 0 12px
    }

    .step_item_body_image {
        display: none
    }

    .step_item_body_cta {
        flex-direction: column;
        align-items: center;
        width: min(860px, 100%);
        margin: 32px auto 0
    }

    .step_item_body_cta>:nth-child(2) {
        margin-top: 8px
    }

    .step_item_body_cta .c_btn {
        width: 280px;
        padding: 8px
    }

    .step_item_body_cta .c_btn_body {
        margin-right: 0
    }

    .step_item_body_cta .c_btn_body_icon {
        width: 30px;
        height: 30px
    }

    .step_item_body_cta .c_btn:before {
        content: "\7121\6599";
        position: absolute;
        background-color: #fff;
        border-radius: 28px;
        font-size: 14px;
        width: 40px;
        height: 24px;
        color: #000;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.step_item_final {
    position: relative;
    width: min(730px, 100%);
    margin: 48px auto auto;
    background-color: var(--color_tertiary);
    border-radius: 10px;
    padding: 60px 30px 16px
}

.step_item_final_icon {
    margin: -120px auto 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #fff;
    background-color: var(--color_secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.2
}

.step_item_final_icon span {
    font-size: 40px;
    text-shadow: 3px 3px #000;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000
}

.step_item_final_head {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-top: 40px
}

.step_item_final_body {
    margin-top: 32px
}

.step_item_final_body_text {
    text-align: center;
    font-size: 16px;
    line-height: 1.1875
}

.step_item_final_body_img {
    width: 466px;
    height: 466px;
    background-image: url(/lp/page-b/assets/illust10.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto
}

@media screen and (max-width: 1000px) {
    .step_item_final {
        padding: 45px 16px 16px;
        margin-top: 64px
    }

    .step_item_final_icon {
        margin: -100px auto 0;
        width: 80px;
        height: 80px;
        font-size: 18px;
        line-height: 1
    }

    .step_item_final_head {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 30px
    }

    .step_item_final_body {
        margin-top: 20px
    }

    .step_item_final_body_text {
        font-size: 15px;
        line-height: 1.6
    }

    .step_item_final_body_img {
        width: 278px;
        height: 278px
    }
}

.step_list {
    margin: 60px auto 80px
}

.question_item {
    padding-top: 40px;
    margin-top: 24px
}

.question_item:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 2px
}

.question_item_question {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 76px
}

.question_item_question:before {
    content: "Q";
    position: absolute;
    font-family: din-2014, sans-serif;
    font-size: 32px;
    width: 60px;
    height: 60px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.question_item_answer {
    display: flex;
    padding: 18px 40px;
    margin-left: 60px;
    margin-top: 32px;
    background-color: #f7f7f7
}

.question_item_answer_head {
    font-size: 32px;
    color: var(--color_primary)
}

.question_item_answer_body {
    font-size: 16px;
    line-height: 1.6875;
    margin-left: 16px;
    font-weight: 500
}

.question_item_answer_body.question_item_answer_body--margin-top {
    margin-top: 15px;
}

@media screen and (max-width: 500px) {
    .question_item_answer_body.question_item_answer_body--margin-top {
    margin-top: 0;
}
}

@media screen and (max-width: 1000px) {
    .question_item {
        padding-top: 24px;
        margin-top: 20px
    }

    .question_item_question {
        font-size: 16px;
        line-height: 1.1875;
        padding-left: 48px;
        margin-left: 10px
    }

    .question_item_question:before {
        width: 40px;
        height: 40px
    }

    .question_item_answer {
        display: flex;
        padding: 16px 10px;
        margin-left: 10px;
        margin-top: 20px
    }

    .question_item_answer_head {
        font-size: 32px
    }

    .question_item_answer_body {
        font-size: 14px;
        line-height: 1.7142857143;
        margin-left: 8px
    }
}

.qa_list {
    width: min(1000px, 100%);
    margin: auto
}

.flow_to_work_item_head {
    position: relative;
    flex-shrink: 0;
    width: 257px;
    height: 257px;
    border-radius: 100%;
    border: 10px solid;
    background-image: url(../../assets/images/img/flowtowork_item_img01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3
}

.flow_to_work_item_head_number {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(20%, -50%);
    z-index: 1;
    color: #fff;
    font-family: din-2014, sans-serif;
    font-size: 76px;
    font-weight: 700;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000
}

@media screen and (max-width: 1000px) {
    .flow_to_work_item_head {
        width: 140px;
        height: 140px;
        border: 7px solid #e7aa02
    }

    .flow_to_work_item_head_number {
        transform: translate(20%, -50%);
        font-size: 41px
    }
}

.flow_to_work_item_body {
    display: inline-block;
    border-radius: 10px;
    padding: 32px;
    background-color: #fff;
    z-index: 2
}

.flow_to_work_item_body_heading {
    font-size: 24px;
    line-height: 1.2083333333;
    font-weight: 700
}

.flow_to_work_item_body_text {
    font-size: 16px;
    line-height: 1.6875;
    margin-top: 16px
}

.flow_to_work_item_body_text>ul {
    display: flex;
    margin-top: 16px
}

.flow_to_work_item_body_text>ul li {
    font-size: 14px;
    margin-left: 24px;
    list-style-type: disc;
    color: #efb200
}

.flow_to_work_item_body_text>ul li span {
    color: #000
}

@media screen and (max-width: 1000px) {
    .flow_to_work_item_body {
        padding: 16px
    }

    .flow_to_work_item_body_heading {
        font-size: 16px;
        line-height: 1.1875
    }

    .flow_to_work_item_body_text {
        font-size: 14px;
        line-height: 1.2142857143;
        margin-top: 10px
    }

    .flow_to_work_item_body_text>ul {
        flex-direction: column;
        margin-top: 16px
    }

    .flow_to_work_item_body_text>ul li {
        margin-left: 16px
    }
}

.flow_to_work_item {
    position: relative;
    display: flex;
    margin-left: 280px;
    align-items: center
}

.flow_to_work_item_1:before {
    background-image: linear-gradient(to right, #e7aa02 0, #e49a13 100%)
}

.flow_to_work_item_1 .flow_to_work_item_head {
    border-color: #e7aa02
}

.flow_to_work_item_1 .flow_to_work_item_head_number {
    text-shadow: 3px 3px #e7aa02
}

.flow_to_work_item_2:before {
    background-image: linear-gradient(to right, #e49a13 0, #e08a24 100%)
}

.flow_to_work_item_2 .flow_to_work_item_head {
    border-color: #e49a13
}

.flow_to_work_item_2 .flow_to_work_item_head_number {
    text-shadow: 3px 3px #e49a13
}

.flow_to_work_item_3:before {
    background-image: linear-gradient(to right, #e08a24 0, #dc7934 100%)
}

.flow_to_work_item_3 .flow_to_work_item_head {
    border-color: #e08a24
}

.flow_to_work_item_3 .flow_to_work_item_head_number {
    text-shadow: 3px 3px #e08a24
}

.flow_to_work_item_4:before {
    background-image: linear-gradient(to right, #dc7934 0, #d96945 100%)
}

.flow_to_work_item_4 .flow_to_work_item_head {
    border-color: #dc7934
}

.flow_to_work_item_4 .flow_to_work_item_head_number {
    text-shadow: 3px 3px #dc7934
}

.flow_to_work_item_5:before,
.flow_to_work_item_5:after {
    display: none
}

.flow_to_work_item_5 .flow_to_work_item_head {
    border-color: #d96945;
    width: 333px;
    height: 333px
}

.flow_to_work_item_5 .flow_to_work_item_head_number {
    text-shadow: 3px 3px #d96945
}

.flow_to_work_item_body {
    margin-left: 16px
}

.flow_to_work_item:before,
.flow_to_work_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -73px;
    width: 160px;
    height: 6px;
    transform: rotate(135deg)
}

.flow_to_work_item:before {
    z-index: 0;
    background-size: 100% 3px;
    background-position: left center;
    background-repeat: no-repeat
}

.flow_to_work_item:after {
    background-image: linear-gradient(to right, var(--color_quaternary) 0 50%, transparent 50%);
    z-index: 1;
    background-size: 12px 6px;
    background-position: left center;
    background-repeat: repeat-x
}

.flow_to_work_item_reverse {
    margin-left: 0
}

.flow_to_work_item_reverse:before,
.flow_to_work_item_reverse:after {
    transform: rotate(45deg);
    left: 210px
}

@media screen and (max-width: 1000px) {
    .flow_to_work_item {
        flex-direction: row-reverse;
        margin-left: 0
    }

    .flow_to_work_item:before,
    .flow_to_work_item:after {
        left: 30%
    }

    .flow_to_work_item_reverse {
        flex-direction: row
    }

    .flow_to_work_item_reverse:before,
    .flow_to_work_item_reverse:after {
        transform: rotate(45deg);
        left: 30%
    }

    .flow_to_work_item_1 .flow_to_work_item_body {
        border: 1px solid #e7aa02;
        margin-right: -20px;
        margin-top: 10px
    }

    .flow_to_work_item_2:before,
    .flow_to_work_item_2:after {
        left: 10%
    }

    .flow_to_work_item_2 .flow_to_work_item_body {
        border: 1px solid #e49a13;
        margin-left: -12px;
        margin-top: 20px
    }

    .flow_to_work_item_3 .flow_to_work_item_head {
        margin-top: 20px
    }

    .flow_to_work_item_3 .flow_to_work_item_body {
        border: 1px solid #e08a24;
        margin-right: -10px;
        margin-top: 50px
    }

    .flow_to_work_item_4:before,
    .flow_to_work_item_4:after {
        left: 10%
    }

    .flow_to_work_item_4 .flow_to_work_item_head {
        margin-top: 20px
    }

    .flow_to_work_item_4 .flow_to_work_item_body {
        border: 1px solid #dc7934;
        margin-left: -10px;
        margin-top: 50px
    }

    .flow_to_work_item_5 .flow_to_work_item_head {
        width: 190px;
        height: 190px;
        margin-top: 20px;
        margin-bottom: 100px
    }

    .flow_to_work_item_5 .flow_to_work_item_head_number {
        font-size: 66px
    }

    .flow_to_work_item_5 .flow_to_work_item_body {
        border: 1px solid #d96945;
        margin-right: -140px;
        margin-top: 160px
    }

    .flow_to_work_item_5 .flow_to_work_item_body_heading {
        color: #d96945
    }
}

.flow_to_work_list {
    width: min(1030px, 100%);
    margin: 40px auto 0
}

@media screen and (max-width: 1000px) {
    .flow_to_work_list {
        width: min(345px, 100%);
        margin: 40px auto 0
    }
}

.users-voice_item_body_title {
    display: flex;
    align-items: center
}

.users-voice_item_body_title_line {
    background-color: #ccc;
    width: 100%;
    height: 1px;
    display: block;
    margin-left: 8px
}

.users-voice_item_body_heading {
    margin-left: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1.1875;
    padding: 8px 14px;
    border-radius: 16px;
    position: relative;
    flex-shrink: 0
}

.users-voice_item_body_heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-right: 18px solid var(--color_primary);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0
}

@media screen and (max-width: 1000px) {
    .users-voice_item_body_title_line {
        display: none
    }

    .users-voice_item_body_heading {
        font-size: 15px;
        line-height: 1.125;
        padding: 8px 10px;
        border-radius: 16px
    }
}

.users-voice_item {
    margin-top: 108px;
    padding: 32px 24px;
    width: 492px;
    border: 1px solid var(--color_secondary);
    background-color: #fff;
    border-radius: 10px
}

.users-voice_item_head {
    display: flex
}

.users-voice_item_head_img {
    width: 150px;
    height: 197px;
    flex-shrink: 0;
    margin-top: -100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.users-voice_item_head_info {
    margin-left: 32px
}

.users-voice_item_head_title {
    font-size: 14px;
    display: inline;
    padding-left: 8px;
    position: relative;
    font-weight: 700
}

.users-voice_item_head_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color_secondary);
    width: 4px;
    height: 100%;
    border-radius: 3px
}

.users-voice_item_head_tag {
    display: inline;
    color: #fff;
    background-color: var(--color_secondary);
    margin-left: 8px;
    border-radius: 10px;
    padding: 4px 6px;
    font-size: 12px
}

.users-voice_item_head_text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7142857143
}

.users-voice_item_body_block {
    margin-top: 40px
}

.users-voice_item_body_text {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 16px
}

@media screen and (max-width: 1000px) {
    .users-voice_item {
        margin-top: 55px;
        padding: 20px 16px;
        width: 100%
    }

    .users-voice_item_head_img {
        width: 104px;
        height: 127px;
        margin-top: -50px
    }

    .users-voice_item_head_info {
        margin-left: 16px
    }

    .users-voice_item_head_text {
        margin-top: 8px
    }

    .users-voice_item_body_block {
        margin-top: 30px
    }

    .users-voice_item_body_text {
        margin-top: 8px
    }
}

@media screen and (max-width: 350px) {
    .users-voice_item_body_heading {
        font-size: 13px
    }
}

.section_users_voice .c_heading2_bigletter {
    color: #fff;
    opacity: .3
}

.users-voice_list {
    width: min(1000px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

@media screen and (max-width: 1000px) {
    .users-voice_list {
        grid-template-columns: 1fr
    }
}

.pch-footer .privacy a {
    color: #000
}

.pch-footer .privacy a:hover {
    opacity: .7
}

.pch-footer .logo img {
    width: 100%
}

#footer {
    padding-bottom: 0
}

#slogan {
    zoom: 1;
    background: #97999b;
    padding: 0 1%;
    overflow: hidden
}

#slogan:after {
    content: "";
    display: block;
    clear: both
}

#slogan img {
    display: block
}

#slogan .foot-logo {
    float: left;
    width: 20%;
    padding: 30px 0 0
}

#slogan .foot-slogan {
    float: right;
    width: 25%;
    padding: 35px 0 0
}

#slogan .foot-logo-slogan {
    padding: 30px 0 0
}

#slogan .wrap {
    overflow: hidden
}

#copyright {
    margin-top: 30px;
    text-align: center;
    font-family: Verdana, sans-serif
}

#copyright small {
    font-size: 12px
}

#copyright-txt {
    margin: 3px 0 8px;
    text-align: center;
    color: #fff;
    font-family: Verdana, sans-serif
}

#copyright-txt small {
    font-size: 12px
}

.pch-footer {
    padding: 35px 0 77px;
    line-height: 1.6;
    color: #333;
    letter-spacing: 0
}

.pch-footer .company h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px
}

.pch-footer .company dl {
    display: flex;
    flex-wrap: wrap;
    padding: 33px 0 0;
    max-width: 880px;
    margin: 0 auto 43px;
    font-size: 16px;
    font-weight: 600
}

.pch-footer .company dt {
    font-weight: 800;
    white-space: nowrap;
    width: 155px;
    margin-bottom: 3px;
    margin-left: 50px
}

.pch-footer .company dd {
    font-weight: 300;
    width: 675px;
    margin-bottom: 7px
}

.pch-footer .privacy {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.pch-footer .privacy a {
    display: inline-block;
    border-bottom: 1px solid #333;
    padding-bottom: 8px
}

.pch-footer .privacy a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #333333;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.pch-footer .logo {
    margin: 68px auto 40px;
    width: 334px
}

@media only screen and (max-width: 1000px) {
    #footer {
        padding: 25px 0 0
    }

    .pch-footer .logo {
        width: 50%;
        max-width: 260px;
        margin: 30px auto
    }

    .pch-footer .company {
        margin: 0 6%;
        letter-spacing: 0
    }

    .pch-footer .company h2 {
        font-size: 13px;
        letter-spacing: 0
    }

    .pch-footer .company dl {
        display: flex;
        flex-wrap: wrap;
        font-size: 10.2px;
        max-width: 380px;
        padding: 15px 0 0;
        margin: 0 auto 20px
    }

    .pch-footer .company dt {
        width: 25%;
        margin-bottom: 5px;
        margin-left: 0
    }

    .pch-footer .company dd {
        width: 75%;
        font-size: 10.2px;
        padding-right: 0;
        margin-bottom: 5px
    }

    .pch-footer .privacy {
        font-size: 11px;
        text-align: center
    }

    .pch-footer .privacy a {
        display: inline-block;
        border-bottom: 1px solid #333;
        padding-bottom: 8px
    }

    .pch-footer .privacy a:before {
        border-width: 5px 0 5px 10px;
        margin-right: 10px;
        top: -2px
    }
}

@media screen and (min-width: 500px) {
    .c_scroll_wrap {
        display: none
    }
}

@media screen and (max-width: 500px) {
    .c_scroll_wrap {
        margin: 24px auto 0;
        width: 138px;
        animation: scrollEffect 3s infinite
    }

    .c_scroll {
        width: 100%;
        height: 32px;
        background-image: url(/lp/page-b/assets/arrow_scroll.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat
    }

    .c_scroll_text {
        margin-bottom: -12px;
        font-size: 14px;
        color: #e6a719;
        text-align: center
    }

    @keyframes scrollEffect {
        0% {
            transform: translateY(30%)
        }

        50% {
            transform: translateY(-30%)
        }

        to {
            transform: translateY(30%)
        }
    }
}

.mv_badge {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 30px #00000029;
    position: relative
}

.mv_badge:before {
    content: "";
    width: 75%;
    height: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.mv_badge_01:before {
    background-image: url(/lp/page-b/assets/badge01.png)
}

.mv_badge_02:before {
    background-image: url(/lp/page-b/assets/badge02.png)
}

@media screen and (max-width: 1000px) {
    .mv_badge {
        width: 17.6vw;
        height: 17.6vw
    }

    .mv_badge:before {
        width: 75%;
        height: 75%
    }

    .mv_badge_01:before {
        background-image: url(/lp/page-b/assets/badge01_sp.png)
    }

    .mv_badge_02:before {
        background-image: url(/lp/page-b/assets/badge02_sp.png)
    }
}

.mv {
    width: 100%;
    height: 33vw;
    background-image: url(/lp/page-b/assets/mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.mv_badge_area {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-600px, -80%);
    display: flex
}

.mv_badge_area .mv_badge_02 {
    margin-left: 10px
}

.mv_text {
    width: min(820px, 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    background-color: #ffffffeb;
    box-shadow: 0 3px 30px #00000029;
    padding: 24px 64px
}

.mv_text p {
    font-size: 26px;
    text-align: center
}

.mv_text strong {
    display: block;
    font-weight: 700;
    font-size: 91px;
    letter-spacing: -.05em;
    line-height: 1.7;
    background-image: url(/lp/page-b/assets/marker.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: -25px
}

.mv_text_md01 {
    font-size: 66px;
    letter-spacing: 0em
}

.mv_text_md02 {
    font-size: 85px;
    letter-spacing: -.12em
}

.mv_list {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.mv_item {
    font-size: 16px;
    padding: 0 10px
}

.mv_item:not(:first-child) {
    border-left: 1px solid #dbdbdb
}

@media screen and (max-width: 1200px) {
    .mv_badge_area {
        position: absolute;
        left: 50%;
        top: 12%;
        transform: translate(-170%)
    }

    .mv_badge_area .mv_badge_02 {
        margin-left: 6px
    }
}

@media screen and (max-width: 1000px) {
    .mv {
        height: 54vw;
        margin-top: -16px;
        background-image: url(/lp/page-b/assets/mv_sp.jpg)
    }

    .mv_badge_area {
        top: 50%;
        left: 16px;
        transform: translate(0)
    }

    .mv_text {
        padding: 8px;
        top: 80%;
        width: 90%
    }

    .mv_text p {
        font-size: 15px;
        line-height: 1.3333333333
    }

    .mv_text strong {
        font-size: 41px;
        max-width: 320px;
        line-height: 1.6;
        margin: 0 auto
    }

    .mv_text_md01 {
        font-size: 29px
    }

    .mv_text_md02 {
        font-size: 38px
    }

    .mv_item {
        font-size: 12px;
        padding: 0 4px;
        line-height: 1;
        letter-spacing: 0.01em;
    }

    .mv+.section_cta {
        padding-top: 20%
    }
}

@media screen and (max-width: 1600px) {
    .mv+.section_cta {
        padding-top: 80px
    }
}

@media screen and (max-width: 1280px) {
    .mv+.section_cta {
        padding-top: 120px
    }
}

@media screen and (max-width: 700px) {
    .mv+.section_cta {
        padding-top: 25%
    }
}

@media screen and (max-width: 550px) {
    .mv+.section_cta {
        padding-top: 36%
    }
}

@media screen and (max-width: 400px) {
    .mv+.section_cta {
        padding-top: 45%
    }
}

    .mv_text strong {
        /* font-size: 35px; */
        line-height: 1.6;
        margin: 0 auto
    }

    .mv_text_md01 {
        font-size: 29px
    }

    .mv_text_md02 {
        font-size: 32px
    }
}

@charset "UTF-8";

body {
    font-family: Noto Sans JP, \30d2\30e9\30ae\30ce\89d2\30b4 ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif
}

:root {
    --color_primary: #cf7c3d;
    --color_secondary: #e6a719;
    --color_tertiary: #fcf6ef;
    --color_quaternary: #fffcf8
}

.bg_color_gradient {
    background-image: linear-gradient(to right, var(--color_primary), var(--color_secondary))
}

.c_line_gradient {
    position: relative
}

.c_line_gradient:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, var(--color_primary), var(--color_secondary));
    background-repeat: no-repeat;
    border-radius: 10px
}

.c_line_gradient_underline,
.c_line_gradient_underline_bold {
    display: inline;
    background-size: 100% 4px;
    background-position: left bottom;
    background-image: linear-gradient(to right, rgba(217, 105, 69, .7), rgba(231, 170, 2, .7));
    background-repeat: no-repeat
}

.c_line_gradient_underline_bold {
    background-size: 100% 9px
}

.c_circle_gradient {
    position: relative
}

.c_circle_gradient:before {
    background-image: linear-gradient(to right, var(--color_primary), var(--color_secondary));
    background-repeat: no-repeat;
    border-radius: 100%
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none
}

li {
    list-style-type: none
}

.font_din_2014 {
    font-family: din-2014, sans-serif;
    font-weight: 700
}

@media screen and (min-width: 769px) {
    .p_tellink {
        pointer-events: none;
        color: #000
    }
}

@media screen and (max-width: 768px) {
    .p_tellink {
        color: var(--color_primary);
        text-decoration: underline
    }
}

@media screen and (max-width: 1000px) {
    .u_pc {
        display: none
    }
}

@media screen and (min-width: 1001px) {
    .u_sp {
        display: none
    }
}

.c_asterisk {
    font-size: 12px
}