.container {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.mv {
    height: 1000px;
    position: relative;
    width: 100%;
}
.mv::after {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 39%);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#mv-movie {
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}
#mv-movie {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#mv-movie.sp {
    display: none;
}
.mv-inner {
    height: 100%;
    position: relative;
    width: 100%;
}
.mv-text {
    position: absolute;
    left: 0;
    top: 20%;
}
@media screen and (max-width: 768px) {
    .mv {
        height: 650px;
    }
    #mv-movie.pc {
        display: none;
    }
    #mv-movie.sp {
        display: block;
    }
    .mv-text {
        width: 70%;
    }
}
.works {
    background: url(../images/works-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}
.works::after {
    background: url(../images/bg_diagonal.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 1000px;
    position: absolute;
    bottom: -600px;
    left: 0;
    transform: skewY(25deg);
    width: 100%;
    z-index: 1;
}
.works-inner {
    margin: 0 auto;
    padding: 80px 0 0;
    width: 92%;
    max-width: var(--main-column);
}
.works-head {
    margin: 0 0 100px;
}
.works-head__text {
    margin: 0 0 0 auto;
    width: 70%;
}
.works-catch {
    margin: 0 0 45px;
}
.works-copy {
    color: #fff;
    font-size: 30px;
    line-height: 1.8em;
    margin: 0 0 25px;
}
.works-comment {
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
}

.works-body {
    padding: 100px 0 80px;
    position: relative;
    z-index: 2;
}
.works-ttl {
    position: absolute;
    left: -2%;
    top: -2%;
}
.works-cards {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 0 0 auto;
    position: relative;
    right: -100px;
    width: calc(100% - 125px);
}
.works-card {
    width: 23%;
}
.works-card:not(:last-child) {
    margin-right: 25px;
}
@media screen and (max-width: 1468px) {
    .works-cards {
        right: -50px;
        width: calc(100% - 125px);
    }
}
@media screen and (max-width: 1268px) {
    .works::after {
        bottom: -250px;
    }
    .works-head__text {
        margin: 0 auto;
        position: relative;
        width: 100%;
        z-index: 2;
    }
    .works-ttl {
        width: 15%;
    }
    .works-cards {
        justify-content: space-between;
        flex-wrap: wrap;
        right: 15px;
        width: 80%;
    }
    .works-card {
        margin-top: 25px;
        width: 48%;
    }
    .works-card:not(:last-child) {
        margin-right: 0;
    }
    .works-card:nth-child(-n+2) {
        margin-top: 0;
    }
}
@media screen and (max-width: 968px) {
    .works-copy {
        font-size: 24px;
    }
    .works-comment {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .works-copy {
        font-size: 21px;
    }
    .works-card {
        width: 100%;
    }
    .works-card:nth-child(-n+2) {
        margin-top: 25px;
    }
    .works-card:first-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 468px) {
    .works-ttl {
        width: 20%;
    }
    .works-cards {
        width: 75%;
    }
}
.instagram {
    margin: 0 0 80px;
    position: relative;
    z-index: 2;
}
.instagram-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1320px;
}

.georgia {
    position: relative;
    z-index: 2;
}
.georgia-inner {
    background: url(../images/georgia-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 640px;
    margin: 0 auto;
    padding: 100px;
    position: relative;
    width: 92%;
    max-width: 1320px;
}
.georgia-inner::after {
    background: url(../images/georgia-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 16px;
}
.georgia-text {
    margin: 0 0 0 auto;
    width: 52%;
}
.georgia-ttl {
    margin: 0 0 35px;
}
.georgia-text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
    margin: 0 0 45px;
}
.georgia-btn {
    display: block;
    width: 100%;
    max-width: 343px;
}
.georgia-txt {
    position: absolute;
    left: 2%;
    bottom: 2%;
    width: 40%;
}
@media screen and (max-width: 968px) {
    .georgia-inner {
        height: 100%;
        padding: 100px 25px 165px;
    }
    .georgia-text {
        width: 100%;
    }
}


.intern {
    padding: 80px 0;
    position: relative;
}
.intern::before {
    background: url(../images/bg_diagonal.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 1000px;
    position: absolute;
    top: -235px;
    left: 0;
    transform: skewY(-25deg);
    width: 100%;
    z-index: 1;
}
.intern-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: var(--main-column);
    z-index: 2;
}
.intern-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.intern-text {
    width: 55%;
}
.intern-image {
    width: 40%;
}

.intern-ttl {
    margin: 0 0 35px;
}
.intern-text h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 25px;
}
.intern-text p {
    font-size: 18px;
    font-weight: 900;
    line-height: 2em;
}
.intern-btn {
    margin: 35px 0 0;
    width: 100%;
    max-width: 345px;
}
@media screen and (max-width: 968px) {
    .intern-text h2 {
        font-size: 24px;
    }
    .intern-text p {
        font-size: 16px;
    }
    .intern-btn {
        max-width: 285px;
    }
}
@media screen and (max-width: 768px) {
    .intern-text {
        margin: 0 0 25px;
        width: 100%;
    }
    .intern-image {
        width: 100%;
    }
    .intern-text h2 {
        font-size: 21px;
    }
    .intern-btn {
        max-width: 255px;
    }
}
@media screen and (max-width: 568px) {
}


.column-inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.column-body {
    padding: 100px 0 80px;
    position: relative;
    z-index: 2;
}
.column-ttl {
    position: absolute;
    left: -2%;
    top: -2%;
}
.column-cards {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 0 0 auto;
    width: 90%;
}
.column-card {
    margin-right: 25px;
    padding-bottom: 20px;
    position: relative;
    width: 31%;
}
.column-card:nth-last-child(-n+2) {
    margin-right: 0;
}
.column-card:last-child {
    display: none;
}
.column-card::after {
    background: url(../images/icon-column.svg) no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
}
.column-card__text {
    margin: -55px auto 0;
    position: relative;
    width: 80%;
}
.column-card__text span {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 3px 5px;
}
.column-card__text p {
    background: #fff;
    color: #000;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 8px;
}

.column-more {
    margin: 0 0 35px;
    text-align: right;
}
.view-more {
    color: #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    padding: 0 25px;
    position: relative;
}
.view-more::after {
    background: url(../images/viewmore.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 100%;
}
@media screen and (max-width: 1268px) {
    .column-ttl {
        width: 15%;
    }
    .column-cards {
        justify-content: space-between;
        flex-wrap: wrap;
        right: 15px;
        width: 80%;
    }
    .column-card {
        margin-right: 0;
        width: 48%;
    }
    .column-card:nth-last-child(-n+2) {
        margin-right: 0;
        margin-top: 25px;
    }
    .column-card:last-child {
        display: block;
    }
    .column-card:nth-child(-n+2) {
        margin-top: 0;
    }
    .column-card__text p {
        font-size: 18px;
    }
    .view-more {
        font-size: 18px;
    }
}
@media screen and (max-width: 968px) {
    .column-body {
        padding: 20px 0 80px;
    }
}
@media screen and (max-width: 768px) {
    .column-card {
        width: 100%;
    }
    .column-card:last-child {
        display: none;
    }
    .column-card:nth-child(-n+2) {
        margin-top: 25px;
    }
    .column-card:first-child {
        margin-top: 0;
    }
    .column-card__text {
        width: 90%;
    }
    .column-card__text p {
        font-size: 16px;
    }
    .view-more {
        font-size: 16px;
    }
}
@media screen and (max-width: 468px) {
    .column-ttl {
        width: 20%;
    }
    .column-cards {
        width: 75%;
    }
}

.contact {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}
.contact::after {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.contact-inner {
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    width: 92%;
    max-width: var(--sub-column);
    z-index: 1;
}
.contact-head {
    margin: 0 0 65px;
    text-align: center;
}
.contact-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact-flex a {
    display: block;
    width: 48%;
}
.contact-flex .contact-tel {
    pointer-events: none;
}
#contact-movie {
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}
#contact-movie {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#contact-movie.sp {
    display: none;
}
@media screen and (max-width: 968px) {
    .contact-inner {
        padding: 0 15px;
    }
}
@media screen and (max-width: 768px) {
    .contact {
        padding: 120px 0;
    }
    .contact-inner {
        padding: 0;
    }
    .contact-flex a {
        width: 100%;
    }
    .contact-flex .contact-tel {
        margin: 0 0 25px;
        pointer-events: inherit;
    }
    #contact-movie.pc {
        display: none;
    }
    #contact-movie.sp {
        display: block;
    }
}
.msg-inner {
    text-align: center;
}
.msg-inner img {
    display: block;
    margin: 0 auto;
    mix-blend-mode: overlay;
    position: relative;
    left: -10%;
    width: 120%;
    max-width: none;
}

.header-contact {
    display: block;
    max-width: 200px;
}