@charset "UTF-8";
/* ------------------------------
 トップメッセージ
------------------------------ */
.deco {
    position: relative;
}
.deco::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -55px;
    right: -50px;
    background: url("../img/person_deco01.png") 0px 0px / cover no-repeat;
}
/* ------------------------------
 トップメッセージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .deco::after {
        width: 80px;
        height: 80px;
        top: -25px;
        right: -30px;
    }
}
/* ------------------------------
 ミダックグループまるわかり
------------------------------ */
.flexBox.div3.aboutBox > * {
    box-shadow: rgba(0, 50, 90, 0.1) 0 0 18px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0;
}
.flexBox.div3.aboutBox img {
    width: 240px;
    margin: 20px auto 30px;
}
.flexBox.div3.aboutBox .f34 {
   font-weight: bold;
   width: 100%;
}
.flexBox.div3.aboutBox .f20 {
    width: 100%;
    color: #1a1a1a;
}
.flexBox.div3.aboutBox a {
    text-decoration: none;
    display: block;
    width: 100%;
}
/* ------------------------------
 ミダックグループまるわかり（PC）
------------------------------ */
@media screen and (min-width: 768px) {
    .flexBox.div3.aboutBox {
        gap: 15px;
    }
	.flexBox.div3.aboutBox > * {
        width: 370px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
    }
    .flexBox.div3.aboutBox a {
        padding: 40px;
    }
    .pop-content {
        width: 700px;
        padding-bottom: 40px;
    }
    .pop-content .cms_image {
        margin-bottom: 40px;
    }
    .pop-content h3 {
        margin: 0 45px 20px;
    }
    .pop-content .cms_text {
        margin: 0 45px 0;
    }
}
/* ------------------------------
 ミダックグループまるわかり（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .flexBox.div3.aboutBox {
        display: flex !important;
        gap: 10px 4%;
    }
	.flexBox.div3.aboutBox > * {
        width: 48%;
        padding: 20px 5%;
    }
    .flexBox.div3.aboutBox img {
        width: 240px;
        margin: 10px auto 20px;
    }
    .pop-content {
        padding-bottom: 30px;
    }
    .pop-content .cms_image {
        margin-bottom: 25px;
    }
    .pop-content h3 {
        margin: 0 5% 20px;
    }
    .pop-content .cms_text {
        margin: 0 5% 0;
    }
}
/* ------------------------------
 拠点マップ
------------------------------ */
.workplaceBox .cms_text a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}
.workplaceBox .cms_text a::after,
.workplaceBox .cms_text a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 4px 10px;
    background: url(/shared/img/icon_blank_circle.svg) no-repeat 0 0 / cover;
    vertical-align: middle;
}
.workplaceBox .cms_image.w350 {
    margin-bottom: 25px;
}
/* ------------------------------
 拠点マップ（PC）
------------------------------ */
@media screen and (min-width: 768px) {
    .workplaceBox .cms_text.w2-3 {
        margin-bottom: 0;
    }
}
/* ------------------------------
 拠点マップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .workplaceBox .cms_text.w2-3 {
        margin-bottom: 40px;
    }
}