@charset "utf-8";
/* CSS Document */

/* www.kanbarasetubi.jp
-----------------------------------------------------*/
#title div.wrapper {
    background-image: url(image/business.jpg);
}
@media (max-width: 550px) {
    #title div.wrapper {
        background-image: url(image/business_sp.jpg);
    }
}
#headerMenu > li:nth-of-type(2)::before {
    opacity: 0.6;
}

@media (max-width: 950px) {
    .anchorLink a {
        padding: 1em 0.95em;
    }
}
@media (max-width: 820px) {
    .anchorLink {
        text-align: left;
    }
}



.twoColumn {
    margin-top: 60px;
}
.twoColumn span {
    aspect-ratio: 500 / 354;
}

@media (min-width: 821px) {
    .tit {
        margin-bottom: 3em;
    }
}

@media (min-width: 821px) {
    main section .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .info {
        width: 45.28%;
        max-width: 480px;
    }
    .slider {
        width: 50.943%;
    }
}
.slider {
    max-width: 540px;
}

.info strong {
    display: block;
    margin-top: -0.4em;
    margin-bottom: 1.5em;
    font-size: 1.77777em;
    letter-spacing: 0.13em;
    line-height: 1.5;
}
@media (max-width: 1100px) {
    .info strong {
        font-size: 2.909vw;
    }
}
@media (max-width: 820px) {
    .info strong {
        font-size: 24px;
    }
    .slider {
        margin: 2em auto;
    }
    .titBlueLine {
        margin-top: 4em;
    }
}
@media (max-width: 550px) {
    .info strong {
        line-height: 1.375;
        letter-spacing: 0.05em;
    }
}
