/* option */
a {
    color: #fff;
}

.blk {
    color: #000 !important;
}

.option {
    margin-top: 120px;
    background-color: #ea552924;
}

.option .content {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.option .content button {
    margin: 0 15px;
}

/* slider */

.slider .content {
    margin: 0 auto;
    text-align: center;
}

.slider .content img {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.slider {
    height: 760px;
    background-image: url(../image/main.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

/* contact-bottom  */
.contact-bottom {
    height: 106px;
    padding: 10px 185px;
    background-color: #ededed;
    align-items: center;
    position: relative;
    bottom: 50%;
    transition: bottom 1s;
}

.contact-bottom .element {
}

.contact-bottom .element .item1 {
    font-size: 16px;
    color: #262626;
    margin-bottom: 0;
}

.contact-bottom .element p.none-bottom {
    margin-bottom: 0;
}
.contact-bottom .element1 {
    border-right: 2px solid #adb5bd;
}

.contact-bottom .element .item2 {
    color: #ea5528;
    font-size: 35px;
    margin-bottom: 0;
}

.contact-bottom .element .btn-default {
    width: 100%;
}

#demo1 .item2 {
    color: #ea5528;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 900;
}



#demo1 .item1 {
    font-size: 14px;
    color: #262626;
    margin-bottom: 0;

}
#demo1.element{
    display: none;
}

#button-mobile {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    position: relative;
    background-color: #ededed;
    margin-right: .5rem;
    margin-bottom: .5rem;
}
#button-mobile:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: silver;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* menu */
.menu {
    height: 100px;
    background-color: #ea5528;
    align-items: center;
}

.menu .content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.menu .content .item {
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
}

.menu .content .item i {
    margin-right: 10px;
}

/* proplem  */
.proplem .content .element1 {
    padding: 50px;
    text-align: center;
}

.proplem .content .element1 button {
    padding: 15px;
    width: 80%;
    text-align: center;
    border-radius: 20px;
    border: solid 4px #ea5529;
    font-size: 50px;
    margin: 0 auto;
}

.proplem .content .element1 p.text {
    line-height: 1.6;
    font-size: 25px;
    letter-spacing: 2.5px;
    text-align: center;
    color: #262626;
    text-align: left;
    margin: 50px auto;
    max-width: 80%;
}

.proplem .content .element1 .galery {
    display: flex;
    justify-content: space-between;
    max-width: 70%;
    margin: 0 auto;
}

.proplem .content .element1 .galery .item-child {
    width: 30%;
}

.proplem .content .element1 .galery .item-child .title-arrow {
    background-color: #03bf4b;
}

.proplem .content .element1 .galery .item-child .title-arrow .arrow-down {
    border-top: 15px solid #03bf4b;
}

.proplem .content .element1 .galery .item-child img {
    width: 100%;
    height: 153px;
}

.proplem .content .element1 .device {
    margin: 50px auto;
}

.proplem .content .element1 .device .arrow-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #03bf4b;
}

.proplem .content .element2 {
    padding: 50px 100px;
    background-color: #ffccbc;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.proplem .content .element2 .post {
    display: flex;
    align-items: center;
}

.proplem .content .element2 .device {
    margin-bottom: 1rem;
}

.proplem .content .element2 .device .white {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
}

.proplem .content .element2 .post .icon img {
    width: 381px;
    height: 400px;
}

.proplem .content .element2 .post .info .background-text {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 15px 25px;
    font-size: 60px;
    color: #f4b43d;
    font-weight: bold;
}

.proplem .content .element2 .post .info .text {
    font-size: 25px;
    color: white;
}

.proplem .bottom-description {
    margin: 3rem auto 0 auto;
}

.all-step .content .element {
    padding: 50px 100px;
}

.all-step .content .element .item-step {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px dotted #ea5528;
}

.all-step .content .element .none {
    border: none !important;
}

.all-step .content .element .item-step .icon-ste {
    background: #ea5528;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: white;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.all-step .content .element .item-step .descres .des-text {
    margin-bottom: 1rem;
    font-size: 30px;
    color: #262626;
}

.all-step .content .element .item-step .descres .text {
    margin-bottom: 0;
    font-size: 20px;
    color: #262626;
}
.profile .content {
    background-color: #fde7e2 !important;
}
.profile .content .element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 100px;
    width: 100%;
    background-color: white;
    border-radius: 20px;
}
.profile .content .element1 {
    margin-bottom: 2rem;
}

.profile .content .element .info {
    max-width: 600px;
}

.profile .content .element .info h3 {
    font-size: 40px;
}

.profile .content .element .info p {
    font-size: 25px;
    color: #262626;
}

.profile .content .element .icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.profile .content .element .icon img {
    width: 245px;
    height: 245px;
    margin-bottom: 1rem;
}

.profile .content .element .icon span {
    text-align: center;
    font-size: 25px;
    color: #262626;
}

.advertisement {
    height: 850px;
    background-image: url(../image/main.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

.advertisement .content {
    margin: 0 auto;
    text-align: center;
}

.map .content {
    padding: 80px 100px !important;
}

.map .content .top .item {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.map .content .top .item .arrow-down {
    border-top: 15px solid #03bf4b;
}

.map .content .top .item .title-arrow .arrow-down {
    border-top: 15px solid #ea5528;
}

.map .content .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.map .content .top .item img {
    width: 200px;
    height: 150px;
}

.map .content .top .item .device {
    margin: 2rem auto;
}
.map .content .top .item .before-image {
    position: relative;
}
.map .content .top .item .before-image span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 5px;
    min-width: 100px;
    background-color: #dbdbdb;
    color: white;
    text-transform: capitalize;
    border-bottom-right-radius: 5px;
}
.map .content .top .item .after-image span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 5px;
    background-color: #f4833d;
    min-width: 100px;
    color: white;
    text-transform: capitalize;
    border-bottom-right-radius: 5px;
}
.map .content .top .item .after-image {
    margin-bottom: 1rem;
    position: relative;
}

.map .content .top .item span {
    text-align: center;
    font-size: 25px;
    color: #262626;
}

.map .content .bt {
    height: 600px;
    /* background-image: url(../image/グループ\ 118.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.map .content .bt img {
    width: 60%;
    position: absolute;
    right: 10%;
}

.map .content .bt .content-pop {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 25px solid #fada9e;
    background-color: #f4b43d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4%;
    left: 14%;
}

.map .content .bt .content-pop div {
    /* width: 90%; */
    padding: 50px;
}

.map .content .bt .content-pop p {
    font-size: 40px;
    text-align: justify;
}

.map .content .bt .content-pop span {
    font-size: 20px;
}

.map .content .bt .content-pop img {
    position: absolute;
    right: -10%;
    bottom: 10%;
    /* background-color: #cb6d72; */
    transform: rotate(80deg);
    width: 100px;
    z-index: 1;
}

@media (max-width: 1280px) {
    .second {
        height: 620px !important;
    }
}

@media (max-width: 992px) {
    .option .content {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .option .content button {
        margin: 0 1rem 0 0;
        width: 100% !important;
    }
    .map .content .top {
        margin-bottom: 2rem;
    }
}

#demo1.element.sticky-item {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: block;
}

@media (max-width: 576px) {
    /* #demo1 .element {
        margin-right: -15px;
        margin-left: -15px;
    } */

    .proplem .content .element2 .device {
        margin-bottom: 0;
    }
    .header .content {
        padding: 0 10%;
    }

    .header .content p {
        font-size: 0.75em;
    }

    .header .content img {
        width: 50px !important;
        height: 50px !important;
    }

    .slider {
        background-image: url("./../image/main3.png");
        margin-top: 50px;
        background-size: 242% 136%;
        background-position: 48% 100%;
    }

    .option {
        margin-top: 0px;
        padding-top: 4px;
    }

    .option .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .option .content button {
        width: 100px !important;
        height: 100px;
        border-radius: 50%;
        background-color: #ea5528;
        color: white;
        font-size: 0.4em;
        margin: 0;
    }

    .option .content button:nth-child(n + 1) {
        margin-right: 10px;
    }

    .option .content button:nth-child(n) {
        margin-left: 10px;
    }

    .option .content button span {
        font-size: 2.5em;
    }

    .option .content div:nth-child(2) button:nth-child(2) span {
        font-size: 1.8em;
    }
    .proplem .content .element1 button {
        font-weight: 900;
        text-align: left;
    }
}

@media (min-width: 376px) and (max-width: 576px) {
    .slider .content img {
        top: -13px !important;
    }
}
