.intern {
    width: 100%;
    padding-top: 100px;
}
/* mv */
.intern__mv {
    width: 100%;
    height: 530px;
    background: url('../images/contents/intern-mv-bg.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}
.intern__mv__item {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.intern__mv__item img {
    width: 100%;
}
/* sec01 */
.intern__cnt01 {
    width: 100%;
    padding: 110px 0;
}
.intern__cnt01__inner {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}
.intern__cnt01__ttl {
    width: 80%;
    max-width: 550px;
    margin: 0 auto;
}
.intern__cnt01__ttl img {
    width: 100%;
}
.intern__cnt01__message {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 2;
    margin-top: 60px;
}
.intern__cnt01__item01 {
    width: 540px;
    position: absolute;
    top: 50%;
    left: -350px;
    transform: translateY(-50%);
}
.intern__cnt01__item01 img {
    width: 100%;
}
.intern__cnt01__item02 {
    width: 700px;
    position: absolute;
    top: 50%;
    right: -420px;
    transform: translateY(-50%);
}
.intern__cnt01__item02 img {
    width: 100%;
}
/* sec02 */
.intern__cnt02 {
    width: 100%;
    background: linear-gradient(#FFF 0%, #FFF 2%, #ECE7D3 2%, #ECE7D3 100%);
    padding: 0 0 90px 0;
}
.intern__cnt02__inner {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.intern__cnt02__block {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intern__cnt02__block:first-child {
    margin-top: 0;
}
.intern__cnt02__block:nth-child(even) {
    flex-direction: row-reverse;
}
.intern__cnt02__img {
    width: 48%;
    height: 350px;
    position: relative;
}
.intern__cnt02__img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #C6B662;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 1;
}
.intern__cnt02__img img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.intern__cnt02__txt {
    width: 45%;
}
.intern__cnt02__txt__ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intern__cnt02__txt__ttl h3 {
    display: inline-block;
    color: #C6B662;
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: #000;
    padding: 5px 10px;
}
.intern__cnt02__txt__ttl--num {
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
    margin-left: 30px;
}
.intern__cnt02__txt__ttl--num span {
    display: block;
    color: transparent;
    font-size: 66px;
    font-weight: 500;
    letter-spacing: 0.06em;
    -webkit-text-stroke: 1px #000;
}
.intern__cnt02__txt p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-top: 25px;
}
.intern__cnt02__item01 {
    width: 80px;
    position: absolute;
    top: 130px;
    left: -150px;
}
.intern__cnt02__item01 img {
    width: 100%;
}
/* sec03 */
.intern__cnt03 {
    width: 100%;
    padding: 160px 0 100px;
}
.intern__cnt03__inner {
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}
.intern__cnt03__voice {
    width: 100%;
    border: 2px solid #C6B662;
    padding: 60px 0 40px;
    margin-top: 70px;
    position: relative;
}
.intern__cnt03__voice:first-child {
    margin-top: 0;
}
.intern__cnt03__voice h3 {
    width: 380px;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    padding: 5px 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.intern__cnt03__voice h3 span {
    font-size: 13px;
    margin: 0 10px;
}
.intern__cnt03__voice--ttl01 {
    color: #FFF;
    background: #000;
}
.intern__cnt03__voice--ttl01 span {
    color: #C6B662;
}
.intern__cnt03__voice--ttl02 {
    color: #000;
    background: #C6B662;
}
.intern__cnt03__voice--ttl02 span {
    color: #FFF;
}
.intern__cnt03__comment__wrap {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.intern__cnt03__comment {
    width: 45%;
}
.intern__cnt03__comment__img {
    width: 150px;
    margin: 0 auto;
}
.intern__cnt03__comment__img img {
    width: 100%;
}
.intern__cnt03__comment__txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-top: 30px;
}
.intern__cnt03__comment__txt span {
    background: #ECE7D3;
}
.intern__cnt03__item01 {
    width: 480px;
    position: absolute;
    top: -290px;
    left: -410px;
    z-index: 1;
}
.intern__cnt03__item02 {
    width: 480px;
    position: absolute;
    top: -300px;
    right: -420px;
}
.intern__cnt03__item03 {
    width: 270px;
    position: absolute;
    top: 55%;
    right: -200px;
    transform: translateY(-50%);
}
.intern__cnt03__item01 img, .intern__cnt03__item02 img, .intern__cnt03__item03 img {
    width: 100%;
}
.intern__link {
    width: 100%;
    padding-bottom: 100px;
}
.intern__link__inner {
    width: 90%;
    max-width: 1040px;
    background: #ECE7D3;
    margin: 0 auto;
}
.intern__link__inner h3 {
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #FFF;
    padding: 20px;
}
.intern__link__cnt {
    width: 90%;
    max-width: 700px;
    padding: 40px 0;
    margin: 0 auto;
}
.intern__link__btn {
    display: block;
    width: 45%;
    color: #FFF;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    background: #A21943;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
}
.intern__link__btn:hover {
    background: #262626;
    transition: all 0.3s ease;
}
.intern__link__btn img {
    width: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .intern {
        padding-top: 70px;
    }
    /* mv */
    .intern__mv {
        height: 400px;
    }
    .intern__mv__item {
        width: 250px;
    }
    /* sec01 */
    .intern__cnt01 {
        padding: 50px 0;
    }
    .intern__cnt01__message {
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }
    .intern__cnt01__item01 {
        width: 200px;
        top: 15%;
        left: -180px;
    }
    .intern__cnt01__item02 {
        width: 200px;
        top: 15%;
        right: -150px;
    }
    /* sec02 */
    .intern__cnt02 {
        padding: 0 0 50px 0;
    }
    .intern__cnt02__block {
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .intern__cnt02__block:nth-child(even) {
        flex-direction: row;
    }
    .intern__cnt02__img {
        width: 100%;
        height: 250px;
    }
    .intern__cnt02__txt {
        width: 100%;
    }
    .intern__cnt02__txt__ttl {
        margin-top: 30px;
    }
    .intern__cnt02__txt__ttl h3 {
        font-size: 20px;
        padding: 5px 10px;
    }
    .intern__cnt02__txt__ttl--num {
        font-size: 18px;
        margin-left: 20px;
    }
    .intern__cnt02__txt__ttl--num span {
        font-size: 50px;
    }
    .intern__cnt02__txt p {
        margin-top: 20px;
    }
    .intern__cnt02__item01 {
        width: 50px;
        left: -65px;
    }
    /* sec03 */
    .intern__cnt03 {
        padding: 50px 0;
    }
    .intern__cnt03__voice {
        padding: 60px 0 40px;
        margin-top: 50px;
    }
    .intern__cnt03__voice h3 {
        width: 90%;
        max-width: 260px;
        font-size: 18px;
        text-align: center;
    }
    .intern__cnt03__comment__wrap {
        flex-wrap: wrap;
    }
    .intern__cnt03__comment {
        width: 100%;
        margin-top: 30px;
    }
    .intern__cnt03__comment:first-child {
        margin-top: 0;
    }
    .intern__cnt03__comment__img {
        width: 120px;
    }
    .intern__cnt03__comment__txt {
        margin-top: 20px;
    }
    .intern__cnt03__item01 {
        width: 200px;
        top: -100px;
        left: -150px;
    }
    .intern__cnt03__item02 {
        width: 200px;
        top: -160px;
        right: -150px;
    }
    .intern__cnt03__item03 {
        width: 150px;
        top: 55%;
        right: -100px;
    }
    /* link */
    .intern__link {
        padding-bottom: 50px;
    }
    .intern__link__inner h3 {
        font-size: 18px;
    }
    .intern__link__btn {
        width: 100%;
        font-size: 18px;
        padding: 20px 50px;
    }
    .intern__link__btn:hover {
        background: #A21943;
    }
}