@charset "UTF-8";

/* bpo-ja.css */
a:hover {
    opacity: 0.8;
}

/* MV */
.top-mv_detail h2 {
    font-size: calc(5vw + -32px)!important;
}
.top-mv_inner {
    padding: 3.5rem 3.5rem 0!important;
}
.top-mv_img {
    max-width: 583px!important;
}
.top-mv_inner{
    justify-content: flex-start!important;
}
@media (max-width: 767px) {
    .top-mv_detail h2 {
        font-size: 26px!important;
    }
    .top-mv_inner {
        padding: 1.5rem 20px 2rem!important;
    }
    .top-trouble_right {
        flex-direction: column!important;
        padding: 2rem 20px!important;
        gap: 2rem!important;
    }
}
/* 強み */
.top-trouble_inner {
    padding: 6.5rem 0 6rem!important;
}
.top-trouble-sub_right {
    width: 100%!important;
}
.top-trouble_right {
    display: flex;
    flex-direction: row;
    gap: 6rem!important;
}
@media (max-width: 767px) {
    .top-trouble_inner {
        padding: 4rem 0 !important;
    }
}

/* ホテルコンサルだからこそできる4つの施策 */
.sub-title {
    margin-bottom: 5rem!important;
}
.sub-title strong {
    font-size: 2.5rem;
    font-weight: 500;
}
.initiatives-anchor-list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.anchor-number {
    position: relative;
    width: 258px;
    text-align: center;
    background: #3A086F;
    border-radius: 8px;
    padding: 3rem 0;
}
.anchor-number h4 {
    position: absolute;
    margin: 0 auto;
    width: 35%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.number-arrows {
    position: absolute;
    margin: 0 auto;
    width: 35%;
    bottom: -76px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px){
    .sub-title strong {
        font-size: 2rem;
    }
    .initiatives-anchor-list {
        flex-wrap: wrap;
        gap: 2.5rem 1rem;
    }
    .anchor-number {
        width: 47.5%;
    }
    .number-arrows {
        bottom: -40px;
    }
}


.top-value::before {
    width: 50%!important;
}
.top-value::after {
    width: 80%!important;
    height: 60%!important;
}
.top-value-list h3{
    font-family: 'Inter';
    font-size: 8rem;
    font-weight: 700;
    line-height: 100%;
    background: linear-gradient(180deg, #5A3D7C 0%, #111D4D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-value-list h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.top-value-detail {
    background: #ffffff3d!important;
    padding: 1.5rem!important;
    border-radius: 20px!important;
}
.top-value-detail h4 {
    font-size: 20px!important;
    padding: 0 0 1.5rem!important;
}
.top-value-box{
    align-items: center!important;
}
.initiatives-flex03 {
    align-items: flex-start!important;
    gap: 7.5rem !important;
}
.initiatives-02 {
    width: 40% !important;
}
.initiatives-03 {
    align-items: flex-start!important;
    width: 30%!important;
}

@media (max-width: 767px){
    .top-value {
        margin: 3.5rem 20px!important;
    }
    .top-value::before {
        width: 105%!important;
        height: 10%!important;
    }
    .top-value-list h3 {
        font-size: 4rem;
    }
    .top-value-list h2 {
        font-size: 1.5rem;
    }
    .top-value-detail {
        padding: 1.5rem 1rem!important;
    }
    .initiatives-02, .initiatives-03 {
        width: 100% !important;
    }
    .initiatives-flex03 {
        gap: 2rem !important;
    }
}

.cases-list{
    background: #ffffff3d;
    padding: 4rem 2.5rem;
    border-radius: 20px;
}
.cases-list .sub-title{
    margin-bottom: 2.5rem!important;
}
.cases-list-inner{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.cases-list-left{
    width: 45%;
}
.cases-list-right{
    width: 55%;
}
.cases-sub-title {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5rem 1.5rem;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin-bottom: 1rem;
}
.cases-list h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 2.5rem;
}
.cases-list-right table{
    width: 100%;
    background: #000733;
    border-radius: 20px;
    padding: 1rem 1.5rem;
}
.cases-list-right table tr{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #A31AFF;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.cases-list-right table tr:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cases-list-right table th{
    width: 20%;
}
.cases-list-right table td{
    width: 80%;
    font-size: 13px;
}

@media (max-width: 767px){
    .cases-list {
        padding: 2rem 1rem;
    }
    .cases-list-inner {
        flex-direction: column;
    }
    .cases-list .sub-title {
        margin-bottom: 1.5rem!important;
    }
    .cases-sub-title {
        font-size: 14px;
    }
    .cases-list h4 {
        font-size: 18px;
    }
    .cases-list-left, .cases-list-right {
        width: 100%;
    }
    .cases-list-right table {
        padding: 1rem 1rem;
    }
}
