@charset "utf-8";
.VisialInterview {
	position: relative;
	padding: 2rem;
}
.interview-title {
	position: absolute;
	bottom: 60px;
	right: 20px;
}
.interview-title h1, .interview-title h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	color: #111;
	font-size: 1.6rem;
    line-height: 1.4;
	text-align: right;
}
.interview-title h1 {
	margin-bottom: 7.5rem;
}
.interview-title h1 span {
	font-size: 1.1rem;
}
.interview-title h2 {
	font-size: 1.1rem;
}
.interview-title h2 strong {
	display: inline-flex;
	padding: .2rem .8rem;
	background: #3c3c3c;
	 font-size: .6rem;
    letter-spacing: .02rem;
	color: #fff;
    font-family: "Noto Sans JP", sans-serif;
}
.interview-title h2 span {
    display: block;
	font-size: .8rem;
    font-weight: normal;
}

.Wrap-Lead {
    margin-top: 2rem;
	padding: 0 2rem;
    padding-bottom: 6rem;
	text-align: left;
}
.Wrap-Lead p {
	font-size: 1.1rem;
}


/* Head */
.TitleBox {
margin-bottom: .5rem;
}
.TitleBox a {
	display: inline-flex;
	padding: .2rem .8rem;
	background: #3c3c3c;
	 font-size: .8rem;
    letter-spacing: .02rem;
	color: #fff;
    font-family: "Noto Sans JP", sans-serif;
}
h1.HeadTitle {
    display: inline-block;
    transform: skewX(-10deg);
    margin-bottom: .5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}
h1.HeadTitle span {
    font-size: 1.2rem;
}
p.Day-Name {
	margin-bottom: 3rem;
	font-size: .9rem;
	color: #666;
}



p.question {
margin-bottom: 4.5rem;
font-size: 1rem;
font-weight: bold;
}


/*prpfile*/
.interview-prpfile {
	margin-bottom: 6rem;
	padding: 0 3rem;
	text-align: left;
	color: #666;
}
.interview-prpfile h3 {
	margin-bottom: .6rem;
	font-family: "Sawarabi Mincho";
	font-size: 1rem;
}
.interview-prpfile p {
	font-size: .9rem;
}
p.read {
	margin-bottom: 0;
	margin-left: 2rem;
	text-align: left;
}
p.read span {
	display: inline-flex;
	padding: .2rem 1rem;
	background: #222;
	color: #fff;
	font-size: .8rem;
	font-weight: bold;
}
.WrapperInterview {
	margin: 0 2rem 1.5rem;
	padding: 6rem 0 3rem;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.WrapperInterview h1 {
	
}
.WrapperInterview h1 span {
	display: inline-flex;
    margin-bottom: .5rem;
	padding: .2rem 1rem;
	background: #222;
	font-size: 1rem;
	color: #fff;
}
.space-btmL {
	margin-bottom: 6rem;
}
.space-btmLL {
	padding-bottom: 10rem;
}
.WrapperInterview h2 {
	font-size: 1.4rem;
}
div.PhotoWrap {
	margin-bottom: .8rem;
}
p.photocaption {
text-align: center;
font-size: .8rem;
color: #666;
}

/*LINKBUTTON*/
.is-next-title {
    text-align: center;
    padding-top: 1rem;
}
.is-next-heading {
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    transform: skewX(-10deg);
}
.is-next-link {
    display: inline-block;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}
.is-next-page-label {
    margin-bottom: .2rem;
}
.is-next-link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem 2rem;
    text-decoration: none;
    color: #222;
    background: linear-gradient(to right, #f3f3f3 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right;
    transition: background-position 0.3s ease;
}
.is-next-link a:hover {
    background-position: left;
}

div.is-next-link p {
font-size: 1rem;
transform: skewX(-10deg);
letter-spacing: .1rem;
}
div.is-next-link p.Nom {
font-family: "Oswald", sans-serif;
font-weight: bold;
font-size: 1.8rem;
}

/* GLIDER NAV */
.glider-nav-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.is-prev-link {
    display: inline-block;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}

.is-prev-link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem 2rem;
    text-decoration: none;
    color: #222;
    background: linear-gradient(to left, #f3f3f3 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: left;
    transition: background-position 0.3s ease;
}

.is-prev-link a:hover {
    background-position: right;
}

.is-prev-link p,
.is-prev-link p.Nom {
    font-size: 1rem;
    transform: skewX(-10deg);
    letter-spacing: .1rem;
}

.is-prev-link p.Nom {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
}

/*Profile*/
.WrapProfile {
    margin-bottom: 3rem;
    overflow: hidden;
    color: #666;
    padding: 1rem 0 1.5rem;
}

.WrapProfile h3 {
    margin-bottom: .4rem;
    font-family: "Sawarabi Mincho";
}
.WrapProfile p {
    font-size: .9rem;
}

.WrapProfile img {
    float: right;
    width: 160px;
    height: auto;
    margin: 2rem 0 1rem 1rem;
}

.WrapProfile h3 {
    margin-top: 0;
}

/*LINK NAV*/
.LinkNavPage {
    margin-top: 1.5rem;
    text-align: center;
}
.LinkNavPage ul {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}
.LinkNavPage li {
    color: #999;
}
.LinkNavPage li + li::before {
    content: "|";
    margin: 0 .5rem;
    color: #ccc;
}

/* GLIDER */
#glider-wrapper {
    overflow: hidden;
}
#glider-list {
    width: 200%;
    display: flex;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}
.glider-item {
    width: 50%;
}

/*イレギュラー対策スペース*/
.glider-nav-wrap-fallback .is-prev-link {
    margin-right: 4rem;
}

@media (min-width: 480px) {
    .VisialInterview {
    padding: 0rem;
    padding-bottom: 2rem;
    }
    .interview-title {
    position: absolute;
    bottom: 30px;
    right: 30px;
    }
    .interview-title h1, .interview-title h2 {
    font-size: 1.8rem;
    }
    .interview-title h1 {
    margin-bottom: 3.5rem;
    }
    .interview-title h1 span {
    font-size: 1.1rem;
    }
    .interview-title h2 {
    font-size: 1.1rem;
    }
    .glider-nav-wrap-fallback {
        display: flex;
        justify-content: space-between;
    }
    .glider-nav-wrap-fallback .is-prev-link {
        margin-right: 0;
    }

}




@media (min-width: 768px) {
    .Wrap-Lead {
        padding: 0;
    }
	.WrapperInterview {
		margin: 0 0rem 1.5rem;
	}

    .WrapProfile {
    margin: 0 auto 3rem;
    max-width: 720px;
    }
    .WrapProfile p {
        font-size: 1rem;
    }
    .WrapProfile img {
        width: 200px;
        margin: 2rem 0 1rem 2rem;
    }
    p.photocaption {
    font-size: .8rem;
    }

}