@charset "utf-8";

/*
module.css
共通パーツは基本的にこちらで制御
*/

/* scroll_header
-----------------------------*/
#header {
    position: fixed;
    bottom: 0;

    width: 100%;
    background: rgb(255,255,255,1);
    padding: 10px;

    z-index: 3000;

    transition: opacity 0.5s;
    opacity: 0;
}

#header .inner {
    display: flex;
}

#header .logo {
    width: 50%;
    margin: 10px 0 0 0;
}

#header .logo .txt {
    font-size: .9em;
}

#header .btn_wrap {
    width: 50%;
    margin: 0 0 0 400px;
}

#header .btn_wrap .btn {
    background: transparent linear-gradient(180deg, #FFA700 0%, #FF7600 100%) 0% 0% no-repeat padding-box;
    width: 600px;
    margin: 0;

    border: none;
    border-radius: 6px;

    box-shadow: 0 5px 0 #6E4800;

    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
}

#header .btn_wrap .btn::after {
    content: '';
    display: inline-block;

    border: 5px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);

    top: 43%;
    right: 20px;
}

#header .btn_wrap .btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.hidden {
    opacity: 0;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #header {
        padding: 0;
    }
    #header .inner {
        padding: 10px;
    }

    #header .logo {
        margin: 10px 10px 0 0;
    }

    #header .btn_wrap {
        margin: -3px 0 0 0;
    }

    #header .btn_wrap .btn {
        width: 100%;
        font-size: .9em;
    }

    #header .btn_wrap .btn::after {
        border: 3px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(135deg);
    
        top: 43%;
        right: 7px;
    }
}

/* footer
-----------------------------*/
footer {
    position: absolute;
    width: 100%;
    background: #000;
    border-top: 3px solid #C92F37;
}

footer .inner {
    margin: 0 auto;
    padding: 45px 0 60px 0;

    text-align: center;
}

footer .inner .footer_logo {
    width: 255px;
    margin: 0 auto;
}

footer .inner small {
    color: #fff;
}


@media screen and (max-width: 768px), screen and (max-width: 820px) {
    footer {
        margin: 0;
        padding: 0 0 2em 0;
    }

    footer .inner {
        display: inherit;
    }

    footer .l_set {
        margin: 0;
        text-align: center;
    }

    footer .l_set .footer_logo {
        margin: 0 auto 10px auto;
    }

    footer .l_set .footer_logo img {
        margin: 0 auto;
    }
}


/* kv
-----------------------------*/

#kv {
    position: relative;

    width: 100%;
    padding: 2% 0 0 0;
}

#kv .user dd {
    display: inline-block;
    width: 375px;
    margin: 0 10px;
    padding: 15px;
    border: 1px solid #fff;

    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
}

#kv .ttl {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 1.2em;
}

#kv .ttl span {
    display: inline-block;
    width: fit-content;

    margin: 0 10px 0 0;
    padding: 5px 10px;

    background: #fff;
    border-radius: 6px;

    font-size: 1.2em;
    font-weight: 700;
    color: #17AC4D;
}

#kv .parallel {
    margin:40px auto 0 auto;
}

#kv .ttl h1 {
    display: inline-block;
    color: #fff;
}

#kv .btn_wrap {
    margin: 50px 0 0 -70px;
}

#kv .btn {
    display: block;
    padding: 15px;

    background: transparent linear-gradient(180deg, #FFA700 0%, #FF7600 100%) 0% 0% no-repeat padding-box;
    border: 4px solid #fff;
    border-radius: 60px;

    box-shadow: 0 5px 0 rgb(0,87,32,.7);

    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 0px 0px 10px rgb(60,37,0,.4);
}

#kv .btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

#kv .area {
    margin: 50px 0 20px -70px;

    text-align: center;
    font-weight: 700;
    color: #fff;
}

#kv .caution {
    position: relative;
    padding: 0 0 0 15px;

    font-size: .8em;
    color: #fff;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #kv .inner {
        padding: 0;
    }

    #kv .user {
        margin: 0 0 0 5px;
    }

    #kv .user dd {
        display: inline-block;
        width: 30%;
        margin: 0 0 0 5px;
        padding: 8px 5px;

        line-height: 1.4;
        font-size: .8em;
        vertical-align: middle;
    }

    #kv .user dd:nth-child(2) {
        padding: 16px 5px 17px 5px;
    }

    #kv .ttl {
        margin: 20px 0;
    }

    #kv .ttl span {
        font-size: .9em;
        margin: 10px 5px;
    }

    #kv .ttl h1 {
        font-size: 1em;
    }

    #kv .parallel {
        display: flex;
        margin: 20px 0 0 0;
    }

    #kv .img_wrap {
        margin: 0 0 0 -70px;
    }

    #kv .img_wrap img {
        width: 300px;
    }

    #kv .btn {
        border: 2px solid #fff;    
        font-size: .9em;
    }

    #kv .btn_wrap {
        margin: 0;
    }

    #kv .area {
        margin: 0;

        line-height: 1.4;
        font-size: .8em;
    }

    #kv .caution {
        display: block;
        margin: 5px 0 0 10px;
        padding: 10px 0 0 14px;

        line-height: 1.4;
        font-size: .7em;
    }

    #kv .caution::before {
        top: 10px;
    }   
}

@media (min-width: 768px) and (max-width: 1024px) {
    #kv .user dd {
        display: inline-block;
        width: 30.5%;
        margin: 0 10px;
        padding: 15px;
    }

    #kv .btn_wrap {
        margin: 30px 0 0 -70px;
    }

    #kv .area {
        margin: 30px 0 10px -70px;
    }

    #kv .caution_wrap {
        width: 80%;
        margin: 0 0 0 30px;
    }
}

/* worries
-----------------------------*/

#worries {
    position: relative;
    background:#FAF6F2;
    margin: 0 0 50px 0;
}

#worries .inner {
    background:#FAF6F2 url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/img_man.png) no-repeat right bottom;
    background-size: 340px;
    padding: 50px 0;
}

#worries::after {
    position: absolute;
    bottom: -70px;
    left: 45%;

    content: "";

    box-sizing: border-box;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 70px solid #FAF6F2;
}

#worries .ttl {
    margin: 0 0 50px 0;
    padding: 0;

    line-height: 1.6;
    text-align: left;
}

#worries .worries_list li {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0 0 0 45px;

    font-size: 1.2em;
}

#worries .worries_list li::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;

    content: '';
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/icon_check.svg) no-repeat 0 0;
    width: 35px;
    height: 35px;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #worries {
        margin: 0 0 30px 0;
    }

    #worries .ttl {
        padding: 40px 0;
        margin: 0;

        font-size: 1em;
    }

    #worries .inner {
        background:#FAF6F2 url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/img_man.png) no-repeat 95% 10px;
        background-size: 80px;
        padding: 0 20px 20px 20px;
    }

    #worries .worries_list li {
        margin: 0 0 15px 0;
        font-size: .95em;
    }

    #worries::after {
        position: absolute;
        bottom: -30px;
        left: 33%;
    
        content: "";
    
        box-sizing: border-box;
        border-right: 60px solid transparent;
        border-left: 60px solid transparent;
        border-top: 30px solid #FAF6F2;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #worries .inner {
        padding: 40px 20px 20px 20px;
        background-size: 250px;
    }

    #worries .worries_list li {
        margin: 0 0 30px 0;
    }
}


/* suggestion
-----------------------------*/

#suggestion .img_wrap {
    margin: 0 0 40px 70px;
}

#suggestion .caution_wrap {
    text-align: center;
}

#suggestion .caution {
    text-align: center;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #suggestion .img_wrap {
        margin: 0 0 20px -10px;
    }

    #suggestion .caution {
        line-height: 1.4;
        text-align: left;

        font-size: .8em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #suggestion .img_wrap {
        margin: 0 0 40px 0;
    }
    
}


/* reason
-----------------------------*/
#reason {
    margin: 80px 0 0 0;
}

#reason .inner {
    position: relative;
    padding: 0 100px 50px 100px;

    border: 3px dotted #17AF53;
    border-radius: 30px;
}

#reason .ttl._green {
    width: fit-content;
    margin: -40px auto 40px auto;
    padding: 10px 30px 10px 25px;

    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/bg_ttl_green.svg) no-repeat 0 0;
    background-size: contain;

    line-height: 1.2;
    font-size: 1.5em;
    color: #fff;
}

#reason .fifth_point {
    background: #FAF6F2;
    margin: 30px 0 0 0;
    padding: 40px 30px 10px 30px;
    border-radius: 10px;
}

#reason .fifth_point .sub_ttl {
    margin: 0 0 40px 0;

    text-align: center;
    font-size: 1.6em;
}

#reason .fifth_point li {
    padding: 0 0 30px 0;
}

#reason .fifth_point li::before {
    display: inline-block;
    content: '';
    width: 60px;
    height: 32px;
    margin: 0 15px 0 0;

    vertical-align: middle;
}

#reason .fifth_point li:nth-child(1)::before {
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/img_num01.svg) no-repeat 0 0;
    background-size: contain;
}

#reason .fifth_point li:nth-child(2)::before {
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/img_num02.svg) no-repeat 0 0;
    background-size: contain;
}

#reason .fifth_point li:nth-child(3)::before {
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/img_num03.svg) no-repeat 0 0;
    background-size: contain;
}

#reason .fifth_point li:nth-child(4)::before {
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/img_num04.svg) no-repeat 0 0;
    background-size: contain;
}

#reason .fifth_point li:nth-child(5)::before {
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/img_num05.svg) no-repeat 0 0;
    background-size: contain;
}

#reason .caution_wrap {
    margin: 20px 0 0 0;

    text-align: right;
    font-size: .9em;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #reason {
        margin: 50px 0 0 0;
    }

    #reason .ttl._green {
        margin: -30px auto 30px auto;
        padding: 8px 30px 8px 25px;
        font-size: 1.1em;
        color: #fff;
    }

    #reason .fifth_point {
        margin: 20px 0 0 0;
    }

    #reason .fifth_point .sub_ttl {
        margin: 0;
        padding: 20px 0;

        font-size: 1.2em;
    }

    #reason .inner {
        padding: 0 10px;
        border-radius: 15px;
    }

    #reason .fifth_point {
        padding: 0 15px 10px 15px;
    }

    #reason .fifth_point li {
        font-size: .9em;
    }

    #reason .fifth_point li:nth-child(1)::before,
    #reason .fifth_point li:nth-child(2)::before,
    #reason .fifth_point li:nth-child(3)::before,
    #reason .fifth_point li:nth-child(4)::before,
    #reason .fifth_point li:nth-child(5)::before {
        display: block;
    }

    #reason .caution_wrap {
        margin: 20px 0;
    }

    #reason .caution_wrap .caution {
        font-size: .8em;
    }

}


/* merit
-----------------------------*/
#merit {
    margin: 80px 0 0 0;
}

#merit .inner {
    background: #EAF8EE;
    padding: 1px 100px 50px 100px;

    border-radius: 30px;
}

#merit .ttl._green {
    width: fit-content;
    margin: -39px auto 10px auto;
    padding: 10px 30px 7px 30px;

    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/bg_ttl_green02.svg) no-repeat 0 0;
    background-size: contain;

    line-height: 1.2;
    font-size: 1.4em;
    color: #fff;
}

#merit .merit_box {
    width: 500px;
    margin: 0 40px;
    text-align: center;
}

#merit .merit_box .comment {
    margin: 10px 0 0 0;

    font-size: .9em;
    font-weight: 700;
    color: #C92F37;
}

#merit .merit_box .fukidashi {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 30px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #C92F37;
    border-radius: 30px;
}

#merit .merit_box .fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #C92F37;
}

#merit .virtual_office {
    background: #fff;
    margin: 60px auto 0 auto;
    padding: 20px 40px;
    border: 1px dotted #249551;
    border-radius: 10px;

    text-align: center;
}

#merit .virtual_office h3 {
    position: relative;
    width: fit-content;
    background: transparent linear-gradient(270deg, #9B0000 0%, #B40000 100%) 0% 0% no-repeat padding-box;
    margin: -40px auto 40px auto;
    padding: 5px 20px;
    border-radius: 30px;

    color: #FFF686;
}

#merit .virtual_office h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #9a1e13;
}

#merit .virtual_office .comment {
    line-height: 1.4;
    font-size: 1.4em;
    margin: 0 0 10px 0;
}

#merit .virtual_office .btn_wrap {
    line-height: 1.2;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #merit .inner {
        padding: 1px 20px 20px 20px;
        border-radius: 15px;
    }

    #merit .ttl._green {
        margin: -30px auto 0 auto;
        padding: 8px 18px 8px 25px;
        font-size: 1em;
        color: #fff;
    }

    #merit .merit_box {
        width: 100%;
        margin: 0;
    }

    #merit .merit_box .comment {
        line-height: 1.4;
    }

    #merit .virtual_office {
        margin: 60px auto 0 auto;
        padding: 20px;
    }

    #merit .virtual_office h3 {
        margin: -50px auto 20px auto;
        padding: 8px 35px;
        border-radius: 60px;
    }

    #merit .virtual_office .comment {
        font-size: 1em;
    }

    #merit .virtual_office .btn_wrap {
        margin: 20px 0 0 0;
    }

    #merit .virtual_office .btn_wrap .txt {
        font-size: .8em;
        margin: 0;
        padding: 0;
    }

    #merit .merit_box .fukidashi {
        font-size: .9em;
    }

    #merit .img_wrap {
        width: ;
    }

}


/* price
-----------------------------*/
#price {
    width: 100%;
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/bg_price.jpg) no-repeat center 100%;
    background-size: cover;

    margin: 80px 0 20px 0;
    padding: 80px 0 120px 0;
}

#price .ttl {
    padding: 40px 0;
}

#price .price {
    background: #fff;
    padding: 0 0 40px 0;

    border: 1px dotted #B4835A;
    border-radius: 20px;
}

#price .price .tbl {
    width: 80%;
    margin: 10px auto 0 auto;
    border-bottom: 1px solid #D6EDDA;
}

#price .price .tbl tr {
    border-top: 1px solid #D6EDDA;
}

#price .price .tbl th {
    background: #F0FCF2;
    text-align: center;
}

#price .price .tbl .caution {
    display: block;
    line-height: 1.4;
    font-size: .8em;
}

#price .flow {
    margin: 20px 0 40px 0;
}

#price .flow .txt {
    text-align: center;
    margin: 0 0 40px 0;
}

#price .flow .caution_wrap {
    margin: 20px 0;
    text-align: right;
}

#price .flow .caution {
    font-size: .8em;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #price {
        background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/bg_price.jpg) no-repeat center 0;
        background-size: cover;
        margin: 40px 0 0 0;
        padding: 40px 0 0 0;
    }

    #price .inner {
        padding: 0 20px 20px 20px;
    }

    #price .ttl {
        padding: 30px 0;
    }

    #price .price {
        padding: 0 15px 20px 15px;
        border-radius: 10px;
    }

    #price .price .tbl {
        width: 100%;
        border: none;
    }

    #price .price .tbl th,
    #price .price .tbl td {
        display: block;
        width: 100%;
        padding: 10px;

        text-align: center;
        font-size: 1em;
    }

    #price .price .tbl td {
        padding: 10px 10px 20px 10px;
    }

    #price .price .tbl .caution {
        margin: 10px 0 0 0;
        font-size: .75em;
    }

    #price .price .tbl .caution_wrap {
        text-align: left;
    }

    #price .flow {
        margin: 5px 0 40px 0;
    }

    #price .flow .txt {
        margin: 0 0 20px 0;

        line-height: 1.6;
        text-align: left;
        font-size: .9em;
    }
    #price .flow .caution_wrap {
        text-align: center;
    }
}


/* contact
-----------------------------*/

#contact {
    position: relative;
    width: 100%;
    padding: 0 0 40px 0;
}

#contact .txt {
    text-align: center;
}

#contact .btn {
    background: transparent linear-gradient(180deg, #FFA700 0%, #FF7600 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 6px;

    box-shadow: 0 5px 0 #6E4800;

    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
}

#contact .btn::after {
    content: '';
    display: inline-block;

    border: 5px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);

    top: 43%;
    right: 20px;
}

#contact .btn:hover {
    cursor: pointer;

    box-shadow: none;
    transform: translateY(5px);
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {

    #contact .txt {
        line-height: 1.6;
        text-align: left;
        font-size: .9em;
    }

    #contact .tbl th,
    #contact .tbl td {
        display: block;
        width: 100%;
        padding: 0 0 15px 0;

        text-align: left;
        font-size: 1em;
    }

    #contact .tbl th {
        text-align: left;
        background: none;
    }

    #contact .kiyaku {
        background: #f5f5f5;
        border-radius: 6px;
    }

    .kiyaku .caution {
        border: 1px dotted #ccc;
    }

    #contact .btn_wrap {
        margin: 20px auto;
    }

    #contact .btn {
        margin: 0 auto;
    }

    #contact .mwform-checkbox-field-text {
        font-size: .9em;
    }

}


/* faq
-----------------------------*/
#faq {
    background: #FAF6F2;
    padding: 0 0 60px 0;
}

#faq .faq_box {
    margin: 0 0 20px 0;
}

#faq .faq_box .faq_ttl {
    position: relative;

    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/bg_faq.jpg) no-repeat 0 0;
    background-size: cover;

    padding: 30px 20px 30px 90px;

    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
}

#faq .faq_box .faq_ttl::before {
    position: absolute;
    top: 20px;
    left: 20px;

    display: inline-block;
    content: '';
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/icon_q.svg) no-repeat 0 0;
    background-size: contain;

    width: 50px;
    height: 50px;

    vertical-align: middle;
}

#faq .faq_box .faq_anser {
    position: relative;
    padding: 30px 20px 20px 90px;
    line-height: 2;
}

#faq .faq_box .faq_anser::before {
    position: absolute;
    top: 20px;
    left: 20px;

    content: '';
    background: url(/wp2/wp-content/themes/miyabi-pm_tt1/assets/lp/images/icon_a.svg) no-repeat 0 0;
    background-size: contain;

    width: 50px;
    height: 50px;

    vertical-align: middle;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #faq {
        padding:0 0 15px 0;
    }

    #faq .faq_box .faq_ttl {
        padding: 13px 10px 13px 50px;
        line-height: 1.4;
        font-size: 1em;
    }

    #faq .faq_box .faq_anser {
        padding: 20px 10px 13px 50px;
        line-height: 1.6;
        font-size: .9em;
    }


    #faq .faq_box .faq_ttl::before {
        top: 10px;
        left: 10px;
    
        width: 30px;
        height: 30px;
    }

    #faq .faq_box .faq_anser::before {
        top: 15px;
        left: 10px;
    
        width: 30px;
        height: 30px;
    }
}


/* company
-----------------------------*/

#company .tbl {
    margin: 0 auto 80px auto;
}

#company .tbl th {
    width: 20%;
    background: #F0F0F0;
    text-align: center;
}

#company .tbl .address {
    display: block;
    margin: 20px 0 0 0;
}

#company .tbl .map {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#company .tbl .map iframe {
    width: 100%;
    height: 670px;
    margin-top: -150px;
}

@media screen and (max-width: 768px), screen and (max-width: 820px) {
    #company .inner {
        margin: 0;
        padding: 0 20px;
    }

    #company .tbl {
        width: 100%;
        margin: 0 0 40px 0;
    }

    #company .tbl th,
    #company .tbl td {
        display: block;
        width: 100%;
        padding: 10px;

        text-align: left;
        font-size: 1em;
    }

    #company .tbl th {
        background: #F0F0F0;
        border-left: 1px solid #ccc;
        padding: 10px 20px;
    }

    #company .tbl td {
        padding: 20px;
        font-size: .9em;
    }

    #company .tbl .map {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    
    #company .tbl .map iframe {
        width: 100%;
        height: 530px;
        margin-top: -150px;
    }   
}

@media (min-width: 768px) and (max-width: 1024px) {
    #company .tbl {
        width: 100%;
        margin: 0 0 40px 0;
    }
}