@charset "UTF-8";
/* -------------------
common
--------------------- */
:root {
    --primary-black: #3e3e3e;
    --primary-gray: #f3f3f3;
    --contentWidth: 77.6%;
    --contentPadding: 11.2%;
}

/* -------------------
header
--------------------- */
.header__topic {
    display: block;
    font-family: "Cormorant Garamond";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 121% ;
    padding-top: 2rem;
    padding-left: 3.2rem;
    padding-bottom: 1.2rem;
}

.header__topic a {
    color: var(--primary-black);
}

/* bizcontact pc */
@media screen and (min-width: 769px) {
    .header__topic {
        display: none;
    }
}

/* -------------------
bizcontact
--------------------- */
body.page-id-18 , body.page-id-32 {
    background-color: var(--primary-gray);
}

.section--bizcontact {
    padding: 11.4rem 11.2% 0;
}

.topic {
    margin: 0 auto;
    text-align: center;
    color: #3E3E3E;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 100%;
}

.topicJP {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}

.bizcontactTxt {
    margin-top: 2.4rem;
    line-height: 220%;
}

.bizcontactTxt:first-of-type {
    margin-top: 6.2rem;
}

.catalog {
    text-decoration: underline;
    color: var(--primary-black);
    font-weight: 500;
    line-height: 286%;
}

.fadeInSupplement .fadeInSupplement--bizContact.show {
    margin: 9rem 0 0 14%;
    font-size: 1.2rem;
    line-height: 200%;  
    position: relative;
}

.fadeInSupplement--bizcontact::before {
    content: "";
    display: block;
    width: 11.1rem;
    height: 10.7rem;
    background-image: url(../images/bizContactImage.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -10.7rem;
    right: 0;
    opacity: 0; /* フェードイン用 */
    transition: opacity 1.5s ease; /* フェードイン用 */
}

.fadeInSupplement--bizcontact.show::before {
    opacity: 1; /* 表示 */
}

.form--bizcontact{
    margin: 10rem auto 0;
    text-align: center;
}

/* bizcontact pc */
@media screen and (min-width: 769px) {
    .section--bizcontact {
        padding: 15rem 0 0;
        width: 72.2%;
        margin: 0 auto;
    }

    .topic {
        font-size: 3.2rem;
    }
    
    .bizcontactTxt {
        margin-top: 6.4rem;
        text-align: center;
    }

    .bizcontactTxt:first-of-type {
        margin-top: 6.4rem;
    }

    .catalog {
        display: block;
        text-align: center;
        font-weight: 500;
        line-height: 257%;
    }
}