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

#seisan_lp * {
    line-height: 1.5;
    box-sizing: border-box;
    letter-spacing: normal;
}

header {
    background: rgba(255, 255, 255, 0.85);
    /* position: fixed; */
    position: relative;
    top: 0;
    z-index: 1010;
    padding: 0.625rem 0;
    border-bottom: 1px solid #ccc;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

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

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

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    word-break: break-all;
}

a img {
    border: none;
}

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

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

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

input, button, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    resize: vertical;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
}

label, button {
    cursor: pointer;
}

select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

body {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #323232;
    font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-feature-settings: "palt" 1;
    text-align: left;
    padding-top: 65px;
}

body._lp {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 50px;
    }
}

a {
    transition: 200ms ease all;
    color: #007bc7;
    color: #1558D6;
}

@media screen and (min-width: 769px) {
    a:hover {
        text-decoration: none;
    }
}

.f__common-text_left {
    text-align: left;
}

.f__common-text_center {
    text-align: center;
}

.f__common-text_right {
    text-align: right;
}

.f__common-text_bold {
    font-weight: 700;
}

.f__common-text_underline {
    text-decoration: underline;
}

/* .f__common-text_highlighter {
    text-decoration: underline;
    text-underline-offset: -0.15em;
    text-decoration-thickness: 0.35em;
    text-decoration-color: #F7D65B;
} */

.f__common-text_annotation {
    font-size: 10px;
    margin-bottom: 10px;
}

.f__common-text_nowrap {
    display: inline-block;
}

.f__common-color_seisan {
    color: #007bc7;
}

.f__common-color_meisai {
    color: #267d00;
}

.f__common-color_hanbai {
    color: #f53c20;
}

.f__common-color_kintai {
    color: #2531b7;
}

.f__common-color_seikyu {
    color: #0ba578;
}

.f__common-bgcolor_blue {
    background: #F4F9F1;
}

.f__common-bgcolor_brand_background-color {
    background: #68AD33;
}

.f__common-bgcolor_gray {
    background: #f6f6f6;
}

_::-webkit-full-page-media, _:future, :root .f__common-text_highlighter {
    text-decoration: underline;
    text-underline-offset: 0.05em;
    text-decoration-thickness: 0.15em;
    text-decoration-color: #F7D65B;
}

.fixed_bottom {
    position: absolute;
    bottom: 0;
}

@keyframes loop {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -2237px 0;
    }
}

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

    .sp-only {
        display: none;
    }
}

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

    .sp-only {
        display: block;
    }
}

.f-l__common-inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: inherit;
}

.f-l__common-section {
    padding: 70px 0;
}

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

    .f-l__common-section {
        padding: 50px 0;
    }
}

.cf {
    clear: both;
}

html._js_dropdown_open_bg._function:after {
    content: "";
    background: #323232;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.4;
}

.f-l__header-tel {
    background-color: #007bc7;
    color: #FFF;
    height: 24px;
    padding: 4px 0;
}

@media screen and (max-width: 768px) {
    .f-l__header-tel {
        display: none;
    }
}

.f-l__header-tel_inner {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: end;
}

.f-l__header-tel_list {
    width: 70%;
    margin: 0px;
    line-height: 1;
}

.f-l__header-tel_list_item {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
}

.f-l__header-tel_list_item a {
    color: #FFF;
    text-decoration: none;
}

.f-l__header-tel_inner-other {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.f-l__header-tel_inner-other a {
    color: #fff;
    display: block;
    padding: 0 10px 0 8px;
    font-size: 12px;
    position: relative;
    font-weight: normal;
    text-decoration: none;
}

.f-l__header-tel_inner-other a::after {
    position: absolute;
    border-left: 1px solid #fff;
    content: "";
    width: 2px;
    height: 12px;
    right: 0;
    top: 0%;
}

.f-l__header-tel_inner-other a:last-of-type {
    padding: 0 0 0 8px;
}

.f-l__header-tel_inner-other a:last-of-type::after {
    display: none;
}

.f-l__header-container {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5000;
    background-color: #FFF;
    transition: 100ms ease all;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.f-l__header-container.scroll-type {
    transform: translateY(-25px);
}

.f-l__header-container.scroll-type .f-l__header-cta_button {
    background-color: #E55927;
    color: #fff;
    border: 2px solid #E55927;
}

.f-l__header-container.scroll-type .f-l__header-cta_button:hover {
    background-color: #fff;
    color: #E55927;
    border: 2px solid #E55927;
}

.f-l__header-container_inner {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    height: 82px;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .f-l__header-container_inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 860px) {
    .f-l__header-container_inner {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .f-l__header-container_inner {
        height: 50px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 576px) {
    .f-l__header-container_inner {
        height: auto;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .f-l__header-container {
        padding: 0 11px;
    }

    .f-l__header-container.scroll-type {
        transform: translateY(0px);
    }

    .f-l__header-container_inner {
        width: 100%;
    }
}

.f-l__header-logo {
    width: 148px;
    height: 82px;
    display: inline-block;
    padding: 18px 0;
}

.f-l__header-logo img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .f-l__header-logo {
        width: 120px;
        display: inline-block;
        padding: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .f-l__header-logo {
        width: 90px;
        height: 50px;
        display: inline-block;
        padding: 11px 0;
    }
}

.f-l__header-tagline {
    display: none;
}

@media screen and (max-width: 768px) {
    .f-l__header-tagline {
        display: block;
        font-size: 10px;
        color: #323232;
        font-weight: 700;
        padding: 20px 0 0 15px;
    }
}

.f-l__header-sp-menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .f-l__header-sp-menu {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #007bc7;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 500;
    }

    .f-l__header-sp-menu_line {
        display: inline-block;
        transition: all 0.4s;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        border-radius: 2px;
        background-color: #FFF;
        width: 25px;
    }

    .f-l__header-sp-menu_line:nth-of-type(1) {
        top: 15px;
    }

    .f-l__header-sp-menu_line:nth-of-type(2) {
        top: 25px;
    }

    .f-l__header-sp-menu_line:nth-of-type(3) {
        top: 35px;
    }
}

.f-l__header-sp-menu._js_header_sp_menu_button_active {
    background-color: #f6f6f6;
}

.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(1) {
    top: 25px;
    left: 13px;
    transform: rotate(45deg);
    background-color: #007bc7;
}

.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(2) {
    display: none;
}

.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(3) {
    top: 25px;
    left: 13px;
    transform: rotate(-45deg);
    background-color: #007bc7;
}

.f-l__header-gnavi {
    width: 655px;
}

@media screen and (max-width: 1024px) {
    .f-l__header-gnavi {
        width: 560px;
    }
}

@media screen and (max-width: 768px) {
    .f-l__header-gnavi {
        display: none;
    }
}

.f-l__header-gnavi_list {
    padding: 0px 15px;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .f-l__header-gnavi_list {
        padding: 0px 5px;
    }
}

.f-l__header-gnavi_item {
    padding: 0px;
    position: relative;
}

.f-l__header-gnavi_item:hover._navi-arrow:before {
    opacity: 1;
}

.f-l__header-gnavi_item:hover._navi-arrow:after {
    opacity: 0;
}

.f-l__header-gnavi_item_link {
    display: block;
    padding: 30px 10px 29px;
    font-size: 16px;
    text-align: center;
    color: #323232;
    font-weight: 500;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .f-l__header-gnavi_item_link {
        font-size: 14px;
        padding: 31px 8px 31px;
    }
}

.f-l__header-gnavi_item_link._2line {
    padding: 20px 15px 20px;
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .f-l__header-gnavi_item_link._2line {
        padding: 22px 15px 21px;
        font-size: 14px;
    }
}

.f-l__header-gnavi_item._navi-arrow:before {
    position: absolute;
    opacity: 0;
    content: "";
    width: 6px;
    height: 6px;
    left: 50%;
    margin: auto;
    bottom: 0px;
    border: 5px solid rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    border-bottom: 5px solid #007bc7;
    transform: translateX(-50%) rotate(0deg);
    transition: all ease .3s;
}

.f-l__header-gnavi_item._navi-arrow:after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    left: 50%;
    bottom: 10px;
    margin: auto;
    transform: translateX(-50%) rotate(135deg);
    transition: all ease 0.3s;
}

.f-l__header-gnavi_item._js_dropdown_open .f-l__header-gnavi_item_link {
    background-color: #F4F9F1;
    color: #007bc7;
}

.f-l__header-gnavi .f-l__header-icon_ball_item:hover._navi-arrow:after {
    border-top: 1px solid #007bc7;
    border-right: 1px solid #007bc7;
    bottom: 5px;
}

.f-l__header-gnavi_content {
    display: none;
    background-color: #FFF;
    position: fixed;
    width: 100%;
    left: 0;
    top: 107px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-top: 2px solid #007bc7;
}

.f-l__header-gnavi_content_inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.f-l__header-gnavi_content_inner .p__top-reason_content_data_hide_list_box {
    margin: 20px auto 0 20px;
}

.f-l__header-gnavi_content_head {
    padding: 20px;
    position: relative;
}

.f-l__header-gnavi_content_head_heading {
    font-weight: 700;
    font-size: 16px;
}

.f-l__header-gnavi_content_head:after {
    position: absolute;
    display: block;
    content: "";
    width: calc(100% - 240px);
    height: 4px;
    top: 50%;
    right: 20px;
    margin: auto;
    transform: translateY(-50%);
    background-color: #f6f6f6;
}

.f-l__header-gnavi_content_head._last {
    border-right: none;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
}

.f-l__header-gnavi_content_navi_list {
    margin-bottom: 25px;
}

.f-l__header-gnavi_content_navi_function {
    padding: 0 20px;
}

.f-l__header-gnavi_content_navi_function_list {
    display: flex;
    gap: 10px 10px;
    flex-wrap: wrap;
}

.f-l__header-gnavi_content_navi_function_item {
    width: calc((100% - 30px)/4);
}

.f-l__header-gnavi_content_navi_function_item:last-child {
    margin: 0;
}

.f-l__header-gnavi_content_navi_function_button {
    color: #007bc7;
    display: inline-block;
    border-radius: 10px;
    background-color: #f6f6f6;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    text-decoration: none;
}

.f-l__header-gnavi_content_navi_function_button_text {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0 0;
    position: relative;
}

.f-l__header-gnavi_content_navi_function_button_text::after {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    top: 3px;
    right: 10px;
    bottom: 0;
    margin: auto;
    transform: translateY(50%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid #007bc7;
    border-right: 2px solid #007bc7;
}

.f-l__header-gnavi_content_navi_function_button_text._line_2 {
    position: relative;
    top: -10px;
    font-size: 12px;
    line-height: 1.2;
}

@media screen and (max-width: 1080px) {
    .f-l__header-gnavi_content_navi_function_button_text {
        font-size: 12px;
        padding: 18px 0 0;
    }

    .f-l__header-gnavi_content_navi_function_button_text::after {
        right: 0px;
        top: 6px;
    }
}

@media screen and (max-width: 870px) {
    .f-l__header-gnavi_content_navi_function_button_text {
        font-size: 11px;
    }

    .f-l__header-gnavi_content_navi_function_button_text::after {
        right: 0px;
        top: 8px;
    }
}

.f-l__header-gnavi_content_navi_function_button:hover {
    color: #FFF;
    background-color: #007bc7;
}

.f-l__header-gnavi_content_navi_function_button:hover .f-l__header-gnavi_content_navi_function_button_text::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-shining_money {
    background-image: url(/assets/image/icon/icon_047_shining_money_w.svg);
}

.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-train {
    background-image: url(/assets/image/icon/icon_052_train_w.svg);
}

.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-pc_document {
    background-image: url(/assets/image/icon/icon_031_pc_document_w.svg);
}

.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-software {
    background-image: url(/assets/image/icon/icon_050_software_w.svg);
}

.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-document_circle {
    background-image: url(/assets/image/icon/icon_012_document_circle_w.svg);
}

.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-stamp {
    background-image: url(/assets/image/icon/icon_045_stamp_w.svg);
}

.f-l__header-gnavi_content_navi_case {
    padding: 0 20px;
}

.f-l__header-gnavi_content_navi_case_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.f-l__header-gnavi_content_navi_case_item {
    margin-right: 10px;
}

.f-l__header-gnavi_content_navi_case_item:last-child {
    margin: 0;
}

.f-l__header-gnavi_content_navi_case_button {
    color: #323232;
    display: inline-block;
    border-radius: 10px;
    width: 260px;
    height: 110px;
}

.f-l__header-gnavi_content_navi_case_button_data {
    display: inline-block;
    border: 1px solid #007bc7;
    border-radius: 10px;
    background-color: #FFF;
    width: 260px;
    height: 110px;
    padding: 0;
    overflow: hidden;
}

.f-l__header-gnavi_content_navi_case_button_photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: white;
}

.f-l__header-gnavi_content_navi_case_button_photo img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 60px;
}

.f-l__header-gnavi_content_navi_case_button_text {
    background-color: #F4F9F1;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    padding: 12px 0;
    transition: all ease 0.3s;
}

.f-l__header-gnavi_content_navi_case_button_link_text {
    font-size: 14px;
    font-weight: 700;
    color: #323232;
    padding: 0 5px;
    transition: all ease 0.3s;
}

.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_text {
    background-color: #007bc7;
    color: #FFF;
}

.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_link_text {
    color: #007bc7;
}

.f-l__header-gnavi_content_navi_invoice_catch {
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.f-l__header-gnavi_content_navi_invoice_link {
    text-align: center;
    padding: 20px 0 40px;
}

.f-l__header-gnavi_content_navi_invoice_link .o-c__btn-link._blue {
    padding: 20px 40px 18px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
}

.f-l__header-gnavi_content_cta {
    padding: 10px 0 0;
    text-align: center;
}

.f-l__header-gnavi_content_cta ._common {
    margin: 0 auto 20px;
}

.f-l__header-gnavi_content_cta ._common_2line {
    margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
    .f-l__header-gnavi {
        display: none;
    }
}

.f-l__header-gnavi_sp {
    display: none;
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
}

@media screen and (max-width: 768px) {
    .f-l__header-gnavi_sp {
        display: none;
    }
}

.f-l__header-gnavi_sp_inner {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #f6f6f6;
    height: calc(100vh - 50px);
    overflow: auto;
}

@media screen and (max-width: 768px) {
    .f-l__header-gnavi_sp_inner {
        display: block;
    }
}

.f-l__header-gnavi_sp_item {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.f-l__header-gnavi_sp_item._function, .f-l__header-gnavi_sp_item._document {
    padding: 20px 20px 17px;
}

.f-l__header-gnavi_sp_item a {
    display: block;
    padding: 20px 20px 17px;
    text-align: left;
    color: #323232;
    text-decoration: none;
}

.f-l__header-gnavi_sp_item_icon_ball {
    display: inline-block;
    background-color: #007bc7;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: absolute;
    z-index: 80;
    top: 20px;
    right: 20px;
    transition: all ease 0.3s;
}

.f-l__header-gnavi_sp_item_icon_ball:before {
    content: "";
    background-color: #fff;
    width: 8px;
    height: 2px;
    line-height: 0;
    position: absolute;
    left: 5px;
    top: 9px;
    transform: translateY(-50%);
}

.f-l__header-gnavi_sp_item_icon_ball:after {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 8px;
    line-height: 0;
    position: absolute;
    left: 9px;
    top: 5px;
    transform: translateX(-50%);
}

.f-l__header-gnavi_sp_item_icon_ball._js_close:after {
    display: none;
}

.f-l__header-gnavi_sp_item .f-l__header-acordion_inner {
    margin: 10px 0 0;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.f-l__header-gnavi_sp_item .f-l__header-acordion_title {
    position: relative;
    z-index: 100;
}

.f-l__header-gnavi_sp_item .f-l__header-acordion_link {
    width: 50%;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.f-l__header-gnavi_sp_item .f-l__header-acordion_link a {
    display: block;
    padding: 10px;
    font-size: 12px;
}

.f-l__header-gnavi_sp_item .f-l__header-acordion_link a._all_link {
    color: #007bc7;
    font-weight: 700;
}

.f-l__header-gnavi_sp_item .f-l__header-acordion_link:nth-child(2n) {
    border-right: none;
}

.f-l__header-gnavi_sp_item .f-l__header-acordion_link._border_last_none {
    border-bottom: none;
}

.f-l__header-gnavi_sp_cta {
    padding: 20px 20px 20px;
}

.f-l__header-gnavi_sp_cta_button {
    display: block;
    width: 100%;
    background-color: #E55927;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    padding: 15px 15px 12px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.f-l__header-cta {
    padding: 20px 10px;
}

.f-l__header-cta_button {
    display: inline-block;
    background-color: #e6e6e6;
    color: #323232;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    padding: 13px 13px 10px;
    line-height: 1;
    margin: 0 2px;
    text-decoration: none;
    border: 2px solid #e6e6e6;
}

.f-l__header-cta_button:hover {
    background-color: #E55927;
    color: #FFF;
    border: 2px solid #E55927;
}

@media screen and (max-width: 1024px) {
    .f-l__header-cta {
        padding: 20px 5px;
    }

    .f-l__header-cta_button {
        font-size: 13px;
        padding: 15px 10px 12px;
        line-height: 1;
        margin: 0 2px;
    }

    .f-l__header-cta_button:hover {
        background-color: #E55927;
        color: #FFF;
    }
}

@media screen and (max-width: 768px) {
    .f-l__header-cta {
        display: none;
    }
}

.f-l__header-rakuslogo {
    width: 50px;
    box-sizing: border-box;
    padding: 19px 0 0 10px;
}

@media screen and (max-width: 1024px) {
    .f-l__header-rakuslogo {
        width: 45px;
    }
}

@media screen and (max-width: 768px) {
    .f-l__header-rakuslogo {
        display: none;
    }
}

.f-l__header a:hover {
    color: #007bc7;
}

.f-l__lp-header-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 0;
    z-index: 1000;
    background-color: #FFF;
    transition: 100ms ease all;
}

.f-l__lp-header-container_inner {
    width: 100%;
    margin: 0px auto;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .f-l__lp-header-container_inner {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 576px) {
    .f-l__lp-header-container_inner {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .f-l__lp-header-container {
        padding: 0 11px;
    }

    .f-l__lp-header-container.scroll-type {
        transform: translateY(0px);
    }

    .f-l__lp-header-container_inner {
        width: 100%;
    }
}

.f-l__lp-header-logo {
    width: 148px;
    height: 82px;
    display: inline-block;
    padding: 18px 0;
}

.f-l__lp-header-logo img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .f-l__lp-header-logo {
        width: 120px;
        display: inline-block;
        padding: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .f-l__lp-header-logo {
        width: 90px;
        height: 50px;
        display: inline-block;
        padding: 11px 0;
    }
}

.f-l__lp-header-tagline {
    display: block;
    font-size: 14px;
    color: #323232;
    font-weight: 700;
    padding: 34px 0 0 25px;
}

@media screen and (max-width: 1024px) {
    .f-l__lp-header-tagline {
        display: inline-block;
        padding: 30px 0 0 25px;
    }
}

@media screen and (max-width: 768px) {
    .f-l__lp-header-tagline {
        white-space: nowrap;
        padding: 19px 0 0 20px;
        font-size: 12px;
    }
}

.f-l__footer {
    border-top: 1px solid #FFF;
    padding: 30px 0;
}

@media screen and (max-width: 860px) {
    .f-l__footer {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 576px) {
    .f-l__footer {
        padding: 20px 0;
    }
}

.f-l__footer-head {
    padding: 0 0 30px;
}

@media screen and (max-width: 576px) {
    .f-l__footer-head {
        padding: 0 0 20px;
    }
}

.f-l__footer-head_title {
    display: flex;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
    justify-content: space-between;
}

.f-l__footer-head_title a {
    display: block;
    width: 152px;
    height: 48px;
}

.f-l__footer-head_title a img {
    width: 100%;
    height: auto;
}

.f-l__footer-head_title p {
    height: 48px;
    display: grid;
    align-items: flex-end;
    text-align: right;
}

.f-l__footer-head_tel {
    padding: 20px 0 0;
}

.f-l__footer-head_tel_list {
    display: flex;
    justify-content: right;
}

.f-l__footer-head_tel_item {
    margin-left: 15px;
}

.f-l__footer-head_tel_place {
    display: inline-block;
    background-color: #007bc7;
    color: #FFF;
    padding: 2px 6px 1px;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
}

@media screen and (max-width: 576px) {
    .f-l__footer-head_tel_place {
        width: 50px;
    }
}

.f-l__footer-head_tel_number {
    display: inline-block;
    font-size: 14px;
    padding: 0 0 0 3px;
}

.f-l__footer-head_tel_number a {
    color: #323232;
    text-decoration: none;
}

.f-l__footer-head_team {
    color: #007bc7;
    font-weight: 700;
}

@media screen and (max-width: 576px) {
    .f-l__footer-head_title {
        padding: 0 0 15px;
    }

    .f-l__footer-head_title a {
        width: 115px;
        height: 35px;
    }

    .f-l__footer-head_title p {
        height: 35px;
        font-size: 12px;
    }

    .f-l__footer-head_team {
        margin-bottom: 15px;
    }

    .f-l__footer-head_tel {
        padding: 15px 0 0;
    }

    .f-l__footer-head_tel_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

    .f-l__footer-head_tel_item {
        width: 50%;
        margin: 0 0 10px;
    }
}

.f-l__footer-link {
    padding: 20px 0;
    display: flex;
}

@media screen and (max-width: 576px) {
    .f-l__footer-link {
        display: block;
        padding: 0 0 20px;
        overflow: hidden;
    }
}

.f-l__footer-link_list {
    margin-right: 15px;
}

.f-l__footer-link_list:last-child {
    margin: 0;
}

@media screen and (max-width: 576px) {
    .f-l__footer-link_list {
        width: 49%;
        float: left;
    }
}

.f-l__footer-link_list a {
    display: block;
    position: relative;
    padding: 0 0 10px 15px;
    font-size: 14px;
    color: #323232;
    text-decoration: none;
}

.f-l__footer-link_list a:before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    top: 5px;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease .3s;
    border-top: 2px solid #007bc7;
    border-right: 2px solid #007bc7;
}

.f-l__footer-link_list a:hover {
    color: #007bc7;
}

.f-l__footer-link_list_inner {
    width: 430px;
    display: flex;
}

.f-l__footer-link_list_sub {
    padding: 0 0 0 15px;
}

.f-l__footer-link_list_sub li {
    padding: 0 0 7px;
}

.f-l__footer-link_list_sub li a {
    font-size: 12px;
    padding: 0 0 0 10px;
}

.f-l__footer-link_list_sub li a:before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 3px;
    left: 0;
    margin: auto;
    transform: rotate(180deg);
    transition: all ease .3s;
    border-top: 2px solid #d2d2d2;
    border-right: 2px solid #d2d2d2;
}

.f-l__footer-link_list_sub._width_170 {
    width: 170px;
}

.f-l__footer-link_list_sub._width_260 {
    width: 260px;
}

@media screen and (max-width: 576px) {
    .f-l__footer-link_list {
        margin-right: 0;
    }

    .f-l__footer-link_list a {
        padding: 0 0 7px 12px;
        font-size: 12px;
    }

    .f-l__footer-link_list a:before {
        width: 6px;
        height: 6px;
        top: 4px;
    }

    .f-l__footer-link_list_inner {
        width: 100%;
    }

    .f-l__footer-link_list_sub {
        padding: 0 0 10px 15px;
    }

    .f-l__footer-link_list_sub li {
        padding: 0 0 7px;
    }

    .f-l__footer-link_list_sub li a {
        font-size: 10px;
        padding: 0 0 0 10px;
    }

    .f-l__footer-link_list_sub li a:before {
        width: 5px;
        height: 5px;
        border-top: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
    }

    .f-l__footer-link_list_sub._width_170 {
        width: 45%;
    }

    .f-l__footer-link_list_sub._width_260 {
        width: 55%;
    }
}

.f-l__footer-cta {
    display: flex;
    justify-content: center;
    text-align: center;
}

.f-l__footer-cta .o-c__btn-link._orange {
    margin: 0px 10px;
}

@media screen and (max-width: 576px) {
    .f-l__footer-cta .o-c__btn-link._orange {
        min-width: 50px;
        margin: 0px 5px;
        padding: 15px 30px 12px 20px;
    }
}

#floating_pagetop {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: -60px;
    z-index: 950;
    padding: 0.75em 0.8em;
    background: #007bc7;
    border: 2px solid #fff;
    border-radius: 10px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: bottom 0.25s cubic-bezier(1, 0, 0, 1);
    transition: bottom 0.25s cubic-bezier(1, 0, 0, 1);
}

#floating_pagetop:hover {
    opacity: 0.5;
}

#floating_pagetop:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-30%) translateX(-50%) rotate(-45deg);
    transition: all ease .3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.show_floater_pagetop #floating_pagetop {
    bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .show_floater_pagetop #floating_pagetop {
        bottom: 6em;
    }
}

@media screen and (max-width: 767px) {
    #floating_pagetop {
        right: 10px;
    }
}

.f-l__company {
    padding: 55px 0 0;
}

.f-l__company .f-l__common-inner {
    display: flex;
    flex-wrap: wrap;
}

.f-l__company._lp {
    padding: 55px 0 85px;
}

.f-l__company img {
    width: 100%;
    height: auto;
}

.f-l__company-company-logo {
    display: block;
    width: 72px;
}

.f-l__company-textbox {
    width: 580px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 40px;
}

.f-l__company-textbox p {
    padding: 0 0 15px;
}

.f-l__company-pmark {
    width: 81px;
}

.f-l__company-isms {
    width: 155px;
    padding: 0 0 0 15px;
}

.f-l__company-jiima {
    width: 100px;
    padding: 0 0 0 15px;
}

.f-l__company-copyright {
    text-align: center;
    font-size: 10px;
    color: #6e6e6e;
    padding: 20px 0 55px;
}

@media screen and (max-width: 860px) {
    .f-l__company {
        padding: 20px 0 0;
    }

    .f-l__company .f-l__common-inner {
        justify-content: center;
    }

    .f-l__company._lp {
        padding: 20px 0 40px;
    }

    .f-l__company-company-logo {
        width: 12%;
    }

    .f-l__company-textbox {
        width: 88%;
        font-size: 10px;
        line-height: 14px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 860px) and (max-width: 576px) {
    .f-l__company-textbox {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 860px) {
    .f-l__company-textbox p {
        padding: 0 0 10px;
    }

    .f-l__company-pmark {
        width: 81px;
        padding: 10px 0 0;
    }

    .f-l__company-isms {
        width: 155px;
        padding: 10px 0 0 15px;
    }

    .f-l__company-jiima {
        width: 90px;
        padding: 10px 0 0 15px;
    }

    .f-l__company-copyright {
        padding: 30px 0 45px;
    }
}

.o-c__heading {
    text-align: center;
}

.o-c__heading-h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 56px;
    position: relative;
}

.o-c__heading-h2:after {
    content: "";
    width: 40px;
    height: 3px;
    line-height: 0;
    background-color: #007bc7;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.o-c__heading-lead {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
    position: relative;
    top: -5px;
}

.o-c__heading-lead_contents {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto;
    place-items: center;
}

@media screen and (max-width: 768px) {
    .o-c__heading-lead_contents {
        grid-template-columns: 0.8fr auto;
        width: 70%;
        height: 100px;
        margin: auto;
    }
}

@media screen and (max-width: 576px) {
    .o-c__heading-lead_contents {
        display: block;
        width: 100%;
        height: auto;
    }
}

.o-c__heading-lead_contents-talent {
    width: 80%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .o-c__heading-lead_contents-talent {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .o-c__heading-lead_contents-talent {
        display: none;
    }
}

.o-c__heading-lead._center {
    place-self: center;
    padding: 0;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .o-c__heading-lead {
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    .o-c__heading-h2 {
        font-size: 25px;
        padding-bottom: 50px;
    }

    .o-c__heading-h2:after {
        height: 2px;
        bottom: 26px;
    }

    .o-c__heading-lead {
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 20px;
    }
}

.o-c__btn-link {
    display: inline-block;
    padding: 15px 40px 12px;
    text-align: center;
    position: relative;
    line-height: 1.2;
    color: #FFF;
    border-radius: 50px;
    border: 2px solid #007bc7;
    text-decoration: none;
}

.o-c__btn-link:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    top: 0;
    right: 17px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease .3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.o-c__btn-link._blue {
    background-color: #007bc7;
}

.o-c__btn-link._navi_blue {
    background-color: #007bc7;
    padding: 10px 20px 7px 10px;
    font-size: 12px;
}

.o-c__btn-link._navi_blue:after {
    width: 6px;
    height: 6px;
    right: 10px;
}

@media screen and (min-width: 769px) {
    .o-c__btn-link._blue:hover {
        background-color: #FFF;
        color: #007bc7;
    }

    .o-c__btn-link._blue:hover:after {
        border-top: 2px solid #007bc7;
        border-right: 2px solid #007bc7;
    }

    .o-c__btn-link._navi_blue:hover {
        background-color: #FFF;
        color: #007bc7;
    }

    .o-c__btn-link._navi_blue:hover:after {
        border-top: 2px solid #007bc7;
        border-right: 2px solid #007bc7;
    }

    .o-c__btn-link._seisan:hover {
        background-color: #FFF;
        color: #007bc7;
        border: 2px solid #007bc7;
    }

    .o-c__btn-link._seisan:hover:after {
        border-top: 2px solid #007bc7;
        border-right: 2px solid #007bc7;
    }
}

.o-c__btn-link._orange {
    min-width: 130px;
    background-color: #E55927;
    border: 2px solid #E55927;
}

.o-c__btn-link._white {
    min-width: 130px;
    background-color: #fff;
    border: 2px solid #E55927;
    color: #E55927;
}

.o-c__btn-link._white:after {
    border-top: 2px solid #E55927;
    border-right: 2px solid #E55927;
}

.o-c__btn-link._white:hover {
    background-color: #E55927;
    color: #fff;
}

.o-c__btn-link._white:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (min-width: 769px) {
    .o-c__btn-link._orange:hover {
        background-color: #FFF;
        color: #E55927;
    }

    .o-c__btn-link._orange:hover:after {
        border-top: 2px solid #E55927;
        border-right: 2px solid #E55927;
    }
}

.o-c__btn-link._btn_center {
    margin: 0 auto;
}

.o-c__btn-text {
    font-size: 14px;
    font-weight: 700;
    color: #007bc7;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 2px 0 0 23px;
    cursor: pointer;
}

.o-c__btn-text_icon_plus {
    display: inline-block;
}

.o-c__btn-text_icon_plus_bg {
    display: inline-block;
    background-color: #007bc7;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all ease 0.3s;
}

.o-c__btn-text_icon_plus_bg:before {
    content: "";
    background-color: #FFF;
    width: 8px;
    height: 2px;
    line-height: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.o-c__btn-text_icon_plus_bg:after {
    content: "";
    background-color: #FFF;
    width: 2px;
    height: 8px;
    line-height: 0;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.o-c__btn-text_icon_plus.active .o-c__btn-text_icon_plus_bg:after {
    display: none;
}

@media screen and (min-width: 769px) {
    .o-c__btn-text_icon_plus:hover .o-c__btn-text_icon_plus_bg {
        transform: translateY(-50%) rotate(90deg);
    }
}

.o-c__btn-text_icon_arrow {
    display: inline-block;
    color: #007bc7;
    text-decoration: none;
}

.o-c__btn-text_icon_arrow_bg {
    display: inline-block;
    background-color: #007bc7;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all ease 0.3s;
}

.o-c__btn-text_icon_arrow_bg:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease .3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (min-width: 769px) {
    .o-c__btn-text_icon_arrow:hover .o-c__btn-text_icon_arrow_bg {
        left: -3px;
    }
}

.o-c__cta-link_free {
    display: inline-block;
    background-color: #E55927;
    border-radius: 20px;
    color: #fff;
    padding: 6px 10px 3px;
    margin-right: 3px;
    font-size: 14px;
    top: -3px;
    position: relative;
}

.o-c__cta-link_orange {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    position: relative;
    z-index: 300;
    line-height: 1;
    padding: 30px 25px 24px;
    background-color: #E55927;
    border: 3px solid #FFF;
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
}

.o-c__cta-link_orange:has(img):has(.o-c__cta-link_orange_free) {
    padding: 30px 25px 24px 60px;
}

@media screen and (max-width: 768px) {
    .o-c__cta-link_orange:has(img):has(.o-c__cta-link_orange_free) {
        padding: 30px 25px 24px;
    }
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_orange:has(img):has(.o-c__cta-link_orange_free) {
        padding: 19px 15px 14px;
    }
}

.o-c__cta-link_orange_text {
    line-height: 1.4;
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_orange_text {
        font-size: 18px;
    }
}

.o-c__cta-link_orange_text_sub {
    font-size: 12px;
    display: block;
    padding: 0 0 5px;
}

.o-c__cta-link_orange._floating {
    font-size: 14px;
    height: 70px;
    padding: 23px 15px 14px;
    box-shadow: none;
}

.o-c__cta-link_orange._floating:before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_orange._floating {
        white-space: nowrap;
        border: 3px solid #E55927;
        height: auto;
        padding: 10px 0px 8px;
    }

    .o-c__cta-link_orange._floating .o-c__cta-link_orange_text {
        font-size: 14px;
    }

    .o-c__cta-link_orange._floating:before {
        display: none;
    }
}

.o-c__cta-link_orange_free {
    display: inline-block;
    background-color: #FFF;
    border-radius: 20px;
    color: #E55927;
    padding: 6px 10px 3px;
    font-size: 14px;
    top: -3px;
    position: relative;
}

.o-c__cta-link_orange_free_reversal {
    display: inline-block;
    background-color: #E55927;
    border-radius: 20px;
    color: #FFF;
    padding: 6px 10px 3px;
    margin-right: 20px;
    font-size: 14px;
    top: -3px;
    position: relative;
}

.o-c__cta-link_orange_balloon {
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    display: block;
    position: absolute;
    padding: 10px 25px 7px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #FFF;
    color: #323232;
}

.o-c__cta-link_orange_balloon_orange {
    color: #E55927;
}

.o-c__cta-link_orange_balloon:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid white;
}

.o-c__cta-link_orange_capture {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 64px;
}

.o-c__cta-link_orange_capture img {
    width: 100%;
    height: auto;
}

.o-c__cta-link_orange:before {
    position: absolute;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease 0.3s;
    border-top: 3px solid white;
    border-right: 3px solid white;
}

@media screen and (max-width: 768px) {
    .o-c__cta-link_orange:before {
        right: 15px;
    }
}

.o-c__cta-link_orange._fv {
    width: 415px;
    padding: 26px 25px 20px;
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_orange._fv {
        /*height: 65px;*/ padding: 19px 15px 14px;
    }
}

.o-c__cta-link_orange._common {
    min-width: 400px;
}

@media screen and (max-width: 768px) {
    .o-c__cta-link_orange._common {
        min-width: inherit;
    }
}

.o-c__cta-link_orange._common_2line {
    min-width: 420px;
    padding: 17px 25px 15px;
    margin: 0 auto;
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_orange._common_2line {
        min-width: 100%;
    }
}

.o-c__cta-link_orange._common .o-c__cta-link_orange_capture {
    width: 75px;
    left: -30px;
}

.o-c__cta-link_orange._simple {
    width: 370px;
    font-size: 22px;
    margin: 0 auto;
    padding: 20px 25px 18px;
}

.o-c__cta-link_orange._simple:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .o-c__cta-link_orange._fv {
        width: 370px;
        font-size: 20px;
    }

    .o-c__cta-link_orange_capture {
        display: none;
    }

    .o-c__cta-link_orange._common {
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_orange {
        padding: 19px 15px 14px;
    }

    .o-c__cta-link_orange_free {
        display: none;
    }

    .o-c__cta-link_orange_balloon {
        font-size: 12px;
        padding: 8px 15px 5px;
        top: -15px;
    }

    .o-c__cta-link_orange_balloon:after {
        bottom: -5px;
    }

    .o-c__cta-link_orange_capture {
        display: none;
    }

    .o-c__cta-link_orange._fv {
        width: 85%;
        font-size: 18px;
        margin: 0 auto 20px;
    }
}

@media screen and (min-width: 769px) {
    .o-c__cta-link_orange:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        background-color: #FFF;
        border: 3px solid #E55927;
        color: #E55927;
        transform: scale(1.03);
    }

    .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
        background-color: #E55927;
        color: #FFF;
    }

    .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
        background-color: #E55927;
        color: #FFF;
    }

    .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
        color: #FFF;
    }

    .o-c__cta-link_orange:hover:before {
        border-top: 3px solid #E55927;
        border-right: 3px solid #E55927;
    }

    .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon:after {
        border: 6px solid transparent;
        border-bottom-width: 0;
        border-top: 10px solid #E55927;
    }
}

.o-c__cta-link_border {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    position: relative;
    z-index: 300;
    line-height: 1;
    padding: 30px 25px 24px;
    background-color: #FFF;
    border: 3px solid #E55927;
    color: #E55927;
    font-size: 20px;
    text-decoration: none;
}

.o-c__cta-link_border_text {
    line-height: 1.4;
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_border_text {
        font-size: 18px;
    }
}

.o-c__cta-link_border_text_sub {
    font-size: 12px;
    display: block;
    padding: 0 0 5px;
}

.o-c__cta-link_border._floating {
    padding: 23px 15px 14px;
    height: 70px;
    font-size: 14px;
    box-shadow: none;
}

.o-c__cta-link_border._floating .o-c__cta-link_border_text {
    line-height: 1.4;
}

.o-c__cta-link_border._floating:before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #E55927;
    border-right: 2px solid #E55927;
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_border._floating {
        white-space: nowrap;
        border: 3px solid #fff;
        height: auto;
        padding: 10px 0px 8px;
    }

    .o-c__cta-link_border._floating .o-c__cta-link_border_text {
        font-size: 14px;
    }

    .o-c__cta-link_border._floating:before {
        display: none;
    }
}

.o-c__cta-link_border_balloon {
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    display: block;
    position: absolute;
    padding: 10px 25px 7px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #E55927;
    color: #FFF;
}

.o-c__cta-link_border_balloon_orange {
    color: #E55927;
}

.o-c__cta-link_border_balloon:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #E55927;
}

.o-c__cta-link_border_capture {
    display: block;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 90px;
}

.o-c__cta-link_border_capture img {
    width: 100%;
    height: auto;
}

.o-c__cta-link_border:before {
    position: absolute;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease 0.3s;
    border-top: 3px solid #E55927;
    border-right: 3px solid #E55927;
}

@media screen and (max-width: 768px) {
    .o-c__cta-link_border:before {
        right: 15px;
    }
}

.o-c__cta-link_border._fv {
    width: 415px;
    font-size: 20px;
}

.o-c__cta-link_border._common {
    width: 345px;
}

.o-c__cta-link_border._common .o-c__cta-link_border_capture {
    width: 75px;
    left: -20px;
}

@media screen and (max-width: 768px) {
    .o-c__cta-link_border._common {
        width: auto;
    }
}

.o-c__cta-link_border._simple {
    width: 370px;
    font-size: 18px;
    margin: 0 auto;
    padding: 20px 25px 18px;
}

.o-c__cta-link_border._simple:after {
    display: none;
}

@media screen and (min-width: 769px) {
    .o-c__cta-link_border:has(img):has(.o-c__cta-link_border_free) {
        padding: 30px 25px 24px 60px;
    }
}

.o-c__cta-link_border_free {
    display: inline-block;
    background-color: #E55927;
    border-radius: 20px;
    color: #fff;
    padding: 6px 10px 3px;
    font-size: 14px;
    top: -3px;
    position: relative;
}

.o-c__cta-link_border_capture {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 64px;
}

@media screen and (min-width: 769px) {
    .o-c__cta-link_border:hover .o-c__cta-link_border_free {
        background-color: #FFF;
        color: #E55927;
    }
}

@media screen and (max-width: 768px) {
    .o-c__cta-link_border._fv {
        width: 370px;
        font-size: 20px;
    }

    .o-c__cta-link_border_capture {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .o-c__cta-link_border {
        padding: 19px 15px 14px;
    }

    .o-c__cta-link_border_balloon {
        font-size: 12px;
        padding: 8px 15px 5px;
        top: -15px;
    }

    .o-c__cta-link_border_balloon:after {
        bottom: -5px;
    }

    .o-c__cta-link_border_capture {
        display: none;
    }

    .o-c__cta-link_border._fv {
        width: 85%;
        font-size: 18px;
        margin: 0 auto 20px;
    }

    .o-c__cta-link_border._common {
        width: 100%;
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) {
    .o-c__cta-link_border:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        background-color: #E55927;
        border: 3px solid #FFF;
        color: #FFF;
        transform: scale(1.03);
    }

    .o-c__cta-link_border:hover .o-c__cta-link_border_free {
        background-color: #FFF;
        color: #E55927;
    }

    .o-c__cta-link_border:hover .o-c__cta-link_orange_free_reversal {
        background-color: #FFF;
        color: #E55927;
    }

    .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
        background-color: #FFF;
        color: #E55927;
    }

    .o-c__cta-link_border:hover .o-c__cta-link_border_balloon_orange {
        color: #FFF;
    }

    .o-c__cta-link_border:hover:before {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
    }

    .o-c__cta-link_border:hover .o-c__cta-link_border_balloon:after {
        border: 6px solid transparent;
        border-bottom-width: 0;
        border-top: 10px solid #FFF;
    }
}

.o-c__cta-floating_cta_container {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 997;
}

@media screen and (max-width: 576px) {
    .o-c__cta-floating_cta_container {
        display: none !important;
    }
}

.o-c__cta-floating_cta_close {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    right: 0;
    background-color: #d2d2d2;
    padding: 5px 5px 1px 5px;
}

.o-c__cta-floating_cta_close._product {
    top: -25px;
}

.o-c__cta-floating_cta_close:before {
    content: "";
    background-color: #FFF;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 6px;
    left: 12px;
    transform: rotate(-45deg);
}

.o-c__cta-floating_cta_close:after {
    content: "";
    background-color: #FFF;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 6px;
    left: 12px;
    transform: rotate(45deg);
}

.o-c__cta-floating_cta_link {
    display: block;
    width: 222px;
    height: 237px;
    transition: all ease .3s;
}

.o-c__cta-floating_cta_link img {
    width: 222px;
    height: 237px;
    transition: all ease .3s;
}

.o-c__cta-floating_cta_link:hover {
    background: url("/assets/image/talent/talent_takito-natsuko_floating-cta_hover.webp") no-repeat center;
}

.o-c__cta-floating_cta_link:hover img {
    opacity: 0;
}

.o-c__cta-floating_cta_link_product {
    text-decoration: none;
    display: block;
    width: 57px;
    padding: 1em 0.7em;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    background-color: #E55927;
    border-top: 2px solid #E55927;
    border-left: 2px solid #E55927;
    border-bottom: 2px solid #E55927;
}

.o-c__cta-floating_cta_link_product:hover {
    background-color: #FFF;
    color: #E55927;
}

.o-c__horizontal_cta-link_orange {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    position: relative;
    z-index: 300;
    line-height: 1;
    padding: 26px 25px 20px;
    background-color: #E55927;
    border: 3px solid #FFF;
    color: #FFF;
    font-size: 18px;
}

.o-c__horizontal_cta-link_orange:has(img) {
    padding: 26px 25px 20px 60px;
}

@media screen and (max-width: 768px) {
    .o-c__horizontal_cta-link_orange:has(img) {
        padding: 26px 25px 20px;
    }
}

@media screen and (max-width: 576px) {
    .o-c__horizontal_cta-link_orange:has(img) {
        padding: 19px 15px 14px;
    }
}

.o-c__horizontal_cta-link_orange_text {
    line-height: 1.4;
}

.o-c__horizontal_cta-link_orange_text_sub {
    font-size: 12px;
    display: block;
    padding: 0 0 5px;
}

.o-c__horizontal_cta-link_orange_free {
    display: inline-block;
    background-color: #FFF;
    border-radius: 20px;
    color: #E55927;
    padding: 6px 10px 3px;
    font-size: 14px;
    top: -3px;
    position: relative;
}

.o-c__horizontal_cta-link_orange_balloon {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    display: block;
    position: absolute;
    padding: 10px 25px 7px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #FFF;
    color: #323232;
}

.o-c__horizontal_cta-link_orange_balloon_orange {
    color: #E55927;
}

.o-c__horizontal_cta-link_orange_balloon:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid white;
}

.o-c__horizontal_cta-link_orange_capture {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: all ease 0.3s;
    width: 64px;
}

.o-c__horizontal_cta-link_orange_capture._casestudies_img {
    width: 50px;
    left: -20px;
}

.o-c__horizontal_cta-link_orange_capture img {
    width: 100%;
    height: auto;
}

.o-c__horizontal_cta-link_orange:before {
    position: absolute;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease 0.3s;
    border-top: 3px solid white;
    border-right: 3px solid white;
}

@media screen and (max-width: 576px) {
    .o-c__horizontal_cta-link_orange:before {
        width: 10px;
        height: 10px;
    }
}

.o-c__horizontal_cta-link_orange._fv {
    width: 425px;
    font-size: 20px;
}

.o-c__horizontal_cta-link_orange._common {
    width: 370px;
    padding: 30px 25px 24px;
}

.o-c__horizontal_cta-link_orange._common_2line {
    width: 370px;
    padding: 17px 25px 15px;
    margin: 0 auto;
}

.o-c__horizontal_cta-link_orange._common .o-c__cta-link_orange_capture {
    width: 75px;
    left: -20px;
}

.o-c__horizontal_cta-link_orange._common .o-c__cta-link_orange_capture._casestudies_img {
    width: 50px;
    left: -20px;
}

.o-c__horizontal_cta-link_orange._simple {
    width: 370px;
    font-size: 18px;
    margin: 0 auto;
    padding: 20px 25px 18px;
}

.o-c__horizontal_cta-link_orange._simple:after {
    display: none;
}

.o-c__horizontal_cta-link_orange._floating {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 25px 8px;
}

.o-c__horizontal_cta-link_orange._floating:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .o-c__horizontal_cta-link_orange._fv {
        width: 370px;
        font-size: 20px;
    }

    .o-c__horizontal_cta-link_orange_capture {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .o-c__horizontal_cta-link_orange {
        padding: 19px 15px 14px;
    }

    .o-c__horizontal_cta-link_orange:before {
        right: 20px;
    }

    .o-c__horizontal_cta-link_orange_free {
        display: none;
    }

    .o-c__horizontal_cta-link_orange_balloon {
        font-size: 12px;
        padding: 8px 15px 5px;
        top: -15px;
    }

    .o-c__horizontal_cta-link_orange_balloon:after {
        bottom: -5px;
    }

    .o-c__horizontal_cta-link_orange_capture {
        display: none;
    }

    .o-c__horizontal_cta-link_orange._fv {
        width: 85%;
        font-size: 18px;
        margin: 0 auto 20px;
    }

    .o-c__horizontal_cta-link_orange._common {
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
        padding: 19px 15px 14px;
    }

    .o-c__horizontal_cta-link_orange._floating {
        font-size: 14px;
        padding: 10px 0px 8px;
        border: 3px solid #E55927;
    }

    .o-c__horizontal_cta-link_orange._floating .o-c__cta-link_orange_text_sub, .o-c__horizontal_cta-link_orange._floating:before {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .o-c__horizontal_cta-link_orange:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        background-color: #FFF;
        border: 3px solid #E55927;
        color: #E55927;
        transform: scale(1.03);
    }

    .o-c__horizontal_cta-link_orange:hover .o-c__horizontal_cta-link_orange_free {
        background-color: #E55927;
        color: #FFF;
    }

    .o-c__horizontal_cta-link_orange:hover .o-c__horizontal_cta-link_orange_balloon {
        background-color: #E55927;
        color: #FFF;
    }

    .o-c__horizontal_cta-link_orange:hover .o-c__horizontal_cta-link_orange_balloon_orange {
        color: #FFF;
    }

    .o-c__horizontal_cta-link_orange:hover .o-c__cta-link_orange_capture {
        transform: translateY(-50%) scale(1.08);
    }

    .o-c__horizontal_cta-link_orange:hover:before {
        border-top: 3px solid #E55927;
        border-right: 3px solid #E55927;
    }

    .o-c__horizontal_cta-link_orange:hover .o-c__horizontal_cta-link_orange_balloon:after {
        border: 6px solid transparent;
        border-bottom-width: 0;
        border-top: 10px solid #E55927;
    }
}

.o-c__horizontal_cta-link_border {
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    position: relative;
    z-index: 300;
    line-height: 1;
    padding: 26px 25px 20px;
    background-color: #FFF;
    border: 3px solid #E55927;
    color: #E55927;
    font-size: 18px;
}

.o-c__horizontal_cta-link_border_text {
    line-height: 1.4;
}

.o-c__horizontal_cta-link_border_text_sub {
    font-size: 12px;
    display: block;
    padding: 0 0 5px;
}

.o-c__horizontal_cta-link_border_free {
    display: inline-block;
    background-color: #E55927;
    border-radius: 20px;
    color: #FFF;
    padding: 6px 10px 3px;
    margin-right: 3px;
    font-size: 14px;
    top: -3px;
    position: relative;
}

.o-c__horizontal_cta-link_border_balloon {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    display: block;
    position: absolute;
    padding: 10px 25px 7px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #E55927;
    color: #FFF;
}

.o-c__horizontal_cta-link_border_balloon_orange {
    color: #E55927;
}

.o-c__horizontal_cta-link_border_balloon:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #E55927;
}

.o-c__horizontal_cta-link_border_capture {
    display: block;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 90px;
}

.o-c__horizontal_cta-link_border_capture img {
    width: 100%;
    height: auto;
}

.o-c__horizontal_cta-link_border:before {
    position: absolute;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease 0.3s;
    border-top: 3px solid #E55927;
    border-right: 3px solid #E55927;
}

@media screen and (max-width: 576px) {
    .o-c__horizontal_cta-link_border:before {
        width: 10px;
        height: 10px;
    }
}

.o-c__horizontal_cta-link_border._fv {
    width: 425px;
    font-size: 20px;
}

.o-c__horizontal_cta-link_border._common {
    width: 370px;
    padding: 30px 25px 24px;
}

.o-c__horizontal_cta-link_border._common .o-c__cta-link_border_capture {
    width: 75px;
    left: -20px;
}

.o-c__horizontal_cta-link_border._simple {
    width: 370px;
    font-size: 18px;
    margin: 0 auto;
    padding: 20px 25px 18px;
}

.o-c__horizontal_cta-link_border._simple:after {
    display: none;
}

.o-c__horizontal_cta-link_border._floating {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 25px 8px;
}

.o-c__horizontal_cta-link_border._floating:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .o-c__horizontal_cta-link_border._fv {
        width: 370px;
        /*font-size: 17px;*/
    }

    .o-c__horizontal_cta-link_border_capture {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .o-c__horizontal_cta-link_border {
        padding: 19px 15px 14px;
    }

    .o-c__horizontal_cta-link_border:before {
        right: 20px;
    }

    .o-c__horizontal_cta-link_border_balloon {
        font-size: 12px;
        padding: 8px 15px 5px;
        top: -15px;
    }

    .o-c__horizontal_cta-link_border_balloon:after {
        bottom: -5px;
    }

    .o-c__horizontal_cta-link_border_capture {
        display: none;
    }

    .o-c__horizontal_cta-link_border._fv {
        width: 85%;
        font-size: 18px;
        margin: 0 auto 20px;
    }

    .o-c__horizontal_cta-link_border._common {
        width: 100%;
        font-size: 18px;
        padding: 19px 15px 14px;
    }

    .o-c__horizontal_cta-link_border._floating {
        font-size: 14px;
        padding: 10px 0px 8px;
        border: 3px solid #FFF;
    }

    .o-c__horizontal_cta-link_border._floating .o-c__cta-link_border_text_sub, .o-c__horizontal_cta-link_border._floating:before {
        display: none;
    }
}

.o-c__horizontal_cta._fv {
    width: 425px;
}

@media screen and (min-width: 769px) {
    .o-c__horizontal_cta-link_border:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        background-color: #E55927;
        border: 3px solid #FFF;
        color: #FFF;
        transform: scale(1.03);
    }

    .o-c__horizontal_cta-link_border:hover .o-c__horizontal_cta-link_border_free {
        background-color: #FFF;
        color: #E55927;
    }

    .o-c__horizontal_cta-link_border:hover .o-c__horizontal_cta-link_border_balloon {
        background-color: #FFF;
        color: #E55927;
    }

    .o-c__horizontal_cta-link_border:hover .o-c__horizontal_cta-link_border_balloon_orange {
        color: #FFF;
    }

    .o-c__horizontal_cta-link_border:hover .o-c__cta-link_border_capture {
        transform: translateY(-50%) scale(1.07);
    }

    .o-c__horizontal_cta-link_border:hover:before {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
    }

    .o-c__horizontal_cta-link_border:hover .o-c__horizontal_cta-link_border_balloon:after {
        border: 6px solid transparent;
        border-bottom-width: 0;
        border-top: 10px solid #FFF;
    }
}

.o-c__horizontal_cta-floating_cta_container {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 997;
}

@media screen and (max-width: 768px) {
    .o-c__horizontal_cta-floating_cta_container {
        display: none !important;
    }
}

.o-c__horizontal_cta-floating_cta_close {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    right: 0;
    background-color: #d2d2d2;
    padding: 5px 5px 1px 5px;
}

.o-c__horizontal_cta-floating_cta_close:before {
    content: "";
    background-color: #FFF;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 6px;
    left: 12px;
    transform: rotate(-45deg);
}

.o-c__horizontal_cta-floating_cta_close:after {
    content: "";
    background-color: #FFF;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 6px;
    left: 12px;
    transform: rotate(45deg);
}

.o-c__horizontal_cta-floating_cta_link {
    text-decoration: none;
    display: block;
    width: 57px;
    padding: 1em 0.7em;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    background-color: #E55927;
    border-top: 2px solid #E55927;
    border-left: 2px solid #E55927;
    border-bottom: 2px solid #E55927;
}

.o-c__horizontal_cta-floating_cta_link:hover {
    background-color: #FFF;
    color: #E55927;
}

.o-c__horizontal_cta-floating_cta_function {
    text-decoration: none;
    display: block;
    width: 180px;
    padding: 15px 0 10px 25px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.4;
    text-align: center;
    border-radius: 10px 0 0 10px;
    background-color: #E55927;
    border-top: 2px solid #E55927;
    border-left: 2px solid #E55927;
    border-bottom: 2px solid #E55927;
}

.o-c__horizontal_cta-floating_cta_function_caption {
    display: block;
    font-size: 10px;
    padding: 0 0 3px;
}

.o-c__horizontal_cta-floating_cta_function_capture {
    display: block;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 80px;
}

.o-c__horizontal_cta-floating_cta_function_capture img {
    width: 100%;
    height: auto;
}

.o-c__horizontal_cta-floating_cta_function_capture._case {
    width: 45px;
    left: -20px;
}

.o-c__horizontal_cta-floating_cta_function_fukidashi {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    padding: 0 0 5px;
}

.o-c__horizontal_cta-floating_cta_function_fukidashi:before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #FFF;
    position: absolute;
    top: 25px;
    left: 30px;
    transform: rotate(-25deg);
}

.o-c__horizontal_cta-floating_cta_function_fukidashi:after {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #FFF;
    position: absolute;
    top: 25px;
    right: 7px;
    transform: rotate(25deg);
}

.o-c__horizontal_cta-floating_cta_function:hover {
    background-color: #FFF;
    color: #E55927;
}

.o-c__horizontal_cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi {
    color: #E55927;
}

.o-c__horizontal_cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi:before {
    background-color: #E55927;
}

.o-c__horizontal_cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi:after {
    background-color: #E55927;
}

.o-c__cta-link_orange_capture {
    left: 30px;
}

@media screen and (min-width: 769px) {
    .o-c__cta-link_orange:has(img):has(.o-c__cta-link_orange_free) {
        padding: 30px 25px 24px 50px;
    }
}

.hs-form {
    margin: 0 auto;
}

.o-c__hs-form {
    padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .o-c__hs-form {
        padding: 0 20px 50px;
    }
}

.o-c__hs-form--inner {
    max-width: 700px;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .o-c__hs-form--inner {
        padding: 20px;
    }
}

.o-c__hs-form--heading {
    text-align: center;
}

.o-c__hs-form--heading-sub {
    margin-bottom: 5px;
}

.o-c__hs-form--heading-sub span {
    position: relative;
    font-size: 14px;
    color: #323232;
    font-weight: 600;
}

.o-c__hs-form--heading-sub span::before {
    position: absolute;
    top: 2px;
    left: -20px;
    width: 1px;
    height: 18px;
    content: "";
    background-color: #323232;
    transform: rotate(-40deg);
}

.o-c__hs-form--heading-sub span::after {
    position: absolute;
    top: 2px;
    right: -20px;
    width: 1px;
    height: 18px;
    content: "";
    background-color: #323232;
    transform: rotate(40deg);
}

.o-c__hs-form--heading-ttl {
    font-size: 22px;
    color: #007bc7;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .o-c__hs-form--heading-ttl {
        font-size: 20px;
    }
}

.o-c__hs-form--heading-lead {
    font-size: 12px;
    line-height: 1.6;
}

.hs-form > fieldset {
    margin: 0;
    padding: 0;
    max-width: 1000px;
}

.hs-form > fieldset .field {
    margin-bottom: 5px;
}

.hs-form-field > label {
    width: 100%;
    position: relative;
    cursor: default;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
    padding-top: 8px;
    color: #007bc7;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    @media screen and (max-width: 768px) {
        padding-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .hs-form-field > label {
        align-items: baseline;
    }
}

.hs-form-field > label > span {
    font-size: 15px;
    font-weight: bold;
    color: #323232;
}

@media screen and (max-width: 768px) {
    .hs-form-field > label > span {
        width: calc(100% - 32px);
    }
}

.hs-form-field .hs-form-required {
    min-width: 32px;
    color: white;
    background-color: #007bc7;
    font-size: 12px;
    border-radius: 5px;
    padding: 4px;
    margin: -2px 4px 0 4px;
}

@media screen and (max-width: 768px) {
    .hs-form-field .hs-form-required {
        position: relative;
        top: -2px;
        font-size: 10px;
        width: 32px;
        line-height: 1.4;
        text-align: center;
    }
}

.hs-form-field .hs-error-msg {
    font-size: 12px;
    color: #ed6c56;
    padding-left: 0px;
    text-align: left;
}

.hs_error_rollup .hs-main-font-element {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ed6c56;
    color: #ed6c56;
    padding: 5px 10px;
    cursor: default;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.hs-form fieldset legend {
    display: block;
    margin-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #323232;
}

.hs-form.stacked legend {
    margin-left: 0;
}

.hs-form .hs-field-desc {
    color: #aaa;
    margin: 0px 0px 5px 150px;
    font-size: 10px;
    line-height: 12px;
}

.legal-consent-container .hs-richtext, .hs-legaltext {
    margin-top: 10px;
    margin-bottom: 3px;
    line-height: 16px;
    font-size: 11px;
    color: #323232;
    text-align: center;
    text-align: left;
    margin: 0;
    font-size: 0.85rem;
}

.hs-addtxt, .hs-addtxt-gray {
    font-size: 11px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1em;
}

.hs-fieldtype-select .hs-input, .hs-fieldtype-textarea .hs-input, .hs-fieldtype-text .hs-input, .hs-fieldtype-phonenumber .hs-input, .hs-fieldtype-date .hs-input {
    display: inline-block;
    width: 100% !important;
    height: 45px;
    padding: 3px 10px;
    background-color: white;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #323232;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.hs-fieldtype-textarea {
    min-height: 100px;
}

.hs-input::placeholder {
    color: #b7b6b6;
}

.hs-input:focus {
    border: 2px solid #323232;
    outline: 0;
}

.hs-input.error {
    border-color: #ffdadf;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    background: #fff1f3;
}

.inputs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.inputs-list .hs-form-checkbox {
    width: auto;
    display: inline-block;
}

select.hs-input {
    cursor: pointer;
}

select.hs-input option {
    cursor: pointer;
    background-color: white;
    font-size: 16px;
}

select.hs-input:focus {
    z-index: 3;
    width: 100%;
    border: 1px solid #ffdadf;
    border: 1px solid -webkit-focus-ring-color;
    background: #fff1f3;
    outline-offset: -2px;
}

.hs-fieldtype-select > .input {
    position: relative;
}

input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
}

@media all and (-ms-high-contrast: none) {
    input[type="radio"], input[type="checkbox"] {
        position: relative;
        top: 3px;
        float: left;
    }
}

.hs-fieldtype-checkbox .input ul li, .hs-fieldtype-radio .input ul li {
    margin-bottom: 10px;
    margin-right: 15px;
    padding-left: 30px;
}

@media all and (-ms-high-contrast: none) {
    .hs-fieldtype-checkbox .input ul li, .hs-fieldtype-radio .input ul li {
        padding-left: 0;
    }
}

.hs-form-radio label, .hs-form-checkbox label {
    display: block;
    cursor: pointer;
}

.hs-form-radio label > span, .hs-form-checkbox label > span {
    font-size: 16px;
    margin-left: -5px;
}

@media all and (-ms-high-contrast: none) {
    .hs-form-radio label > span, .hs-form-checkbox label > span {
        margin-left: 0;
    }
}

.hs-form-radio label input[type="radio"] {
    vertical-align: middle;
    border: none;
    width: auto;
}

.hs-form-radio label input[type="radio"]:before, .hs-form-radio label input[type="radio"]:after {
    content: "";
    display: block;
    position: absolute;
}

.hs-form-radio label input[type="radio"]:before {
    background-color: #fff;
    border: 1px solid #b7b6b6;
    box-sizing: border-box;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 0px;
}

.hs-form-radio label input[type="radio"]:after {
    background-color: #0075ff;
    border-radius: 50%;
    opacity: 0;
    width: 12px;
    height: 12px;
    left: -26px;
    top: 4px;
}

.hs-form-radio label input[type="radio"]:checked:before {
    border-color: #0075ff;
}

.hs-form-radio label input[type="radio"]:checked:after {
    opacity: 1;
}

.hs-form-radio label input[type="radio"]:focus {
    border: none;
}

.hs-form-radio label:hover input[type="radio"]:after {
    background-color: #005cc8;
}

.hs-form-checkbox label input[type="checkbox"] {
    vertical-align: middle;
    border: none;
}

.hs-form-checkbox label input[type="checkbox"]:before, .hs-form-checkbox label input[type="checkbox"]:after {
    content: "";
    display: block;
    position: absolute;
}

.hs-form-checkbox label input[type="checkbox"]:before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #b7b6b6;
    width: 20px;
    height: 20px;
    top: 0px;
    left: -30px;
    border-radius: 3px;
}

.hs-form-checkbox label input[type="checkbox"]:after {
    opacity: 0;
    height: 7px;
    width: 14px;
    top: 5px;
    left: -27px;
    border-bottom: 3px solid white;
    border-left: 3px solid white;
    transform: rotate(-45deg);
}

.hs-form-checkbox label input[type="checkbox"]:checked:before {
    background-color: #0075ff;
    border-color: #0075ff;
}

.hs-form-checkbox label input[type="checkbox"]:checked:after {
    opacity: 1;
}

.hs-form-checkbox label input[type="checkbox"]:focus {
    border: none;
}

.hs-form-checkbox label:hover input[type="checkbox"]:checked:before {
    background-color: #005cc8;
}

.hs-button {
    outline: 0;
    text-decoration: none;
    position: relative;
    text-align: center;
    display: block;
    padding: 24px 20px 22px;
    border-radius: 4px;
    font-size: 22px;
    background: #E55927;
    color: #fff;
    margin: 20px auto 0;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 500px;
    font-weight: bold;
    line-height: 1.4;
    border: 3px solid #fff;
    border-radius: 1000px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .hs-button {
        font-size: 18px;
        padding: 14px 20px;
    }
}

.hs-button:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 3px solid #E55927;
    color: #E55927;
    transform: scale(1.03);
}

.hbspt-form .hs_company .input, .hbspt-form .hs_email .input, .hbspt-form .hs_rm_tell .input {
    position: relative;
}

.hbspt-form .hs_company .input::before, .hbspt-form .hs_email .input::before, .hbspt-form .hs_rm_tell .input::before {
    position: absolute;
    z-index: 1000;
    top: -47px;
    left: 0;
    line-height: 40px;
    background-color: #F7D65B;
    color: #323232;
    font-weight: bold;
    border-radius: 5px;
    font-size: 11px;
    padding: 0 10px;
    display: none;
    white-space: nowrap;
}

.hbspt-form .hs_company .input::after, .hbspt-form .hs_email .input::after, .hbspt-form .hs_rm_tell .input::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 30px;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #F7D65B;
    display: none;
}

.hbspt-form .hs_company .input.disp_popup::before, .hbspt-form .hs_company .input.disp_popup::after, .hbspt-form .hs_email .input.disp_popup::before, .hbspt-form .hs_email .input.disp_popup::after, .hbspt-form .hs_rm_tell .input.disp_popup::before, .hbspt-form .hs_rm_tell .input.disp_popup::after {
    display: inline-block;
    opacity: 1;
    animation-name: fadeout;
    animation-duration: 6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.hbspt-form .hs_company .input::before {
    content: "お勤め先の会社名を記入してください";
}

.hbspt-form .hs_email .input::before {
    content: "お仕事でお使いのメールアドレスを記入してください";
}

.hbspt-form .hs_rm_tell .input::before {
    content: "日中繋がりやすい電話番号を記入してください";
}

@keyframes fadeout {
    75% {
        opacity: 1;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

#jsFlexForm .hbspt-form .hs_rm_tell .input::before {
    left: auto;
    right: -20px;
}

.o-m__breadcrumb {
    width: 100%;
    background-color: #FFF;
}

.o-m__breadcrumb-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 12px 0;
}

@media screen and (max-width: 768px) {
    .o-m__breadcrumb-list {
        padding: 12px 0 12px 10px;
    }
}

.o-m__breadcrumb-list_link {
    font-weight: 700;
    color: #007bc7;
    font-size: 10px;
    margin-right: 30px;
    display: inline-block;
    position: relative;
}

.o-m__breadcrumb-list_link:after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #969696;
    border-right: 1px solid #969696;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

.o-m__breadcrumb-list_link:last-child:after {
    display: none;
}

.o-m__breadcrumb-list_link a {
    font-weight: 500;
    color: #323232;
}

.p__form-complete {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /* Safari */
}

@media screen and (max-width: 768px) {
    .p__form-complete .o-c__heading-lead.sp-center {
        text-align: center;
    }
}

.p__form-complete_form_heading {
    padding: 60px 0 40px;
    font-size: 28px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .p__form-complete_form_heading {
        padding: 50px 20px 30px;
        font-size: 16px;
    }
}

.p__form-complete_form_heading._small {
    font-size: 22px;
    padding: 20px 0 40px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .p__form-complete_form_heading._small {
        font-size: 16px;
        padding: 0px 0 20px;
    }
}

.p__form-complete_form_heading + .f-l__common-section {
    padding-top: 0;
}

.p__form-complete_fv {
    text-align: center;
    padding: 70px 0 30px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_fv {
        padding: 50px 20px 40px;
    }
}

.p__form-complete_fv_heading {
    color: #007bc7;
    font-size: 28px;
    font-weight: bold;
}

.p__form-complete_fv_heading._small {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_fv_heading {
        font-size: 24px;
    }
}

.p__form-complete_fv_heading-lead {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_fv_heading-lead {
        text-align: left;
        font-size: 14px;
    }
}

.p__form-complete_heading {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_heading {
        margin-bottom: 30px;
    }
}

.p__form-complete_heading-fukidashi {
    background: #000;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 16px 45px;
    position: relative;
    margin-bottom: 35px;
    min-width: 580px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_heading-fukidashi {
        width: 95%;
        min-width: auto;
        border-radius: 50px;
        padding: 10px 20px;
        font-size: 18px;
        text-align: center;
        margin-bottom: 25px;
    }
}

.p__form-complete_heading-fukidashi::after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    border: 16px solid transparent;
    border-bottom-width: 0;
    border-top: 20px solid #000;
}

@media screen and (max-width: 768px) {
    .p__form-complete_heading-fukidashi::after {
        bottom: -18px;
        border: 10px solid transparent;
        border-top: 10px solid #000;
    }
}

.p__form-complete_heading-answer {
    font-size: 32px;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    .p__form-complete_heading-answer .pc-only {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .p__form-complete_heading-answer {
        font-size: 25px;
    }
}

.p__form-complete_heading-answer img {
    display: inline-block;
    margin: 0 22px;
    height: 55px;
    width: auto;
}

@media screen and (max-width: 768px) {
    .p__form-complete_heading-answer img {
        margin: 0 18px 0 0;
        height: 45px;
    }
}

.p__form-complete-contents {
    background: #f6f6f6;
    padding: 80px 50px;
}

.p__form-complete-contents > section:not(:last-child) {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .p__form-complete-contents > section:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .p__form-complete-contents {
        padding: 50px 20px;
    }
}

.p__form-complete-contents-inner {
    background: #fff;
    max-width: 1000px;
    border-radius: 10px;
    padding: 70px 50px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p__form-complete-contents-inner {
        margin: 0;
        padding: 50px 20px;
    }
}

.p__form-complete-contents-inner > section + section {
    margin-top: 70px;
    @media screen and (max-width: 768px) {
        margin-top: 30px;
    }
}

.p__form-complete-cta {
    width: 460px;
    margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
    .p__form-complete-cta {
        width: 100%;
        margin: 50px auto 0;
    }
}

.p__form-complete-cta_button + * {
    margin-top: 35px;
}

@media screen and (max-width: 576px) {
    .p__form-complete-cta .o-c__cta-link_orange, .p__form-complete-cta .o-c__cta-link_border {
        font-size: 16px;
    }
}

.p__form-complete-cta .o-c__cta-link_orange_balloon, .p__form-complete-cta .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.p__form-complete-cta .o-c__cta-link_border._common {
    width: 100%;
}

.p__form-complete_rseries .p__form-complete_heading {
    margin-bottom: 0;
}

.p__form-complete_rseries .p__form-complete_heading-fukidashi {
    background: #F4F9F1;
    color: #007bc7;
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries .p__form-complete_heading-fukidashi {
        margin-bottom: 25px;
    }
}

.p__form-complete_rseries .p__form-complete_heading-fukidashi::after {
    border-top-color: #F4F9F1;
}

.p__form-complete_rseries {
    max-width: 1000px;
    margin: 0 auto 75px;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .p__form-complete_rseries {
        margin: 0 20px;
    }
}

.p__form-complete_rseries_catch {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_rseries_catch {
        font-size: max(2vw, 10px);
    }
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_catch {
        font-size: 16px;
    }
}

.p__form-complete_rseries_heading {
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 270px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_rseries_heading {
        font-size: max(2.5vw, 10px);
    }
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_heading {
        font-size: 16px;
        padding: 5px 3px 3px;
    }
}

.p__form-complete_rseries_logo img {
    height: 50px;
    width: auto;
    max-width: 100%;
}

.p__form-complete_rseries_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list {
        flex-direction: column;
    }
}

.p__form-complete_rseries_list_item {
    width: 100%;
    width: calc((100% - 40px) / 3);
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p__form-complete_rseries_list_item {
        width: 31%;
    }
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item {
        width: 100%;
    }

    .p__form-complete_rseries_list_item:not(:first-child) {
        margin-top: 20px;
    }
}

.p__form-complete_rseries_list_item a {
    color: #323232;
    display: block;
    text-decoration: none;
    padding: 25px 30px 50px;
    border-radius: 20px;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item a > * {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p__form-complete_rseries_list_item a::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-bottom: solid 4px #000;
    border-right: solid 4px #000;
    transform: rotate(45deg) translateX(-50%);
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    bottom: 15px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item a::after {
        margin-bottom: -5px;
    }
}

@media (hover: hover) {
    .p__form-complete_rseries_list_item a:hover {
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    }

    .p__form-complete_rseries_list_item a:hover::after {
        bottom: 10px;
    }
}

.p__form-complete_rseries_list_item.seisan .p__form-complete_rseries_heading {
    background: #007bc7;
}

.p__form-complete_rseries_list_item.seisan a::after {
    border-color: #007bc7;
}

.p__form-complete_rseries_list_item.hanbai .p__form-complete_rseries_heading {
    background: #f53c20;
}

.p__form-complete_rseries_list_item.hanbai a::after {
    border-color: #f53c20;
}

.p__form-complete_rseries_list_item.kintai .p__form-complete_rseries_heading {
    background: #2531b7;
}

.p__form-complete_rseries_list_item.kintai a::after {
    border-color: #2531b7;
}

.p__form-complete_rseries_list_item.denshihozon .p__form-complete_rseries_heading {
    background: #a43fd1;
}

.p__form-complete_rseries_list_item.denshihozon a::after {
    border-color: #a43fd1;
}

.p__form-complete_rseries_list_item.seikyu .p__form-complete_rseries_heading {
    background: #0ba578;
}

.p__form-complete_rseries_list_item.seikyu a::after {
    border-color: #0ba578;
}

.p__form-complete_rseries_list_item._pickup {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item._pickup {
        margin-bottom: 0;
    }
}

.p__form-complete_rseries_list_item._pickup a {
    padding: 25px 30px 35px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item._pickup a {
        padding: 25px 30px 50px;
    }
}

.p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_content {
        flex-direction: column-reverse;
    }
}

.p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_detail {
    padding-bottom: 10px;
    min-width: 270px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_detail {
        width: 100%;
        max-width: 300px;
        padding-bottom: 0;
    }
}

.p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_figure {
    width: 210px;
    margin-right: 55px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_figure {
        width: 200px;
        margin-right: 0;
        margin-top: 20px;
    }
}

.p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_catch {
    font-size: 22px;
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_catch {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_heading {
        max-width: 250px;
    }
}

.p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_logo img {
    height: 60px;
    width: auto;
}

@media screen and (max-width: 576px) {
    .p__form-complete_rseries_list_item._pickup .p__form-complete_rseries_logo img {
        height: 50px;
    }
}

.f__common-color_denshihozon {
    color: #a43fd1;
    font-weight: bold;
}

.p__form-complete_denshihozon .p__form-complete_heading-fukidashi {
    background: #a43fd1;
}

.p__form-complete_denshihozon .p__form-complete_heading-fukidashi::after {
    border-top-color: #a43fd1;
}

.p__form-complete_denshihozon .p__form-complete_heading-answer {
    color: #a43fd1;
}

.p__form-complete_denshihozon .o-c__heading-h2::after {
    background-color: #a43fd1;
}

.p__form-complete_denshihozon .o-c__cta-link_orange {
    background: #11cbac;
    border-color: #fff;
}

.p__form-complete_denshihozon .o-c__cta-link_orange_balloon_orange {
    color: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_orange_free {
    color: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_orange_capture {
    left: 38px;
    width: 53px;
}

.p__form-complete_denshihozon .o-c__cta-link_orange:hover {
    background: #fff;
    color: #11cbac;
    border-color: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_orange:hover:before {
    border-color: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #11cbac;
    color: #fff;
}

.p__form-complete_denshihozon .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #11cbac;
    color: #fff;
}

.p__form-complete_denshihozon .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon::after {
    border-top-color: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
    color: #fff;
}

.p__form-complete_denshihozon .o-c__cta-link_border {
    border-color: #11cbac;
    color: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_border::before {
    border-color: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_border:hover {
    border-color: #fff;
    background-color: #11cbac;
    color: #fff;
}

.p__form-complete_denshihozon .o-c__cta-link_border:hover::before {
    border-color: #fff;
}

.p__form-complete_denshihozon .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
    background: #fff;
    color: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_border:hover .o-c__cta-link_border_balloon::after {
    border-top-color: #fff;
}

.p__form-complete_denshihozon .o-c__cta-link_border_balloon {
    background: #11cbac;
}

.p__form-complete_denshihozon .o-c__cta-link_border_balloon::after {
    border-top-color: #11cbac;
}

.p__form-complete_denshihozon_about_img {
    padding: 30px 0;
    background-color: #f6f2fc;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_denshihozon_about_img {
        padding: 20px;
    }
}

.p__form-complete_denshihozon_about_img h4 {
    color: #a43fd1;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_denshihozon_about_img h4 {
        font-size: 18px;
    }
}

.p__form-complete_denshihozon_about_img img {
    width: 100%;
    height: auto;
}

.p__form-complete_denshihozon_feature_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p__form-complete_denshihozon_feature_list_item {
    background: #f6f2fc;
    border-radius: 10px;
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    padding: 25px 15px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_denshihozon_feature_list_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 576px) {
    .p__form-complete_denshihozon_feature_list_item {
        padding: 25px 15px;
    }
}

.p__form-complete_denshihozon_feature_list_item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .p__form-complete_denshihozon_feature_list_item:last-child {
        margin-bottom: 0;
    }
}

.p__form-complete_denshihozon_feature_list_title {
    color: #323232;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin: 0 -15px;
    padding: 0 0 10px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .p__form-complete_denshihozon_feature_list_title {
        height: auto;
        display: block;
        font-size: 18px;
        margin: 0;
    }
}

.p__form-complete_denshihozon_feature_list_icon {
    background-color: #FFF;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 0 auto;
    display: grid;
    place-items: center;
}

.p__form-complete_denshihozon_feature_list_icon img {
    width: 90px;
    height: auto;
}

.p__form-complete_denshihozon_feature_list_icon_zero {
    font-weight: 700;
    font-size: 40px;
    color: #a43fd1;
    letter-spacing: -5px;
    text-indent: -10px;
}

.p__form-complete_denshihozon_feature_list_text {
    padding: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .p__form-complete_denshihozon_feature_list {
        display: block;
    }

    .p__form-complete_denshihozon_feature_list_item {
        width: 100%;
        margin: 0 0 15px;
    }
}

.f__common-color_seisan {
    color: #007bc7;
    font-weight: bold;
}

.p__form-complete_seisan .p__form-complete_heading-fukidashi {
    background: #007bc7;
}

.p__form-complete_seisan .p__form-complete_heading-fukidashi::after {
    border-top-color: #007bc7;
}

.p__form-complete_seisan .p__form-complete_heading-answer {
    color: #007bc7;
}

.p__form-complete_seisan .o-c__heading-h2::after {
    background-color: #007bc7;
}

.p__form-complete_seisan .o-c__cta-link_orange {
    background: #ff852b;
    border-color: #fff;
}

.p__form-complete_seisan .o-c__cta-link_orange_balloon_orange {
    color: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_orange_free {
    color: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_orange:hover {
    background: #fff;
    color: #ff852b;
    border-color: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_orange:hover:before {
    border-color: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #ff852b;
    color: #fff;
}

.p__form-complete_seisan .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #ff852b;
    color: #fff;
}

.p__form-complete_seisan .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon::after {
    border-top-color: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
    color: #fff;
}

.p__form-complete_seisan .o-c__cta-link_border {
    border-color: #ff852b;
    color: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_border::before {
    border-color: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_border:hover {
    border-color: #fff;
    background-color: #ff852b;
    color: #fff;
}

.p__form-complete_seisan .o-c__cta-link_border:hover::before {
    border-color: #fff;
}

.p__form-complete_seisan .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
    background: #fff;
    color: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_border:hover .o-c__cta-link_border_balloon::after {
    border-top-color: #fff;
}

.p__form-complete_seisan .o-c__cta-link_border_balloon {
    background: #ff852b;
}

.p__form-complete_seisan .o-c__cta-link_border_balloon::after {
    border-top-color: #ff852b;
}

.p__form-complete_seisan_about_content {
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.p__form-complete_seisan_about_content_flow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow {
        display: block;
        margin: 0;
    }
}

.p__form-complete_seisan_about_content_flow_data {
    position: relative;
    margin-top: 10px;
    width: 260px;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow_data {
        width: 100%;
        margin-bottom: 80px;
    }

    .p__form-complete_seisan_about_content_flow_data:last-of-type {
        margin-bottom: 15px;
    }
}

.p__form-complete_seisan_about_content_flow_data_icon {
    display: block;
    width: 100px;
    height: 110px;
    margin: -20px auto 0;
    text-align: center;
}

.p__form-complete_seisan_about_content_flow_data_icon img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow_data_icon {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        padding: 0;
        margin: 0;
    }
}

.p__form-complete_seisan_about_content_flow_data_arrow {
    position: absolute;
    top: 115px;
    right: -45px;
    font-size: 16px;
    text-align: center;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow_data_arrow {
        top: auto;
        left: 33%;
        right: auto;
        bottom: -40px;
        font-size: 14px;
    }
}

.p__form-complete_seisan_about_content_flow_data_arrow::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    width: 33px;
    height: 33px;
    background-color: #007bc7;
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow_data_arrow::before {
        top: -8px;
        right: 40px;
    }
}

.p__form-complete_seisan_about_content_flow_data_arrow::after {
    content: "";
    width: 12px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: block;
    position: absolute;
    left: 10px;
    top: -29px;
    transform: rotate(135deg);
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow_data_arrow::after {
        width: 12px;
        height: 8px;
        left: -34px;
        top: 2px;
    }
}

.p__form-complete_seisan_about_content_flow_data_arrow_check {
    position: relative;
}

.p__form-complete_seisan_about_content_flow_data_arrow_check::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -45px;
    left: 3px;
    width: 28px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    background-image: url(/word_dir/wordpress/wp-content/themes/keiriplus/asset/image/lp/seisan/icon_000_arrow.svg);
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow_data_arrow_check::after {
        bottom: auto;
        top: -20px;
        left: 60px;
        width: 38px;
        height: 52px;
        transform: translateX(-50%) rotate(0deg);
    }
}

.p__form-complete_seisan_about_content_flow_data dt {
    position: absolute;
    width: 120px;
    line-height: 1;
    left: 50%;
    top: 75px;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 8px 0;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    color: #007bc7;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow_data dt {
        width: 100px;
        font-size: 16px;
        position: absolute;
        top: -15px;
    }
}

.p__form-complete_seisan_about_content_flow_data dd {
    min-height: 160px;
    background-color: #edf7ff;
    padding: 35px 25px 25px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.8;
}

.p__form-complete_seisan_about_content_flow_data dd .f__common-text_bold {
    color: #007bc7;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_about_content_flow_data dd {
        min-height: 0;
        padding: 30px 20px 20px 85px;
        font-size: 12px;
        line-height: 1.8;
    }
}

.p__form-complete_seisan_introduction_inner {
    margin: 0px auto 30px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seisan_introduction_inner {
        display: block;
    }
}

.p__form-complete_seisan_introduction_heading {
    font-size: 24px;
    padding: 20px 0 0;
    font-weight: 700;
}

.p__form-complete_seisan_introduction_heading_big {
    font-size: 38px;
}

.p__form-complete_seisan_introduction_heading_small {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seisan_introduction_heading {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .p__form-complete_seisan_introduction_heading {
        font-size: 18px;
        text-align: center;
    }

    .p__form-complete_seisan_introduction_heading_big {
        font-size: 24px;
    }

    .p__form-complete_seisan_introduction_heading_small {
        font-size: 18px;
    }
}

.p__form-complete_seisan_introduction_emblem {
    display: flex;
}

.p__form-complete_seisan_introduction_emblem_item {
    width: 145px;
    height: 136px;
    margin: 0 10px;
    font-size: 18px;
    line-height: 20px;
    background-image: url(/word_dir/wordpress/wp-content/themes/keiriplus/asset/image/lp/seisan/figure_laurel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px 0 0;
    text-align: center;
    font-weight: 700;
    line-height: 1 !important;
}

.p__form-complete_seisan_introduction_emblem_item_small {
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding: 10px 0 0;
}

.p__form-complete_seisan_introduction_emblem_item_no1 {
    line-height: 32px;
    font-size: 32px;
    display: block;
    color: #007bc7;
    line-height: 1 !important;
}

.p__form-complete_seisan_introduction_emblem_item sup {
    line-height: 10px;
    color: #007bc7;
    top: -8px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seisan_introduction_emblem {
        justify-content: center;
        padding: 20px 0 0;
    }
    .p__form-complete_seisan_introduction_emblem_item_small {
        font-size: 10px;
        line-height: 12px;
        display: block;
        padding: 0 0 2px;
        line-height: 1 !important;
    }
}

@media screen and (max-width: 576px) {
    .p__form-complete_seisan_introduction_emblem {
        justify-content: center;
        padding: 20px 0 0;
    }

    .p__form-complete_seisan_introduction_emblem_item {
        margin: 0 5px;
        width: 105px;
        height: 99px;
        font-size: 13px;
        line-height: 15px;
        padding: 18px 0 0;
    }

    .p__form-complete_seisan_introduction_emblem_item_no1 {
        line-height: 22px;
        font-size: 22px;
        display: block;
        color: #007bc7;
    }

    .p__form-complete_seisan_introduction_emblem_item sup {
        line-height: 10px;
        color: #007bc7;
        top: -3px;
        position: relative;
    }
}

.p__form-complete_seisan_introduction_note_text {
    font-size: 10px;
}

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

.p__form-complete_seisan_feature_list_item {
    width: 31%;
    background-color: #edf7ff;
    border-radius: 10px;
    padding: 25px 15px;
}

.p__form-complete_seisan_feature_list_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #007bc7;
    text-align: center;
    padding: 0 0 10px;
}

.p__form-complete_seisan_feature_list_icon {
    background-color: #FFF;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 0 auto;
    display: grid;
    place-items: center;
}

.p__form-complete_seisan_feature_list_icon img {
    width: 90px;
    height: auto;
}

.p__form-complete_seisan_feature_list_text {
    padding: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .p__form-complete_seisan_feature_list {
        display: block;
    }

    .p__form-complete_seisan_feature_list_item {
        width: 100%;
        margin: 0 0 15px;
    }
}

.p__form-complete_seisan_feature_note {
    font-size: 10px;
    margin-top: 20px;
}

.p__form-complete_seisan_function .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.p__form-complete_seisan_function .swiper-pagination, .p__form-complete_seisan_function .swiper-button-prev, .p__form-complete_seisan_function .swiper-button-next {
    display: none;
}

.swiper-button-next,.swiper-button-prev {
    background-image: none;
}


@media screen and (max-width: 768px) {
    .sp-center {
        text-align: center;
    }
    .p__form-complete_seisan_function .swiper-container {
        position: relative;
        padding-bottom: 40px;
    }

    .p__form-complete_seisan_function .swiper-container .swiper-pagination-bullet-active {
        background: #007bc7;
    }

    .p__form-complete_seisan_function .swiper-container .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .p__form-complete_seisan_function .swiper-button-next, .p__form-complete_seisan_function .swiper-button-prev {
        position: absolute;
        margin-top: -60px;
        display: block;
        background-image: none;
        width: 35px;
        height: 35px;
        top: 200px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .p__form-complete_seisan_function .swiper-pagination-bullet-active {
        background: #007bc7;
    }
    
    /* swiper調整用 */
    .button-prev {
        position: absolute;
        margin-top: -60px;
        display: block;
        background-image: none;
        width: 35px;
        height: 35px;
        top: 200px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .swiper-button-prev::before {
        content: '';
        width: 35px;
        height: 35px;
        border-radius: 30px;
        background-color: #007bc7;
        position: absolute;
        left: 0;
    }

    .swiper-button-prev::after {
        position: absolute;
        z-index: 1;
        display: block;
        content: '';
        width: 12px;
        height: 12px;
        top: 40%;
        left: 65%;
        bottom: auto;
        margin: auto;
        transform: translateY(-50%) translateX(-30%) rotate(45deg);
        transition: all ease .3s;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
    }

    .button-next {
        position: absolute;
        margin-top: -60px;
        display: block;
        background-image: none;
        width: 35px;
        height: 35px;
        top: 200px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .swiper-button-next::before {
        content: '';
        width: 35px;
        height: 35px;
        border-radius: 30px;
        background-color: #007bc7;
        position: absolute;
        right: 0;
    }

    .swiper-button-next::after {
        position: absolute;
        z-index: 1;
        display: block;
        content: '';
        width: 12px;
        height: 12px;
        top: 40%;
        left: 40%;
        bottom: auto;
        margin: auto;
        transform: translateY(-50%) translateX(-70%) rotate(45deg);
        transition: all ease .3s;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }


    .p__form-complete_seisan_function .swiper-button-next::before {
        content: '';
        width: 35px;
        height: 35px;
        border-radius: 30px;
        background-color: #007bc7;
        position: absolute;
        right: 0;
    }

    .p__form-complete_seisan_function .swiper-button-prev::after {
        position: absolute;
        z-index: 1;
        display: block;
        content: '';
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        bottom: auto;
        margin: auto;
        transform: translateY(-50%) translateX(-30%) rotate(45deg);
        transition: all ease .3s;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
    }

    .p__form-complete_seisan_function .swiper-button-next::after {
        position: absolute;
        z-index: 1;
        display: block;
        content: '';
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        bottom: auto;
        margin: auto;
        transform: translateY(-50%) translateX(-70%) rotate(45deg);
        transition: all ease .3s;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}

@media screen and (max-width: 768px) {
    .p__form-complete_seisan_function_linkdata.swiper-container {
        display: block;
        position: relative;
    }
}

.p__form-complete_seisan_function_linkdata_list {
    display: flex;
    justify-content: space-between;
}
.swiper-pagination {
    display: none;       
}
@media screen and (max-width: 768px) {
    .p__form-complete_seisan_function_linkdata_list {
        margin-bottom: 30px;
    }
    .swiper-pagination {
        display: block;       
    }
}
.p__form-complete_seisan_function_linkdata_item {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 35px 20px;
    text-decoration: none;
    flex-basis: 31%;
    @media screen and (max-width: 576px) {
        width: 100%;
        margin: 0 0 15px;
        min-height: 290px;
    }
}

@media screen and (max-width: 768px) {
    .p__form-complete_seisan_function_linkdata_item {
        flex-basis: inherit;
        padding: 20px 20px 10px;
    }
}

.p__form-complete_seisan_function_icon {
    display: grid;
    place-items: center;
    width: 95px;
    height: 95px;
    border-radius: 50px;
    margin: 0 auto;
    background-color: #fff;
}

.p__form-complete_seisan_function_title {
    font-size: 18px;
    color: #007bc7;
    font-weight: 700;
    padding: 20px 0 15px;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_function_title {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

.p__form-complete_seisan_function_lead {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 15px;
    color: #323232;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_seisan_function_lead {
        font-size: 14px;
    }
}

.f__common-color_hanbai {
    color: #f53c20;
    font-weight: bold;
}

.p__form-complete_hanbai .p__form-complete_heading-fukidashi {
    background: #f53c20;
}

.p__form-complete_hanbai .p__form-complete_heading-fukidashi::after {
    border-top-color: #f53c20;
}

.p__form-complete_hanbai .p__form-complete_heading-answer {
    color: #f53c20;
}

.p__form-complete_hanbai .o-c__heading-h2::after {
    background-color: #f53c20;
}

.p__form-complete_hanbai .o-c__cta-link_orange {
    background: #00b383;
    border-color: #fff;
}

.p__form-complete_hanbai .o-c__cta-link_orange_balloon_orange {
    color: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_orange_free {
    color: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_orange:hover {
    background: #fff;
    color: #00b383;
    border-color: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_orange:hover:before {
    border-color: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #00b383;
    color: #fff;
}

.p__form-complete_hanbai .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #00b383;
    color: #fff;
}

.p__form-complete_hanbai .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon::after {
    border-top-color: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
    color: #fff;
}

.p__form-complete_hanbai .o-c__cta-link_border {
    border-color: #00b383;
    color: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_border::before {
    border-color: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_border:hover {
    border-color: #fff;
    background-color: #00b383;
    color: #fff;
}

.p__form-complete_hanbai .o-c__cta-link_border:hover::before {
    border-color: #fff;
}

.p__form-complete_hanbai .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
    background: #fff;
    color: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_border:hover .o-c__cta-link_border_balloon::after {
    border-top-color: #fff;
}

.p__form-complete_hanbai .o-c__cta-link_border_balloon {
    background: #00b383;
}

.p__form-complete_hanbai .o-c__cta-link_border_balloon::after {
    border-top-color: #00b383;
}

.p__form-complete_hanbai_about-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto 30px;
    padding-top: 20px;
}

.p__form-complete_hanbai_about-inner._width680 {
    width: 680px;
    max-width: 100%;
    display: flex;
    margin-bottom: 0;
}

.p__form-complete_hanbai_about-inner._width680 .p__form-complete_hanbai_about_content {
    width: 320px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_hanbai_about-inner._width680 .p__form-complete_hanbai_about_content {
        width: 100%;
    }
}

.p__form-complete_hanbai_about-inner._width680 .p__form-complete_hanbai_about_content_title h4 {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .p__form-complete_hanbai_about-inner._width680 {
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 20px;
    }

    .p__form-complete_hanbai_about-inner._width680 .p__form-complete_hanbai_about_content {
        margin: 0 auto 30px;
    }

    .p__form-complete_hanbai_about-inner._width680 .p__form-complete_hanbai_about_content:last-of-type {
        margin-bottom: 0;
    }
}

.p__form-complete_hanbai_about-inner-list {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.p__form-complete_hanbai_about_content.swiper-slide {
    width: 31%;
}

@media screen and (max-width: 768px) {
    .p__form-complete_hanbai_about_content {
        width: 100%;
    }
}

.p__form-complete_hanbai_about_content_link {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    text-decoration: none;
}

.p__form-complete_hanbai_about_content_link_inner {
    position: relative;
    width: 100%;
    padding: 18px 15px;
    background: #fff6f5;
    border-radius: 10px;
}

.p__form-complete_hanbai_about_content_link_inner::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    padding: 15px;
    width: 75px;
    height: 75px;
    background: #fff6f5;
    border-radius: 50%;
}

.p__form-complete_hanbai_about_content_title {
    position: relative;
    display: flex;
}

.p__form-complete_hanbai_about_content_title h4 {
    padding-left: 70px;
    padding-bottom: 15px;
    color: #f53c20;
    font-weight: bold;
    font-size: 16px;
}

.p__form-complete_hanbai_about_content_image {
    position: absolute;
    top: -20px;
    left: 8px;
    width: 50px;
    height: 50px;
}

.p__form-complete_hanbai_about_content_list {
    position: relative;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
}

.p__form-complete_hanbai_about_content_item_text {
    position: relative;
    padding-left: 30px;
    line-height: 2;
    font-size: 15px;
    color: #323232;
}

.p__form-complete_hanbai_about_content_item_text::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: #f53c20;
    border-radius: 20px;
}

.p__form-complete_hanbai_about_content_item_text::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    width: 9px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: block;
    transform: rotate(135deg);
}

@media screen and (max-width: 1024px) {
    .p__form-complete_hanbai_about-inner {
        margin: 0 auto;
        padding: 0;
        display: block;
        width: 315px;
    }

    .p__form-complete_hanbai_about-inner-list {
        padding: 0;
    }

    .p__form-complete_hanbai_about_content_link {
        padding: 20px 0 50px;
    }

    .p__form-complete_hanbai_about_content_link_inner {
        max-width: 315px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
    .p__form-complete_hanbai_about_content_link_inner {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .p__form-complete_hanbai_about_content_title h4 {
        padding-left: 70px;
        padding-bottom: 15px;
    }
}

.p__form-complete_hanbai_about-heading {
    padding-bottom: 30px;
    text-align: center;
    font-size: 24px;
}

.p__form-complete_hanbai_about-heading b {
    font-weight: bold;
    background: linear-gradient(transparent 75%, #F3E673 75%);
    background-position: 0 1.3em;
}

@media screen and (max-width: 768px) {
    .p__form-complete_hanbai_about-heading {
        font-size: 16px;
    }
}

.p__form-complete_hanbai_linkage_img {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.p__form-complete_hanbai_linkage_img img {
    width: 100%;
    height: auto;
}

.p__form-complete_hanbai_about #Realization {
    position: relative;
}

@media screen and (max-width: 576px) {
    .p__form-complete_hanbai_about #Realization {
        width: calc(100% + 60px);
        margin: 0 -30px;
        padding: 0 30px;
    }
}

.p__form-complete_hanbai_about .swiper-pagination, .p__form-complete_hanbai_about .swiper-button-prev, .p__form-complete_hanbai_about .swiper-button-next {
    display: none;
}

@media screen and (max-width: 1024px) {
    .p__form-complete_hanbai_about .swiper-pagination {
        display: block !important;
        bottom: 15px !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .p__form-complete_hanbai_about .swiper-pagination > * {
        margin: 0 4px;
    }

    .p__form-complete_hanbai_about .swiper-pagination-bullet-active {
        opacity: 1;
        background: #f53c20 !important;
    }

    .p__form-complete_hanbai_about-pager_box {
        position: absolute;
        height: 0;
        width: 80%;
        padding: 30px 0 0;
        text-align: center;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }

    .p__form-complete_hanbai_about-pager_box .swiper-button-prev, .p__form-complete_hanbai_about-pager_box .swiper-button-next {
        position: inherit;
        display: block;
        background-image: none !important;
        width: 45px !important;
        height: 45px !important;
        top: 120px !important;
    }

    .p__form-complete_hanbai_about-pager_box .swiper-button-prev::after {
        position: absolute;
        z-index: 1;
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        top: 50%;
        right: 50%;
        bottom: auto;
        margin: auto;
        transform: translateY(-50%) translateX(-30%) rotate(45deg);
        transition: all ease .3s;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        left: 0;
    }

    .p__form-complete_hanbai_about-pager_box .swiper-button-next::after {
        position: absolute;
        z-index: 1;
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        top: 50%;
        left: 50%;
        bottom: auto;
        margin: auto;
        transform: translateY(-50%) translateX(-70%) rotate(45deg);
        transition: all ease .3s;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: -30px;
    }

    .p__form-complete_hanbai_about-pager_box .swiper-button-prev::before {
        content: "";
        width: 45px;
        height: 45px;
        border-radius: 30px;
        background-color: #f53c20;
        position: absolute;
        left: -20px;
    }

    .p__form-complete_hanbai_about-pager_box .swiper-button-next::before {
        content: "";
        width: 45px;
        height: 45px;
        border-radius: 30px;
        background-color: #f53c20;
        position: absolute;
        right: -20px;
    }
}
@media screen and (max-width: 576px) {
    .p__form-complete_hanbai_about-pager_box {
        width: 100%;
    }

    .p__form-complete_hanbai_about-pager_box .swiper-button-prev {
        left: 20px;
    }

    .p__form-complete_hanbai_about-pager_box .swiper-button-next {
        right: 20px;
    }
}

.f__common-color_seikyu {
    color: #0ba578;
    font-weight: bold;
}

.p__form-complete_seikyu .p__form-complete_heading-fukidashi {
    background: #0ba578;
}

.p__form-complete_seikyu .p__form-complete_heading-fukidashi::after {
    border-top-color: #0ba578;
}

.p__form-complete_seikyu .p__form-complete_heading-answer {
    color: #0ba578;
}

.p__form-complete_seikyu .o-c__heading-h2::after {
    background-color: #0ba578;
}

.p__form-complete_seikyu .o-c__cta-link_orange {
    background: #ED6B00;
    border-color: #fff;
}

.p__form-complete_seikyu .o-c__cta-link_orange_balloon_orange {
    color: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_orange_free {
    color: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_orange:hover {
    background: #fff;
    color: #ED6B00;
    border-color: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_orange:hover:before {
    border-color: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #ED6B00;
    color: #fff;
}

.p__form-complete_seikyu .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #ED6B00;
    color: #fff;
}

.p__form-complete_seikyu .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon::after {
    border-top-color: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
    color: #fff;
}

.p__form-complete_seikyu .o-c__cta-link_border {
    border-color: #ED6B00;
    color: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_border::before {
    border-color: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_border:hover {
    border-color: #fff;
    background-color: #ED6B00;
    color: #fff;
}

.p__form-complete_seikyu .o-c__cta-link_border:hover::before {
    border-color: #fff;
}

.p__form-complete_seikyu .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
    background: #fff;
    color: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_border:hover .o-c__cta-link_border_balloon::after {
    border-top-color: #fff;
}

.p__form-complete_seikyu .o-c__cta-link_border_balloon {
    background: #ED6B00;
}

.p__form-complete_seikyu .o-c__cta-link_border_balloon::after {
    border-top-color: #ED6B00;
}

.p__form-complete_seikyu_text-highlighter {
    background: linear-gradient(transparent 75%, #ffe91c 0%);
    background-position: 0 1.3em;
}

.p__form-complete_seikyu_about_heading {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seikyu_about_heading {
        text-align: center;
        font-size: 18px;
    }
}

.p__form-complete_seikyu_about_heading span {
    color: #0ba578;
}

.p__form-complete_seikyu_about_content_text {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seikyu_about_content_text {
        display: block;
        padding-left: 0;
        margin-bottom: 30px;
    }
}

.p__form-complete_seikyu_about_content_text_image {
    width: 290px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seikyu_about_content_text_image {
        width: 60%;
        min-width: 220px;
        margin: 5px auto 30px;
    }
}

.p__form-complete_seikyu_about_content_text_copy {
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seikyu_about_content_text_copy {
        padding-left: 0;
    }
}

.p__form-complete_seikyu_about_content_text_copy p {
    font-size: 16px;
    line-height: 1.7;
}

.p__form-complete_seikyu_about_content_text_copy p span {
    font-weight: 700;
    color: #0ba578;
}

.p__form-complete_seikyu_about_content_figure img {
    height: auto;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata {
    text-align: center;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_text {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_text {
        font-size: 14px;
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_icon {
    background-color: #FFF;
    width: 95px;
    height: 95px;
    border-radius: 50px;
    margin: 0 auto;
    display: grid;
    place-items: center;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_column._column_3 ._column_data {
    flex-basis: 32%;
    margin-bottom: 25px;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_column._column_3 ._column_data:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_column._column_3 ._column_data {
        flex-basis: 48%;
        margin-bottom: 20px;
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_column._column_3 ._column_data:nth-last-child(3) {
        margin-bottom: 20px;
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_box {
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 35px 20px;
}

@media screen and (max-width: 576px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_box {
        padding: 25px 0;
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_box dt {
    font-size: 20px;
    color: #0ba578;
    font-weight: 700;
    padding: 15px 0 10px;
    line-height: 1.4;
}

@media screen and (max-width: 576px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_box dt {
        font-size: 16px;
        min-height: 75px;
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_box dt.o-m__panel-list-listdata._minheight {
    min-height: 80px;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_box dd {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 15px;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_box dd ul {
    min-height: 95px;
}

@media screen and (min-width: 769px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_box._linkbox:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_box._linkbox:hover .o-c__btn-text_icon_plus_bg {
        transform: translateY(-50%) rotate(90deg);
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
        left: -3px;
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_box._js_open .o-m__panel-list-listdata_hidetext {
    height: auto;
    opacity: 1;
    padding: 20px;
    transition: all ease 0.3s;
}

@media screen and (max-width: 576px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_box._js_open .o-m__panel-list-listdata_hidetext {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 25%;
        left: 5%;
        width: 90%;
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_box._js_open .o-c__btn-text_icon_plus_bg:after {
    display: none;
}

@media screen and (max-width: 576px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_box._js_open:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_head {
    width: 100%;
    display: block;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_head_icon {
    background-color: #FFF;
    width: 95px;
    height: 95px;
    border-radius: 50px;
    margin: 0 auto;
    display: grid;
    place-items: center;
}

@media screen and (max-width: 576px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_head {
        padding: 0;
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_head_icon {
        width: 75px;
        height: 75px;
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_head_icon img {
        width: 57px;
        height: 57px;
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_head dt {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_list {
        display: none;
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext {
    height: 0;
    opacity: 0;
    padding: 0 20px;
    background-color: #FFF;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 15px;
    transition: all ease 0.3s;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_title {
    display: none;
    color: #0ba578;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_close {
    background-color: #0ba578;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_indata {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_indata .o-c__btn-link {
    padding: 15px 25px 12px 15px;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_indata .o-c__btn-link:after {
    right: 10px;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_close {
    display: none;
}

@media screen and (max-width: 576px) {
    .p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext {
        height: auto;
        opacity: 1;
        display: none;
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_title {
        font-size: 18px;
        font-weight: 700;
        padding: 0 0 10px;
        text-align: left;
        display: block;
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_close {
        display: block;
        position: absolute;
        top: -10px;
        right: -10px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_close:after, .p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_close:before {
        content: "";
        background-color: #fff;
        width: 3px;
        height: 14px;
        line-height: 0;
        position: absolute;
        top: 8px;
        left: 14px;
        transform: rotate(-45deg);
    }

    .p__form-complete_seikyu_function .o-m__panel-list-listdata_hidetext_close:before {
        transform: rotate(45deg);
    }
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_link {
    padding: 20px 0 0;
}

.p__form-complete_seikyu_function .o-m__panel-list-note {
    padding: 0;
    font-size: 10px;
}

.p__form-complete_seikyu_function .o-c__list-check li {
    position: relative;
    text-align: left;
    margin-bottom: 12px;
}

.p__form-complete_seikyu_function .o-c__list-check li:before {
    content: "";
    width: 10px;
    height: 7px;
    border-radius: 0;
    background: none;
    border-top: solid 2px #0ba578;
    border-right: solid 2px #0ba578;
    position: absolute;
    top: 2px;
    left: 0;
    transform: rotate(135deg);
}

.p__form-complete_seikyu_function .o-c__list-check li:last-child {
    margin: 0;
}

.p__form-complete_seikyu_function .o-c__list-check._size_m li {
    line-height: 1.4;
    padding: 0 0 0 18px;
    font-size: 14px;
}

.p__form-complete_seikyu_function .o-c__list-check._size_m li:before {
    width: 12px;
    height: 8px;
}

.p__form-complete_seikyu_function .o-m__panel-list-listdata_box dd ul {
    min-height: 0;
}

.p__form-complete_seikyu_function .o-c__btn-text_icon_plus {
    color: #0ba578;
    text-decoration: none;
}

.p__form-complete_seikyu_function .o-c__btn-text_icon_plus:hover {
    color: #0ba578;
}

.p__form-complete_seikyu_function .o-c__btn-text_icon_plus_bg {
    background-color: #0ba578;
}

.form_section {
    line-height: 1.8;
    background-color: #F4F9F1;
}

@media screen and (min-width: 769px) {
    .form_section {
        border-radius: 10px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .form_section {
        padding: 10px;
    }
}

.form_section fieldset {
    max-width: inherit;
}

.form_section .hs-form > fieldset .field {
    margin-bottom: 15px;
}

.form_section .hs-form-field {
    margin-bottom: 15px;
}

.form_section .hs-form-field > label {
    margin-bottom: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.form_section .hs-form-field > label > span {
    font-size: 18px;
    color: #007bc7;
}

@media screen and (max-width: 768px) {
    .form_section .hs-form-field > label > span {
        width: auto;
    }
}

@media screen and (max-width: 576px) {
    .form_section .hs-form-field > label > span {
        font-size: 16px;
    }
}

.form_section .hs-form-field > label .hs-form-required {
    color: white;
    background-color: #007bc7;
    font-size: 73%;
    border-radius: 5px;
    padding: 2px 4px;
    margin: -2px 4px 0 4px;
    text-align: center;
}

@media screen and (min-width: 577px) {
    .form_section .hs-fieldtype-checkbox .input ul li, .form_section .hs-fieldtype-radio .input ul li {
        display: inline-block;
    }
}

@media screen and (max-width: 576px) {
    .form_section .hs-fieldtype-checkbox .input ul li:last-child, .form_section .hs-fieldtype-radio .input ul li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .form_section .hs-fieldtype-checkbox .input ul li {
        width: 100%;
    }
}

.form_section .hs-fieldtype-radio .input ul li {
    margin-right: 10px;
    padding-left: 30px;
    margin-bottom: 10px;
}

@media screen and (min-width: 577px) {
    .form_section .hs-fieldtype-radio .input ul li {
        display: inline-block;
        min-width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 576px) {
    .form_section .hs-fieldtype-radio .input ul li {
        width: 100%;
    }
}

.form_section .hs-richtext {
    margin-top: 10px;
    margin-bottom: 3px;
    line-height: 16px;
    font-size: 11px;
    color: #323232;
    text-align: center;
}

.form_section .hs-richtext p {
    display: inline-block;
    text-align: left;
}

.form_section .hs_submit .hs-button {
    display: block;
    margin: 10px auto 20px;
    max-width: 400px;
}

/* 上書き用css */
.p__form-complete_seisan {
  padding: 110px 0 70px 0;
  background-color: #edf7ff;
  @media screen and (max-width: 768px) {
    padding: 80px 20px 50px 20px;
    }
}
.p__form-complete-contents-wrap {
  padding: 70px 0 0 0;
  @media screen and (max-width: 768px) {
    padding: 50px 0 0 0;
  }
}
.p__form-complete_heading-answer span {
  color: #007bc7;
}
.p__form-cont_heading {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.8rem;
  margin: 2rem auto 0.8rem auto;
  background-color: #46affa;
  margin: 0 0 40px;
  @media screen and (max-width: 768px) {
    margin: 0;
    font-size: 1rem;
  }
}
.p__form-cont_heading--form {
  margin: 0 auto;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #007bc7;
  font-weight: bold;
  background-color: unset;
  @media screen and (max-width: 768px) {
    font-size: 1rem;
  }
}
.u-text-note {
    display: block;
    font-size: 10px;
    padding: 10px 0 0 0;
    max-width: 980px;
    margin: 0 auto 50px;
    @media screen and (max-width: 768px) {
        padding: 0 20px;
      }
  }