html {
    font-size: 12px;
}

body {
    font-family: "源ノ角ゴシック JP", "Noto Sans JP", sans-serif !important;
}


h2 {
    font-size: 20px;
    font-weight: bold;
}

.prepare_wrap {
    position: relative;
}

.prepare_footer {
    position: fixed;
    bottom: 0;
}

.prepare_footer_pc {
    width: 100vw !important;
}

.prepare_footer_mb {
    width: 100vw !important;
}

.text-blue {
    color: #29ABE2
}


.btn:hover {
    opacity: 0.8;
}

.btn_lp_contact {
    margin-top: -0.5rem;
}

.max-width {
    max-width: 1100px !important;
}

.max-width_company {
    max-width: 700px !important;
}

.max-width_voicebot {
    max-width: 900px !important;
}

.max-width_ttl {
    max-width: 230px;
}

.max-width_ttl_four {
    max-width: 180px;
}

.light-blue {
    color: #2979E2;
    font-weight: bold;
    font-size: 2.5rem;
}

.thanks-btn {
    background-color: #FFC500;
    border-radius: 30px;
    color: #212529 !important;
}

.thanks_p {
    font-size: 14px;
}


/*ヘッダー*/

.nav-text {
    color: black;
}

.navbar-brand {
    width: 20%;
}

.navbar-nav {
    margin-left: auto;
}

.header_btn {
    height: 2.3rem;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
}

.nav-item {
    list-style: none;
}

.h-fixed-button {
    width: 75px !important;
}

.hamburger-menu-size {
    padding-top: 21px;
}

/* ナビゲーション */
.nav-sp {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    padding: 60px 10px 0;
    background-color: white;
    text-align: left;
    transition: right 0.5s;
}

.nav-sp.open {
    right: 0;
}

.nav-sp a {
    display: inline-block;
    padding: 5px 0;
}

/* ハンバーガーメニュー */
.hamburger-menu {
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
}

.hamburger-menu__line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #0D3B7C;
    position: relative;
    transition: all 0.5s;
}

.hamburger-menu__line::before,
.hamburger-menu__line::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #0D3B7C;
    position: absolute;
    transition: all 0.5s;
}

.hamburger-menu__line::before {
    transform: translateY(-12px);
}

.hamburger-menu__line::after {
    transform: translateY(12px);
}

.button_contact_ham {
    width: 53% !important;
}

/*マケらぼに相談してみませんか？*/

.text-navy {
    color: #1B4371;
}


.bg-navy {
    background-color: #1B4371;
}

.contact_tel_wrapper {
    display: inline-flex;
}

.contact_tel_logo {
    width: 12%;
}

.contact_tel_num {
    padding: .2rem;
    color: white !important;
}

.contact_comment {
    font-weight: 600;
    font-size: 1rem;
    border: solid #1B4371 2px;
}

.contact_mb {
    white-space: nowrap;
}

.round_title {
    margin-top: -1rem;
}

.min_btn_lp {
    display: none !important;
}

.tel_btn {
    border: 1px solid white;
}

.contact_tel_logo_min {
    width: 4%;
    margin-right: 3px;
}

.contact_btn_tel {
    width: 20%;
}

/*課題提起*/

.trouble_wrapper {
    position: relative;
}

.trouble_check {
    position: absolute;
    top: 0;
    left: 0;
}

.rotate_line {
    transform: scale(-1, 1);
}

.trouble_main {
    margin: -10rem;
}

.check_hidden {
    visibility: hidden;
}

.trouble_img {
    width: 50%;
    height: 50%;
}

.trouble_line {
    height: 77vh;
}

.trouble_img_wrapper {
    margin-top: -2rem;
}

.max-width_trouble_ttl {
    max-width: 700px;
}

.bg-trouble {
    background-color: #DAECF3;
    background-image:
        radial-gradient(#ECF9FF 30%, transparent 33%),
        radial-gradient(#ECF9FF 30%, transparent 33%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
}

.bg-solve {
    background-color: #2979E2;
}

.bg-wave {
    background-image: url("img/solve_lp_bot_bg.png");
    background-size: 100%;
}

/*マケらぼのココがスゴイ！*/

.border_width {
    border: 5px solid #29ABE2;
    border-radius: 40px !important;
}

.bg-feature {
    background: #DAECF3;
}

.feature_main {
    position: relative;
}

.feature_sub {
    position: absolute;
    right: 0;
    top: 5vh;
    text-align: right;
}

.feature_sub2 {
    position: absolute;
    left: 0;
    z-index: 2;
}

.feature_mid {
    margin-left: auto;
    margin-top: 5rem;
    width: 60%;
}

.feature_content {
    margin-left: auto;
}

.feature_number {
    width: 15%;
}

.feature_wrapper {
    position: relative;
}

.feature_woman {
    position: absolute;
    top: -2.5rem;
    left: -1.5rem;
    z-index: 2;
    width: 3.5rem;
}

.feature_man {
    position: absolute;
    top: -3rem;
    right: 20rem;
    z-index: 2;
    width: 3rem;
}

.feature_bot_sentence {
    background-color: #FEF7EB;
}

.feature_bot_sentence_img {
    margin-top: -2%;
    margin-bottom: 30px;
}

.feature_title {
    width: 35% !important;
}

.feature_img1_mb {
    border-radius: 40px 40px 0 0;
}

.feature_img {
    width: 50%;
}

.feature_img_pic {
    max-width: 470px;
}

.feature_container {
    max-width: 1100px;
}

.max-width_feature_ttl {
    max-width: 350px;
}

/*制作実績*/
.cases_wrapper {
    justify-content: center;
}

.cases_number {
    width: 10%;
}

.max-width_cases {
    max-width: 900px;
}

.cases_btn {
    width: 35% !important;
}

/*お客様の声*/

.voice_mid {
    margin: 0 0 0 auto;
}


.voice_mid_img {
    text-align: right;
}

.voice_bottom {
    font-weight: bold;
    font-size: 1.3rem;
    background: linear-gradient(to bottom, #EBFA1D 0%, #FFC500 100%);
    border-radius: 10px;
    line-height: 2;
}

.border_width_voice {
    border-radius: 0 40px 40px 0;
}

.border_width_voice_mid {
    border-radius: 40px 0 0 40px;
}

.backslash {
    font-size: 1.3rem;
    padding-top: 1rem;
}

.voice_num {
    width: 13%;
    margin-left: 1rem;
    margin-bottom: -0.5%;
}

.voice_img {
    margin-top: -1.2rem;
}

.bg-voice {
    background-color: #DAECF3;
    background-image:
        radial-gradient(#CEDEE4 30%, transparent 33%),
        radial-gradient(#CEDEE4 30%, transparent 33%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
}

.voice_bottom_img {
    width: 17%;
}

.voice_num_wrapper {
    margin-top: -2rem;
    max-width: 1000px;
}

.bg-blue {
    background: linear-gradient(30deg, #013C8A 0%, #2979E2 100%);
}

.voice_num2 {
    margin-bottom: -0.5rem;
}

.wrapper_voice_border,
.wrapper_voice_border_mid {
    border: 5px solid #2979E2;
}


/*ご利用の流れ*/

.bg-primary {
    background-color: #2979E2 !important;
}

.flow_wrapper {
    position: relative;
}


.flow_content_wrapper {
    position: relative;
}

.flow_number {
    position: absolute;
    left: -3%;
    top: -30%;
    width: 10%;
    z-index: 2;
}

.flow_content {
    position: absolute;
    top: 10%;
    left: 15%;
    justify-content: space-around;
}

.flow_illust {
    margin-top: -1rem;
}

.flow_bottom {
    background-color: #FEF7EB;
}

.flow_bottom_img {
    margin: 30px auto;
}

.flow_number3 {
    width: 12.5%;
    left: -5%;
}


.flow_bg_last {
    position: absolute;
    top: -5rem;
}


.flow_woman {
    position: absolute;
    right: -2.5rem;
    top: -5rem;
    width: 5%;
}

.flow_wrapper_last {
    padding-left: 1%;
    width: 85%;
    margin: 8% auto 0 auto !important;
}

.flow_number1 {
    width: 11%;
}


/*お問合せLP*/

.region {
    white-space: nowrap;
}

.japan_circle {
    width: 16%;
    position: absolute;
    top: 0;
    left: 6rem;
}

.voice_wrapper {
    position: relative;
}

.contact_lp {
    font-size: 2rem;
    letter-spacing: 0.22rem;
}

.marker {
    color: #29ABE2;
    background: linear-gradient(transparent 60%, #F5E720 60%);
}

.bigtext {
    font-size: 2.5rem;
}

.bigtext_orange {
    color: #F65400;
}

.lp_img {
    width: 75%;
}

.region_img {
    width: 15%;
}

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

    .mobile-menu {
        font-size: 20px;
        margin: 10px 0;
    }
}

/*お問合せ*/

.bg-laptop {
    background-image: url(img/bg-laptop.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 15%;
}

.contact_title {
    width: 20% !important;
}

.contact-text {
    margin-bottom: 1rem;
}

/*会社情報*/
.company_title {
    width: 20% !important;
}

.tr_last {
    border-bottom: hidden;
}

/*CEO*/
.ceo_text {
    margin: auto 0;
}

.max-width_ceo {
    max-width: 900px;
}

/*フッター*/
.footer-link_mb {
    color: black !important;
    padding: 0 !important;
}

.nav_wrapper_left {
    margin-right: 5rem !important;
}

.nav_wrapper_right {
    margin-left: 5rem !important;
}


@media screen and (min-width: 1400px) {
    .nav-text {
        font-size: 13px !important;
    }

    .nav-text_head {
        font-size: 1.1rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .region_wrapper {
        padding: 2rem 0 !important;
    }

    .feature_main_bot {
        padding-bottom: 7rem !important;
    }

    .header_btn {
        height: 2.6rem;
    }
}


@media screen and (max-width: 1399px) {
    .nav-text {
        font-size: 10px !important;
    }

    .nav-text_head {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1252px) {
    .nav-text {
        font-size: 9px !important;
    }

    .nav-text_head {
        font-size: 1rem !important;
    }
}


@media screen and (max-width: 1024px) {
    .nav-text_head {
        font-size: 0.9rem;
        padding: 0 1px !important;
    }

    .region {
        width: 70%;
    }

    .japan_circle {
        width: 14%;
    }

    .sentence_box1_mb {
        padding-right: 5%;
    }

    .sentence_box1 {
        display: none;
    }

    .bluecircle {
        width: 0.8rem;
        margin-right: 0.3rem;
    }
}

@media screen and (min-width: 1150px) {
    .contact_comment {
        font-size: 1.5rem;
        padding: 0.5rem !important;
    }

    .round_title_wrapper {
        margin-top: -1rem;
    }
}

@media screen and (min-width: 1024px) {
    .sentence_box1_mb {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .logo_foot_mb {
        width: 15% !important;
    }

    .button_contact_foot {
        text-align: left !important;
    }
}

@media screen and (min-width: 900px) {
    .feature_main_bot {
        padding-bottom: 3rem;
    }
}

@media screen and (min-width: 776px) {
    .flow_wrapper {
        margin: 5.5rem auto !important;
    }

    .flow_wrapper_first {
        margin-top: 3rem !important;
    }
}

@media screen and (max-width: 861px) {
    .nav-text {
        font-size: 8px;
    }

    .nav-text_head {
        font-size: 0.7rem !important;
    }

    .region {
        width: 65%;
    }
}

@media screen and (max-width: 839px) {
    .flow_content_descript3 {
        font-size: 10px !important;
    }

    h2 {
        font-size: 1.3rem;
    }

    .header_btn {
        height: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .nav-text {
        font-size: 10px;
    }

    html {
        font-size: 10px;
    }

    h2 {
        font-size: 14px;
    }

    .voice_bottom {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .backslash {
        font-size: 0.7rem;
    }

    .contact_lp {
        font-size: 1.4rem;
    }

    .bigtext {
        font-size: 1.7rem;
    }

    .ceo_img {
        width: 50%;
    }

    .feature_img {
        display: none;
    }

    .feature_text {
        margin: auto;
        width: 90%;
    }

    .feature_mid {
        width: 100% !important;
        margin-top: 0;
    }

    .feature_main {
        margin-bottom: 0 !important;
    }

    .feature_man {
        display: none;
    }

    .button_tel {
        text-align: right !important;
    }

    .footer_right {
        margin-left: 0 !important;
    }

    .flow_bottom_img {
        margin: 10px auto;
    }

    .logo_foot_mb {
        width: 25% !important;
    }

    .feature_last {
        padding-bottom: 4rem !important;
    }
}

@media screen and (min-width: 767px) {
    .feature_img_mb {
        display: none;
    }

    .nav_wrapper_left {
        margin-right: 4rem !important;
    }

    .nav_wrapper_right {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 700px) {
    p {
        font-size: 10px;
        transform: scale(0.8);
        margin-left: -11%;
        width: 120%;
    }

    .contact-text {
        font-size: 10px !important;
    }

    .bg-trouble {
        background-size: 4px 4px;
    }
}

@media screen and (max-width: 700px) {
    .contact_comment {
        font-size: 10px;
        transform: scale(0.7);
        position: absolute;
        left: -6%;
        top: -3%;
        width: 40% !important;
    }

    .contact_comment_wrapper {
        position: relative;
    }

    .round_title {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 582px) {
    .flow_content3_ttl {
        margin-bottom: 0;
    }
}

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

    .flex-column_bot {
        margin-top: 1rem;
    }

    .wrapper_voice {
        flex-direction: column;
    }

    .voice_img {
        order: 1;
        width: 75% !important;
        margin-bottom: 1.4rem;
    }

    .voice_text {
        order: 2;
    }

    .voice_num {
        margin-left: 4rem;
    }

    .voice_mid_img .voice_num {
        margin-right: 4rem;
    }

    .voice_num_wrapper {
        margin: auto;
    }

    .border_width_voice,
    .border_width_voice_mid {
        border-radius: 40px;
    }

    .flow_content {
        flex-direction: column;
    }

    .flow_content_wrapper {
        order: 2;
    }

    .flow_illust {
        order: 1;
    }

    .flow_bg {
        display: none;
    }

    .flow_illust_wrapper {
        margin: auto;
    }

    .flow_content_ttl {
        text-align: center;
    }

    .flow_number {
        top: -16%;
    }

    .flow_illust_wrapper {
        text-align: center;
    }

    .ceo_wrapper {
        flex-direction: column;
    }

    .ceo_text {
        margin: auto;
        width: 100%;
    }

    .trouble_img {
        display: none;
    }

    .trouble_img_wrapper {
        width: 80%;
    }

    .company_wrapper {
        width: 100% !important;
    }

    .region_img {
        margin-right: .2rem !important;
        margin-left: .2rem !important;
    }

    h2 {
        font-size: 1.2rem;
    }

    .ceo_ttl_wrapper {
        width: 88%;
    }

    .ceo_img {
        width: 35% !important;
    }

    .cases_number {
        width: 6% !important;
        margin-right: 0.5rem !important;
    }

    .voice_img {
        width: 50% !important;
    }

    .voice_ttl {
        text-align: center;
    }

    .round_title_wrapper {
        width: 100% !important;
    }

    .feature_title {
        width: 50% !important;
    }

    .cases_title,
    .available_signboard_title {
        width: 40% !important;
    }

    .voice_title,
    .flow_title {
        width: 35% !important;
    }

    .contact_title,
    .company_title {
        width: 28% !important;
    }

    .available_signboard_img {
        padding: 3rem 0;
        background: white;
        border-radius: 10px;
    }

    .border_width,
    .feature_img1_mb,
    .border_width_voice,
    .border_width_voice_mid,
    .voice_bottom {
        border-radius: 10px !important;
    }

    .voice_bottom_img {
        width: 22%;
    }

    .flow_btn {
        width: 75% !important;
    }

    .flow_wrapper {
        margin-top: 1rem !important;
    }

    .flow_content_descript3 {
        text-align: center;
    }

    .top_img {
        display: none;
    }

    .sentence_box1_mb {
        margin-bottom: 10px;
    }

    .cases_btn {
        width: 70% !important;
    }

    .region_container {
        width: 83.33333333% !important;
    }

    .japan_circle {
        left: 3rem;
    }

    .flow_wrapper_last_mb {
        margin-top: -3rem !important;
        width: 87% !important;
        margin-left: 8% !important;
    }

    .flow_number4 {
        top: 0;
    }

    .flow_content_bot {
        top: 28%;
    }

    .solve_lp {
        display: none;
    }

    .trouble_ttl_wrapper {
        margin-top: -10.5% !important;
        width: 65% !important;
    }

    .feature_bot_sentence_wrapper {
        width: 90%;
    }

    .bg-wave {
        background-size: cover;
    }

    .sentence_box2 {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .flow_bg_mb {
        display: none;
    }

    .flow_illust {
        width: 100%;
    }

    .flow_illust_75 {
        width: 75%;
    }

    .flow_illust_wrapper {
        text-align: center;
    }

    .trouble_mb_img {
        display: none;
    }

    .wrapper_voice_border {
        border-left: none
    }

    .wrapper_voice_border_mid {
        border-right: none;
    }

    .primary_ttl {
        font-weight: normal !important;
        font-size: 1.2rem;
    }

    .flow_number4 {
        top: -5rem !important;
        left: -1rem !important;
    }

    .flow_container {
        padding-bottom: 10% !important;
    }

    .top_mb_img {
        display: none;
    }

    .solve_lp_mb {
        display: none;
    }

    .trouble_ttl_wrapper {
        margin-top: -9% !important;
    }

    .trouble_img {
        padding-top: 5%;
    }

    .sentence_box2_mb {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .flow_container {
        padding-bottom: 10rem !important;
    }
}

@media screen and (max-width: 500px) {
    .btn_lp_contact_blue {
        padding: 0;
    }
}

@media screen and (max-width: 470px) {
    .region {
        width: 56%;
    }

    .feature_last {
        padding-bottom: 3rem !important;
    }

    .contact_comment {
        font-size: 10px;
        transform: scale(0.5);
        position: absolute;
        left: -13.5%;
        top: -0.5rem;
        width: 55% !important;
    }

    .tel_text {
        font-size: 10px !important;
        transform: scale(0.7);
    }

    .flow_illust_wrapper {
        width: 22% !important;
    }

    .flow_content_ttl {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .flow_illust_wrapper2 {
        width: 17% !important;
    }

    .flow_content_descript {
        font-size: 10px;
        transform: scale(0.7);

    }

    .flow_content_descript_wrapper {
        width: 140%;
        margin-left: -16%;
    }


    .contact_lp {
        letter-spacing: 0rem;
    }

    .contact_lp_descript {
        transform: scale(0.6) !important;
        width: 150%;
        margin-left: -30%;
        /*
        margin-top: -1rem;
        */
    }

    .contact_lp {
        padding: 0.5rem !important;
        font-size: 1.1rem;
    }

    .flow_content {
        top: 17% !important;
    }

    .flow_content_bot {
        top: 28% !important;
    }

    .backslash {
        font-size: 0.9rem;
    }

    .min_btn_lp {
        display: inline-block !important;
    }

    .contact_tel_logo_min {
        width: 4%;
        margin-right: 3px;
    }

    .btn_lp_contact_blue_wrapper {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 390px) {
    .table-head {
        padding-right: 0.5rem !important;
        padding-left: 1.5rem !important;
    }
}

/*prepare.html*/
.prepare_ttl_wrap {
    margin-top: 25vh;
    display: flex;
}

.prepare_ttl {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 1.2rem;
    font-family: "Segoe UI Variable Text";
    color: black;
}

.prepare_p {
    font-size: 1rem;
}

.prepare_btn {
    width: 12rem !important;
    margin-top: 1rem;
}