@charset "utf-8";

/* ----------------------------------------

mv

---------------------------------------- */
#mv {
    position: relative;
    overflow: hidden;
}
#mv::before {
    content: "";
    width: 100%;
    height:100%;
    background: linear-gradient( to left,#27BDE2,#009DDA );
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#mv .mv_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10rem;
}
#mv .mv_inner::after {
    content: "";
    width: 33%;
    padding-top: 22.6%;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
}
#mv .mv_flag {
    display: block;
    width: 43%;
    position: absolute;
    top: 0;
    right: 0;
}
#mv .mv_flag img {
    position: relative;
    z-index: 2;
}
#mv .mv_textArea {
    position: relative;
    padding: 0 10rem;
}
#mv .mv_txt01 {
    display: block;
    width: 60%;
    margin-bottom: 2rem;
}
#mv .mv_picArea {
    display: block;
    width: 43%;
    position: absolute;
    bottom: 0;
    right: 7rem;
    z-index: 3;
}
#mv .mv_btn  {
    width: 50%;
    padding-left: 6.5rem;
    margin-bottom: 6rem;
}
#mv .mv_btn a {
    font-size: 1.6rem;
    z-index: 3;
}

#mv .mv_btn .btn01 {
    width: 100%;
    margin-top: 2rem;
    position: relative;
}
#mv .mv_btn_fukidashi {
    width: 10.5rem;
    position: absolute;
    top: -2rem;
    left: -6.5rem;
}
@media screen and (max-width:767px){
    #mv .mv_inner {
        padding-top: 0;
        padding-bottom: 4.63vw;
    }
    #mv .mv_inner::after {
        display: none;
    }
    #mv .mv_flag {
        width: 69%;
        position: static;
        margin: 0 auto 2.778vw;
    }
    #mv .mv_textArea {
        padding: 0;
        text-align: center;
    }
    #mv .mv_txt01 {
        width: 75%;
        margin: 0 auto 5.556vw;
    }
    #mv .mv_txt02 {
        width: 79%;
        margin: 0 auto 3.704vw;
    }
    #mv .mv_picArea {
        width: 100%;
        position: relative;
        margin: 0 auto 2.778vw;;
        left: 0;
    }
    #mv .mv_picArea::after {
        content: "";
        width: 72%;
        padding-top: 56%;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 60%;
        z-index: -1;
    }
    #mv .mv_btn  {
        width: 80%;
        padding-left: 6vw;
        margin: -25vw auto 0;
    }
    #mv .mv_btn .btn01 {
        margin-top: 2.778vw;
        font-size: 2.778vw;
    }
    #mv .mv_btn_fukidashi {
        width: 12.037vw;
        position: absolute;
        top: -2.778vw;
        left: -6vw;
    }
}

/* ----------------------------------------

problem

---------------------------------------- */
#problem  {
    margin-top: 10rem;
    margin-bottom: 9rem;
}
#problem .worries-text {
    text-align: center;
}
#problem .secTitle {
    text-align: center;
    margin-bottom: 3rem;
}
#problem .title01 {
    font-weight: normal;
}

/* problem_conts01
------------------------------- */
#problem_conts01 {
    margin-bottom: 8rem;
}
#problem_conts01_list.colWrap {
    text-align: center;
    margin-top: -2rem;
    margin-left: -6rem;
}
#problem_conts01_list.colWrap > * {
    margin-top: 6rem;
    margin-left: 6rem;
}
#problem_conts01_list.col03 > * { width: calc(33.33% - 6rem); }
#problem_conts01_list img.illust {
    margin-bottom: 3rem;
}
#problem_conts01_list .title03 img {
    width: 20px;
    margin: 0 0.5rem 0.5rem 0;
}
#problem_conts01_list .arrow {
    padding: 3rem 80px 2rem;
}
#problem_conts01 .resolution_img {
    width: 100%;
}
@media screen and (max-width:767px){
    #problem .worries-text {
        padding: 0 10rem 5rem;
    }
    #problem .secTitle .sub {
        text-align-last: left;
    }
    #problem_conts01_list.spcolClear { display: block; }
    #problem_conts01_list.spcolClear  > * { width: auto; }
    #problem_conts01_list.colWrap {
        margin-top: -20px;
    }
    #problem_conts01_list.colWrap > * {
        margin-top: 20px;
    }
    #problem_conts01_list li {
        align-items: center;
        text-align: center;
    }
    #problem_conts01_list .title03 {
        text-align: center;
        margin: 10px 0 30px;
    }
    #problem_conts01_list img.illust {
        margin-right: 10px;
        margin-bottom: 0;
        width: calc(50% - 10px);
    }
    #problem_conts01 .resolution_img {
        padding: 0 4rem;
    }
}
/* ----------------------------------------

tax-accountant

---------------------------------------- */

#tax-accountant {
    padding: 8rem 0;
    background-color: #DBEFFF;
}
#tax-accountant .partnership {
    margin-top: 7rem;
}
#tax-accountant .agreement {
    margin-top: 2rem;
    padding: 0 100px;
    text-align: center;
}
#tax-accountant .tax-accountant-list .flex {
    display: flex;
}
#tax-accountant .tax-accountant-list .flex {
    display: flex;
    flex-wrap: wrap;
}
#tax-accountant .tax-accountant-list .flex li {
    width: 25%;
    padding: 15px;
}
#tax-accountant .tax-accountant-list .flex li .person-box {
    background-color: white;
    padding: 10px;
    text-align: center;
}
@media screen and (max-width:767px) {
    #tax-accountant {
        padding: 10rem 4rem;
    }
    #tax-accountant .agreement {
        margin-top: 0;
        padding: 0;
    }
}

/* ----------------------------------------

column

---------------------------------------- */
#column {
    padding: 0 0 10rem 0;
}
#column .columnTitle {
    text-align: center;
    margin-bottom: 5rem;
    color: #4e3e3e;
}
#column .columnTitle span {
    margin: 0 20rem;
}
#column .more {
     text-align: right;
     line-height: 1.3em;
     margin-top: 2rem;
 }
#column .more a {
    font-weight: bold;
    color: #4e3e3e;
}
#column .more img {
    margin-right: 0.5rem;
}

@media screen and (max-width:767px){
    #column .columnTitle span {
        margin: 0 5rem;
    }
}

/* ----------------------------------------

contact

---------------------------------------- */
#contact {
    padding: 10rem 0 5rem 0;
}
#contact .title02 {
    font-size: 3rem;
    margin-top: 2rem;
}
#contact .btn01 {
    font-size: 3rem;
    margin-top: 4rem;
}
