/* --------------------
 mixpress
-------------------- */
.mixpress {
    margin: 0 0 60px;
}

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

.mixpress__head {
    margin: 0 0 50px;
}

.mixpress__point {
    margin: 0 0 60px;
}

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

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

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

.mixpress__point__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 100px;
    position: relative;
    text-align: center;
}

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

@media (min-width: 992px) {
    .mixpress__point__title {
        font-size: 3.2rem;
    }
}

.mixpress__point__title:before {
    border-bottom: solid 3px #5472cd;
    border-radius: 3px;
    bottom: -50px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 50px;
}


.mixpress__point__list__item__video {
    margin: 30px auto 120px;
    max-width: 680px;

}
.mixpress__point__list__item__video p{
    text-align: center;
    margin-bottom: 70px;
}

@media (min-width: 768px) {
    .mixpress__point__list__item__video {
        margin-top: 60px;
    }
}

.mixpress__point__list__item__video__viewer {
    position: relative;
}

.mixpress__point__list__item__video__viewer:before {
    content: "";
    display: block;
    padding: 56.25% 0 0;
    width: 100%;
}

.mixpress__point__list__item__video__viewer iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.mixpress__about__service__title__text {
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .mixpress__about__service__title__text {
        display: inline-block;
    }
}

.mixpress__about__service__title__text:before {
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 2em;
}

@media (min-width: 768px) {
    .mixpress__about__service__title__text:before {
        right: 0;
        width: auto;
    }
}

.mixpress__point__list__item__blk {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .mixpress__point__list__item__blk {
        align-items: stretch;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.mixpress__point__list__item__blk__thumb {
    margin: 0 0 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .mixpress__point__list__item__blk__thumb {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.mixpress__point__list__item__blk__content {
    padding: 0;
    padding-bottom: 20px;
}

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

.mixpress__point__list__item__blk__content p {
    font-size: 1.4rem;
    line-height: 2.0;
    margin: 0 0 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}

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

@media (min-width: 768px) {
    .mixpress__point__list__item__blk__content p {
        font-size: 1.6rem;
    }
}


.mixpress__case_reason{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 120px;
}

.mixpress__case_reason-box {
    margin: 2em 0;
    border: 1px solid #3761AD;
    width: 234px;
    height: 214px;
}
.mixpress__case_reason-box .box-title {
    font-size: 1.5em;
    background: #3761AD;
    border: 1px solid #3761AD;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.mixpress__case_reason-box p {
    padding: 15px 20px;
    margin: 0;
}

@media (max-width: 768px) {
    .mixpress__case_reason{
        margin: auto;
    }
    
    .mixpress__case_reason-box {
        margin: 0.5em 0;
        width: 100%;
        height: auto;
    }
}


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

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

.mixpress__merit__title {
    border-bottom: solid 3px rgba(55, 97, 173, .3);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
}

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

@media (min-width: 992px) {
    .mixpress__merit__title {
        font-size: 2.8rem;
    }
}

.mixpress__merit__title__text {
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .mixpress__merit__title__text {
        display: inline-block;
    }
}

.mixpress__merit__title__text:before {
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 2em;
}

@media (min-width: 768px) {
    .mixpress__merit__title__text:before {
        right: 0;
        width: auto;
    }
}



.mixpress__case__list__item {
    margin: 0 0 120px;
}

@media (max-width: 768px) {
    .mixpress__case__list__item {
        margin: 0 0 3em;
    }
}

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

.mixpress__case__list__item__head {
    border-bottom: solid 3px rgba(55, 97, 173, .3);
    margin: 0 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .mixpress__case__list__item__head {
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.mixpress__case__list__item__head__label {
    display: block;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
}

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

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

@media (min-width: 768px) {
    .mixpress__case__list__item__head__label:before {
        border-bottom: solid 3px #5472cd;
        bottom: -3px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: auto;
    }
}

.mixpress__case__list__item__head__label .colored {
    color: #3761ad;
    font-size: 1.8rem;
    padding: 0 0 0 5px;
}

@media (min-width: 768px) {
    .mixpress__case__list__item__head__label .colored {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .mixpress__case__list__item__head__label .colored {
        font-size: 2.8rem;
    }
}

.mixpress__case__list__item__head__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .mixpress__case__list__item__head__title {
        font-size: 2.2rem;
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
    .mixpress__case__list__item__head__title {
        font-size: 2.8rem;
    }
}

.mixpress__case__list__item__head__title__text {
    display: block;
    position: relative;
}

.mixpress__case__list__item__head__title__text:before {
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 2em;
}

@media (min-width: 768px) {
    .mixpress__case__list__item__head__title__text:before {
        display: none;
    }
}

.mixpress__case__list__item-point {
    font-size: 1.5em;
}
@media (max-width: 768px) {
    .mixpress__case__list__item-point {
        font-size: initial;
    }
}

.mixpress__work__list__item__blk {
    margin: 0;
}

@media (min-width: 768px) {
    .mixpress__work__list__item__blk {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.mixpress__work__list__item__blk__thumb {
    margin: 0 0 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .mixpress__work__list__item__blk__thumb {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.mixpress__work__list__item__blk__thumb__link {
    display: inline-block;
    position: relative;
}

.mixpress__work__list__item__blk__thumb__link:before {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 0;
}

.mixpress__work__list__item__blk__thumb__link:after {
    background-image: url(../../assets/images/icons/icon-zoom-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    bottom: 40%;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: translateY(50%);
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1), bottom .2s cubic-bezier(.645, .045, .355, 1);
    width: 24px;
}

@media (min-width: 768px) {
    .mixpress__work__list__item__blk__thumb__link:after {
        background-size: 36px 36px;
        height: 36px;
        width: 36px;
    }
}

.mixpress__work__list__item__blk__thumb__link:hover:before, .mixpress__work__list__item__blk__thumb__link:focus:before {
    background-color: rgba(0, 0, 0, .3);
}

.mixpress__work__list__item__blk__thumb__link:hover:after, .mixpress__work__list__item__blk__thumb__link:focus:after {
    bottom: 50%;
    opacity: 1;
}

.mixpress__work__list__item__blk__main {
    padding: 0;
}

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

.mixpress__work__list__item__blk__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto 30px;
    max-width: 100%;
    width: 100%;
}

.mixpress__work__list__item__blk__main__table > tbody > tr > th, .mixpress__work__list__item__blk__main__table > tbody > tr > td {
    font-size: 1.4rem;
    padding: 8px;
}

@media (min-width: 768px) {
    .mixpress__work__list__item__blk__main__table > tbody > tr > th, .mixpress__work__list__item__blk__main__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 10px;
    }
}

.mixpress__work__list__item__blk__main__table > tbody > tr > th {
    background-color: #3761ad;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #3761ad;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .mixpress__work__list__item__blk__main__table > tbody > tr > th {
        width: 80px;
    }
}

.mixpress__work__list__item__blk__main__table > tbody > tr > td {
    border-bottom: 1px solid #3761ad;
    border-left: 1px solid #3761ad;
    border-right: 1px solid #3761ad;
    text-align: left;
    width: auto;
}

.mixpress__work__list__item__blk__main__table > tbody > tr:first-child > th, .mixpress__work__list__item__blk__main__table > tbody > tr:first-child > td {
    border-top: 1px solid #3761ad;
}

.mixpress__work__list__item__blk__main__table > tbody > tr:last-child > th {
    border-bottom-color: #3761ad;
}

.mixpress__overview__blk__main__action {
    margin: 80px 0 0;
}

.mixpress__overview__blk__main__action__button {
    background-color: #222222;
    border: 1px solid #222222;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 500px;
    padding: 12px 5px;
    text-align: center;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .mixpress__overview__blk__main__action__button {
        font-size: 1.6rem;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.mixpress__overview__blk__main__action__button:hover, .mixpress__overview__blk__main__action__button:focus {
    background-color: #ffffff;
    color: #222222;
}

.mixpress__case__list__item__gallery {
    margin:120px 0 0;
    text-align: center;
}

.mixpress__case__list__item__gallery__item {
    margin: 0 auto 30px;
    max-width: 522px;
}

.mixpress__contact{
    text-align: center;
    margin: 0 0 60px
}

.mixpress__contact-img {
    width:100%;
}
.mixpress__contact-img:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.mixpress__title_triangle {
    position: relative;
    border-bottom: 3px solid #3761ad;
    color: #3761ad;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0 10px;
    margin: 0 0 60px;
}
    /* 下三角 */ 
    .mixpress__title_triangle:after {
        border: 15px solid transparent;
        border-top-color: #3761ad;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 48.5%;
        position: absolute;
        width: 0;
    }