* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    transition: .3s;
    text-decoration: none;
    color: inherit;
}

a:hover {
    opacity: .7;
}

table {
    border-collapse: collapse;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* original */

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    text-align: center;
    font-size: 15pt;
}

header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.logo {
    float: left;
    position: absolute;
    top: 0;


}

.logos {
    margin: 50px 0 40px;
}


.logo img {
    margin: 1em 2em;
    width: 110%;
}

.logos img {
    margin-bottom: -1.5em;

}

.logo span {
    display: block;
    padding: 1.1em 0.6em;
    float: right;
}

.gNav {
    float: left;
    margin: 0em 0em 0 6em;
}

.gNav ul {}

.gNav ul li {
    float: left;
    padding: 1em 2em;

}

.contBt {
    color: #fff;
    font-weight: bold;
    background: #4bb929;
    width: 10em;
    padding: 0.5em 0.6em;
    border-radius: 2em;
    font-size: 115%;
    margin: 15px;
    top: 0;
    right: 60px;
    position: absolute;
}

.contBt02 {
    color: #fff;
    font-weight: bold;
    background: #ff0000;
    width: 13em;
    padding: 1em 0.6em;
    border-radius: 2em;
    font-size: 185%;
    margin: 15px;
    bottom: 60px;
    right: 60px;
    position: absolute;
}

section#top01 {
    width: 1000px;
    margin: 3em auto;

}

section#top02 {
    position: relative;
    width: 100%;
    margin: 3em auto;
    background-color: #faf9f6;
    padding-bottom: 3em;
}

section#top03 {
    width: 1200px;
    margin: 3em auto;
    padding: 1em 0px;

}

section p {
    line-height: 2em;
    margin: 2em;
}

section#top03 p {
    line-height: 2em;
    margin: 2em;
    text-align: left;
}

.keyVis {}

h3 {
    font-size: 28pt;
    letter-spacing: 0.1em;
    margin: 0.5em 0 1.5em;
}

h3.readTxt {
    background-image: url(img/text_bg.png);
    padding-top: 2em;
    background-size: 75%;
    margin: 90px 0px 60px;
    background-repeat: no-repeat;
    background-position: 55%;
    height: 155px;
}

.catch {}

.circleAll {
    display: flex;
    justify-content: space-between;
}

.circleAll li {
    width: 230px;
    height: 230px;
    line-height: 230px;
    /* heightと同じにして、中段配置 */
    background-color: #4bb929;
    border-radius: 50%;
    font-size: 4em;

    color: #fff;
}

.point {
    width: 1000px;
    margin: 0 auto;
    padding: 2em 0;
}

.pointTxt {
    color: #4bb929;
    font-size: larger;
    font-weight: bold;
    margin: 0;
}

.pointHead {
    margin-bottom: 2em;
    font-size: 2em;
    font-weight: bold;

}

.pointHead span {
    font-weight: 100;
}

.pointCont {
    margin-top: 5em;
    display: flex;
    justify-content: space-around;
}

.single {
    position: relative;
    width: 31%;
    background-color: #fff;
    border: solid 3px #4bb929;
    padding: 1em;
    border-radius: 1em;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
}

.single span {
    position: absolute;
    top: -7%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #4bb929;
    line-height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 22pt;
    font-weight: bold;
}

.single img {}

.single p.headPoint {
    text-align: left;
    margin: 0.8em 0;
    font-size: 100%;
    padding-bottom: 0.8em;
    font-weight: bold;
    line-height: 150%;
    border-bottom: solid 1px #e9e9e9;
}

.single p.disPoint {
    margin: 0;
    text-align: left;
}

.triangle {
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
    margin: auto;
}

/* flow */

.flow {
    margin: 3em 0px 5em;
}

.headFlow {

    display: flex;
    justify-content: space-around;
}

.flowLeft {
    flex-basis: 40%;
    /* flexアイテムの幅を割合で指定 */


}

.flowLeft img {
    width: 100%;
    padding-top: 12px;


}


.flowRight {
    flex-basis: 50%;
    /* flexアイテムの幅を割合で指定 */

}

.number {
    color: #4bb929;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.1em;

    overflow: hidden;
    text-align: center;
}


.number span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
}

.number span::before,
.number span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc;
}

.number span::before {
    right: 100%;

}

.number span::after {
    left: 100%;

}

.flowTitle {
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 1.2em;


}

.nowOn {
    margin: 170px 0 0;
    font-size: 1.3em;
}

section#top03 .flowRight p {
    margin: 1em 0;
}

ol.flowPoint {
    font-weight: bold;
    text-align: left;
    padding: 2em;
    counter-reset: my-counter;
    background-color: rgba(75, 185, 41, 0.15);
}

ol.flowPoint li {
    position: relative;
    margin-left: 1em;
    margin-bottom: 0.5em;

}

ol.flowPoint li:last-child {
    margin-bottom: 0em;
}


ol.flowPoint li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #4bb929;
    color: #fff;
    display: block;
    float: left;
    line-height: 28px;
    margin-left: -35px;
    text-align: center;
    height: 27px;
    width: 27px;
    border-radius: 50%;
}

.join {
    display: flex;
    justify-content: space-around;
}

.join .left {
    width: 50%
}

.join .right {
    width: 50%
}

.guidanceHead {
    position: relative;
    background-color: #4bb929;
    padding: 0.5em 0;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.guidanceHead:after {

    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    border-width: 20px 20px 0 20px;
    border-style: solid;
    border-color: #4bb929 transparent transparent transparent;

}

.guidanceCont {}


.price {
    background-image: url(img/img_14.png);
    padding: 70px 0 90px;
}

.priceCont {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
}

.priceSingle {}

.priceSingle img {
    width: 95%;
}

.step {
    margin: 120px 0;
}

.stepCont {
    clear: both;
    width: 70%;
    margin: 0 auto 130px;
}

.stepCont .left {
    width: 35%;
    float: left;
}

.stepCont .left p {
    margin: 0;
    color: #4bb929;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 0.5em;
}

.stepCont .left p img {
    width: 50%;
    margin-bottom: 70px;
}

.stepCont .right div {
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
}

.stepCont .right p {
    margin: 1em 0;
    text-align: left;
}

a.formLink {
    color: #54b20f;
    text-decoration: underline;
}

a.formLink:hover {
    text-decoration: none;
}

.formBt {
    margin-top: 2em;
}

/* voice */

#voice {
    width: 1200px;
    margin: 0 auto 120px;

}

#voice div {
    margin: 2em 0;
}



/* FAQ */

section #faq {
    width: 95%;
    margin: 0 auto;
}


.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa {
    border-top: 1px solid #1b2538;
}

.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1px;
    color: #1b2538;
}

.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 1em;
    cursor: pointer;
    border-bottom: 1px solid #1b2538;
}

.cp_qa .cp_actab label:hover {
    color: #4aba29;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    color: #ffffff;
    background: #4aba29;
}

.cp_qa .cp_actab .cp_actab-content p {
    margin: 1em;
}

/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked~label {
    color: #4aba29;
}

/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content {
    max-height: 40em;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
    line-height: 1.6;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 3em;
    margin-top: -12.5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.cp_qa .cp_actab input[type=checkbox]+label::after {
    content: '▼';
}

.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cp_actab a {
    font-weight: bold;
    color: #0130a3;
    text-decoration: underline;
}

.cp_actab a: hover {}

#companyInfo {
    margin: 3em auto;
    width: 1000px;


}

#companyInfo table {
    width: 100%;
}

#companyInfo table tr {
    border-bottom: 1px solid #b5b1b1;
}

#companyInfo table th {
    padding: 24px 20px;
    border: none;
    width: 30%;
    text-align: right;
}

#companyInfo table td {
    padding: 24px 20px;
    border: none;
    text-align: left;

}


.messageArea {
    margin: 100px 0px;
}


.contactArea {
    background-color: #4bb929;
    padding: 3em;
}


.contactTitle {
    color: #fff;
    font-weight: bold;
    font-size: 1.7em;
    margin: 0em 0 1.4em;
    letter-spacing: 0.1em;
}

.formArea {
    width: 1000px;
    background: #fff;
    padding: 3em;
    margin: 0 auto;

}

.teQAzf {
    margin: auto;
    max-width: 90vw;
    width: 710px !important;
}


.formImg {}

iframe {
    width: 81%;
    height: 250px;
    margin: 2em 0;
    border: solid 1px #999;
}

.contactArea p {
    color: #fff;
}


footer {
    background: #4bb929;
    color: #fff;
    padding: 2em 0;

}

/* policy */

#policy {
    text-align: left;
    padding: 2em;
}

#policy h2 {
    padding-bottom: 1em;
    border-bottom: dotted 2px #999;
    margin-bottom: 1em;
}

#policy h4 {}


#policy p {
    margin: 1em;
}


/* original End */

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

    body {
        font-size: 18px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    h3 {
        font-size: 24px;
        letter-spacing: 0.1em;
        margin: 1em;
        padding-top: 0.5em;
    }

    section#top01 {
        width: 100%;
        margin: -4.5em auto;

    }

    section#top02 {
        position: relative;
        width: 100%;
        margin: 6em auto 2em;
        background-color: #faf9f6;
        padding-bottom: 20px;
    }

    section#top03 {
        width: 95%;
        margin: 3em auto 0em;
        padding: 1em 0px;

    }

    section p {
        line-height: 1.5em;
        margin: 1em;
    }

    .logo {
        float: left;
        position: absolute;
        left: 0;
    }

    .logo span {
        display: none;
        padding: 1.1em 0.6em;
        float: right;
    }

    .logo img {
        margin: 10px 0 0;
        width: 80%;
    }

    .logos {
        margin: 0px 0 20px;
    }

    .contBt {
        color: #fff;
        font-weight: bold;
        background: #4bb929;
        width: 9em;
        float: right;
        padding: 0.3em 0.6em;
        border-radius: 2em;
        font-size: 55%;
        margin: 5px;
        top: 5px;
        right: 10px;
    }

    .contBt02 {
        color: #fff;
        font-weight: bold;
        background: #ff0000;
        width: 40%;
        padding: 0.5em 0.2em;
        border-radius: 2em;
        font-size: 60%;
        margin: 15px;
        bottom: 10px;
        right: 10px;
        position: absolute;
    }

    .keyVis {}

    .point {
        width: 100%;
        margin: 0 auto;
        padding: 2em 10px 0;
    }

    .pointCont {
        margin-top: 3em;
        display: block;
    }

    .single {
        position: relative;
        width: 95%;
        margin: 4em auto;
        background-color: #fff;
        border: solid 3px #4bb929;
        padding: 1em;
        border-radius: 1em;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    }

    .single img {
        width: 100%;
    }

    .single span {
        display: block;
        width: 70px;
        height: 70px;
        background-color: #4bb929;
        line-height: 70px;
        border-radius: 50%;
        color: #fff;
        font-size: 1.7em;
    }

    .single p.headPoint {
        text-align: center;
        margin: 0.8em 0;
        font-size: 100%;
        padding-bottom: 0.8em;
        font-weight: bold;
        line-height: 150%;
        border-bottom: solid 1px #e9e9e9;
    }

    .triangle {}

    .number span {
        position: relative;
        margin: 10px .5em;
        padding: 0 1em;
        text-align: center;
        font-size: 1em;
    }

    .headFlow {
        display: block;
    }


    .flow {
        margin: 0em 10px 3em;
    }

    .flowTitle {
        text-align: left;
        font-size: 1.2em;
        font-weight: bold;
        margin-top: 0.6em;
    }



    .join {
        display: block;
    }

    .join .left {
        width: 100%
    }

    .join .right {
        width: 100%
    }

    .priceCont {
        display: block;
        justify-content: space-evenly;
        width: 90%;
        margin: 0em auto;
    }

    .priceSingle {
        margin-bottom: 1em;
    }

    #voice {
        width: 95%;
        margin: 0 auto;

    }

    .stepCont {
        clear: both;
        width: 90%;
        margin: 0 auto 5em;
    }

    .stepCont .left {
        width: 100%;
        float: none;
    }

    .stepCont .left p {
        margin: 0;
        color: #4bb929;
        font-weight: bold;
        font-size: 1.4em;
        letter-spacing: 0.2em;
        margin-bottom: 0.5em;
    }

    .stepCont .left p img {
        width: 80%;
        margin-bottom: 20px;
    }

    .stepCont .right div {
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
    }

    .formBt {
        margin-top: 4em;
    }

    #companyInfo {
        margin: 3em auto;
        width: 95%;
    }

    #companyInfo table th {
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px;
        background-color: #d7d7d7;
    }

    #companyInfo table td {
        display: block;
        padding: 0px;
        text-align: left;
        padding: 5px;
    }

    .messageArea {
        padding: 10px;
    }

    .contactTitle {
        color: #fff;
        font-weight: bold;
        font-size: 1.3em;
        margin: 0em 0 1.4em;
        letter-spacing: 0.1em;
    }

    .contactArea {
        background-color: #4bb929;
        padding: 1em;
    }

    .formArea {
        width: 100%;
        margin: 2em 0;
        border: solid 1px #999;
        padding: 0;
    }

    .policyArea {
        padding: 13px;
    }

    iframe {
        width: 100%;
        height: 250px;
        margin: 2em 0;
        border: solid 1px #999;
    }

    footer {
        background: #4bb929;
        color: #fff;
        padding: 2em 0;
        font-size: 12px;
    }
}