@charset "UTF-8";

  /* --------------
    Our service
-------------- */
.ourService__titleWrap {
    text-align: center;
    margin-top: 48px;
}
.ourService__titleTxt {
    display: inline-block;
    text-align: left;
    position: relative;
}
.ourService__titleWrap h2 {
    font-size: 2rem;
    font-weight: 700;
}
.ourService__titleWrap h3 {
    color: var(--primarylightdark);
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 12px;
}
.ourService__txt p {
    font-size: 1.4rem;
    font-weight: 400;
}
/* Japanese Contemporary Craft */
.JpCCraft {
    margin-bottom: 100px;
}
.JpCCraft__title::before {
        content: "";
        display: inline-block;
        background-image: url(../img/title_jccraft.jpg);
        background-size: cover;
        width: 130px;
        height: 130px;
        position: absolute;
        z-index: -10;
        top: -86%;
        left: -34%;
}
.JpCCraft__container {
    margin-top: 80px;
    padding: 0 5%;
    text-align: center;
}
.JpCCraft__img {
    max-width: 73%;
    margin: 0 auto;
}
.JpCCraft__link p {
    font-size: 1.2rem;
    font-weight: 400;
}
.JpCCraft__wrap {
    margin-top: 40px;
    padding: 0 5%;
    text-align: left;
}
.JpCCraft__wrap__txt p {
    line-height: 150%;
}
.JpCCraft__wrap__txt p:nth-child(2){
    margin-top: 32px;
}
.JpCCraft__site {
    margin-top: 48px;
}
.JpCCraft__site a {
    display: flex;
    gap: 1.5%;
}
.JpCCraft__ig {
    margin-top: 16px;
}
.JpCCraft__ig a {
    display: flex;
    gap: 2%;
}
/* Mijutsu Project */
.mProject {
    margin-top: 48px;
    margin-bottom: 180px;
}
.mProject__title {
    margin-top: 24px;
}
.mProject__title::before {
    content: "";
    display: inline-block;
    background-image: url(../img/title_mproject.jpg);
    background-size: cover;
    width: 130px;
    height: 130px;
    position: absolute;
    z-index: -10;
    top: -94%;
    left: -30%;
}
.mProject__container {
    margin-top: 40px;
    padding: 0 5%;
    text-align: center;
}
.mProject__img {
    max-width: 73%;
    margin: 0 auto;
}
.mProject__img_sp {
    display: block;
}
.mProject__img_pc img{
    display: none;
}
.mProject__wrap {
    padding: 0 5%;
    text-align: left;
}
.mProject__wrap__txt p {
    line-height: 150%;
}
.mProject__wrap__txt p:nth-child(2){
    margin-top: 32px;
}
.mProject__click {
    margin-top: 40px;
}
.mProject__click a {
    display: flex;
    align-items: center;
    gap: 2%;
}
.mProject__click p {
    font-size: 1.4rem;
    font-weight: 400;
}
.mProject__ig {
    margin-top: 48px;
    font-size: 1.2rem;
}
.mProject__ig a {
    display: flex;
    gap: 2%;
}

@media screen and (min-width:769px) {
    .ourService__titleWrap {
        padding: 0 6%;
        text-align: left;
    }
    .ourService__txt p {
        font-size: 1.6rem;
    }
/* Japanese Contemporary Craft */
    .JpCCraft {
        margin-top: 80px;
        margin-bottom: 180px;
        padding: 0 10%;
    }
    .JpCCraft__container {
        display: flex;
    }
    .JpCCraft__img img {
        width: 100%;
        margin-top: 4px;
    }
    .JpCCraft__wrap {
        width: 70%;
        padding: 0;
        margin-top: 0;
        margin-left: 4%;
    }
    .JpCCraft__link p {
        font-size: 1.4rem;
    }
    /* Mijutsu Project */
    .mProject {
        margin-top: 80px;
        margin-bottom: 180px;
        padding: 0 10%;
    }
    .mProject__title {
        margin-top: 0;
    }
    .mProject__container {
        margin-top: 80px;
        display: flex;
    }
    .mProject__img_pc img{
        display: block;
    }
    .mProject__img_sp {
        display: none;
    }
    .mProject__img img {
        width: 88%;
    }
    .mProject__wrap {
        width: 70%;
        padding: 0;
        margin-top: 0;
        margin-left: 4%;
    }
    .mProject__click a {
        gap: 2%;
    }
    .mProject__click p {
        font-size: 2rem;
    }
    .mProject__ig {
    font-size: 1.4rem;
    }
}