@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


.pc {
    display: block;
}

.sp {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1.8;
}

#header {
    position: relative;
    /* background-image: url("../images/top_pc.jpg");
        background-repeat: no-repeat; */
    background-color: #FED700;
    background-size: 100% 800px;

    width: 100%;
    height: 800px;
    margin: auto;
    margin-bottom: 100px;
}

#top_circle_r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 300px;
    z-index: 1;
}

#top_circle_l {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    z-index: 1;
}

#top_pc_words {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 11%;
    width: 30%;
    z-index: 10;
}

#top_man0 {
    position: absolute;
    transform: translate(0%, -50%);
    top: 55%;
    right: 80px;
    width: 50%;
    z-index: 10;
}

img#top_pc {
    width: 1280px;
    display: block;
    margin: auto;
}

#header_navi {
    position: absolute;
    top: 9.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 620px;
    height: 70px;
    text-align: center;
    background-color: white;
    border-radius: 50px;
    line-height: 70px;
    box-shadow: 0px 0px 5px 0px rgb(186, 182, 182);
    z-index: 10;
}

#header_navi ul {
    /* list-style:none; */
    padding: 0;
    margin: 0 auto;
    height: 70px;
}

#header_navi li {
    display: inline;
    height: 50px;
    margin: 0 27px;
    display: inline-block;
    border-radius: 50px;
    width: 15%;
    line-height: 50px;
}

#header_navi li a#header_navi_top {
    color: #FED700;
}

#shindan {
    background-color: #FED700;
    border-radius: 50px;
}

#header_navi a {
    color: black;
    text-decoration: none;
}

.PROTAGONIST {
    position: absolute;
    top: 71%;

    font-family: 'Helvetica Neue', sans-serif;
    font-size: 120px;
    color: #F5F7FA;
}

.section {
    margin-top: 80px;
}

h1 {
    text-align: center;
    font-size: 32px;
}

#syuyaku {
    text-decoration: underline;
    text-decoration-color: #FED700;
    text-decoration-thickness: 5px;
}

#percent {
    font-size: 22px;
}

#keieisya_hongyo_area {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 600px;
    background: linear-gradient(#F5F7FA 0%, #F5F7FA 85%, white 85%, white 100%);
}

#keieisya_hongyo {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: 0%;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgb(186, 182, 182);
    border-radius: 10px;
    width: 550px;
    height: 480px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background-color: white;
}

#keieisya_hongyo_items {
    height: 95%;
    width: 90%;
}

.keieisya_hongyo_item {
    text-align: left;
    height: 15px;
    padding-top: 29px;
    padding-bottom: 29px;
    /* line-height:15px; */
    display: flex;
}

.keieisya_hongyo_item_underline {
    border-bottom: 1.5px dotted black;
}

.keieisya_hongyo_item_number {
    background-color: #FED700;
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    border: solid 1px black;
}

#top_man1 {
    width: 150px;
    position: absolute;
    left: -30%;
    top: -15%;
}

#top_man2 {
    width: 150px;
    position: absolute;
    left: -30%;
    bottom: 18%;
}

#top_man3 {
    width: 150px;
    position: absolute;
    right: 0%;
    top: -10%;
}

#top_man4 {
    height: 150px;
    position: absolute;
    /* right:20%;
        bottom:5%; */
    right: -15%;
    bottom: 5%;
}

#shindan_area {
    position: relative;
    text-align: center;
    margin: 100px auto;
    /* background-image:url("../images/bg_1mincheck_yellow_pc.jpg");
        background-repeat: no-repeat;
        background-size:1280px 750px;
        
        width:1280px;
        height:200px;
        margin:auto; */
}

#shindan_background {
    display: block;
    margin: auto;
    width: 100%;
    height: 240px;
}

#shindan_background_sp {
    display: none;
}

p#shindan_msg {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shindan_button {
    position: absolute;
    width: 300px;
}

#shindan_button1 {
    top: 75%;
    left: 12%;
}

#shindan_button2 {
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#whats_title {
    font-size: 130px;
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0 auto;
    bottom: 0%;
}

#whats_title p {
    margin: 0 auto;
    color: #F5F7FA;
    height: 150px;
    text-align: center;
}

img#top_man5 {
    display: block;
    margin: auto;
    max-width: 15%;
}

#whats_explain {
    margin-top: 30px;
    margin-bottom: 70px;
}

div#service_content {
    position: relative;
    margin: auto;
    background: linear-gradient(180deg, #FED700 0%, #FED700 50%, white 50%, white 100%);
    height: 500px;
}

div#wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 850px;
    height: 350px;
    margin: auto;
    justify-content: space-between;
}

div#shikin_chotatsu_consul {
    position: relative;
    text-align: center;
    width: 45%;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgb(186, 182, 182);
    border-radius: 2%;
}

img#top_man6 {
    position: absolute;
    width: 100px;
    transform: translate(-50%, -50%);
}

div#kessansyo_shindan {
    position: relative;
    text-align: center;
    width: 45%;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgb(186, 182, 182);
    border-radius: 2%;
}

img#top_man7 {
    position: absolute;
    width: 80px;
    transform: translate(-50%, -50%);
}

.btn_imasugu_pc {
    width: 230px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%);
}



/* SP
------------------------------------ */



@media screen and (max-width:870px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        line-height: 1.8;
    }

    #header {
        position: relative;
        /* background-image: url("../images/top_sp.jpg"); */
        background-repeat: no-repeat;
        background-color: #FED700;
        background-size: 100% 800px;
        width: 100%;
        height: 800px;
        margin: auto;
        /* margin-bottom: 100px; */
    }

    #header_navi {
        display: none;
    }

    #header_navi_smp ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        padding-top: 80px;
        height: 700px;
        width: 100%;
    }

    #header_navi_smp li {
        height: 90px;
        margin: 0 auto;
        line-height: 45px;
        text-align: center;
    }

    #header_navi_smp a:not(#header_navi_smp_top) {
        font-size: 18px;
        text-decoration: none;
        color: black;
    }

    #header_navi_smp_top {
        font-size: 18px;
        text-decoration: none;
        color: white;
    }

    #header_navi_smp_shindan {
        border-radius: 50px;
        display: inline-block;
        background-color: white;
        width: 120px;
        height: 50px;
    }

    #top_sp_content {
        width: 460px;
        padding-top: 50px;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        z-index: 10;
    }

    .PROTAGONIST {
        display: none;
    }

    h1 {
        text-align: center;
        font-size: 21px;
        font-weight: 800;
        margin: 0 auto;
    }

    .section p:not(.service_content_explain1) {
        width: 350px;
        margin: auto;
        text-align: left;
        margin-top: 50px;
    }

    #syuyaku {
        text-decoration: underline;
        text-decoration-color: #FED700;
        text-decoration-thickness: 5px;
    }

    #percent {
        font-weight: 800;
    }

    #keieisya_hongyo_area {
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        height: 570px;
        background: linear-gradient(#F5F7FA 0%, #F5F7FA 100%);
    }

    #keieisya_hongyo {
        position: absolute;
        transform: translate(-50%);
        left: 50%;
        bottom: 0%;
        margin: 60px auto;
        text-align: center;
        box-shadow: 0px 0px 5px 0px rgb(186, 182, 182);
        border-radius: 10px;
        width: 350px;
        height: 460px;
        display: flex;
        justify-content: center;
        background-color: white;
    }

    #keieisya_hongyo_items {
        height: 95%;
        width: 90%;
    }

    .keieisya_hongyo_item {
        text-align: left;
        height: 15px;
        padding-top: 29px;
        padding-bottom: 29px;
        /* line-height:15px; */
        display: flex;
    }

    .keieisya_hongyo_item_underline {
        border-bottom: 1.5px dotted black;
    }

    .keieisya_hongyo_item_number {
        background-color: #FED700;
        display: inline-block;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        text-align: center;
        border: solid 1px black;
    }

    #top_man1 {
        display: none;
    }

    #top_man2 {
        display: none;
    }

    #top_man3 {
        width: 150px;
        position: absolute;
        right: 0%;
        top: -13%;
    }

    #top_man4 {
        height: 150px;
        position: absolute;
        right: 0%;
        bottom: -20%;
    }

    #shindan_area {
        position: relative;
        text-align: center;
        margin: 50px auto;
        /* background-image:url("../images/bg_1mincheck_yellow_pc.jpg");
        background-repeat: no-repeat;
        background-size:1280px 750px;
        
        width:1280px;
        height:200px;
        margin:auto; */
    }

    #shindan_background {
        display: none;
    }

    #shindan_background_sp {
        display: block;
        margin: auto;
        width: 100%;
        height: 200px;
    }

    p#shindan_msg {
        width: fit-content;
        text-align: center;
        font-size: 20px;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .shindan_button {
        position: absolute;
        width: 330px;
        margin: auto;
    }

    #shindan_button1 {
        top: 700px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #shindan_button2 {
        bottom: -7%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #whats_title {
        font-size: 80px;
        font-family: 'Helvetica Neue', sans-serif;
        margin: 0 auto;
        bottom: 0%;
    }

    #whats_title p {
        margin: 15px auto;
        color: #F5F7FA;
        height: 90px;
        text-align: center;
    }

    img#top_man5 {
        display: block;
        margin: 30px auto;
        max-width: 200px;
    }

    #whats_explain {
        margin-top: 60px;
        margin-bottom: 70px;
    }

    div#service_content {
        position: relative;
        margin: auto;
        margin-bottom: 50px;
        background: linear-gradient(180deg, #FED700 0%, #FED700 85%, white 85%, white 100%);
        height: 800px;
    }

    div#wrapper {
        position: absolute;
        top: 10%;
        right: 0;
        bottom: 0;
        left: 0;
        width: 350px;
        height: auto;
        margin: auto;
        display: block;
    }

    div#shikin_chotatsu_consul {
        position: relative;
        height: 280px;
        width: auto;
        text-align: center;
        background-color: white;
        box-shadow: 0px 0px 5px 0px rgb(186, 182, 182);
        border-radius: 2%;
        margin-bottom: 110px;
    }

    img#top_man6 {
        position: absolute;
        width: 100px;
        transform: translate(-50%, -50%);
    }

    div#kessansyo_shindan {
        position: relative;
        width: auto;
        height: 300px;
        text-align: center;
        background-color: white;
        box-shadow: 0px 0px 5px 0px rgb(186, 182, 182);
        border-radius: 2%;
    }

    img#top_man7 {
        position: absolute;
        width: 80px;
        transform: translate(-50%, -50%);
    }

    .service_content_explain1 {
        width: 300px;
        margin: auto;
        /* margin-bottom:35px; */
    }

    .btn_imasugu_pc {
        width: 230px;
        position: absolute;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%);
    }
}



@media screen and (max-width:480px) {
    #header {

        background-image: url("../images/top_sp.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 800px;
        margin: auto;
        /* margin-bottom: 100px; */
    }
    #top_sp_content, .circle {
        display: none;
    }
}