﻿@charset "UTF-8";
.swiper-slide-duplicate{
    display: none;
}
.swiper-wrapper {
    display: block;
    width: 100%;
}

#mainArea {
    padding: 60px 0 0;
}

.pcImg {
    height: 100%;
}

.miSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.misProfSet {
    width: 100%;
    padding: 0 5vw 10vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1000;
}

.misProfSet p.profImg {
    width: 100px;
    height: 100px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 0 2em;
}

.misProfSet .profBlk {
    width: calc(100%);
    text-align: left;
    margin: 0 0 2em;
}

.misProfSet .profBlk .profpos {
    margin: 0 0 .5em;
}

.misProfSet .profTxt {
    text-align: left;
}

.misBg {
    width: 90%;
}

.rightPos .misBg {
    margin: 10vw 5vw 0 auto;
}

.leftPos .misBg {
    margin: 10vw auto 0 5vw;
}

.leftPos .misProfSet .profBlk,
.leftPos .misProfSet .profTxt {
    text-align: right;
}

.infoSet {
    margin: 15vw auto 10vw;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80vw;
    padding: 5vw 0 0;
    border-top: 1px solid #eee;
}

@media screen and (min-width: 961px) {
    .swiper-slide-duplicate{
    display: block;
}
    .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #mainArea {
        padding: 0;
    }

    .swiper-slide {
        height: 100vh;
        background: #fff !important;
    }
    .swiper-slide a{
        width: 100%;
    }
    .miSet {
        height: 100vh;
    }
    .misBg {
        margin: auto 5vw auto auto;
    -webkit-filter: drop-shadow(0 0 4px #f0f0f0);
    filter: drop-shadow(0 0 4px #f0f0f0);
    }
    .misBg.hImg {
        margin: auto 20vw auto auto;
    }

    .wide .misBg.hImg {
        width: inherit;
        height: 80%;
    }
    .wide .misBg.hImg img{
        width: auto;
        height: 100%;
    }
    .misBg {
        width: 80%;
    }

    .misProfSet {
        bottom: 15%;
        padding: 0 0 0 3vw;
        position: absolute;
        left: 0;
        z-index: 1000;
    }

    .misProfSet::after {
        content: "";
        display: block;
        width: 3vw;
        height: 1px;
        background: #ddd;
        position: absolute;
        top: 49px;
        left: 0;
    }

    .infoSet {
        position: fixed;
        bottom: 10px;
        right: 20px;
        z-index: 1000;
        margin: 0 auto;
        padding: 0;
        text-align: right;
        border: none;
    }
}

@media screen and (min-width: 1281px) {}
