@charset "utf-8";

/* ==================================== 
mainVisual
=====================================*/
.mainVisual {
    position: relative;
}

.mainVisual::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; 
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.mv__Sp1 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mv__Sp2 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mv__Sp3 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mainVisual__pcBox {
    display: none;
}

.mv__topic {
    position: absolute;
    top: 50.8%;
    left: 5.8%;
    z-index: 15;
}

.mainVisual__topic1 {
    display: block;
    color: var(--primary-white);
    font-family: "Noto Sans JP";
    font-size: 10.6vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.mainVisual__topic2 {
    display: block;
    color: var(--primary-white);
    font-family: "Roboto";
    font-size: 9vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width:769px) {
    .mainVisual {
        position: relative;
    }

    .mainVisual::before {
        content: "";
        width: 91.6%;
        height: 100%;
        position: absolute;
        top: 0; 
        left: 8.3%;
        background-color: rgba(0,0,0,0.3);
        border-radius: 50px 0 0 50px;
        z-index: 10;
    }

    .mainVisual__spBox {
        display: none;
    } 

    .mainVisual__pcBox {
        display: block;
        margin-top: 115px;
        width: 91.6%;
        margin-left: auto;
        border-radius: 50px 0 0 50px;
    }

    .mv__Pc1 {
        display: block;
        border-radius: 50px 0 0 50px;
    }
    
    .mv__Pc2 {
        display: block;
        border-radius: 50px 0 0 50px;
    }
    
    .mv__Pc3 {
        display: block;
        border-radius: 50px 0 0 50px;
    }

    .mv__topic {
        position: absolute;
        top: 36.8%;
        left: 30.4%;
        z-index: 15;
    }

    .mainVisual__topic1 {
        font-size: 4.8vw;
    }

    .mainVisual__topic2 {
        font-size: 4.8vw;
    }
}

/* ==================================== 
section--greeting
=====================================*/
.section--greeting {
    padding: 60px 4.2%;
}

.topic__companyGreeting {
    max-width: 132px;
    font-size: 2.2rem;
    font-family: "M PLUS 1";
    line-height: 1.5;
    position: relative;
}

.topic__companyGreeting::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.topic__companyGreeting::after {
    position: absolute;
    top: 16px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.greeting__contentsBox {
    margin-top: 32px;
}

.representative__name {
    margin-top: 32px;
    text-align: center;
    font-family: "M PLUS 1";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.representative__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 16px;
}

@media screen and (min-width:769px) {
    .section--greeting {
        padding: 120px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .topic__companyGreeting {
        max-width: 228px;
        font-size: 3rem;
        line-height: 1.5;
        position: relative;
    }

    .topic__companyGreeting::before {
        top: 20px;
        width: 50px;
    }

    .topic__companyGreeting::after {
        top: 20px;
        width: 50px;
    }

    .greeting__img {
        float: left;
        width: 387px;
        margin: 25px;
    }

    .representative__name {
        margin-top: 48px;
        font-size: 1.8rem;
    }

    .representative__txt {
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 24px;
    }
    
}

/* ==================================== 
section--profile
=====================================*/
.section--profile {
    padding: 60px 4.2%;  
    background-color: var(--primary-sectionPink);
}

.company__profileBox {
    background-color: var(--primary-basewhite);
    border-radius: 20px;
    padding: 48px 4.2%;
}

.topic__companyProfile {
    font-family: "M PLUS 1";
    font-size: 2.2rem;
    max-width: 141px;
    line-height: 1.5;
    position: relative;
}

.topic__companyProfile::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.topic__companyProfile::after {
    position: absolute;
    top: 16px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.company__table {
    margin: 40px auto;
    width: 80%;
}

.company__table tr {
    border-bottom: 1px solid #b5b1b1;
    align-items: center;
}

.company__table th,
.company__table td {
    width: 100%;
    display: block;
    color: var(--primary-black);
    font-size: 1.4rem;
}

.company__table th {
    width: 100%;
    padding-top: 10px;
}

.company__table td {
    padding-top: 0;
    padding-bottom: 10px;
}

.dx__box {
    margin-top: 30px;
}

.topic__companyDX {
    font-size: 2.2rem;
}

.dx__btn {
    margin-top: 12px;
    font-size: 1.2rem;
    max-width: 230px;
    padding: 10px 33px 10px 12px;
}

.dx__btn::after {
    right: 25px;
}

@media screen and (min-width:769px) {
    .section--profile {
        padding: 120px 20px;
    }

    .company__profileBox {
        margin: 0 auto;
        max-width: 1200px;
        padding: 80px 261px;
    }

    .topic__companyProfile {
        font-size: 3rem;
        max-width: 264px;
    }
    
    .topic__companyProfile::before {
        top: 20px;
        width: 50px;
    }
    
    .topic__companyProfile::after {
        top: 20px;
        width: 50px;
    }

    .company__table tr {
        border-bottom: 1px solid #b5b1b1;
        display: flex;
        width: 100%;
        padding: 10px 0;
    }
    
    .company__table th,
    .company__table td {
        padding: 0;
        border: none;
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
    }

    .company__table td {
        text-align: left;
    }
    
    .company__table th {
        width: 60%;
    }

    .dx__box {
        margin-top: 88px;
    }

    .topic__companyDX {
        font-size: 3rem;
    }

    .dx__btn {
        margin-top: 12px;
        font-size: 1.6rem;
        max-width: 310px;
        padding: 10px 33px 10px 12px;
        justify-content: center;
    }
}

/* ==================================== 
section--access
=====================================*/
.section--access {
    padding: 60px 4.2%;
}

.topic__companyAccess {
    max-width: 148px;
    font-size: 2.2rem;
    position: relative;
}

.topic__companyAccess::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.topic__companyAccess::after {
    position: absolute;
    top: 16px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.access__contentsBox {
    margin-top: 32px;
}

.access__addressTxt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
}

.access__img {
    margin-top: 12px;
}

.map {
    width: 100%;
    height: 300px;
}

.access__howBox {
    margin-top: 20px;
}

.access__howTopic {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.how__txtBox {
    margin-top: 16px;
}

.how__txt1 {
    font-size: 1.6rem;
    line-height: 1.3;
}

.how__txt2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 16px;
}

@media screen and (min-width:769px) {
    .section--access {
        padding: 120px 20px 80px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .topic__companyAccess {
        max-width: 264px;
        font-size: 3rem;
    }

    .topic__companyAccess::before {
        top: 20px;
        width: 50px;
    }

    .topic__companyAccess::after {
        top: 20px;
        width: 50px;
    }

    .access__contentsBox {
        margin-top: 20px;
    }

    .access__addressTxt {
        font-size: 2.4rem;
        line-height: 1.5;
        text-align: center;
    }

    .access__img {
        max-width: 1146px;
        margin-top: 12px;
    }

    .map {
        width: 100%;
        height: 400px;
    }

    .access__howBox {
        margin: 24px auto 0;
        max-width: 710px;
    } 

    .access__howTopic {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
    }

    .how__txtBox {
        margin-top: 20px;
    }

    .how__txt1 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    .how__txt2 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-top: 18px;
    }
}