.banner {
    width: 100%;
    height: 500px;
    background: url(../images/6141355414.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}

.banner>img {
    position: absolute;
    z-index: 9;
    left: 60px;
    top: 40px;
    width: 200px;
}
.banner>div>img{
    height: 180px;
}
#log {
    /* width: 100%;
    height: 180px;
    background-image: url(../images/z.gif);
    background-repeat:  no-repeat;
    background-size: contain;
    background-position: bottom; */
}

.banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
}

.banner>div {
    position: relative;
    z-index: 2;
    text-align: center;
}

.banner h2 {
    margin-bottom: 10px;
    font-size: 32px;
}

.banner p {
    font-size: 18px;
    margin: 0;
}

.c-headingD {
    text-align: center;
    font-size: 32px;
    font-family: 'Lato';
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 20px 0 30px;
}

.headingD1 {
    color: #fff;
    margin: 10px 0 40px;
}

.c-headingD .c-headingD__la-ja {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    font-family: "小塚ゴシック";
}

.conte {
    width: 80%;
    margin: 0 auto;
}

.conte1 {
    width: 60%;
    margin: 0 auto;
}
.conte1 p{
    margin-bottom: 6px;
    text-indent: 1em;
}

.c-definitionA {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
}

.c-definitionA .c-definitionA__term {
    width: 25%;
    margin-bottom: 8px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    font-size: 15px;
    color: #38457d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-definitionA .c-definitionA__des {
    width: 75%;
    margin-bottom: 8px;
    padding: 15px 20px;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .delighter.started {
        transform: none;
        opacity: 1;
    }

    .delighter {
        transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
        transform: translateX(-100vw);
        opacity: 0;
    }
}

.p-top-about__unordered {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.p-top-about__unordered__list {
    min-width: 360px;
    border: solid 2px #fff;
    position: relative;
    margin-bottom: 80px;
    background-clip: content-box;
    z-index: 4;
}

.p-top-about__unordered__list__btn {
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
}

.c-btnD {
    position: relative;
    display: block;
    width: 100%;
    max-width: 240px;
    padding: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    background-color: #fff;
}

.c-btnD:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

.dbs {
    color: #000;
}

.p-business__private__unordered__list {
    width: 92%;
}

.p-business__private__unordered__list__subttl {
    font-size: 20px;
    width: 100%;
    min-width: 225px;
    margin-bottom: 30px;
    text-align: center;
}

.p-business__private__unordered__list__ttl {
    background-color: #38457D;
    color: #fff;
    font-size: 13px;
    text-align: center;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;

}

.p-business__private__unordered__list__line {
    border-top: solid 1px #38457D;
    width: 40px;
    margin: 30px auto;
}

.txll {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 40px;
    box-sizing: border-box;
    margin-top: 60px;
}

.dbs {
    margin-bottom: 60px;
    background: #f8f8f8;
    padding: 30px 0 20px;
}

.p-business__private__unordered__list__subttl img {
    height: 40px;
    display: block;
    margin: 20px auto 10px;
}

.c-definitionA__des img {
    height: 24px;
}

.p-business__private__unordered__list__subttl span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-business__private__unordered__list__subttl span img {
    display: inline-block;
    height: 20px;
    margin: 0;
}

.globe {
    position: absolute;
    opacity: 1;
    width: 400px;
    z-index: 3;
    transition: all ease 2s;
}

.pp {
    width: 50%;
    margin: 30px auto 50px;
    color: #000;
    text-align: center;
}
.m_show{
    display: none;
}
.m_show1{
    display: block;
}
@media screen and (max-width: 768px) {
    .conte1 {
        width: 90%;
    }

    .c-definitionA .c-definitionA__term {
        width: 30%;
    }

    .c-definitionA .c-definitionA__des {
        width: 70%;
    }

    .banner>div {
        width: 94%;
    }

    .banner>div>img {
        height: 90px;
    }

    .globe {
        margin-top: 100px;
    }

    .pp {
        width: 90%;
    }

    .conte {
        width: 100%;
    }

    .p-business__private__unordered {
        width: 98%;
        margin: 0 auto;
    }
    .m_show{
        display: block;
    }
    .m_show1{
        display: none;
    }

}

#log1 {
    display: none;
}