html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

/* img {
    width: 100%;
} */

.pc_br {
    display: block;
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.btn {
    border-radius: 30px;
    background-color: #4C4949;
    padding: 18px 0;
}

.btn:hover {
    opacity: 0.8;
}

.inner {
    padding: 0 60px;
}

.header-wrap {
    /* box-shadow: 0 1rem 1rem -0.5rem rgb(0, 0, 0, 10%); */
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.5s;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    height: 10vh;
    padding-right: 60px;
}

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

.header_logo {
    cursor: pointer;
    display: inline-block;
}

.header_logo img {
    padding: 2.8em 1em;
    background-color: #4C4949;
    transition: 0.3s;
}


.header_logo img:hover{
    opacity: 0.8;
    transition: 0.3;
}


.header_nav_inner {
    display: flex;
    gap: 2.5em;
}

.header_nav_list {
    display: flex;
    gap: 2.5em;
    flex-wrap: wrap;
}

.header_nav_button {

}

.header_nav_button a{
    padding: 0.8em 2.8em;
    color: #fff;
    font-weight: 700;
    background-color: #4C4949;
    border-radius: 30px;
    transition: 0.3s;
}

.header_nav_item a:hover{
    opacity: 0.5;
}

.header_nav_button a:hover{
    opacity: 0.8;
    transition: 0.3s;
}

#g-nav {
    display: none;
}

/* FV */
#fv {
    margin-top: 10vh;
    position: relative;
}

.fv_img {
    transition: 0.5s;
}

.fv_img img {
    width: 100%;
}

.sp_fv_img {
    display: none;
}


.fv_container {
    position: relative;
}

.scroll_down {
    position: absolute;
    left: 18px;
    bottom: 100px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scroll {
    color: #E0831F;
    z-index: 2;
}

.scroll_down::after {
    z-index: 1;
    content: "";
    width: 1px;
    height: 70px;
    padding: 1px;
    background:linear-gradient(#FAFAFA,#E0831F);
    position: absolute;
    left: 8px;
        /*線の動き1.4秒かけて動く。永遠にループ*/
        animation: pathmove 1.4s ease-in-out infinite;
        opacity:0;
}

  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove{
    0%{
        z-index: 1;
      height: 70px;
      top:80px;
      opacity: 0;
    }
    30%{
      height: 80px;
      opacity: 1;
    }
    100%{
      height: 90px;
      top:100px;
      opacity: 0;
    }
  }
.fv_inner {
    padding-left: 3.8em;
}

.fv_main {
    right: 0em;
    display: flex;
    position: absolute;
    bottom: 5em;
    color: #fff;
    padding-left: 8%;
}

.fv_main .accent {
    transform: rotate(90deg)translateY(40px)translateX(-23px);
    letter-spacing: 1.1px;
}


.fv_titles {
    position: relative;
    padding-bottom: 2.1em;
    border-bottom: 1px solid #fff;
}

.fv_titles::after {
    content: "Online Business Consulting";
    position: absolute;
    font-size: 1em;
    transform: rotate(90deg) translateX(-58%) translateY(600%);
    /* left: -14.5vh; */
    font-weight: bold;
    letter-spacing: 0.1em;
}

.fv_titles p {
    font-size: 1.3em;
    font-weight: bold;
}

.fv_titles h1 {
    font-size: 4.5em;
}

.fv_titles h1 span{
    font-size: 1.11em;
    letter-spacing: 1.6px;
}

.fv_salesups {
    padding: 0 60px;
}

.salesup_list {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 90%;
    gap: 34px;
}

.sales_box {
    font-size: 1.3em;
    font-weight: bold;
    width: 130px;
    height: 130px;
    background-color: #E0831F;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}

.sales_box p {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.sales_box span {
    letter-spacing: -0.1em;
}

.fv_contact {
    justify-content: end;
    display: flex;
    transform: translateY(-20px);
}

.fv_contact_btn {
    background-color: #fff;
    padding: 10px 27px;
    font-size: 0.8em;
    color: #4C4949;
    font-weight: bold;
    border-radius: 30px;
    text-align: end;

}

.fv_contact_btn img {
    display: inline;
    padding-right: 10px;
}

.fv_contact_btn:hover{
    opacity: 0.8;
}

.sp-fv_text {
    display: none;
}

/* problem */

.problem_area {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
}

.problem_inner {
    padding: 100px 60px 90px;
}

.problem_inner h2 {
    font-size: 36px;
    font-weight: bold;
    color: #4C4949;
}


.problem_accent {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-right: 75px;
    color: #E0831F;
    border-bottom: #E0831F 2px solid;
    vertical-align: super;
}

.letter_space {
    letter-spacing: -0.3em;
}

.problem_list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.problem_item {
    text-align: center;
    max-width: 200px;
    width: 100%;
}

.problem_number {
    margin-top: 0.95em;
    padding: 0 0.5em;
    font-weight: bold;
    color: #E0831F;
    font-size: 1.4em;
}

.problem_text {
    margin-top: 0.95em;
    font-weight: bold;
    color: #4C4949;
    font-size: 0.95em;
}

/* about */
.about_wrapper {
    margin-bottom: 120px;
}

.about_title {
    position: relative;
}

.about_title h2{
    background-color: #E0831F;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    padding: 26px;
    text-align: center;
    margin-right: 60px;
}

.about_title h2::after {
    content: "";
    width: 96%;
    position: absolute;
    background-color: #FFF8F0;
    padding: 6vh 0px;
    right: 0%;
    top: 45%;
    z-index: -1;
    margin-left: 60px;
}

.about_inner {
    padding-top: 23.3vh;
    padding-left: 24vh;
    position: relative;
}

.about_inner::after {
    content: "";
    position: absolute;
    background-image: url(../img/About.png);
    color: #FFFAF5;
    bottom: 32px;
    right: 3%;
    font-size: 190px;
    font-weight: bold;
    z-index: -1;
    width: 549px;
    height: 194px;
}



.about_content_textarea {
    display: flex;
    align-items: end;
}

.about_sub_title {
    position: relative;
    padding-right: 70px;
}

.about_sub_title::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #000;
    top: -5vh;
}

.about_sub_title h3{
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.about_sub_title span{
    font-size: 28px;
    font-weight: 500;
}

.about_title_accent {
    font-weight: bold;
}

.about_text {
    max-width: 670px;
    width: 100%;
    line-height: 2.375;
}

/* reason */

.reason_wrapper {   
    margin-bottom: 12vh;
}

.reason_inner {
    background-color: #FFFAF5;
    margin-right: 60px;
    position: relative;
}

.reason_textarea {
    padding: 115px 0 3em;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.reason_title p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-right: 40vh;
}

.reason_text {
    position: relative;
    line-height: 2.375;
    z-index: 2;
    padding-top: 2.5em;
}

.reason_inner::after {
    position: absolute;
    content: "Reason";
    font-size: 190px;
    color: #fff;
    font-weight: bold;
    right: 20px;
    top: 11vh;
    z-index: 0;
}

.reason_title h2 {
    padding-top: 1.45em;
    font-size: 2em;
}

.reason_pointlist {
    display: flex;
    max-width: 950px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 70px;
}

.reason_point_item {
    width: 33%;
    gap: 45px 0;
    text-align: center;
    padding: 0 20px 45px;
}

.reason_point_item p{
    color: #E0831F;
    font-weight: bold;
    padding-top: 12px;
    font-size: 0.95em;
}

.reason_point_item img {
    width: 93px;
}

.reserve_btn_box {
    padding: 0 60px;
    padding-right: 130px;
    padding-top: 2.9em;
    text-align: end;
}

.reserve_btn {
    padding-left: 42px;
    padding-right: 16px;
    color: #fff;
    font-weight: bold;
}

.reserve_btn span{
    font-size: 12px;
    padding: 10.6px 14px;
    border-radius: 50%;
    background-color: #E0831F;
    margin-left: 20px;
    box-shadow: 0 2px 30px 0 rgb(252 252 252 / 20%);
}

.btn:hover > .reserve_btn span {
    transform: scale(0.9);
}

/* service */

.service_wrapper {
    margin-bottom: 73px;
}

.service_inner {
    background-image: url(../img/contents_bg.png);
    margin-left: 60px;
    padding: 0 60px;
}

.service_textarea {
    max-width: 1060px;
    width: 100%;
    margin-left: auto;
    padding: 142px 0;
    position: relative;
}

.service_title {
    position: relative;
    padding-top: 45px;
    border-top: rgba(0,0,0, 0.5) 1px solid;
    margin-right: 40vh;
    z-index: 2;
}

.service_title::before {
    content: "";
    width: 13vh;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0%;
    left: 0;
}

.service_textarea::after {
    content: "Service";
    position: absolute;
    color: #fff;
    top: 20vh;
    right: -4vh;
    font-size: 190px;
    font-weight: 700;
    z-index: 1;
    opacity: 0.5;
}

.service_title h2 {
    font-size: 2em;
}

.service_title p {
    font-size: 1.15em;
    font-family: 'Roboto Condensed', sans-serif;
}

.service_point_item h3 {
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 1.15em;
    border-bottom: rgba(76, 73, 73, 0.48) 1px solid;
}

.service_text_item {
    display: flex;
    padding-top: 30px;
    align-items: center;
}


.service_text_item img{
    max-width: 162px;
}

.service_text_item p {
    width: 100%;
    line-height: 2.375;
    padding-left: 8.8vh;
}

.service_number {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
}

.service_point_list {
    padding-top: 80px;
    position: relative;
    z-index: 3;
}

.service_point_item:not(:last-child) {
    padding-bottom: 41px;
}

.service_point_item span {
    font-size: 1.15em;
}

/* Voice's */
.voice_wrapper {
    position: relative;
    padding-top: 150px;
    margin-bottom: 46px;
}

.voice_wrapper::after {
    content: "Voice's";
    position: absolute;
    color: #FFFAF5;
    font-size: 190px;
    top: -9vh;
    left: 0%;
    font-weight: bold;

}

.voice_inner {
    background-color: #FFFAF5;
    padding: 60px 100px 79px;
    margin: 0 60px;
}

.title_type_two {
    text-align: center;
}

.title_type_two p{
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 4.5px;
    text-decoration: underline;
    text-underline-offset: 0.4em;
    font-weight: bold;
}

.title_type_two h2 {
    font-size: 1.9em;
    margin-top: 20px;
}

.voice_point_list {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.voice_point_item {
    text-align: center;
    max-width: 340px;
    background-color: #fff;
    padding: 30px 30px 40px;
}

.voice_point_item img {
    width: 170px;
}

.voice_point_item h3{
    margin-top: 25px;
}

.voice_point_item .text_left {
    margin-top: 18px;
    text-align: left;
}

.voice_point_item .voice_name {
    margin-top: 19px;
    letter-spacing: 0.039em;
    font-size: 0.95em;

}


.voice_reserve_btn {
    padding-top: 8vh;
    text-align: center;

}


/* flow */
.flow_wrapper {
    padding-top: 148px;
    margin-bottom: 42px;
    position: relative;
}

.flow_wrapper::after{
    position: absolute;
    content: "Flow";
    color: #FFFAF5;
    font-size: 190px;
    top: -10vh;
    right: 0%;
    font-weight: bold;
}

.flow_inner {
    background-image: url(../img/contents_bg.png);
    padding: 66.6px 60px 77px;
}

.flow_chart_list {
    display: flex;
    justify-content: space-between;
    max-width: 1010px;
    margin: 0 auto;
    margin-top: 60px;
}

.flow_chart_item > p {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    color: #4C4949;
    font-size: 1.25em;
}

.flow_chart_item {
    width: 26.6%;
    position: relative;
}

.flow_icon {
    background-color: #fff;
    padding: 8px 0 39px 30px ;
    position: relative;
}

.flow_icon img{
    width: 100px;
}

.flow_chart_item:first-child .flow_icon {
    border-radius: 10px 0 0 10px;
}

.flow_chart_item:last-child .flow_icon {
    border-radius: 0 10px 10px 0;
}

.flow_icon p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
}

.flow_icon p span{
    font-size: 1.45em;
    padding-left: 2px;
}

.flow_chart_item:not(:last-child) .flow_icon::after {
    content: "";
    position: absolute;
    height: 100%;
    border: 94px solid transparent;
    border-left: 82px solid #fff;
    top: 0;
    right: -175px;
}

.flow_chart_item:not(:first-child) .flow_icon::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: -83px;
    border-bottom: 99.95px solid #fff;
    border-left: 86.5px solid transparent;
    border-right: -2.5px solid transparent;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 10px;
    content: "";
}

.flow_chart_item:not(:first-child)::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0px;
    left: -83px;
    border-top: 94.95px solid #fff;
    border-left: 83.5px solid transparent;
    border-right: -2.5px solid transparent;
    border-radius: 10px 0px 0px 0px;
    box-sizing: border-box;
} 


.flow_icon figure{
    text-align: center;
}

.flow_icon figure{
    height: 94px;
}

.flow_reserve_btn {
    text-align: center;
    padding-top: 77px;
}

/* ontact */

.contact_wrapper{
    padding-top: 160px;
    margin-bottom: 120px;
    position: relative;
}

.contact_wrapper::after {
    content: "";
    position: absolute;
    background-image: url(../img/Contact.png);
    max-width: 708px;
    max-height: 190px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.contact_inner {
    padding: 0 60px;
}



#formWrap {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 5px 15px 0 rgba(78,78,78, 0.32);
    border-radius: 10px;
}

.contact_textarea {
    padding: 94px 30px 85px;
    border-radius: 20px;
}

.contact_title {
    text-align: center;
    color: #0F0F42;
}

.contact_title h2{
    font-size: 2.25em;
}

.contact_title p{
    font-size: 0.9em;
}

.response_time {
    color: #0F0F42;
    text-align: center;
    margin-top: 48px;
    font-weight: bold;
}

.formTable {
    color: #333333;
    margin: 0 auto;
    margin-top: 58px;
    text-align: left;
    border-collapse:collapse
}

.formTable tr{
    border-bottom: 1px solid #D5D5D5;
    vertical-align: baseline;
}

.formTable tr:last-child th{
    display: revert;
    vertical-align: middle;
}

.formTable th{
    display: flex;
    justify-content: space-between;
    font-weight: 400;   
}

.formTable th,.formTable td {
    padding-bottom: 30px;
}

.formTable td {
    width: 70%;
}

.formTable input {
    background-color: #EFEFEF;
    border: none;
    width: 100%;
    padding: 11px 20px;
}

.formTable textarea {
    background-color: #EFEFEF;
    border: none;
    width: 100%;
    padding: 14px 20px;
}

.formTable tr:not(:first-child) td,
.formTable tr:not(:first-child) th {
    padding-top: 30px;
}

.gray_solid {
    border-bottom: 1px solid #D5D5D5;
}

.formTable th .red {
    font-size: 14px;
    background-color: #EA2E2E;
    color: #fff;
    font-weight: 700;
    padding: 3px 10px;
    margin-left: 10vh;
    /* margin-right: 90px; */
}

.formTable th .nini {
    font-size: 14px;
    background-color: #ADADAD;
    color: #fff;
    font-weight: 700;
    padding: 3px 10px;
    margin-left: 10vh;
}

.formTable td {
    padding-left: 30px;
}



.contact_submit {
    text-align: center;
    margin-top: 80px;
}

.contact_submit input{
    border: none;
    padding: 15px 75px;
    background-color: #E0831F;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
}


/* fotter */

.footer_inner {
    display: flex;
    justify-content: space-between;
    background-color: #4C4949;
    color: #fff;
    padding: 62px 60px 64px;
}

.footer_logo_area {
    display: flex;
    margin-left: 30px;
    /* gap: 22px; */
}

.footer_logo_area a:hover img{
    opacity: 0.8;
}

.footer_logo_area p{
    font-size: 18px;
}

.footer_logo_area img {
    width: 225px;
    padding-right: 22px;
}

.footer_logo_area span{
    font-size: 14px;
}



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

.footer_navmenu .footer_nav_list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;

}

.footer_navmenu .footer_nav_item{
    color: #fff;
    padding-right: 60px;
}

.footer_navmenu .footer_nav_item a{
    color: #fff;
}

.footer_navmenu .footer_nav_item a:hover{
    opacity: 0.8;
}

.copyright {
    border-top: 1px solid #fff;
    background-color: #4C4949;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 18px 60px;
}

.sp_header_nav_up {
    display: none;
}

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

/* タブレット(1000px) */
@media screen and (max-width: 999px) {
    .header_logo img {
        padding: 39.2px 7px;
        max-width: 100px;
    }

    .header_nav_inner {
        display: none;
        padding-right: 0;
    }

    .header_nav_wrapper {
        gap: 13px;
    }

    .header_inner {
        padding-right: 0;
        height: 50px;
    }

    .sp_header_nav_up {
        display: contents;
        gap: 13px;
    }

    .sp_header_nav_up img {
        width: 33px;
    }

    .sp_hamburger {
        width: 50px;
        height: 50px;
        background-color: #E0831F;
        position: relative;
        transition: 0.4s;
    }

    .sp_hamburger span:first-child {
        position: absolute;
        width: 20px;
        height: 1.2px;
        background-color: #fff;
        top: 15px;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        transition: 0.4s;
    }

    .sp_hamburger span:last-child {
        display: block;
        position: absolute;
        width: 15px;
        height: 1.2px;
        background-color: #fff;
        top: 55%;
        left: 55%;
        transform: translate(-50%, -50%);
        transition: 0.4s;
    }

    .sp_hamburger.active span:nth-of-type(1) {
        top: 20px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 35%;
    }
    
    .sp_hamburger.active span:nth-of-type(2) {
        top: 32px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 35%;
    }

    #g-nav {
        opacity: 0;
        display: block;
        padding:150px 20px;
        position:fixed;
        z-index: 999;
        top:-120%;
        right: 0%;
        width:100%;
        height: 100vh;/*ナビの高さ*/
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        /*動き*/
      transition: all 1s;
    }

    #g-nav.panelactive {
        top: 0%;
        opacity: 1;
    }

    .sp_nav_contact a{
        font-size: 20px;
        display: block;
        max-width: 190px;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        padding: 12px 0;
        text-align: center;
        background-color: #E0831F;
        color: #fff;
    }

    .sp_nav_item {
        text-align: center;
        color: #363636;
        line-height: 0.9;
    }

    .sp_nav_item:not(:first-child) {
        margin-top: 35px;
    }

    .sp_nav_item a{
        font-size: 20px;
        color: #363636;
    }

    .sp_nav_item a span{
        font-size: 11px;
        color: #363636;
    }

        /* fv */
        #fv {
            margin-top: 7vh;
        }
    
        .salesup_list {
            gap: 6px;
        }
    
        .fv_inner {
            padding-left: 1.3em;
        }
    
        .fv_main {
            flex-direction: column;
            padding: 0 60px 0 60px;
            bottom: 1.5em;
        }
    
        .fv_titles {
            order: 2;
            padding-bottom: 0.7em;
        }
    
        .fv_titles::after {
            font-size: 7.5px;
            transform: rotate(90deg) translateX(-47%) translateY(500%);
            /* left: -8.5vh; */
        }
    
        .fv_titles h1 {
            padding-top: 3px;
            font-size: 2.3em;
        }
    
        .fv_titles h1 span{
            font-size: 1.17em;
            letter-spacing: 1.6px;
        }
    
        .fv_titles p {
            font-size: 0.7em;
            letter-spacing: -0.29px;
        }

        .salesup_list {
            padding-bottom: 8px;
            justify-content: end;
        }
    
        .fv_salesups {
            order: 1;
            padding: 0;
        }
    
        .sales_box {
            width: 67px;
            height: 67px;
            font-size: 0.6em;
        }
    
        .sp_fv_img img{
            width: 100%;
        }
    
        .fv_contact {
            display: none;
        }

          /* service */
  .service_inner {
    margin-left: 20px;
    padding: 0 20px;
}

.service_textarea::after {
  content: "";
  position: absolute;
  background-image: url(../img/sp_service_bg.png);
  color: #fff;
  width: 272px;
  height: 59px;
  top: 7vh;
  right: -20px;
  font-size: 190px;
  font-weight: 700;
  opacity: 1;
  z-index: 1;
}

.service_textarea {
    padding: 124px 0 60px;
}

.service_title {
    margin-right: 0;
    padding-top: 10px;
}

.service_title h2{
    font-size: 20px;
}

.service_title p{
    font-size: 0.7em;
}

.service_point_list {
    padding-top: 37px;
}

.service_text_item {
    display: block;
}

.service_text_item figure{
    text-align: center;
}

.service_text_item p {
    padding-left: 0;
    padding-top: 25px;
    font-size: 0.9em;
    line-height: 1.975;
}

.service_point_item span {
    line-height: 3;
}

.service_point_item {
    padding-top: 9px;
}

.service_number {
    font-size: 22px;
}

/* voice */
.voice_wrapper::after {
  content: "";
  max-width: 265px;
  width: 100%;
  height: 59px;
  position: absolute;
  background-image: url(../img/sp_voice_bg.png);
  color: #FFFAF5;
  font-size: 190px;
  top: 3vh;
  left: 0%;
  font-weight: bold;
}

.voice_wrapper {
    padding-top: 77px;
}

.voice_inner {
    margin: 0;
}

.voice_title {
    padding-top: 48.5px;
}
.voice_title p{
    text-decoration-color: #E0831F;
}
.voice_title p{
    text-decoration-color: #E0831F;
}

.voice_title h2{
    font-size: 20px;
}

.title_type_two p {
    font-size: 11px;
}

.title_type_two h2{
    font-size: 20px;
}

.voice_point_list {
    margin-top: 33px;
    display: block;
    padding-bottom: 67px;
}

.voice_point_item h3 {
    margin-top: 20px;
}

.text_left {
    font-size: 14px;
    line-height: 2.071;
}

.voice_name {
    font-size: 15px;
}

.voice_point_item {
    padding: 30px 30px;
    max-width: 100%;
}

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

.voice_reserve_btn {
    padding-top: 0;
    padding-bottom: 63px;
}
}


/* SP(375px) */
@media screen and (max-width: 599px) {
    
    .header_logo img {
        padding: 39.2px 7px;
        max-width: 100px;
    }

    .header_nav_inner {
        display: none;
        padding-right: 0;
    }

    .header_nav_wrapper {
        gap: 13px;
    }

    .header_inner {
        padding-right: 0;
        height: 50px;
    }

    .sp_header_nav_up {
        display: contents;
        gap: 13px;
    }

    .sp_hamburger {
        width: 50px;
        height: 50px;
        background-color: #E0831F;
        position: relative;
    }

    .sp_hamburger span:first-child {
        position: absolute;
        width: 20px;
        height: 1.2px;
        background-color: #fff;
        top: 15px;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
    }

    .sp_hamburger span:last-child {
        display: block;
        position: absolute;
        width: 15px;
        height: 1.2px;
        background-color: #fff;
        top: 55%;
        left: 55%;
        transform: translate(-50%, -50%);
    }


  .btn {
    padding: 16px 0;
}

    .inner {
        padding: 0 20px;
    }
    /* fv */
    #fv {
        margin-top: 7vh;
    }

    .salesup_list {
        gap: 6px;
    }

    .fv_inner {
        padding-left: 1.3em;
    }

    .fv_main {
        flex-direction: column;
        padding: 0 20px 0 40px;
        padding-bottom: 0.7em;
    }

    .fv_text {
        display: none;
    }

    .sp-fv_text {
        display: block;
        order: 2;
    }

    .fv_titles {
        order: 2;
    }

    .fv_titles::after {
        font-size: 9.5px;
        transform: rotate(90deg) translateX(-47%) translateY(175%);
        left: -8.5vh;
    }

    .fv_titles h1 {
        padding-top: 3px;
        font-size: 2.3em;
    }

    .fv_titles h1 span{
        font-size: 1.17em;
        letter-spacing: 1.6px;
    }

    .fv_titles p {
        font-size: 0.7em;
        letter-spacing: -0.29px;
    }

    .fv_salesups {
        order: 1;
        padding: 0;
    }


    .sales_box {
        width: 67px;
        height: 67px;
        font-size: 0.6em;
    }

    .fv_img {
        display: none;
    }

    .sp_fv_img {
        display: block;
    }

    .sp_fv_img img{
        width: 100%;
    }

    .fv_contact {
        display: none;
    }

    .scroll_down {
        font-size: 10px;
        left: 3px;
        bottom: 110px;
        font-weight: bold;
    }

    .scroll_down::after {
        left: 5px;
    }
      /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove{
    0%{
        z-index: 1;
      height: 60px;
      top:70px;
      opacity: 0;
    }
    30%{
      height: 70px;
      opacity: 1;
    }
    100%{
      height: 80px;
      top:85px;
      opacity: 0;
    }
  }

        /* problem */

    .problem_accent {
    text-decoration: underline;
    text-underline-offset: 0.5em;
    display: block;
    border-bottom: none;
  }

  .problem_inner h2 {
      display: block;
      font-size: 1.4em;
  }

  .problem_list {
      margin-top: 40px;
      flex-wrap: wrap;
  }

  .problem_inner {
      padding: 0 20px;
  }

  .problem_area {
      padding-top: 42px;
  }

  .problem_item {
      width: 50%;
  }

  .problem_item:not(:first-child,:nth-child(2)){
      margin-top: 25px;
  }

  .problem_item img {
      max-width: 100px;
  }

  .problem_number {
      font-size: 1.2em;
      margin-top: 0;
  }

  .problem_text {
      font-size: 0.8em;
      margin-top: 0;
  }

  /* about */
  .about_wrapper {
      padding-top: 70px;
      margin-bottom: 45px;
  }


  .about_inner {
    padding: 0 20px;
    padding-top: 16vh;
}

  .about_title {
      text-align: right;
  }

  .about_title h2 {
      margin-right: 20px;
      padding: 20px;
      padding-left: 35px;
      font-size: 1.4em;
      text-align: left;
  }

  .about_title h2::after {
      padding: 7vh;
      top: 25%;
  }
  
    .about_content_textarea {
        display: block;
    }

  .about_inner::after {
    content: "";
    position: absolute;
    background-image: url(../img/about_bg.png);
    color: #FFFAF5;
    bottom: 20px;
    right: 0%;
    top: 10vh;
    font-size: 190px;
    font-weight: bold;
    z-index: -1;
    width: 231px;
    height: 57px;
  }

  .about_sub_title::after {
      top: -0.5vh;
      width: 50px;
  }

  .about_sub_title h3 {
      font-size: 24px;
  }

  .about_sub_title span {
      font-size: 20px;
      padding-left: 0.2em;

  }

  .about_title_accent {
      font-size: 11px;
  }

  .about_text {
      font-size: 14px;
  }

  /* reason */
  .reason_wrapper {
      background-color: #FFFAF5;
      margin-bottom: 0;
  }

  .reason_inner {
      margin-right: 0;
  }

  .reason_title {
      display: inline-block;
  }

  .reason_title p {
      border-bottom: none;
      margin-right: 0;
      font-size: 0.7em;
  }

  .reason_title h2 {
      border-top: 1px solid #000;
      padding-top: 5px;
      font-size: 1.3em;
  }

  .reason_text {
      padding-top: 1.3em;
  }

  .reason_text {
      font-size: 14px;
  }

  .reason_pointlist {
      padding-top: 40px;
  }

  .reason_point_item {
      width: 50%;
      font-size: 12px;
      padding: 0 10px 20px;
  }

  .reason_point_item img{
      max-width: 68px;

  }

  .reason_point_item p {
      padding-top: 6px;
  }

  .pc_br {
      display: none;
  }

  .reason_textarea {
      padding: 90px 0 0;
  }

  .reserve_btn_box {
    padding-right: 0px;
    padding: 0 20px 57px;
    padding-top: 2.9em;
    text-align: center;
  }

  .reserve_btn {
      padding-left: 44px;
      padding-right: 16px;
  }

  .reserve_btn span {
    padding: 6px 10px;
    margin-left: 17px;
  }

  .reason_inner::after {
    position: absolute;
    content: "";
    background-image: url(../img/sp_reason_bg.png);
    width: 254px;
    height: 57px;
    font-size: 190px;
    color: #fff;
    font-weight: bold;
    right: 0px;
    top: 11vh;
    z-index: 0;
  }


  /* service */
  .service_inner {
      margin-left: 20px;
      padding: 0 20px;
  }

  .service_textarea::after {
    content: "";
    position: absolute;
    background-image: url(../img/sp_service_bg.png);
    color: #fff;
    width: 272px;
    height: 59px;
    top: 7vh;
    right: -20px;
    font-size: 190px;
    font-weight: 700;
    z-index: 1;
    opacity: 1;
  }

  .service_textarea {
      padding: 124px 0 60px;
  }

  .service_title {
      margin-right: 0;
      padding-top: 10px;
  }

  .service_title h2{
      font-size: 20px;
  }

  .service_title p{
      font-size: 0.7em;
  }

  .service_point_list {
      padding-top: 37px;
  }

  .service_text_item {
      display: block;
  }

  .service_text_item figure{
      text-align: center;
  }

  .service_text_item p {
      padding-left: 0;
      padding-top: 25px;
      font-size: 0.9em;
      line-height: 1.975;
  }
  
  .service_point_item span {
      line-height: 3;
  }

  .service_point_item {
      padding-top: 9px;
  }

  .service_number {
      font-size: 22px;
  }

  .service_wrapper {
    margin-bottom: 0px;
}

  /* voice */
  .voice_wrapper::after {
    content: "";
    max-width: 265px;
    width: 100%;
    height: 59px;
    position: absolute;
    background-image: url(../img/sp_voice_bg.png);
    color: #FFFAF5;
    font-size: 190px;
    top: 2vh;
    left: 0%;
    font-weight: bold;
  }

  .voice_wrapper {
      padding-top: 77px;
  }

  .voice_inner {
      margin: 0;
  }

  .voice_title {
      padding-top: 48.5px;
  }
  .voice_title p{
      text-decoration-color: #E0831F;
  }
  .voice_title p{
      text-decoration-color: #E0831F;
  }

  .voice_title h2{
      font-size: 20px;
  }

  .title_type_two p {
      font-size: 11px;
  }

  .title_type_two h2{
      font-size: 20px;
  }

  .voice_point_list {
      margin-top: 33px;
      display: block;
      padding-bottom: 67px;
  }

  .voice_point_item h3 {
      margin-top: 20px;
  }

  .text_left {
      font-size: 14px;
      line-height: 2.071;
  }

  .voice_name {
      font-size: 15px;
  }

  .voice_point_item {
      padding: 30px 30px;
  }

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

  .voice_reserve_btn {
      padding-top: 0;
      padding-bottom: 63px;
  }

  /* flow */
  .flow_wrapper::after {
    position: absolute;
    content: "";
    background-image: url(../img/sp_flow_bg.png);
    width: 175px;
    height: 57px;
    color: #FFFAF5;
    font-size: 190px;
    top: 1.9vh;
    right: 0%;
    font-weight: bold;
  }

  .flow_wrapper {
      padding-top: 77px;
      margin-bottom: 0;
  }

  .flow_inner {
      padding: 0 20px;
      padding-top: 37.5px;
      padding-bottom: 57px;
  }

  .flow_chart_list {
      display: block;
      padding-bottom: 57px;
      margin-top: 30px;
  }

  .flow_chart_item {
      width: 100%;
  }

  .flow_icon {
    padding: 14px 18px 0px;
  }

  .flow_chart_item:not(:last-child) .flow_icon::after {
    content: "";
    position: absolute;
    height: 100%;
    border-top: 4vh solid #fff;
    border-right: 43.5vw solid transparent;
    border-left: 41vw solid transparent;
    top: 119%;
    right: 0.7vh;
  }

  .flow_chart_item:not(:first-child) .flow_icon::before {
    content: "";
    position: absolute;
    height: 100%;
    top: -151px;
    left: auto;
    right: 0;
    border-bottom: 4vh solid #ffffff;
    border-left: 22vh solid transparent;
    border-top: 7.5px solid transparent;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 10px;
  }

  .flow_chart_item:not(:first-child)::before {
    content: "";
    position: absolute;
    height: 100%;
    top: -182px;
    left: auto;
    right: auto;
    border-bottom: 4vh solid #ffffff;
    border-top: 0.9vh solid #e00d0d00;
    border-right: 24vh solid #25090900;
    border-left: none;
    border-radius: 10px 0px 0px 0px;
    box-sizing: border-box;
  }



  .flow_chart_item:last-child::before {
    /* content: "";
    position: absolute;
    height: 100%;
    top: -200px;
    left: auto;
    right: auto;
    border-bottom: 4.1vh solid #fff;
    border-top: 0.9vh solid #e00d0d00;
    border-right: 16vh solid #25090900;
    border-left: none;
    border-radius: 10px 0px 0px 0px;
    box-sizing: border-box; */
    content: "";
    position: absolute;
    height: 100%;
    top: -200px;
    left: auto;
    right: auto;
    border-bottom: 3vh solid #fff;
    border-top: 0.9vh solid #e00d0d00;
    border-right: 21.9vh solid #25090900;
    border-left: none;
    border-radius: 10px 0px 0px 0px;
    box-sizing: border-box;
  }

  .flow_chart_item > p {
      position: relative;
      padding-top: 0;
      background-color: #fff;
      border-radius: 0px 0px 10px 10px;
  }

  .flow_chart_item:last-child > p {
      padding: 9px 0;
  }

  .flow_chart_item:first-child .flow_icon {
      border-radius: 0;
  }
  .flow_chart_item:last-child .flow_icon {
      border-radius: 0%;
  }

  /* .flow_icon figure {
      height: 100%;
  } */

  .flow_chart_item:not(:first-child) {
      margin-top: 37px;
  }

  .flow_reserve_btn {
      padding-top: 0;
  }

  .contact_wrapper {
      padding-top: 90px;
      margin-bottom: 50px;
  }

  .contact_wrapper::after {
    content: "";
    position: absolute;
    background-image: url(../img/sp_contact_bg.png);
    max-width: 293px;
    max-height: 61px;
    width: 100%;
    height: 100%;
    top: 30px;
    right: 0;
    z-index: 0;
  }

  .contact_inner {
      padding: 0 20px;
  }

  .contact_title h2 {
      font-size: 20px;
  }

  .contact_title p {
      font-size: 12px;
  }

  .contact_textarea {
      padding: 42px 20px 50px;
  }

  .response_time {
      margin-top: 28px;
      font-size: 13px;
      text-align: center;
      line-height: 2;
  }

  .formTable {
      margin-top: 45px;
  }

  .formTable th .red {
      margin-left: 0;
  }

  .formTable tr {
      display: block;
      width: 100%;
  }

  .formTable td {
      display: block;
      width: 100%;
  }

  .formTable th {
      font-size: 14px;
      font-weight: bold;
      justify-content: flex-start;
      padding-bottom: 18px;
  }

  .formTable th .nini {
      margin-right: 0;
      font-size: 10px;
      padding: 2px 5px;
      margin-left: 13px;
  }

  .formTable th .red {
      font-size: 10px;
      padding: 2px 5px;
      background-color: #C70015;
      margin-left: 13px;
  }

  .formTable th, .formTable td {
      padding-bottom: 24px;
  }

  .formTable tr:not(:first-child) td {
      padding-top: 18px;
  }

  .formTable tr:not(:first-child) th {
      padding-bottom: 0;
      padding-top: 24px;
  }

  .formTable input {
      font-size: 14px;
  }

  .formTable textarea {
      font-size: 14px;
  }

  .contact_submit {
      margin-top: 45px;
  }

  .contact_submit input {
      font-size: 12px;
      padding: 0px 0px;
      max-width: 200px;
      width: 100%;
      height: 45px;
      border-radius: 30px;
  }

  /* footer */
  .footer_logo_area {
      display: block;
      text-align: center;
      margin-left: 0;
      padding-top: 70px;
  }

  .footer_logo_area p{
      text-align: left;
      padding-top: 50px;
  }

  .footer_inner {
      display: block;

  }

  .footer_logo_area a{
      text-align: center;
  }

  .footer_logo_area img{
      width: 175px;
  }

  .footer_navmenu .footer_nav_list {
    /* gap: 37px 110px; */
    max-width: 280px;
    padding-left: 0;
    padding-top: 54px;
    padding-bottom: 10px;
  }

  .footer_nav_item {
    padding-bottom: 37px;
    padding-right: 80px;
  }

  .copyright {
      padding: 0;
      padding-bottom: 13px;
      border: 0;
  }

  .copyright p{
    display: inline;
    padding: 0px 12vh;
    padding-top: 9px;
    border-top: 1px solid #fff;
  }
}


@media screen and (max-width:374px){
    .fv_main {
        flex-direction: column;
        padding: 0 15px 0 40px;
        padding-bottom: 0.7em;
    }

    .fv_titles p {
        font-size: 0.6em;
        letter-spacing: -0.29px;
    }

    .fv_titles::after {
        left: -8.5vh;
    }

    .fv_text {
        display: none;
    }

    .sp-fv_text {
        display: block;
    }
}