body {
    font-family: 'yakuhanjp',
        'Noto Sans JP',
        'ヒラギノ角ゴ ProN W3',
        'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro',
        'メイリオ',
        Meiryo,
        'ＭＳ Ｐゴシック',
        'MS PGothic',
        sans-serif;
}

#page.in.sugoude {
    font-size: 18px;
}

.block {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bold {
    font-weight: bold;
}

.sec07 {
    position: relative;
    background-image: url(../img/sec07_img_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bgImage {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.sec07-title {
    margin: 0 auto 60px;
}

.sec07-title h2 img {
    margin: 0 auto 20px;
}


#page.in.sugoude .sec07-title h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
}

.sec07-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.sec07-content01 {
    justify-content: space-between !important;
    margin-bottom: 60px;
}

.sec07-leftArea,
.sec07-rightArea {
    width: 45%;
}

.content02-txt-emphasis {
    width: 87%;
    margin: 30px 0 30px 39px;

}

.content02-txt-emphasis li {
    color: #364d5c;
    font-weight: 700;
    font-size: 20px;
    text-indent: -2.1rem;
}

.content02-txt-emphasis li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 900;
    margin-right: 1rem;
}

.content02-txt-emphasis li:nth-of-type(odd) {
    margin-bottom: 20px;
}

.sec07-content02 {
    margin: 0 auto 60px;
    border: 1px solid #cd0262;
}

.sec07-content02 dl {
    align-items: normal;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
}

.sec07-content02 dl:last-of-type {
    border-bottom: none;
}


.sec07-content02 dt,
.sec07-content02 dd {
    padding: 2% 1%;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}

.sec07-content02 dt:last-of-type,
.sec07-content02 dd:last-of-type {
    border-bottom: none;
}


.sec07-content02 dd:nth-of-type(2) {
    flex-direction: column;
}

.sec07-content02 dt {
    position: relative;
    width: 30%;
    text-align: center;
    border-right: none;
    background: #cd0262;
    color: #fff;
}

.sec07-content02 dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.sec07-content02 dd {
    width: 70%;
}


.place_topArea {
    position: relative;
    display: inline-block;
    margin: 0 auto 1em;
    padding: 5% 0;
    width: 88%;
    text-align: center;
    color: #cd0262;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    border-radius: 14px;
    border: solid 2px #cd0262;
    box-sizing: border-box;
    z-index: 1;
}

.txt_place_leftArea {
    width: 46%;
    text-align: left;
}

.company_name {
    font-size: 1.4rem;
}

.img_place_rightArea {
    width: 45%;
}

.sec07-content02 a {
    color: #cd0262;
    text-decoration: underline;
}

.sec07-content03 .sec07-content03Area:first-of-type {
    margin-bottom: 60px;
}

.sec07-content03Area {
    border: 1px solid #364d5c;
    align-items: normal;

}

.content03-list {
    width: 80%;
    margin: 0 auto;
    color: #364d5c;
    font-weight: bold;
}

.sec07-content03Area li {
    margin-bottom: 1rem;
    display: inline-block;
}

.content03-leftArea,
.content03-rightArea {
    align-items: normal;
}


.content03-leftArea {
    width: 30%;
    text-align: center;
    background: #364d5c;
    color: #fff;
    position: relative;
}

.content03-leftArea p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.content03-rightArea {
    width: 70%;
    padding: 1% 2%;
    height: 100%;
}

.content03-leftArea .flex,
.content03-rightArea .flex {
    flex-direction: column;
}

.comment {
    text-align: right;
}

.professional-sec02 .wrap {
    padding-top: 0 !important;
}

.professional-sec02-ttl {
    text-align: center;
    margin: 0 auto;
}

.professional-sec02 .professional-ttl {
    margin: 20px auto 60px;
}

.professional-sec02 .professional-sec-flexitem-rig-txt01 {
    font-size: 1.8rem;
}

#page.in.sugoude .professional-sec02 .professional-sec-flexitem-rig-txt02 {
    font-size: 2.4rem;
}



@media(max-width: 768px) {
    #page.in.sugoude {
        font-size: 14px;
    }

    .flex {
        flex-direction: column;
    }

    .sec07 {
        padding-bottom: 40px;
        padding-top: 40px;
        background-position: center;
    }

    .sec07-title {
        margin-bottom: 30px;
    }


    .sec07-leftArea {
        text-align: center;
        margin-bottom: 20px;
    }

    .sec07-leftArea img {
        display: inline-block;
    }

    .sec07-leftArea,
    .sec07-rightArea {
        width: 100%;
    }

    .content02-txt-emphasis li {
        font-size: 16px;
    }



    .sec07-content02 dt {
        width: 100%;
    }

    .sec07-content02 dt {
        padding: 4% 0;
    }


    .sec07-content02 dd {
        width: 100%;
        padding: 3% 4%;
    }

    .place_topArea {
        font-size: 100%;
        margin: 0 auto 1em;
    }

    .txt_place_leftArea {
        text-align: center;
        width: 100%;
        margin-bottom: 24px;
    }

    .img_place_rightArea {
        width: 45%;
    }

    .sec07-content03Area {
        border: none;
    }

    .content03-list {
        width: 100%;

    }



    .content03-leftArea {
        width: 100%;
        text-align: center;
        border: 1px solid #444;
        border-bottom: none;
        padding: 4% 0;

    }

    .content03-rightArea {
        width: 100%;
        padding: 3% 4%;
        height: 100%;
        border: none;
        border: 1px solid #444;
    }

    .professional-sec02-ttl img {
        margin: 0;
    }

    .professional-sec02 .professional-ttl {
        margin: 2px auto 30px;
    }


    .professional-sec02 img {
        display: inline-block;
    }

    .professional-sec02 .professional-txt {
        flex-direction: row;
    }


    #page.in.sugoude .professional-sec-flexitem-lft {
        text-align: center;
        margin-right: 0;
    }

    #page.in.sugoude .professional-sec-flexitem-rig {
        margin-left: 16px;
    }

    #page.in.sugoude .professional-sec-flexitem-rig-txt01 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    #page.in.sugoude .professional-sec02 .professional-sec-flexitem-rig-txt02 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

@media(max-width: 768px)and (min-width: 450px) {
    .place_topArea {
        font-size: 100%;
    }

}