@charset "UTF-8";

/* 
------------------------------------*/
.companyLayout .h2_wrap h2::after {
    content: "COMPANY";
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* 
------------------------------------*/
.companyLayout #c02 p, .companyLayout #c03 p {
    text-align: center;
    margin: 0 auto;
    max-width: 620px;
}




            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }




/* 
------------------------------------*/
.companyLayout #c04 table {
    border: none;
}
.companyLayout #c04 tr {
    border-bottom: 1px solid #000;
}
.companyLayout #c04 tr:first-child {
    border-top: 1px solid #000;
}
.companyLayout #c04 th {
    border-bottom: 0;
    background-color: transparent;
    vertical-align: baseline;
    padding-bottom: 0;
    text-align: left;
}
.companyLayout #c04 td {
    text-align: left;
    padding-top: 5px;
}
.companyLayout #c04 td .ttl {
    color: #39A886;
}
.companyLayout #c04 td ul > li:not(:last-child) {
    margin-bottom: 10px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .companyLayout #c04 th {
                    width: 30%;
                    padding-bottom: 20px;
                    text-align: center;
                }
                .companyLayout #c04 td {
                    width: 70%;
                    padding-top: 20px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* 
------------------------------------*/
.companyLayout #c05 .map {
    margin-bottom: 40px;
}
.companyLayout #c05 .map iframe {
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}
.companyLayout #c05 .flex {
    max-width: 900px;
    margin: 0 auto;
}
.companyLayout #c05 .access_box .add, .companyLayout #c05 .access_box .disc_li {
    position: relative;
    padding-left: 60px;
}
.companyLayout #c05 .access_box .add::before, .companyLayout #c05 .access_box .disc_li::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 10px;
}
.companyLayout #c05 .access_box .add::before {
    background-image: url("../img/company/company_c05_icon01.png");
    width: 46px;
    height: 46px;
}
.companyLayout #c05 .access_box .disc_li::before {
    background-image: url("../img/company/company_c05_icon02.png");
    width: 46px;
    height: 46px;
}
.companyLayout #c05 .access_box .add {
    margin-bottom: 40px;
}
.disc_li > li:not(:last-child) {
    margin-bottom: 30px;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .companyLayout #c05 .map {
                    margin-bottom: 60px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 
------------------------------------*/
.companyLayout #c06 .chara_flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 80px;
}
.companyLayout #c06 .chara_flex p:last-child {
    width: 25%;
    max-width: 266px;
}
.companyLayout #c06 .chara_flex p:not(:last-child) {
    width: calc(73% / 4);
}
.companyLayout #c06 .cassette_wrap .flex {
    position: relative;
}
.companyLayout #c06 .cassette_wrap .flex::before {
    position: absolute;
    content: "Profile";
    color: #FFAB6E;
    font-family: "Tilt Warp", serif;
    font-weight: bold;
    top: -60px;
    left: 47%;
    transform: translateX(-53%) rotate(-15deg);
    font-size: 4.5rem;
}
.companyLayout #c06 .cassette_wrap:not(:last-child) {
    margin-bottom: 40px;
}
.companyLayout #c06 .cassette_wrap .flex_box01 table {
    border: none;
}
.companyLayout #c06 .cassette_wrap .flex_box01 tr {
    border-bottom: none;
}
.companyLayout #c06 .cassette_wrap .flex_box01 th, .companyLayout #c06 .cassette_wrap .flex_box01 td {
    text-align: left;
    display: table-cell;
    padding: 10px 0;
}
.companyLayout #c06 .cassette_wrap .flex_box01 th {
    width: 20%;
    background-color: transparent;
    vertical-align: baseline;
    color: #604C3F;
}
.companyLayout #c06 .cassette_wrap .flex_box01 td {
    width: 80%;
    color: #604C3F;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .companyLayout #c06 .chara_flex {
                    margin-bottom: 120px;
                }
                .companyLayout #c06 .cassette_wrap .flex_box01:first-child {
                    width: 38%;
                }
                .companyLayout #c06 .cassette_wrap .flex_box01:last-child {
                    width: calc(58% - 120px);
                }
                .companyLayout #c06 .cassette_wrap .flex_box01 th {
                    width: 10%;
                }
                .companyLayout #c06 .cassette_wrap .flex_box01 td {
                    width: 90%;
                }
                .companyLayout #c06 .cassette_wrap:not(:last-child) {
                    margin-bottom: 60px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }