@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
/* .h2_style {
    font-size: 2.36vw;
} */
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block{
	background: url("../img/company/mainvisual.jpg")no-repeat;
	background-size: cover;
}
#mainvisual_block .row_box{
	align-items: center;
}

@media screen and (max-width: 840px) {
    #mainvisual_block{
        background: url("../img/company/sp/mainvisual.jpg")no-repeat;
        background-size: cover;
        background-position-y: bottom;
    }
}
@media screen and (max-width: 640px) {
    /* #mainvisual_block .contents_inner {
        margin-top: 30px;
    } */
}
/*-----------------------------------

	company_block

-----------------------------------*/
#company_block{
    padding: 100px 0 150px;
}
#company_block #company_01,
#company_block #company_02,
#company_block #company_03{
    padding-top: 14px;
    margin-top: -14px;
}
#company_block .company_wrapper {
    margin-top: 50px;
    margin-bottom: 100px;
}
#company_block .company_wrapper h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
#company_block .company_wrapper p {
    line-height: 30px;
}
#company_block .company_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 100px;
}
#company_block .table_wrapper table {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}
#company_block .history_wrapper table {
    margin-bottom: 0;
}
#company_block .table_wrapper table tr {
    border-top: 1px solid #707070;
    text-align: left;
}
#company_block .table_wrapper table tr:last-child {
    border-bottom: 1px solid #707070;
}
#company_block .table_wrapper table tr th {
    padding: 20px 0;
    width: 184px;
    font-size: 16px;
    font-weight: 500;
}
#company_block .table_wrapper table tr td {
    padding: 20px 0;
    font-size: 16px;
    width: calc(100% - 184px);
    font-weight: 500;
    line-height: 21px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    position: relative;
    padding: 16px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    flex-wrap: wrap;
}
.pagination ul li:first-child {
    position: absolute;
    left: 0;
}

.pagination ul li:last-child {
    position: absolute;
    right: 0;
}
.pagination ul li a {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    display: block;
    width: 38px;
    height: 38px;
}
.pagination ul li.prev a::before, .pagination ul li.next a::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid #48BEBE;
    position: absolute;
    top: 13px;
}
.pagination ul li.prev a::before {
    border-left: 3px solid #48BEBE;
    transform: rotate(-45deg);
    left: 15px;
}
.pagination ul li.next a::before {
    border-right: 2px solid #48BEBE;
    transform: rotate(45deg);
    right: 15px;
}
@media screen and (max-width: 840px) {
	#company_block .company_inner .company_box {
        width: calc((100% - 24px) / 2);
    }
    .pagination ul {
        column-gap: 18px;
    }
    .pagination ul li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
    #company_block {
        padding: 60px 0 200px;
    }
    #company_block #company_01,
    #company_block #company_02,
    #company_block #company_03{
        padding-top: 64px;
        margin-top: -64px;
    }
    #company_block .company_wrapper {
        margin-top: 35px;
        margin-bottom: 55px;
    }
    #company_block .company_wrapper p {
        line-height: 28px;
    }
    #company_block .table_wrapper table {
        margin-top: 35px;
        margin-bottom: 60px;
    }
    #company_block .history_wrapper table {
        margin-bottom: 0;
    }
    #company_block .table_wrapper table tr th {
        font-size: 14px;
        width: 96px;
        line-height: 15px;
    }
    #company_block .table_wrapper table tr td {
        font-size: 14px;
        width: calc(100% - 96px);
        padding: 10px 0;
        line-height: 33px;
    }
    .pagination ul {
        column-gap: 18px;
        padding: 16px 0 14px;
    }
    .pagination ul li a {
        font-size: 18px;
    }
    .pagination ul li:first-child {
        position: relative;
    }
    .pagination ul li:last-child {
        position: relative;
    }
}