/* 会社概要 */


.sp_br {
    display: none;
}

.bl-sub-section {
    padding: 0;
}

.bl-sub-section_title {
    font-size: 2.7rem;
    margin-top: 0;
    margin-bottom: 3.125rem;
    font-weight: bold;
}

.bl-sub-section_content {
    background-color: #F7F7F7;
    padding: 5vw;
}

.bl-border-table {
    width: 100%;
    text-align: left;
}

.bl-border-table_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 10rem;
}

.bl-border-table_row:first-child {
    border-top: 1px solid rgb(225, 218, 212);
}

.bl-border-table_row:nth-child(2) {
    border-top: 1px solid rgb(225, 218, 212);
}

.bl-border-table_row {
    display: block;
    width: auto;
    max-width: 100%;
    border-bottom: 1px solid rgb(225, 218, 212);
}

.bl-border-table_row>th,
.bl-border-table_row td {
    padding: 38.6px 0;
}

.bl-border-table_title {
    width: 11.725rem;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    vertical-align: top;
    font-size: 1.55rem;
}

.bl-border-table_text {
    line-height: 2;
    font-size: 1.35rem;
}

.bl-border-table_text>a {
    color: transparent;
    background: linear-gradient(90deg, #f04b00 50%, #2d2f31 50%);
    background-position-x: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 210% 100%;
    display: block;
    padding-bottom: 0;
    margin-right: .875rem;
    transition: background-position-x .25s, color .25s;
    position: relative;
    padding-right: 1rem;
    line-height: inherit;
}

.bl-border-table_text>a:hover {
    color: transparent;
    background-position-x: 0%;
    transition-delay: 0s;
}

.bl-border-table_text>a::before {
    position: absolute;
    bottom: -.25rem;
    width: calc(100% - 1rem);
    height: 1px;
    content: "";
    background: #2d2f31;
    animation: line-anim-reverse .3s ease forwards;
}

@keyframes line-anim-reverse {
    0% {
        background: #f04b00;
        transform: scaleX(1);
        transform-origin: right;
    }

    49% {
        background: #2d2f31;
        transform-origin: right;
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(0);
        background: #2d2f31;
        transform-origin: left;
    }

    100% {
        transform: scaleX(1);
        background: #2d2f31;
        transform-origin: left;
    }
}

.bl-border-table_text>a:hover::before {
    animation: line-anim .3s ease forwards;
}

@keyframes line-anim {
    0% {
        background: #2d2f31;
        transform: scaleX(1);
        transform-origin: right;
    }

    49% {
        background: #2d2f31;
        transform-origin: right;
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(0);
        background: #f04b00;
        transform-origin: left;
    }

    100% {
        transform: scaleX(1);
        background: #f04b00;
        transform-origin: left;
    }
}

.bl-border-table_text>a::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: .5625rem;
    height: .5625rem;
    margin-top: -.21875rem;
    content: "";
    background-image: url(https://cdn.tyo.co.jp/wp-content/uploads/c-btn_icon_arrow_s.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: .5625rem;
}

.bl-border-table_text>a:hover:after {
    background-image: url(https://cdn.tyo.co.jp/wp-content/uploads/c-btn_icon_arrow_s_active.svg);
}

@media screen and (max-width: 768px) {
    .bl-sub-section {
        padding: 0;
    }

    .bl-sub-section_title {
        font-size: 2.4rem;
    }


    .bl-border-table_body {
        grid-template-columns: repeat(1, 1fr);
    }

    .bl-border-table_title {
        width: 14.725rem;
    }

    .bl-border-table_row>th,
    .bl-border-table_row td {
        padding: 15px 0;
    }
}


/* マップ */

.l-max {
    width: 100%;
    background-color: var(--colorD);
}

.access-body {
    position: relative;
}

.access-googlemap {
    position: relative;
    height: 37.36111vw;
    width: 100%;
}

.googlemap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.access-googlemap iframe {
    width: 100%;
    height: 37.36111vw;
}

.access-datail {
    height: 29.16667vw;
    width: 81.52778vw;
    left: 9.30556vw;
    top: 31.80556vw;
    display: flex;
    position: absolute;
    background-color: #F7F7F7;
    overflow: hidden;
    /* border: 1px solid var(--colorE); */
}

.access-datail-left {
    margin-top: 1.62153vw;
    margin-left: 8.33333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .access-datail-logo {
    height: 3.51111vw;
    width: 13.71111vw;
    margin-bottom: 50px;
} */

.logo {
    height: auto;
    min-height: 1px;
    width: 100%;
    width: 150px;

}

.access-datail-btn {
    margin: 0;
    margin-top: 2vw;
    height: 50px;
    width: 250px;
    position: relative;
    display: block;
    outline: none;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    color: #1a1a1a;
}

.btn-body {
    width: 100%;
    border: none;
    border-radius: 6.94444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    z-index: 3;
    box-sizing: border-box;
    background-color: var(--colorE);
}

.btnColor {
    color: var(--colorC);
}

.hover-btn:hover {
    color: var(--colorB);
}

.hover-btn:hover .link-path {
    /* fill: #e56910; */
    stroke: var(--colorB);
}

.hover-btn:hover .link-path {
    /* fill:#e56910; */
    stroke: var(--colorB);
}

.hover-btn:hover .btn-icon {
    transform: translateX(50%);
}

.btn-body::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: var(--colorC);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.hover-btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.btn-text {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    line-height: 106.2%;
    letter-spacing: .02em;
    font-family: "Barlow 600";
    white-space: nowrap;
    font-weight: bolder;
    color: white;
}


.link-icon {
    margin-left: 0.55556vw;
    margin-top: -3px;
    z-index: 10;
}


.btn-icon {
    margin-top: 0.03555vw;
    right: 1.2vw;
    position: absolute;
    display: flex;
    align-items: center;
    backface-visibility: hidden;
    transition: transform .3s;
}

.btn-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-body::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: var(--colorC);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.btn-body:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.access-datail-right {
    margin-left: 10.90278vw;
    margin-top: 9.16667vw;
    display: flex;
    flex-direction: column;
}

.address {
    font-size: 1.8rem;
    line-height: 215%;
    text-align: justify;
    font-feature-settings: "palt"on;
}

@media screen and (max-width: 1200px) {

    .access-datail-btn {
        height: 40px;
        width: 200px;
        position: relative;
        display: block;
        outline: none;
        border: 0;
        padding: 0;
        background-color: transparent;
        cursor: pointer;
        color: #1a1a1a;
    }



}

@media screen and (max-width: 800px) {
    .access-googlemap {
        position: relative;
        height: 57.36111vw;
        width: 100%;
    }

    .access-datail {
        border-radius: 0.83333vw;
        height: auto;
        width: 90vw;
        left: 5vw;
        top: 40vw;
        display: block;
        position: absolute;
        background-color: #F7F7F7;
        overflow: hidden;
        padding-top: 3vw;
        padding-bottom: 5vw;
    }

    .access-datail-logo {
        margin-bottom: 0vw;
    }


    .access-datail-left {
        margin-top: 8.62153vw;
        margin-left: 5vw;
        display: flex;
        flex-direction: column;
    }

    .access-datail-btn {
        height: 15vw;
        width: 80vw;
        position: relative;
        display: block;
        outline: none;
        border: 0;
        padding: 0;
        background-color: transparent;
        cursor: pointer;
        color: #1a1a1a;
    }

    .btn-text {
        font-size: 3vw;
    }

    .btn-icon {
        right: 5vw;
    }

    .access-datail-right {
        margin-left: 5vw;
        margin-right: 5vw;
        margin-top: 5vw;
        display: flex;
        flex-direction: column;
    }


    .address {
        font-weight: bolder;
        line-height: 140%;
    }

    .link-icon {
        margin-left: 2.5vw;
        margin-top: -3px;
    }

    .access-googlemap iframe {
        width: 100%;
        height: 57.36111vw;
    }

    .logo {
        width: 30vw;
    }

    .access-datail-logo {
        display: flex;
        justify-content: center;
    }

    .access-datail-left {
        margin-left: 0;
        margin-top: 0;
    }

    .access-datail-btn {
        margin: auto;
        margin-top: 5vw;
    }
}


.main_history {
    width: 100%;
    margin-top: 60vh;
    background-color: var(--colorE);
}

.history_p p {
    color: white;
}

.bcolorbg {
    color: black;
}

.company-d-flex {
    display: flex;
}


.businesses-list {
    width: 100%;
    padding: 0vw 8.34vw;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0;
}

.businesses-item {
    width: 100%;
    border-top: 7px solid var(--colorE);
    margin: auto;
    position: relative;
    border: none;
    list-style: none;
}



.businesses-item-list {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    background-color: white;
    padding: 2.5rem 5rem;
    border-radius: 30px;
}

.company-dt {
    font-size: 1.8rem;
}

.company-dd {
    font-size: 1.8rem;
}

.history {
    padding-bottom: 8vw;
}

.height {
    height: 60vh;
}

@media screen and (max-width: 800px) {

    .main_history {
        margin-top: 50vh;
    }

    .company-d-flex {
        display: block;
    }

    .businesses-list {
        padding: 0 4.34vw;
    }

    .businesses-item-list {
        padding: 2.5rem 2rem;
    }

    .sp_br {
        display: block;
    }

    .height {
        height: 60vh;
    }
}