@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("reset.min.css");

body {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

/* sec01 */
.container01 {
    width: 100%;
    height: 45vw;
    position: relative;
    background-image: url(../images/company/10Company_MvSp.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

/* .contentsSp {
    padding: 0 5%;
} */

.pdf__link {
    color: var(--color-main);
}

.company {
    width: 100%;
    /* height: 630px; */
    background-image: url(../images/company/10company_backImg.jpg);
    background-size: auto;
    background-repeat: repeat;
}

a:hover{
    text-decoration: underline;
    opacity: .7;
}

/* == sec01_10Company == */
#sec01_10Company {
    position: relative;
}

.co__mvSp {
    display: block;
    padding-bottom: 7.7%;
}

.co__mvPc {
    display: none;
}

.co__mainTitle {
    position: absolute;
    top: 50%;
    left: 8%;
    font-size: 1.9rem;
}

.co__subTitle {
    position: absolute;
    top: 65%;
    left: 10%;
}

.co__mvText {
    display: none;
}

/* == sec01_10Company PC == */
@media screen and (min-width: 999.8px) {
    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 2.6rem;
    }

    /* sec01 */
    .container01 {
        width: 100%;
        height: 27vw;
        position: relative;
        background-image: url(../images/company/10company_MV.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }


    .co__mvSp {
        display: none;
    }

    .co__mvPc {
        display: block;
    }

    .co__mvText {
        font-size: 1.2rem;
        display: block;
        width: 70%;
        max-width: 1400px;
        margin: 0 auto;
        padding-top: 1%;
        padding-left: 4.5%;
    }

    .co__mainTitle {
        top: 30%;
        left: 18%;
        font-size: 3.5rem;
        letter-spacing: 1rem
    }

    .co__subTitle {
        top: 40%;
        left: 18%;
        font-size: 2.6rem;
    }
}

/* == sec02_10Company == */
.company__title {
    font-size: 1.9rem;
    position: relative;
    padding-left: 22px;
    margin-bottom: var(--header-margin-bottom);
}

.company__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: var(--color-main);
}

.sec0210co_taxt {
    line-height: 2;
}

/* == table == */
.company__info {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
    margin-top: 4rem;
    margin-bottom: max(4rem, 4.5vw);
    font-size: 1em;
}

.company__info th,
.company__info td {
    padding: 10px 11px;
    vertical-align: top;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--color-main);
}

.company__info tr:first-child th,
.company__info tr:first-child td {
    border-top: none;
}

.company__info th {
    text-align: left;
    white-space: nowrap;
    border-right: 1px solid var(--color-main);
}

/* == btn == */
.sec0210co_btn {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-bottom: 30%;
    border: 1px solid var(--color-main);
    background-color: white;
    color: var(--color-main);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.sec0210co_btn:hover {
    background-color: #f4fadd;
}

.sec0210co_btn::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../images/company/sec02_10COicon.png");
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
}


#sec02_10Company {
    padding-top: 8%;
}


/* == sec02_10Company PC == */
@media screen and (min-width: 999.8px) {
    #sec02_10Company {
        padding-top: 8%;
    }

    .company__title {
        font-size: 3.5rem;
        
    }
    
    .company__info th,
    .company__info td {
        padding-right: 50px;
    }

    .sec0210co_btn {
        margin-top: 3%;
        margin-bottom: 8%;
    }
}


/* == sec03_10Company == */
.office__box {
    margin-bottom: 4rem;

    & img {
        width: 100%;
    }
}

.office__block {
    padding-top: 5%;
}

.office__title,
.office__line {
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.office__title{
    font-weight: bold;
}


.office__sec03Title {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 2rem;
    color: var(--color-white);
    font-weight: bold;
    background-color: var(--color-main);
}

/* == sec03_10Company PC == */
@media screen and (min-width: 999.8px) {
    #sec03_10Company.contents {
        padding-top: 0;
    }

    .office__box {
        display: flex;
        align-items: flex-start;
        padding-bottom: 2%;
        line-height: 1.5;
    }

    #sec03_10Company div:last-of-type .office__box:last-of-type {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .office__block {
        width: 100%;
        padding-top: 0;
        padding-left: 5%;
    }

    .office__img {
        width: 80%;
    }

    .office__sec03Title {
        margin-bottom: 2%;
    }
}

/* sec09 Contact*/

/* sec09 pc */
@media screen and (min-width: 999.8px) {
    .item__sec09 {
        text-align: center;
        border-top: solid 1px var(--color-main);
        border-bottom: solid 1px var(--color-main);
        padding: 30px 0;
    }

    .arrow__menu {
        position: relative;
        padding-right: 40px;
        /* 矢印分のスペース */
        cursor: pointer;
    }

    /* ::after で丸＋矢印 */
    .arrow__menu::after {
        content: "→";
        /* 矢印文字を表示 */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        color: white;
        background-color: #000;
        /* 丸の色 */
        border-radius: 50%;
        /* 丸くする */
    }

}