@charset "UTF-8";


/*-------------------------------------------

    0. anker--reset
    1. anker--release
    2. anker--type01

    -------------------------------------------*/


/* anker--reset
----------------------------------------------------------------*/

.keyvisual-block {
    background-image: url(../../img/policy/keyvisual-bg.jpg);
}
.page-block .h-style00 .en img {
    max-width: 240px;
    margin: 0 auto;
}


/* anker--release
----------------------------------------------------------------*/




/* anker--type01
----------------------------------------------------------------*/

.edit-area.type01 {}
.edit-area.type01 .inner {}
.edit-area.type01 h2 {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 80px;
}
.edit-area.type01 h2 span {
    color: #e23b2b;
}

.edit-area.type01 .photo-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: -80px 0 80px;
    padding-top: 80px;
}
.edit-area.type01 .photo-set .photo-side {
    width: 50%;
    height: 387px;
}

.edit-area.type01 .photo-set .photo-side img {
    width: 100%;
    height: 100%;
}

.edit-area.type01 .photo-set .text-side {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5%;
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
}


.edit-area.type01 .photo-set .text-side .h-style03 {
    width: 100%;
    margin: 0 0 10px 0;
}
.edit-area.type01 .photo-set .text-side p {
    font-size: 1.6rem;
    line-height: 2;
}



.edit-area.type01 .photo-set:nth-of-type(even) .photo-side {
    order:2;
}
.edit-area.type01 .photo-set:nth-of-type(even) .text-side {}




/* hover */
@media screen and (min-width: 1024px) {}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
    .edit-area.type01 {}
    .edit-area.type01 .inner {}
    .edit-area.type01 h2 {}
    .edit-area.type01 h2 span {}

    .edit-area.type01 .photo-set {}
    .edit-area.type01 .photo-set .photo-side {}
    .edit-area.type01 .photo-set .photo-side img {}

    .edit-area.type01 .photo-set .text-side {}
    .edit-area.type01 .photo-set .text-side .h-style03 {}
    .edit-area.type01 .photo-set .text-side p {}
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type01 {}
    .edit-area.type01 .inner {}
    .edit-area.type01 h2 {
        font-size: 1.9rem;
        padding: 0 5%;
        text-align: left;
        margin: 0 0 40px;
    }
    .edit-area.type01 h2 span {}
    .edit-area.type01 h2 br {
        display: none;
    }

    .edit-area.type01 .photo-set {
    margin: 0 0 40px;
    padding: 0;
}
    .edit-area.type01 .photo-set .photo-side {
        width: 100%;
        height: 240px;
        margin: 0 0 30px;
    }
    .edit-area.type01 .photo-set:nth-of-type(even) .photo-side {
        order: 0;
    }
    .edit-area.type01 .photo-set .photo-side img {}

    .edit-area.type01 .photo-set .text-side {
    width: 100%;
}
    .edit-area.type01 .photo-set .text-side .h-style03 {
    /* margin-left: 20px; */
}
    .edit-area.type01 .photo-set .text-side p {
    line-height: 1.8;
}
}

/* ~sp sizeL */
@media screen and (max-width: 425px) {}
