body {
    background: #fdfaf5;
}

#sec01 .box_title,
#sec04 .box_title,
#sec05 .box_title {
    background: #28c471;
    color: #fff;
}

.txt_orange {
    font-weight: bold;
    color: #ed7552;
}

.align_center {
    text-align: center;
}

#page-top {
    z-index: 3;
}

#page-top a {
    border: solid 2px #038f0d;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 60%;
}

#page-top a:hover {
    background-size: 60%;
}

@media(max-width:599px) {

    #sec01 h2,
    #sec02 h2,
    #sec03 h2,
    #sec04 h2,
    #sec05 h2 {
        font-size: 1.5em;
        line-height: 1.1;
    }
}

br.-sp {
    display: none;
}

@media(max-width:599px) {
    br.-sp {
        display: block;
    }
}

/* mv */

#mainimg.mainimg_ambassador .box_wrap {
    padding: 40px 0 0;
    position: relative;
    z-index: 3;
}

#mainimg img {
    width: 100%;
}

#mainimg .catch-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mainimg .catch-box .sub-title {
    width: 15%;
}

#mainimg .catch-box .main-title-wrap {
    width: 82%;
}

#mainimg .catch-box .main-title-wrap .sub-tit-text {
    max-width: 600px;
}

.mainimg-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.mainimg-inner .img-people-box-wrap {
    width: 48%;
    position: relative;
}

.mainimg-inner .img-people-box {
    width: 280px;
    margin: 0 0 0 auto;
}

.mainimg-inner .img-people-box .img {
    -webkit-filter: drop-shadow(0px 0 10px rgb(255 255 255 / 30%));
    filter: drop-shadow(0px 0 10px rgb(255 255 255 / 30%));
}

.text-box-wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    max-width: 480px;
}

#mainimg.mainimg_ambassador {
    background-image: none;
    position: relative;
}

#mainimg.mainimg_ambassador .mv-bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

#mainimg.mainimg_ambassador .mv-bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#mainimg.mainimg_ambassador .box_wrap .form {
    margin: 20px 0 50px;
    border-radius: 10px;
    width: 48%;
    position: relative;
}

#mainimg .text-box-wrap .year.-sp-only {
    display: none;
}

@media(max-width:1024px) {
    #mainimg.mainimg_ambassador .box_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media(max-width:999px) {
    #mainimg .catch-box .main-title-wrap .sub-tit-text {
        max-width: 400px;
    }

    #mainimg.mainimg_ambassador .box_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mainimg-inner .img-people-box-wrap {
        width: 43%;
    }

    .mainimg-inner .img-people-box {
        width: 250px;
    }

    .mainimg-inner .text-box-wrap {
        bottom: 20px;
        left: 2%;
    }

    #mainimg.mainimg_ambassador .box_wrap .form {
        width: 52%;
        margin: 20px 0 20px;
    }
}

@media(max-width:599px) {
    #mainimg.mainimg_ambassador .box_wrap {
        padding-top: 10px;
    }

    #mainimg.mainimg_ambassador .mv-bg-image {
        height: 60%;
    }

    .mainimg-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mainimg-inner .img-people-box-wrap {
        width: 100%;
    }

    #mainimg .catch-box .sub-title.-pc-only {
        display: none;
    }

    #mainimg .catch-box .main-title-wrap {
        width: 96%;
        margin: 0 auto;
    }

    #mainimg.mainimg_ambassador .box_wrap .form {
        width: 100%;
        margin: 0;
        border-radius: 10px 10px 0 0;
    }

    #mainimg .text-box-wrap {
        bottom: 10px;
        row-gap: 20px;
        max-width: 80%;
    }

    #mainimg .text-box-wrap .year.-sp-only {
        width: 25%;
        display: block;
    }

    .mainimg-inner .img-people-box {
        width: 150px;
        margin-right: 10px;
    }
}

/* form */
#mainimg form {
    margin-top: 20px;
    margin-bottom: 10px;
}

.form input[type="text"] {
    margin-bottom: 12px;
}

.form input.btn_submit {
    border-bottom: none;
    -webkit-box-shadow: 0 6px #bb4623;
    box-shadow: 0 6px #bb4623;
    margin-bottom: 22px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.form input.btn_submit:hover {
    opacity: 1;
    -webkit-box-shadow: 0 2px #bb4623;
    box-shadow: 0 2px #bb4623;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

@media(max-width:999px) {
    #mainimg form {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .form select {
        width: 96%;
    }

    .form table th {
        width: 130px;
        font-size: 1rem;
    }
}

@media(max-width:599px) {

    #mainimg form,
    .section_entry form {
        padding: 0 2% 0;
    }

    .section_entry .box_wrap {
        border-radius: 10px;
    }

    .form table th {
        width: 125px;
    }
}

/* .section_entry .fleft */
.section_entry .box_wrap {
    border-radius: 15px;
}

.section_entry .fleft {
    padding-top: 40px;
    padding-left: 20px;
}

.section_entry .fright {
    background-image: none;
    position: relative;
}

.section_entry .fright::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #038f0d;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media(max-width:999px) {
    .section_entry {
        width: 96%;
        margin: 0 auto 30px;
    }

    .section_entry .fleft {
        padding: 20px;
        background: #038f0d;
        margin: -1px -1px 20px;
    }

    .section_entry .fright::before {
        content: none;
    }
}

/* sec01 */
#sec01 .box_wrap img {
    width: 100%;
}

@media(max-width:999px) {
    #sec01 .box_wrap img {
        width: 96%;
        margin: 2em 2%;
    }

}

/* 3ヶ月のご成約実績 */

#sec02 .x3>.fcl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sec02 .x3 .box {
    border: 5px solid #ec6941;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    width: calc((100% - 40px) / 3);
    margin: 0 0 10px;
    height: 100%;
}

#sec02 h3 img {
    background: #ec6941;
    padding: 5px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sec02 .txt {
    padding: 0px 10px 10px;
    position: relative;
    font-size: 18px;
}

#sec02 .txt p.last-el-child {
    font-size: 90%;
}

#sec02 img.img-people {
    width: 90px !important;
    height: auto;
    margin-right: 0;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    display: none;
}

#sec02 .img-people.img01 {
    bottom: -4px;
}

#sec02 .img-people.img02 {
    bottom: -1px;
}

#sec02 .img-people.img03 {
    bottom: -6px;
    width: 100px !important;
    right: 5px;
}

#sec02 .img-people.img04 {
    bottom: -1px;
    width: 60px !important;
}

@media(max-width:999px) {
    #sec02 .txt {
        font-size: 15px;
    }
}

@media(max-width:599px) {
    #sec02 .x3>.fcl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #sec02 .x3 .box {
        width: 96%;
        margin: 0 2% 0.8em;
    }

    #sec02 .x3 .box.-sp-none {
        display: none;
    }

    #sec02 img.img-people {
        display: block;
    }
}

@media(max-width:460px) {
    #sec02 .txt img {
        width: 26%;
    }
}

/* 4つの特徴 */
#sec03 {
    background: #68d881;
    padding: 100px 0;
    margin-bottom: 40px;
}

#sec03 .box_title span {
    background: none;
    color: #fff;
}

#sec03 .x2 .box {
    width: 48%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: .2rem solid #6cdb80;
    outline-offset: -0.6125rem;
}

#sec03 h3 {
    color: inherit;
    border-radius: 0;
    background: none;
    padding: 0;
}

@media(max-width:999px) {
    #sec03 {
        padding: 2.5em 0 2em;
        margin-bottom: 5px;
    }

    #sec03 .x2 .box {
        width: 96%;
    }

    #sec03 .x2 .box img,
    #sec03 .x2 .box p {
        width: 100%;
        margin: 0 0 1em;
    }

    #sec03 h3 {
        font-size: 1.1em;
    }

    #sec03 h3 .txt_orange {
        font-size: 120%;
        margin-right: 5px;
    }
}

/* ご利用の流れ */
#sec04 .bg_green {
    border-radius: 10px;
}

#sec04 .x1 .box {
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#sec04 img.fleft {
    background-color: #35c770;
    padding: 10px;
}

#sec04 .bg_green .arr {
    max-width: 50px;
    height: 18px;
}

@media(max-width:1024px) {
    #sec04 .box_wrap p.align_center {
        width: 96%;
        max-height: 100%;
        margin: 0 2%;
        -moz-text-align-last: left;
        text-align-last: left;
    }

    #sec04 .bg_green {
        padding: 1em 2%;
        width: 90%;
        margin: 1.5em auto 2em;
    }
}

@media(max-width:599px) {
    #sec04 .box img {
        width: 18%;
    }
}

/* #sec05 */
#sec05 .x2 .box {
    border-radius: 15px;
    overflow: hidden;
}