.mv_01 .mv_txtwh {
    width: 80%;
    max-width: 727px;
    height: 80px;
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    border: 1px solid #fff;
    color: #fff;
}

.pickup-head {
    padding-left: 0;
}

.headding-3 {
    color: #3B4043;
}

.author {
    padding-top: 20px;
    width: 100%;
    min-height: 60px;
    font-size: 1.8rem;
    color: #3B4043;
    font-weight: 500;
    font-size: 1.4rem;
}

.author img {
    max-width: 198px;
    width: 50%;
    padding-left: 18px;
    display: inline-block;
}

.heart {
    padding-top: 50px;
}

.heart .heart_desc {
    padding-top: 30px;
    margin-bottom: 50px;
}

.heart .heart_txt {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.94;
    color: #3B4043;
}

.heart .author {
    padding-top: 60px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
}
.heart .author-company {
    display: block;
}

.heart .author-position {
    display: block;
}

.heart .heart_img{
    width: 60%;
    margin: 40px auto 0;
}

.heart .heart_img img{
    width: 100%;
    height: auto;
}

.heart .br-pc{
    display: none;
}

.management {
    position: relative;
}

.management .management_img {
    position: relative;
    z-index: -1;
}

.management .management_img img {
    min-height: 592px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.management .management_txt {
    color: #3B4043;
    width: 96%;
    max-width: 700px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    padding: 20px;
    margin-left: 0;
}

.management .headding-3 {
    padding: 20px 0;
    padding-right: 0;
}

.management .management_desc {
    text-align: left;
    line-height: 2.22;
    font-size: 1.6rem;
    font-weight: 500;
}

.management .management_desc br {
    display: none;
}

.profile {
    margin-top: 50px;
}

.profile .profile_content {
    padding-bottom: 80px;
}

.profile .headding-3 {
    padding-left: 0;
}

.profile .profile_table {
    margin-top: 30px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.profile .profile_table dl {
    width: 100%;
    display: block;
    border-bottom: 1px solid #CCCCCC;
}

.profile .profile_table dl:last-child {
    border-bottom: 0;
}

.profile .profile_table dt {
    width: 100%;
    padding: 10px;
    min-height: 50px;
    font-weight: 700;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
}

.profile .profile_table dd {
    width: 100%;
    padding: 10px;
    font-weight: 400;
}

.profile .profile_button {
    margin-top: 49px;
}

.office .office-frame {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.office .office-item {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.office .office-item iframe {
    width: 100% !important;
}

.office .office-item_title {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 5px;
    display: flex;
}

.office .office-item_title span:not(:last-child) {
    margin-right: 24px;
}

.office .office-item_title span:last-child {
    font-weight: normal;
}

.office .office-item_desc {
    padding-bottom: 23px;
    font-weight: 400;
    line-height: 1.5;
}

.office .office-item_desc .office-sub {
    font-weight: 700;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.office .office-item_desc a {
    display: inline;
}

.policy {
    margin-top: 30px;
    background-color: #D9D2CA;
    padding: 55px 0 110px;
}

.policy .headding-sub {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 15px;
    color: #3B4043;
}

.policy .policy-list {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.7);
}

.policy .policy-list .policy-item {
    padding: 10px 18px;
    border-bottom: 1px solid #D9D2CA;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #3B4043;
    display: flex;
    align-items: baseline;
}

.policy .policy-list .policy-item span {
    width: 34px;
    font-size: 2.5rem;
    display: inline-block;
    margin-right: 10px;
}

.policy .author {
    padding-top: 30px;
    margin-left: 0;
    width: 100%;
    max-width: 453px;
}

.policy .author span {
    font-size: 1.6rem;
    display: inline-block;
    padding-right: 18px;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .mv_01 .mv_txtwh {
        height: 121px;
        font-size: 4.2rem;
        width: 96%;
        padding-bottom: 6px;
    }

    .author {
        font-size: 1.8rem;
    }

    .author img {
        width: auto;
        display: inline-block;
    }

    .heart {
        padding-top: 80px;
        margin-bottom: 100px;
    }

    .heart .container{
        width: 100%;
    }

    .heart .author{
        justify-content: flex-start;
    }

    .heart .heart_txt {
        font-size: 1.8rem;
    }

    .heart .heart_author {
        padding-top: 60px;
    }

    .heart .heart_desc {
        padding-top: 65px;
        margin-bottom: 70px;
        display: flex;
    }

    .heart .heart_img{
        margin-left: 20px;
        margin-top: 30px;
        display: block;
        width: 350px;
        min-width: 300px;
        height: auto;
    }

    .heart .br-pc{
        display: block;
    }

    .headding-3 .txt-focus {
        margin-bottom: 13px;
    }

    .management .management_txt {
        width: 100%;
        padding: 0 114px 130px 129px;
        margin-left: -8px;
    }

    .management .headding-3 {
        padding-top: 62px;
        padding-bottom: 70px;
        padding-right: 16px;
    }

    .management .management_desc {
        text-align: center;
        font-size: 1.8rem;
    }

    .management .management_desc br {
        display: block;
    }

    .profile {
        margin-top: 100px;
    }

    .profile .headding-3 {
        padding-left: 35px;
    }

    .profile .profile_content {
        padding-bottom: 80px;
    }

    .profile .profile_table.tab02 dt {
        justify-content: center;
        padding: 10px;
        padding-right: 22px;
    }

    .profile .profile_table dl {
        display: flex;
    }

    .profile .profile_table dt {
        width: 172px;
        padding: 10px 10px 10px 40px;
    }

    .profile .profile_table dd {
        width: calc(100% - 172px);
        padding: 12px 28px;
    }

    .office {
        margin-top: 0;
    }

    .office .headding-3 {
        padding-right: 22px;
    }

    .office .office-frame {
        margin-top: 74px;
    }

    .office .office-item {
        width: 47.18%;
        margin-bottom: 42px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .office .office-item_title {
        font-size: 2.5rem;
    }

    .policy {
        margin-top: 40px;
    }

    .policy .headding-3 {
        padding-left: 55px;
    }

    .policy .headding-sub {
        font-size: 1.8rem;
        padding-left: 55px;
    }

    .policy .policy-list {
        margin-top: 40px;
    }

    .policy .policy-list .policy-item {
        font-size: 2.5rem;
        align-items: center;
        padding: 14.5px 18px 15px;
    }

    .policy .policy-list .policy-item span {
        font-size: 3rem;
        margin-right: 42px;
    }

    .policy .author {
        padding-top: 66px;
        margin-left: 0;
    }

    .policy .author br {
        display: none;
    }

    .policy .author span {
        display: block;
        padding-right: 18px;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .heart {
        margin-bottom: 190px;
    }

    .profile {
        margin-top: 117px;
    }

    .profile .profile_content {
        padding-bottom: 163px;
    }

    .policy {
        margin-top: 210px;
    }

    .policy .policy-list {
        margin-top: 87px;
    }

    .office {
        margin-top: 38px;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    .office .office-item_title {
        flex-direction: column;
    }

    .office .office-item_title span:not(:last-child) {
        margin-right: 0;

    }

    .heart .heart_desc {
        padding-right: 1em;
        padding-left: 1em;
    }

    .heart .br-pc{
        display: none;
    }
}