/**
* 使用クラス一覧
**/

/*--------------------------------------
/*
 * ・
 *
 *---------------------------------------/
/*******
 * PC
 *******/
.company__information_table {
    background: #f5f5f5;
    padding: 2rem 3%;
    display: flex;
    flex-wrap: wrap;
}
.company__information_table dt, .company__information_table dd {
    padding: 2%;
}
.company__information_table dt {
    color: #222;
    font-family: 'Jun 501', sans-serif;
    font-weight: 500;
    padding: 2%;
    flex-basis: 20%;
    border-bottom: 1px solid #dad9d6;
}
.company__information_table dd {
    border-bottom: 1px solid #dad9d6;
    flex-basis: 78%;
}
.company__information_table_child + .company__information_table_child {
    margin-top: 1.5rem;
}
.company__information_table_child_th {
    display: block;
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: .2rem;
}
.company__information_table_child_td {
    padding-left: 1rem;
    font-size: .9em;
}
.company__information_table_child ul {
    padding-left: 2rem;
}
.company__information_table_child li {
    list-style-type: disc;
}
.company__information_table_child_google_maps {
    position: relative;
    padding-bottom: 35%;
    overflow: hidden;
}
.company__information_table_child_google_maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.company__ceo {
    display: flex;
}
.company__ceo_image img {
    width: 25rem;
}
.company__ceo_voice {
    padding: 1.5rem 2rem 3rem 2rem;
    line-height: 1.8;
    text-align: center;
    position: relative;
}
.company__ceo_voice p {
    text-align: left;
}
.company__ceo_voice img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 15rem;
    margin: auto;
    opacity: .25;
}
.company__ceo_sign {
    text-align: right;
    font-size: 1.05rem;
    padding: 1rem 1rem 2rem;
    border-bottom: 2rem solid #ddd;
}

.company__title {
    text-align: center;
}
.company__title_lead {
    display: inline-block;
    position: relative;
    font-size: var(--font-10);
    letter-spacing: 1px;
    color: var(--main-color);
    position: relative;
}
.company__title_lead:before, .company__title_lead:after {
    position: absolute;
    content: "";
    border: 1px solid;
    top: 0;
    bottom: 0;
}
.company__title_lead:before {
    left: -.5rem;
    transform: rotate(-25deg);
}
.company__title_lead:after {
    right: -.5rem;
    transform: rotate(25deg);
}
.company__title_main {
    display: inline-block;
    border-bottom: 4px dotted var(--main-color);
    font-size: var(--font-18);
    font-weight: normal;
    line-height: 1;
    color: #222;
    margin: .5rem 0 1rem;
    padding-bottom: 0.5rem;
}

.company__guidelines {
    display: flex;
    justify-content: center;
    column-gap: 2rem;
    row-gap: 2rem;
    background-color: #eee;
    padding: 3rem 2rem;
    margin-bottom: 5rem;
}
.company__guidelines li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 20%;
}
.company__guidelines li .line_title {
    display: flex;
    flex: 3;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 0%;
    min-width: 40%;
    text-align: center;
    padding: 0;
    position: relative;
}
.company__guidelines li .line_title:before,
.company__guidelines li .line_title:after {
    position: absolute;
    content: "";
    border: 1px solid;
    top: .3rem;
    bottom: .3rem;
}
.company__guidelines li .line_title:before {
    left: -.5rem;
    transform: rotate(-25deg);
}
.company__guidelines li .line_title:after {
    right: -.5rem;
    transform: rotate(25deg);
}
.company__guidelines li img {
    max-width: 60%;
    padding: 0;
}
.company__guidelines li p {
    flex: 10;
    height: 100%;
    min-height: 0%;
    padding: 1rem 0 0 1rem;
}

.company__guidelines--ver2{
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    row-gap: 2rem;
    /* background-color: #eee; */
    /* padding: 3rem 2rem; */
    margin-bottom: 5rem;
}
.company__guidelines--ver2 li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 31%;
}
.company__guidelines--ver2 li .line_title {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 0%;
    font-size: var(--font-13);
    text-align: center;
    padding: 1rem;
    width: 100%;
    background-color: var(--second-color);
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.company__guidelines--ver2 li ul {
    flex: 7;
    height: 100%;
    min-height: 0%;
    padding: 1rem 1.5rem 2rem;
    background-color: #fff;
    width: 100%;
}
.company__guidelines--ver2 li ul li {
    align-items: flex-start;
    position: relative;
    align-items: flex-start;
    border-bottom: 1px dotted;
    margin-bottom: .5rem;
    padding: .5rem 0 .5rem 1.5rem;
}
.company__guidelines--ver2 li ul li:before {
    content: "★";
    position: absolute;
    top: .5rem;
    left: 0;
    color: #d12521;
}

.company__guidelines--ver3 {
    background-color: #eee;
    padding: 3rem 2rem;
    margin-bottom: 5rem;
}
.company__guidelines--ver3 li {
    text-indent: -3rem;
    padding-left: 2.6rem;
    margin-bottom: 0.5rem;
}

/*******
 * Tablet・SP
 *******/
@media screen and (max-width: 955px) {
    .company__information_table dt {
        background-color: #dad9d6;
        text-align: center;
        flex-basis: 100%;
    }
    .company__information_table dd {
        border: none;
        flex-basis: 100%;
    }
    .company__guidelines--ver2 li ul li {
        padding-left: 1rem;
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .company__guidelines {
        flex-wrap: wrap;
    }
    .company__guidelines li {
        flex-basis: 44%;
    }
    .company__guidelines--ver2 {
        flex-wrap: wrap;
    }
    .company__guidelines--ver2 li {
        flex-basis: 100%;
    }
    .company__guidelines--ver2 li ul {
        padding: 1rem 1rem 2rem;
    }
    .company__guidelines--ver2 li ul li {
        padding-left: 1.5rem;
    }
    .company__guidelines--ver3 li {
        text-indent: -4.6rem;
        padding-left: 4.6rem;
    }
    .company__ceo {
        flex-direction: column;
    }
    .company__ceo_image img {
        width: 100%;
    }
}