/* --------------------
 Business
-------------------- */
.biz {
    background-color: #edf0f2;
    margin: 0 0 50px;
}

.biz__menu {
    margin: 0 0 20px;
    padding: 0 15px;
    transform: translateY(-50px);
}

@media (min-width: 768px) {
    .biz__menu {
        padding-left: 20px;
        padding-right: 20px;
        transform: translateY(-50%);
    }
}

.biz__menu-container {
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px;
    padding: 15px;
}

@media (min-width: 768px) {
    .biz__menu-container {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 35px 20px;
    }
}

.biz__menu__item {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: left;
}

@media (min-width: 768px) {
    .biz__menu__item {
        margin-bottom: 0;
        text-align: center;
    }
}

.biz__menu__item:last-child {
    margin-bottom: 0;
}

.biz__menu__item__link {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 0 0 15px;
    position: relative;
}

.biz__menu__item__link:before {
    border-bottom: 1px solid #5b5b5b;
    border-left: 1px solid #5b5b5b;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 8px;
}

.biz__menu__item__link:after {
    background-color: #5b5b5b;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    z-index: 0;
}

.biz__menu__item__link:hover:after, .biz__menu__item__link:focus:after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.biz__sp {
    margin: 0 0 80px;
}

.biz__sp-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .biz__sp-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.biz__sp__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 30px;
}

.biz__sp__title {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.4;
    margin: 0 0 30px;
}

.biz__sp__content {
    margin: 0 0 30px;
}

.biz__sp__content p {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
    margin: 0 0 30px;
}

.biz__sp__content p:last-child {
    margin-bottom: 0;
}

.biz__sp__pickup {
    margin: 0 0 30px;
}

.biz__sp__pickup__item {
    margin: 0 0 10px;
}

.biz__sp__pickup__item:last-child {
    margin-bottom: 0;
}

.biz__sp__pickup__item__text {
    background-color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
    padding: 10px;
}

.biz__sp__illust {
    margin: 0 -15px 100px;
    position: relative;
}

@media (min-width: 768px) {
    .biz__sp__illust {
        height: 114px;
        margin-bottom: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }
}

.biz__sp__illust:before {
    background-image: url(../images/pages/business/business-illust-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 850px 114px;
    bottom: -100px;
    content: "";
    display: block;
    height: 114px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .biz__sp__illust:before {
        bottom: 0;
        top: 0;
    }
}

.biz__sp__illust__item {
    text-align: center;
}

@media (min-width: 768px) {
    .biz__sp__illust__item {
        bottom: 66px;
        position: absolute;
        right: 60px;
        text-align: right;
        z-index: 0;
    }
}

.biz__sp__illust__item img {
    width: 130px;
}

@media (min-width: 768px) {
    .biz__sp__illust__item img {
        width: auto;
    }
}

.biz__sp__photo {
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .biz__sp__photo {
        padding-right: 220px;
    }
}

.biz__sp__photo__list {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 -12px 30px;
}

@media (min-width: 768px) {
    .biz__sp__photo__list {
        justify-content: flex-start;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.biz__sp__photo__list__item {
    margin: 0;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .biz__sp__photo__list__item {
        margin-right: 35px;
        padding-left: 0;
        padding-right: 0;
    }
}

.biz__sp__photo__list__item:last-child {
    margin-right: 0;
}

.biz__sp__photo__list__item-inner {
    position: relative;
}

.biz__sp__photo__list__item-inner img {
    position: relative;
    z-index: 1;
}

.biz__sp__photo__list__item-inner:after {
    background-color: #fff;
    bottom: -5px;
    content: "";
    display: block;
    height: auto;
    left: 5px;
    position: absolute;
    right: -5px;
    top: 5px;
    width: auto;
}

.biz__sp__photo__mascot {
    pointer-events: none;
    text-align: center;
}

@media (min-width: 768px) {
    .biz__sp__photo__mascot {
        bottom: -10px;
        position: absolute;
        right: 15px;
        top: auto;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.biz__sp__photo__mascot__fig {
    margin: 0 0 5px;
    text-align: center;
}

.biz__sp__photo__mascot__fig img {
    width: 101px;
}

@media (min-width: 768px) {
    .biz__sp__photo__mascot__fig img {
        width: 126px;
    }
}

.biz__sp__photo__mascot__caption {
    color: #7f7f7f;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .biz__sp__photo__mascot__caption {
        font-size: 1.1rem;
    }
}

.biz__sns {
    background-color: #fff;
    margin: 0 0 60px;
    padding: 120px 0 0;
}

@media (min-width: 768px) {
    .biz__sns {
        background-color: transparent;
        margin-bottom: 80px;
        padding-top: 0;
    }
}

.biz__sns-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 179.7142857143% 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .biz__sns-container {
        padding: 40px 0 500px;
    }
}

.biz__sns-container:before {
    background-image: url(../images/pages/business/business-sns-bg-mb.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: auto;
    content: "";
    display: block;
    height: auto;
    left: 0;
    padding: 179.7142857143% 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .biz__sns-container:before {
        background-image: url(../images/pages/business/business-sns-bg-mb@2x.png);
    }
}

@media (min-width: 768px) {
    .biz__sns-container:before {
        background-image: url(../images/pages/business/business-sns-bg.png);
        background-size: 1000px auto;
        bottom: 0;
        padding-top: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), (min-resolution: 2dppx) and (min-width: 768px) {
    .biz__sns-container:before {
        background-image: url(../images/pages/business/business-sns-bg@2x.png);
    }
}

.biz__sns-container-inner {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .biz__sns-container-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        z-index: 2;
    }
}

.biz__sns__head {
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 2;
}

@media (min-width: 768px) {
    .biz__sns__head {
        bottom: auto;
        left: auto;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        right: auto;
        top: auto;
    }
}

.biz__sns__head__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 30px;
    position: relative;
}

.biz__sns__head__title {
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.4;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .biz__sns__head__title {
        font-size: 2.4rem;
    }
}

.biz__sns__head__content {
    margin: 0;
}

.biz__sns__head__content p {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
    margin: 0 0 30px;
}

.biz__sns__head__content p:last-child {
    margin-bottom: 0;
}

.biz__sns__main {
    background-color: #ffffff;
    border: 10px solid #fff;
    margin: -20px auto 0;
    max-width: 820px;
    padding: 10px 0 20px;
    z-index: auto;
}

@media (min-width: 768px) {
    .biz__sns__main {
        bottom: 0;
        left: 0;
        margin-top: 0;
        padding-bottom: 0;
        position: absolute;
        right: 0;
        top: auto;
    }
}

.biz__sns__main__tag {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 15px 20px;
    justify-content: center;
    margin: 0 0 8%;
    padding: 0 40px;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .biz__sns__main__tag {
        flex-wrap: nowrap;
        gap: 15px;
        justify-content: space-between;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 20px;
    }
}

.biz__sns__main__tag span {
    background-color: #e7eaec;
    color: #5b5b5b;
    display: block;
    font-size: min(3.4666666667vw, 1.6rem);
    letter-spacing: 0.1em;
    padding: 0.5em 0;
    text-align: center;
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .biz__sns__main__tag span {
        flex-grow: 1;
        font-size: 1.4rem;
        width: auto;
    }
}

.biz__sns__main__gallery {
    background-color: #e7eaec;
    padding: 0 20px 40px;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .biz__sns__main__gallery {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        gap: 30px;
        justify-content: space-between;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.biz__sns__main__gallery__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 0 30px;
    padding: 30px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .biz__sns__main__gallery__head {
        margin-bottom: 0;
        padding-top: 15px;
        width: calc(25% - 15px);
    }
}

.biz__sns__main__gallery__head__subtitle {
    bottom: auto;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .biz__sns__main__gallery__head__subtitle {
        transform: none;
    }
}

.biz__sns__main__gallery__head__subtitle img {
    width: min(53.3333333333vw, 300px);
}

@media (min-width: 768px) {
    .biz__sns__main__gallery__head__subtitle img {
        width: 165px;
    }
}

.biz__sns__main__gallery__head__title {
    color: #5b5b5b;
    display: block;
    font-size: 3.5rem;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .biz__sns__main__gallery__head__title {
        font-size: 2.4rem;
    }
}

.biz__sns__main__gallery__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
}

@media (min-width: 768px) {
    .biz__sns__main__gallery__list {
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: space-between;
        width: calc(75% - 15px);
    }
}

.biz__sns__main__gallery__list__item {
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .biz__sns__main__gallery__list__item {
        width: calc(33.33333% - 20px);
    }
}

@media (max-width: 767px) {
    .biz__sns__main__gallery__list__item img {
        width: 100%;
    }
}

.biz__ep {
    margin: 0 0 80px;
}

.biz__ep-container {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

.biz__ep-container:before {
    background-image: url(../images/pages/business/business-ep-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 388px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.biz__ep-container-inner {
    margin: 0;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .biz__ep-container-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.biz__ep-container-inner:after {
    background-image: url(../images/pages/business/business-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 117px 112px;
    bottom: auto;
    content: "";
    display: block;
    height: 112px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 200px;
    width: 117px;
}

@media (min-width: 768px) {
    .biz__ep-container-inner:after {
        top: 50px;
    }
}

.biz__ep__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 30px;
}

.biz__ep__title {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.4;
    margin: 0 0 30px;
}

.biz__ep__content {
    margin: 0 0 250px;
}

.biz__ep__content p {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
    margin: 0 0 30px;
}

.biz__ep__content p:last-child {
    margin-bottom: 0;
}

.biz__ep__photo {
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .biz__ep__photo {
        padding-right: 200px;
    }
}

.biz__ep__photo__list {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 -12px 30px;
}

@media (min-width: 768px) {
    .biz__ep__photo__list {
        justify-content: flex-start;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.biz__ep__photo__list__item {
    margin: 0;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .biz__ep__photo__list__item {
        margin-right: 35px;
        padding-left: 0;
        padding-right: 0;
    }
}

.biz__ep__photo__list__item:last-child {
    margin-right: 0;
}

.biz__ep__photo__list__item-inner {
    position: relative;
}

.biz__ep__photo__list__item-inner img {
    position: relative;
    z-index: 1;
}

.biz__ep__photo__list__item-inner:after {
    background-color: #fff;
    bottom: -5px;
    content: "";
    display: block;
    height: auto;
    left: 5px;
    position: absolute;
    right: -5px;
    top: 5px;
    width: auto;
}

.biz__ep__photo__mascot {
    pointer-events: none;
    text-align: center;
}

@media (min-width: 768px) {
    .biz__ep__photo__mascot {
        position: absolute;
        right: 15px;
        top: 15px;
    }
}

.biz__ep__photo__mascot img {
    width: 141px;
}

@media (min-width: 768px) {
    .biz__ep__photo__mascot img {
        width: 176px;
    }
}

.biz__it {
    background-image: url(../images/pages/business/business-it-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 30px;
}

.biz__it-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .biz__it-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.biz__it__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 30px;
}

.biz__it__title {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.4;
    margin: 0 0 30px;
}

.biz__it__content {
    margin: 0 0 30px;
}

.biz__it__content p {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
    margin: 0 0 30px;
}

.biz__it__content p:last-child {
    margin-bottom: 0;
}

.biz__it__service {
    position: relative;
}

.biz__it__service:before {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    bottom: auto;
    content: "";
    display: block;
    height: 50px;
    left: -8px;
    position: absolute;
    right: -8px;
    top: 8px;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .biz__it__service:before {
        border-left-width: 6px;
        border-right-width: 6px;
        border-top-width: 6px;
        left: -15px;
        right: -15px;
    }
}

@media (min-width: 992px) {
    .biz__it__service:before {
        left: -50px;
        right: -50px;
    }
}

.biz__it__service__title {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .biz__it__service__title {
        margin-left: -15px;
    }
}

.biz__it__service__title__text {
    background-color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
    padding: 5px 15px;
}

.biz__it__service__list {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -6px;
}

@media (min-width: 768px) {
    .biz__it__service__list {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.biz__it__service__list__item {
    padding: 0 6px;
    width: 33.3333333333%;
}

@media (min-width: 768px) {
    .biz__it__service__list__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.biz__it__service__list__item__list__item {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .biz__it__service__list__item__list__item {
        margin-bottom: 30px;
    }
}

.biz__it__service__list__item__list__item:last-child {
    margin-bottom: 0;
}

.biz__it__service__list__item__list__item__text {
    background-color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 8px;
}

@media (min-width: 768px) {
    .biz__it__service__list__item__list__item__text {
        font-size: 1.6rem;
        letter-spacing: 0.2em;
        padding: 10px 15px;
    }
}