@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
    background:
        url(../img/bg-deco-1.jpg) no-repeat left -8rem top -10rem,
        url(../img/bg-deco-3.jpg) no-repeat right -18rem top -18rem;
    background-size:
        60rem auto,
        60rem auto;
    padding: 5rem 0 6rem 0;
	position: relative;
}
@media screen and (max-width: 768px) {
    .top-kv {
        padding: 2rem 0 5rem 0;
    }
}
.top-kv::before {
    content: "";
    width: 100%;
    height: 50%;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 0;
}
.top-kv .wrap {
    overflow: hidden;
    padding: 1rem;
}
/* ---- swiper-slide ---- */
.swiper-slide {
    background: #fff;
    box-shadow: 0.2rem 0.5rem 0.6rem rgba(0,0,0,0.3);
    opacity: .5;
    transform: scale(.8) !important;
    transition: .7s;   
    position: relative;
}
.swiper-slide dl {
    padding: 2rem 2rem 3rem 2rem;
}
.swiper-slide dt {
    color: var(--red);
    font-weight: 900;
    margin-bottom: 0.5rem;
}
.swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
    z-index: 1;
}
.swiper-slide .new {
    display: block;
    width: 9rem;
    position: absolute;
    left: -0.4rem;
    top: -0.4rem;
}
/* ---- prev / next ---- */
.swiper-button-prev,
.swiper-button-next {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
    position: absolute;
    z-index: 999;
    transition: all .3s;
    box-shadow: 0.4rem 0.4rem 0.5rem rgba(0,0,0,0.4);
}	
@media screen and (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }	
}
.swiper-button-prev {
    background: url(../img/prev.png) no-repeat center;
    background-size: 100% auto;
    left: 34rem;
}	
.swiper-button-next  {
    background: url(../img/next.png) no-repeat;
    background-size: 100% auto;
    right: 34rem;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
    opacity: 0.5;
}
/* ---- pagination ---- */
.swiper-pagination {
    bottom: 2.6rem !important;
}
@media screen and (max-width: 768px) {
    .swiper-pagination {
        bottom: 2rem !important;
    }
}
.swiper-pagination-bullet {
    width: 0.8rem !important;
    height: 0.8rem !important;
    border-radius: 100%;
    background: #f4dfe5 !important; 
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background:var(--red) !important;
}



/* -------------------------------------------

column

------------------------------------------- */
.ttl-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.ttl-wrap > div {
    background: #fff;
    border: solid 0.12rem var(--pink);
    color: var(--pink);
    position: relative;
    padding: 0.7rem 5rem 1.1rem 5rem;
    font-size: 1.4rem;
}
.ttl-wrap > div::before {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 0.12rem var(--pink);
    position: absolute;
    left: -0.4rem;
    top: -0.4rem;
}
@media screen and (max-width: 768px) {
    .ttl-wrap {
        flex-direction: column;
        margin-bottom: 4rem;
        position: relative;
    }
    .ttl-wrap::before {
        content: "";
        width: calc(100% + 4rem);
        height: 8rem;
        background: #fff;
        position: absolute;
        left: -2rem;
        bottom: -6rem;
    }
    .ttl-wrap > div {
        margin-top: 1rem;
        padding: 0.7rem 3rem 1.1rem 3rem;
    }
}
.top-column {
    position: relative;
}
.top-column::before {
    content: "";
    width: 70%;
    height: 42rem;
    background: var(--bg-red);
    position: absolute;
    left: 15%;
    top: 4rem;
}
@media screen and (max-width: 768px) {
	.top-column {
        padding: 0 2rem;
        margin-top: -3rem;
    }
    .top-column::before {
        content: "";
        width: 100%;
        height: calc(100% - 6rem);
        background: var(--bg-red);
        position: absolute;
        left: 0;
        top: 3rem;
    }
}



/* -------------------------------------------

Interview

------------------------------------------- */
.top-interview {
    padding: 6rem 0 0 0;
    position: relative;
}
.top-interview  .heading-1 .en {
    color: var(--blue-1);
}
.top-interview .ttl-wrap > div {
    border: solid 0.12rem var(--blue-1);
    color: var(--blue-1);
}
.top-interview .ttl-wrap > div::before {
    border: solid 0.12rem var(--blue-1);
}
.top-interview::before {
    content: "";
    width: 70%;
    height: 42rem;
    background: var(--bg-blue);
    position: absolute;
    left: 15%;
    top: 10rem;
}
.top-interview li dt {
    color: #425682;
}
@media screen and (max-width: 768px) {
	.top-interview {
        padding: 6rem 2rem 0 2rem;
    }
    .top-interview::before {
        content: "";
        width: 100%;
        height: calc(100% - 12rem);
        position: absolute;
        left: 0;
        top: 9rem;
    }  
}



/* -------------------------------------------

article

------------------------------------------- */
article.top {
    padding: 6rem 0;
    background:
        url(../img/bg-deco-2.jpg) no-repeat left -28rem top 36rem,
        url(../img/bg-deco-3.jpg) no-repeat right -24rem bottom;
    background-size:
        60rem auto,
        60rem auto;
}
@media screen and (max-width: 768px) {
    article.top {
        padding: 6rem 0;
        background:
            url(../img/bg-deco-2.jpg) no-repeat left -15rem bottom 120rem,
            url(../img/bg-deco-3.jpg) no-repeat right -15rem bottom 120rem,
            url(../img/bg-deco-2.jpg) no-repeat left -15rem bottom -10rem,
            url(../img/bg-deco-3.jpg) no-repeat right -12rem bottom -30rem;            
        background-size:
            48rem auto;
    }	
}

/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {}

.privacy p {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 2;
}
.privacy .note {
    margin-top: -2rem;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    font-size: 1.2rem;
    position: relative;
}
.privacy .note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.privacy .note--mb {
    margin-bottom: 2rem;
}
.privacy dl dt {
    color: var(--red);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.privacy dl dd {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2;
}
.privacy .revision {
    margin-top: 5rem;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.5;
}


