.merit-wrp {
    margin: 0 auto 2em;
}

@media screen and (max-width:767px) {
    .merit-wrp {
        margin: 0 auto 2em
    }
}

/* column1 */
@media screen and (max-width:767px) {
    .about-hems {
        text-align: left !important;
    }

    .about-hems br {
        display: none;
    }
}

/* column2 */

.energy_conservation-wrp {
    display: inline-block;
    position: relative;
}

.energy_conservation-wrp::before,
.energy_conservation-wrp::after {
    content: '';
    display: block;
    width: 4em;
    height: 9em;
    background: url(../img/laurier.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    opacity: .4;
}

.energy_conservation-wrp::before {
    left: -5em;
    transform: translateY(-50%);
}

.energy_conservation-wrp::after {
    right: -5em;
    transform: translateY(-50%) scale(-1, 1);
}

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

    .energy_conservation-wrp::before,
    .energy_conservation-wrp::after {
        content: '';
        display: block;
        width: 3em;
        height: 7em;
    }

    .energy_conservation-wrp::before {
        left: -3.5em;
        transform: translateY(-50%);
    }

    .energy_conservation-wrp::after {
        right: -3.5em;
        transform: translateY(-50%) scale(-1, 1);
    }
}

/* .energy_conservation-wrp .icon {
    width: 130px;
    margin: 0 auto 1em;
} */

.energy_conservation-wrp p {
    font-size: 1.1em;
    color: #104a8d;
}

.energy_conservation-wrp p span {
    display: block;
    font-weight: normal;
    font-size: .85em;
}

.energy_conservation-wrp p+p {
    margin-top: 1em;
    font-size: 1em;
    color: #666;
}

.step-wrp {
    margin-top: 120px;
    margin-top: min(120px, 20vw);
    padding-top: 60px;
    padding-top: min(60px, 12vw);
    border: solid 2px #0075c1;
    font-size: 1.05em;
    position: relative;
}

.step-wrp-title {
        width: max-content;
    padding: .5em 3em;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    background: linear-gradient(90deg, #30bde0 0%, #002e6e 100%);
    /* 	border: solid 2px #0075c1; */
    line-height: 1.5;
    border-radius: 5rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
    .step-wrp-title {
        padding: .5em 2em;
        font-size: min(1.15em, 4.5vw);
    }
}

.step-title {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 1.5em 0 .5em;
    color: #003e60;
    background-color: #fff;
    border: solid 1px;
    border-radius: 4px;
    font-size: 1.2em;
    position: relative;
}


@media screen and (max-width:767px) {
    .step-title {
        width: 100%;
        font-size: min(1.1em, 4.2vw);
    }
}

.step-title .step-hd {
    width: 6em;
    padding: .1em 0;
    color: #fff;
    background-color: #003e60;
    font-size: 1em;
    position: absolute;
    left: calc(50% - 3em);
    top: -1em;
}

.step-title .step-hd .num {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    padding-top: .1em;
    margin-left: .3em;
    margin-right: -.3em;
    line-height: 1;
    font-size: .85em;
    color: #fff;
    border: solid 1px;
    /*     background-color: #fff; */
    border-radius: 50%;
    vertical-align: .05em;
}

.step-title+p {
    margin-top: 1.5em;
    font-size: 1.1em;
}

@media screen and (max-width:767px) {
    .step-title+p {
        font-size: 1em;
        text-align: justify;
    }

    .step-title+p br {
        display: none;
    }
}

.step-wrp .arrow {
    width: 1em;
    height: 6em;
    margin: -3em auto 0;
    position: relative;
    transform: translateY(0);
}

.step-wrp .arrow span {
    display: block;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #30bde0 0%, #002e6e 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: height .4s .3s ease;
}

.step-wrp .arrow.on span {
    height: 100%;
}

.step-wrp .arrow span::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid 1.2em transparent;
    border-top: solid 1.5em #30bde0;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%)
}

@media screen and (max-width:767px) {
    .step-wrp .arrow {
        width: 1em;
        height: 5em;
        margin: -1.5em auto 0;
    }
}

.control-list li {
    width: 32%;
    text-align: left;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

.control-list li .control-title {
    padding-left: 2.75em;
    margin-bottom: .5em;
    color: #0075c1;
    font-size: .9em;
    position: relative;
}

@media screen and (max-width:767px) {
    .control-list li {
        width: 100%;
        margin-bottom: 1em;
    }

    .control-list li .control-title {
        min-height: auto;
    }

    .control-list li .control-title br {
        display: none;
    }
}

.control-list li .control-title::before {
    display: block;
    content: '';
    position: absolute;
    top: -.2em;
    left: 0;
    background-image: url(/appeal/tech_assets/img/num1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.control-list li:nth-child(2) .control-title::before {
    background-image: url(/appeal/tech_assets/img/num2.svg);
}

.control-list li:nth-child(3) .control-title::before {
    background-image: url(/appeal/tech_assets/img/num3.svg);
}

.control-list li:nth-child(4) .control-title::before {
    background-image: url(/appeal/tech_assets/img/num4.svg);
}

.control-list li p {
    font-size: .75em;
    font-weight: normal;
}

@media screen and (max-width:767px) {
    .control-list li p {
        font-size: .8em;
    }
}

/* column3 */
.hems-voice-fig li {
    width: 46%;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hems-voice-fig li h3 {
    width: 100%;
    margin-bottom: .4em;
    font-size: .9em;
    text-align: center;
    color: #104a8d;
}

@media screen and (max-width:767px) {
    .hems-voice.columns-2 {
        display: flex;
    }

    #column3 .step-wrp {
        padding-top: min(60px, 3vw);
    }

    .order0 {
        order: 0;
        margin-top: 0 !important;
    }

    .order1 {
        order: 1;
        margin-top: 1em;
    }

    .hems-voice-fig li {
        width: 100%;
    }

    .hems-voice-fig li h3 {
        text-align: left;
        border-bottom: 1px solid;
        margin: .5em;
    }
}

.hems-voice-fig li .hems-voice-icon {
    width: calc(100% - 10em);
    text-align: center;
}

.hems-voice-fig li .hems-voice-function {
    width: 9em;
    display: flex;
    flex-direction: column;
}

.hems-voice-fig li .hems-voice-function span {
    padding: .4em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #104a8d;
    font-size: .75em;
    line-height: 1;
    text-align: center;
    border: solid 1px;
    border-radius: 3px;
}

.hems-voice-fig li .hems-voice-function span+span {
    margin-top: 3px;
}

.hems-ctl-wrp {
    padding-top: 13%;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.hems-ctl-wrp .hems-ctl-icon figure {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .hems-ctl-wrp {
        padding-top: 27vw;
    }

    .hems-ctl-wrp+.hems-ctl-wrp {
        margin-top: 5rem;
    }

    .hems-ctl-wrp .hems-ctl-icon figure {
        width: 80%;
    }
}

.hems-ctl-wrp .hems-ctl-icon {
    width: 85%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-65%, -33%);
}

.hems-ctl-wrp .slick-prev,
.hems-ctl-wrp .slick-next {
    top: 3.3em;
    z-index: 100;
}

.hems-ctl-wrp .slick-prev {
    left: 0;
    transform: translateX(-50%);
}

.hems-ctl-wrp .slick-next {
    right: 0;
    transform: translateX(50%);
}

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

    .hems-ctl-wrp .slick-prev,
    .hems-ctl-wrp .slick-next {
        top: 3.1em;
    }

    .hems-ctl-wrp .slick-prev {
        left: .75em;
    }

    .hems-ctl-wrp .slick-next {
        right: .75em;
    }
}

.hems-ctl-wrp .hems-ctl {
    width: 29%;
    padding: 1em 0 .5em;
    margin: 0 3%;
    position: relative;
}

.hems-ctl-wrp .hems-ctl .circle {
    width: 10em;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    font-size: .8em;
    color: #fff;
    background: linear-gradient(90deg, #48cfd9 0%, #0075c1 100%);
    z-index: 2;
}

.hems-ctl-wrp .hems-ctl figure {
    width: 240px;
    height: 0;
    padding-bottom: 240px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 1em;
}

@media screen and (max-width:767px) {
    .hems-ctl-wrp .hems-ctl figure {
        width: 55vw;
        height: 0;
        padding-bottom: 55vw;
    }
}

.hems-ctl-wrp .hems-ctl figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hems-ctl-wrp .hems-ctl h2 {
    margin-bottom: 1em;
    font-size: 1em;
    text-align: center;
    color: #104a8d;
}

.hems-ctl-wrp .hems-ctl .text-area p {
    font-size: .9em;
    font-weight: normal;
}

.tab-list li {
    width: 33%;
    padding: .75em .5em;
    text-align: center;
    border: solid 2px #ccc;
    background-color: #ccc;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    font-size: 1.05em;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .tab-list li {
        padding: .75em 0;
        font-size: .9em;
    }
}

.tab-list li.current {
    background-color: #f9f9f9;
}

.tab-list li.current::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: solid 2px #f9f9f9;
}

.tab-box {
    border: solid 2px #ccc;
    background-color: #f9f9f9;
}

@media screen and (max-width:767px) {
    .column2.columns-2.boil-img-wrp {
        width: 90% !important;
        margin: 0 auto;
    }
}

#emergency .title {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.3em;
    border: 1px solid #ccc;
    padding: .25em 1em;
}

#emergency .subtitle {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #104a8d
}

@media screen and (max-width:767px) {
    .hems-frame-wrp {
        padding: 1em;
    }
}

/* security */
#security .title {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.3em;
    border: 1px solid #ccc;
    padding: .25em 1em;
}

#security .lead {
    width: 100%;
    margin-bottom: 1em;
    font-size: min(1em, 4vw);
    text-align: center;
    margin-bottom: 2em;
}

#security .subtitle {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #104a8d;
}

#security .security-title {
    width: 100%;
    margin-bottom: 2em;
    font-size: 1.2em;
    background-color: #104a8d;
    color: #fff;
    padding: .5em;
    border-radius: 3em;
    letter-spacing: .1em;
}

#security .security-title .large {
    font-size: 1.4em;
    line-height: 1;
}

#security .box {
    width: 45%;
    margin-bottom: 2em;
    counter-increment: number;
}

@media screen and (max-width:767px) {
    #security .box {
        width: 100%;
    }
}

#security .box p {
    font-size: min(.9em, 3.5vw);
}

#security .box .subtitle {
    padding-left: 3em;
    position: relative;
}

#security .box .subtitle::before {
    content: counter(number);
    /* font-family: 'Bevan', sans-serif; */
    display: inline-block;
    font-size: 3.5em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-.25em);
    /* color: #fff; */
    /* text-stroke: 2px #104a8d;
    -webkit-text-stroke: 2px #104a8d; */
}

#security .box .subtitle .option {
    display: inline-block;
    font-size: .6em;
    background-color: #777;
    color: #fff;
    border-radius: 3em;
    line-height: 1;
    padding: .5em 1em;
    transform: translateY(-20%);
}

#security .img-area {
    padding: 0 3em;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {
    #security .img-area {
        padding: 0 1em;
    }
}

#security .note-wrp {
    width: 100%;
}

#security .note-wrp.text-center .note {
    display: inline-block;
    text-align: left;
}

#security .note-wrp.text-center .note a {
    text-decoration: underline;
}

/* movie */
.system-mov-wrp .w2 {
    display: block;
    text-align: center;
    width: 48%;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {
    .system-mov-wrp .w2 {
        width: 100%;
    }
}

.system-mov-wrp .w2 .mov-thumb {
    width: 100%;
    margin-bottom: 1em;
    position: relative;
}

/* PLAY */
.system-mov-wrp .w2 .mov-thumb::before {
    content: '';
    width: 4em;
    height: 4em;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 2em);
    left: calc(50% - 2em);
}

.system-mov-wrp .w2 .mov-thumb::after {
    content: '';
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .25em);
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 0.5em 0 0.5em .75em;
    border-color: transparent transparent transparent #003e60;
    border-style: solid;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .system-mov-wrp .w2 .mov-thumb::before {
        width: 3em;
        height: 3em;
        top: calc(50% - 1.5em);
        left: calc(50% - 1.5em);
    }
}

.system-mov-wrp .w2 .mov-thumb img {
    width: 100%;
    height: auto;
}

.lBox-wrp {
    width: 100%;
    position: relative;
    z-index: 998;
    display: none;
    order: 99;
}

.lBox-wrp .lBoxInner {
    width: 100%;
    padding: 40px 60px;
    /* overflow: auto; */
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .lBox-wrp .lBoxInner {
        padding: 0;
    }
}

.lBoxmov-wrp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .96);
    z-index: 999;
    overflow: hidden;
    overflow: auto;
    display: none;
}

.lBoxmov-wrp .lBoxInner {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    padding: 1em;
}

@media screen and (max-width:767px) {
    .lBoxmov-wrp .lBoxInner {
        border: none;
    }
}

.lBoxmov-wrp .lBoxInner .mov-wrp {
    width: 100%;
    height: 0;
    padding-bottom: 56.5%;
    position: relative;
}

.lBoxmov-wrp .lBoxInner .mov-wrp iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.closeBtn {
    width: 2.5rem;
    height: 2.5rem;
    position: fixed;
    right: 10px;
    top: 10px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 1000;
}

.closeBtn::before,
.closeBtn::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #444;
    position: absolute;
    left: 10%;
    top: 46%;
    transform: rotate(45deg);
    transform-origin: center;
}

.closeBtn::after {
    transform: rotate(-45deg);
}