@charset "UTF-8";
/*レスポンシブブレイクポイント*/
#face {
    background: #ccd6e0;
    height: 100vh;
    background-image: url(../images/office/top_img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1200px) {
    #face {
        min-height: auto;
        height: calc(100vh - 80px);
    }
}
@media (max-width: 767px) {
    #face {
        height: calc(100vh - 50px);
        max-height: 400px;
    }
}
#face .face_content {
    margin-left: 25vw;
    padding: 20px;
    width: calc(100% - 25vw);
    position: relative;
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    #face .face_content {
        margin-left: 0vw;
        padding: 20px;
        width: 100%;
    }
}
#face .face_content .face_txt {
    position: absolute;
    left: 30px;
    bottom: 30px;
    line-height: 2;
    color: #222;
}
@media (max-width: 767px) {
    #face .face_content .face_txt {
        left: 0px;
        bottom: 0px;
        line-height: 2;
        font-size: 13px;
        text-align: justify;
        margin: 0 20px 20px;
    }
}

/*------------------------
main
------------------------*/
.h2_common span {
    font-size: 40px;
}
@media (max-width: 767px) {
    .h2_common span {
        font-size: 24px;
    }
}

.greeting_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .greeting_wrap {
        flex-direction: column-reverse;
    }
}
.greeting_wrap .txt {
    flex: 1;
    line-height: 2;
    margin-right: 30px;
}
@media (max-width: 767px) {
    .greeting_wrap .txt {
        width: 100%;
        margin-right: 0px;
        font-size: 14px;
    }
}
.greeting_wrap .txt .name {
    text-align: right;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .greeting_wrap .txt .name {
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.greeting_wrap .txt .name span {
    margin-right: 1em;
    font-size: 80%;
}
@media (max-width: 767px) {
    .greeting_wrap .txt .name span {
        margin-right: 1em;
        font-size: 80%;
    }
}
.greeting_wrap figure {
    width: 250px;
}
@media (max-width: 767px) {
    .greeting_wrap figure {
        width: 240px;
        margin: 0 auto 20px;
    }
}
.greeting_wrap figure img {
    width: 100%;
}
@media (max-width: 767px) {
    .greeting_wrap figure img {
        width: 100%;
    }
}

.office_box_module {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .office_box_module {
        width: 100%;
        flex-wrap: wrap;
    }
}
.office_box_module .office_box_dl {
    width: 50%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .office_box_module .office_box_dl {
        width: 100%;
        font-size: 14px;
    }
}
.office_box_module .office_box_dl dt {
    font-weight: bold;
    width: 7em;
}
@media (max-width: 767px) {
    .office_box_module .office_box_dl dt {
        width: 100%;
    }
}
.office_box_module .office_box_dl dt:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .office_box_module .office_box_dl dt:not(:last-child) {
        margin-bottom: 5px;
    }
}
.office_box_module .office_box_dl dd {
    width: calc(100% - 8em);
}
@media (max-width: 767px) {
    .office_box_module .office_box_dl dd {
        margin-bottom: 15px;
    }
}
.office_box_module .office_box_figure {
    width: 15%;
}
@media (max-width: 767px) {
    .office_box_module .office_box_figure {
        width: 100%;
    }
}
.office_box_module .office_box_figure .office_box_iamge {
    width: 100%;
}
@media (max-width: 767px) {
    .office_box_module .office_box_figure .office_box_iamge {
        display: block;
        width: 50%;
        margin: auto;
    }
}
.office_box_module .office_box_figure figcaption {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.office_address_module {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .office_address_module {
        width: 100%;
        display: block;
    }
}
.office_address_module:nth-child(n + 2) {
    margin-top: 40px;
}
.office_address_module .office_address_card {
    width: 47%;
}
@media (max-width: 767px) {
    .office_address_module .office_address_card {
        width: 100%;
        margin-top: 40px;
        font-size: 14px;
    }
}
.office_address_module .office_address_card .address_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .office_address_module .office_address_card .address_title {
        font-size: 18px;
    }
}
.office_address_module .office_address_card .card_inner {
    width: 100%;
}
.office_address_module .office_address_card .office_address_dl {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.office_address_module .office_address_card .office_address_dl dt {
    width: 20%;
}
.office_address_module .office_address_card .office_address_dl dd {
    width: 80%;
}
.office_address_module .office_address_card .office_address_map {
    height: 400px;
}
@media (max-width: 767px) {
    .office_address_module .office_address_card .office_address_map {
        height: 300px;
    }
}
.office_address_module .office_address_card .office_address_map iframe {
    width: 100%;
    height: 100%;
}

.security_wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .security_wrap {
        width: 100%;
    }
}
.security_wrap .security_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .security_wrap .security_title {
        font-size: 18px;
    }
}
.security_wrap .security_box {
    border: 1px solid #ddd;
    background: #f7f9fa;
    padding: 24px;
    box-sizing: border-box;
    line-height: 1.8;
    counter-reset: security_box_number;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .security_wrap .security_box {
        padding: 12px;
    }
}
.security_wrap .security_head_text {
    margin-bottom: 20px;
}
.security_wrap .security_box_dl {
    margin-bottom: 20px;
}
.security_wrap .security_box_dl dt:before {
    counter-increment: security_box_number;
    content: counter(security_box_number) '.';
    margin-right: 4px;
}
.security_wrap .security_box_dl dt:nth-child(n + 2) {
    margin-top: 10px;
}
.security_wrap .security_box_sign {
    text-align: right;
}
.security_wrap .security_policy_box {
    text-align: right;
}
.security_wrap .security_policy_box .security_policy_text {
    text-decoration: underline;
}
.security_wrap .security_policy_box .security_policy_text:hover {
    text-decoration: none;
}
.security_wrap .security_policy_box .security_policy_text img {
    margin-left: 4px;
    width: 64px;
    height: 64px;
}
.security_wrap .security_action_box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .security_wrap .security_action_box {
        flex-direction: column;
    }
    .security_wrap .security_action_box > img {
        width: auto;
        margin: auto;
    }
}
.security_wrap .security_action_box .security_action_text {
    flex: 1;
    margin-right: 30px;
}
@media (max-width: 767px) {
    .security_wrap .security_action_box .security_action_text {
        margin: 0 0 20px 0;
    }
}
.security_wrap .security_action_explain p:nth-child(n + 2) {
    margin-top: 10px;
}
.security_wrap .security_action_explain .explain_dl {
    margin-top: 20px;
}
.security_wrap .security_action_explain .explain_dl dt:nth-child(n + 2) {
    margin-top: 20px;
}
.security_wrap .security_action_explain .security_action_link {
    text-decoration: underline;
    color: #000;
}
.security_wrap .security_action_explain .security_action_link:hover {
    text-decoration: none;
}
/*# sourceMappingURL=office.css.map */
