/* html {
    font-size: 14px;
}
 */
.main {
    margin-top: 60px;
    padding: 0 15px;
}

.date {
    text-align: right;
    font-size: 1rem;
}

.introduce__date {
    font-size: 14px;
    text-align: right;
    display: block;
}

.introduce__head {
    color: #1571DA;
    font-size: 28px;
    margin-top: 0;
}

.introduce__company {
    margin-top: 20px;
}

.introduce__company-top {
    display: flex;
    justify-content: space-between;
}

.introduce__top-img {
    width: 47%;
}

.introduce__top-img img {
    border-radius: 30px;
}

.introduce__top-right {
    width: 47%;
}

.introduce__company-about {
    display: flex;
    align-items: center;
}

.introduce__company-about--column {
    flex-direction: column;
    align-items: flex-start;
}

.introduce__company-about-img {
    max-width: 100px;
    margin: 0;
}

#missparis_logo {
    max-width: 200px;
    margin: 0;    
}

.introduce__company-about--column .introduce__company-about-img {
    max-width: none;
    margin-bottom: 10px;
}

.introduce__company-about-img img {
    vertical-align: middle;
}

.introduce__company-about-name {
    font-size: 31px;
    margin: 0;
    margin-left: 40px;
}

.introduce__company-about-name-s {
    font-size: 21px;
    margin: 0;
    margin-left: 40px;
}

.introduce__company-about--column .introduce__company-about-name {
    margin-left: 0;
    line-height: 1.2;
}

.introduce__company-about--column .introduce__company-about-name span {
    margin-left: 0;
}

.introduce__company-about-name span {
    display: block;
    font-size: 22px;
    margin-left: -20px;
}

.introduce__company-target-info {
    margin-top: 40px;
}

.introduce__person-info {
    margin-top: 25px;
    line-height: 1.3;
}

.introduce__company-name {
    font-size: 18px;
    font-weight: 600;
}

.introduce__company-name span {
    display: block;
    font-weight: normal;
}

.introduce__person-name {
    font-weight: 600;
}

.introduce__company-txt {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.introduce__txt-left {
    width: 47%;
}

.introduce__company-title {
    font-size: 18px;
}

.introduce__txt {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.3;
}

.introduce__txt:last-child {
    border-top: 1px solid #c7c7c7;
}

.introduce__txt-right {
    width: 47%;
}

.introduce__txt-box {
    background-color: #eeeeee;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 7px 13px;
    color: #646464;
}

.introduce__txt-box dl dt {
    text-decoration: underline;
}

.introduce__txt-box dl dd {
    margin-left: 15px;
}


/*==============下部===============*/

.interviews {
    margin-top: 70px;
}

.interview-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 70px;
}

.interivew-box_reverse {
    flex-direction: row-reverse;
}

.interview-box_full .interview-box__left {
    width: 100%;
} 

.interview-box__left {
    width: 65%;
}

.interview-box__sub {
    font-weight: 600;
    font-size: 16px;
}

.interview-box__title {
    margin-top: 30px;
    font-size: 20px;
}

.interview-box__txt {
    margin-top: 20px;
    padding-left: 20px;
}

.interview-box__right {
    width: 30%;
}

.interview-box__right img {
    border-radius: 30px;
}

.interviews_missparis{
    margin: 30px auto 30px;
}

.missparis_img{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}


.link {
    margin: 80px auto 50px;
    width: fit-content;
    background-color: #eeeeee;
    padding: 30px;
    border-radius: 10px;
}

.link__title {
    text-align: center;
}

.link__links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.link__stores {
    max-width: 150px;
}

.link__store:first-child {
    margin-bottom: 15px;
}

.link__qr {
    width: 110px;
}


.pc {
    display: flex;
}

.sp {
    display: none;
}

/*スクロールした時のフローティング固定ヘッダ*/
header{ 
    position:relative;
    line-height:1;
    z-index:10000;
    width:100%;
    height: 70px;
    background-color:#fff;
    box-shadow: 0px 0px 3px  rgba(0,0,0,.1);
}
.clone_h{
    position:fixed;
    top:0;
    left:0;
    z-index:10000;
    width:100%;
    transition:0.3s;
    transform:translateY(-100%);
}
.clone_h{
    background: rgba(255, 255, 255, 0.9);
}
header.clone_h.show .pagenav{
    display: block;
    background: rgba(241, 241, 241, 0.9);
    border: 1px solid #F1F1F1;
    border-width: 1px 0;
}
header.clone_h.show .pagenav a{
    border:0;
    padding: 10px 0;
}
.clone_h.show{
    transform:translateY(0);
}




@media(max-width: 798px) {
    
    .main {
        margin-top: 40px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .introduce__company {
        margin-top: 8px;
    }

    .introduce__company-top {
        flex-direction: column;
    }

    .introduce__company-about-img {
        width: 70px;
    }

    .introduce__company-about-name {
        font-size: 1.85rem;
    }

    .introduce__company-about-name span {
        font-size: 1.35rem;
    }

    .introduce__company-about.sp {
        display: flex;
        justify-content: center;
    }

    .introduce__head {
        font-size: 1.7rem;
        margin: 10px 0 0 0;
    }

    /* .introduce__head br {
        display: none;
    } */

    .introduce__top-img {
        width: 100%;
        margin-top: 7px;
    }

    .introduce__top-right {
        width: 100%;
    }

    .introduce__company-target-info {
        margin-top: 20px;
    }

    .introduce__person-info {
        margin-top: 15px;
    }

    .introduce__person-name {
        font-size: 1.5rem;
        margin-top: 3px;
    }

    .introduce__company-title {
        font-size: 1.5rem;
    }

    .introduce__company-txt {
        flex-direction: column;
        margin-top: 20px;
    }

    .introduce__txt-left {
        width: 100%;
    }

    .introduce__txt {
        padding-top: 5px;
        font-size: 15.5px;
        line-height: 1.4;
    }

    .introduce__txt:last-child {
        padding-top: 10px;
    }

    .introduce__txt-right {
        width: 100%;
    }

    .introduce__txt-box {
        margin-bottom: 10px;
        padding: 7px 9px;
    }

    .interviews {
        margin-top: 50px;
    }

    .interview-box {
        flex-direction: column;
        margin-top: 60px;
    }

    .interview-box__title {
        margin-top: 10px;
    }

    .interview-box__txt {
        padding-left: 0;
        font-size: 15.5px;
        line-height: 1.4;
    }

    .interview-box__left {
        width: 100%;
    }

    .interview-box__right {
        width: 100%;
        margin-top: 7px;
    }
}