/*
----------------------------------------
schedule
----------------------------------------
*/

.page-header {
	background: url(../img/voice/header-bg@2x.jpg) center center / cover no-repeat;
}

#contents .search-box {
	margin-top: 62px;
}

#contents .sec {
	margin: 39px 0;
}

#contents .bnr-l {
	margin: 60px 0 100px;
}

/* single */

.about-box {
	padding: 30px 0 72px;
}

.about-box .cat-list {
	margin-bottom: 1rem;
}

.about-box figure {
	width: 51%;
	max-width: 610px;
}

.about-box figure img {
	width: 100%;
	height: 467px;
}

.about-box .txtbox {
	width: 49%;
	padding-right: 50px;
}

.heading-01--blue {
	font-size: 3rem;
	padding-left: 3rem;
	margin-bottom: 4rem;
	line-height: 1.6;
	background: url(../img/common/2x/ttl-bg-02.png) left center / 14px no-repeat;
	position: relative;
}

.heading-01--blue:before {
	content: "";
	background: #1da1f2;
	width: 6px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.table-01 th {
	width: 35%;
	padding: 25px;
}

.table-01 td {
	width: 65%;
	padding: 25px 30px 25px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0;
}

.table-01 td a {
	color: #1da1f2;
	text-decoration: underline;
}

.interview-wrap {
	background: #ebf7ff;
	padding: 55px 80px 15px;
	margin-bottom: 80px;
}

.interview-box .heading-03 {
	position: relative;
}

.interview-box .heading-03:before {
	content: "";
	background: url(../img/voice/icn_microphone@2x.png) no-repeat center center / cover;
	width: 76px;
	height: 98px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(163px, -50%);
}

.interview-video {
	position: relative;
	padding-bottom: 50.25%;
	width: 840px;
	height: 0;
	margin: 0 auto 9rem;
	overflow: hidden;
}

.interview-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.interview-faq .row {
	margin-bottom: 25px;
}

.interview-faq dt {
	background: #1da1f2;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 12px 30px 12px 7.5rem;
	position: relative;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.interview-faq dt:before {
	color: #1da1f2;
	font-size: 4.3rem;
	font-weight: bold;
	content: "Q";
	font-family: "Lato", sans-serif;
	background: url(../img/voice/icn_q@2x.png) no-repeat center center / cover;
	background-size: 80px;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: -16px;
	left: -16px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.interview-faq dd {
	background: #fff;
	padding: 2.6rem 3rem 3rem 7.5rem;
	position: relative;
}

.interview-faq dd span {
	line-height: 1.3;
	background: linear-gradient(transparent 75%, #ffe100 75%);
	padding: 0 2px;
}

.interview-faq dd:before {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	content: "A";
	font-family: "Lato", sans-serif;
	background: #ff9100;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 23px;
	left: 20px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bnr-l-schedule_cat > div {
	background: url(../img/voice/bnr-cat-bg@2x.jpg) center center / cover no-repeat;
}

.voice-box--single {
	padding-top: 4rem;
	border-top: 1px solid #e5e5e5;
}

.voice-box .heading-05 {
	margin-bottom: 25px;
}

/* archive */

.voice-search {
	background: #f5f5f5;
	padding: 58px 0 60px;
}

.voice-search-wrap {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.voice-search-ttl {
	background: #ebf7ff;
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: relative;
	padding: 5px 0px;
}

.voice-search-ttl:before {
	content: "";
	background: url(../img/voice/arrow_down@2x.png) no-repeat center center / cover;
	width: 32px;
	height: 19px;
	background-size: 32px;
	display: block;
	position: absolute;
	right: 114px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s;
}

.voice-search-ttl.on:before {
	transform: translateY(-50%) rotate(180deg);
}

.voice-search-ttl .txt {
	position: relative;
	display: inline-block;
}

.voice-search-ttl .txt:before {
	content: "";
	background: url(../img/voice/icn_search@2x.png) no-repeat center center / cover;
	width: 96px;
	height: 62px;
	background-size: 96px;
	display: block;
	position: absolute;
	right: -110px;
	top: 50%;
	transform: translateY(-50%);
}

.voice-search-ttl .em {
	font-size: 4.2rem;
	color: #1da1f2;
}

.voice-search-cont {
	padding: 33px 50px 5px;
}

.voice-search-cont-ttl {
	line-height: 1.8;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.voice-search-cont-ttl:before {
	content: "";
	background: #1da1f2;
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.voice-search-cont-ttl span {
	display: inline-block;
	border-left: 6px double #1da1f2;
	border-right: 6px double #1da1f2;
	font-weight: bold;
	padding: 0 40px;
	line-height: 1.5;
	background: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 1;
}

.voice-search-list li {
	width: calc(25% - 15px);
	margin-bottom: 25px;
}

.voice-search-list.item-01 {
	margin-bottom: 15px;
}

.voice-search-list li:not(:nth-child(4n)) {
	margin-right: 20px;
}

.voice-search-list a {
	display: block;
	height: 90px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.6;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #1da1f2;
	border-radius: 5px;
	transition: all 0.2s;
	font-size: 1.8rem;
	font-weight: bold;
}

.voice-search-list a:hover {
	background-color: #1da1f2;
	color: #fff;
}

.voice-box--ac {
	padding-top: 3rem;
	margin-bottom: 100px;
}

.voice-box .voice-list {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.voice-box .voice {
	position: relative;
	width: calc(33.3333% - 26px);
	margin-bottom: 3rem;
}

.voice-box .voice:not(:nth-child(3n)) {
	margin-right: 39px;
}

#voice .voice-box .voice figure {
	position: relative;
	overflow: hidden;
	padding-top: 66%;
}

#voice .voice-box .voice figure img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	will-change: transform;
}

#voice .voice-box .voice > a:hover figure img {
	transform: translateY(-50%) scale(1.05);
}

.wp-pagenavi {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: stretch;
	-js-display: flex;
	margin: 0;
	background: #f5f5f5;
	padding: 2rem 0;
	text-align: center;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
	font-size: 1.6rem;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	margin: 0 0.5rem;
	line-height: 40px;
}
.wp-pagenavi > a {
	transition: all 0.2s;
}
.wp-pagenavi > a:hover {
	background: #1da1f2;
	color: #fff;
	border-color: #1da1f2;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
}
.wp-pagenavi .page .icon,
.wp-pagenavi .previouspostslink .icon,
.wp-pagenavi .nextpostslink .icon {
	font-size: 1.6rem;
}
.wp-pagenavi .current {
	background: #262626;
	color: #fff;
	border-radius: 4px;
}

.wp-pagenavi .current:first-child {
	margin-left: 45px;
}

.wp-pagenavi .current:last-child {
	margin-right: 45px;
}

@font-face {
	font-family: "icomoon";
	src: url("../img/voice/fonts/icomoon.eot?fw48m6");
	src: url("../img/voice/fonts/icomoon.eot?fw48m6#iefix") format("embedded-opentype"), url("../img/voice/fonts/icomoon.ttf?fw48m6") format("truetype"), url("../img/voice/fonts/icomoon.woff?fw48m6") format("woff"), url("../img/voice/fonts/icomoon.svg?fw48m6#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
	content: "\e900";
}
.icon-chevron-right:before {
	content: "\e901";
}

/*
----------------------------------------
1200
----------------------------------------
*/

@media screen and (max-width: 1200px) {
	.interview-video {
		width: 100%;
	}

	.voice-box .voice-list {
		margin: 0;
	}
}

/*
----------------------------------------
768
----------------------------------------
*/

@media screen and (max-width: 768px) {
	#voice #contents .bnr-l {
		margin: 0 auto 40px;
	}

	#voice .bnr-l a h2 {
		padding-right: 13vw;
	}

	/* single-voice */

	.about-box {
		padding: 30px 0 40px;
	}

	.about-box .cat-list {
		margin-bottom: 0;
	}

	.about-box .flex.nowrap {
		display: block;
	}

	.about-box .txtbox {
		width: 100%;
		padding-right: 0;
	}

	.about-box figure.sp {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 20px 0 25px;
		line-height: .5;
	}

	.about-box figure img {
		width: 100%;
		height: 264px;
	}

	.heading-01--blue {
		font-size: 1.9rem;
		line-height: 1.6;
		letter-spacing: 0;
		padding-left: 1.5rem;
		margin-bottom: 1.2rem;
		background: transparent;
		position: relative;
	}

	.heading-01--blue::before {
		content: "";
		width: 9px;
		position: absolute;
		top: 2px;
		bottom: 2px;
		left: 0;
		background: url(../img/common/2x/ttl-bg-02.png) left center / 9px no-repeat;
	}

	.heading-01--blue:after {
		content: "";
		background: #1da1f2;
		width: 4px;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}

	.table-01 th {
		width: 100%;
		padding: 15px 20px;
		border-top: solid 1px #1da1f2;
		border-bottom: none;
		font-size: 1.6rem;
	}

	.table-01 td {
		width: 100%;
		padding: 15px 20px;
		border-top: solid 1px #dbdbdb;
		border-bottom: none;
		letter-spacing: 0.5px;
	}

	.interview-box {
		margin-bottom: 40px;
	}

	.interview-box .heading-03:before {
		width: 45px;
		height: 58px;
		display: block;
		position: absolute;
		left: auto;
		right: 5vw;
		margin: 0;
		top: 50%;
		transform: translate(0, -50%);
	}

	.interview-wrap {
		padding: 30px 15px 15px;
		margin-bottom: 30px;
	}

	.interview-video {
		width: 100%;
		padding-bottom: 56.25%;
		margin-bottom: 30px;
	}

	.interview-faq .row {
		margin-bottom: 30px;
	}

	.interview-faq dt {
		background: #1da1f2;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		padding: 30px 15px;
		position: relative;
		letter-spacing: 0.04em;
	}

	.interview-faq dt:before {
		font-size: 2rem;
		background-size: 40px;
		width: 40px;
		height: 40px;
		top: -14px;
		left: -8px;
	}

	.interview-faq dd {
		padding: 30px 15px;
	}

	.interview-faq dd span {
		display: inline;
	}

	.interview-faq dd:before {
		font-size: 2rem;
		text-indent: 0;
		width: 40px;
		height: 40px;
		top: -14px;
		left: -8px;
	}

	.bnr-l-schedule_cat > div {
		background: url(../img/voice/bnr-cat-bg_sp.jpg) center center / cover no-repeat;
	}

	.voice-box .heading-05 {
		display: inline-block;
		margin: 0 auto;
		line-height: 1.5;
		position: relative;
		padding: 0 30px;
		margin-bottom: 30px;
	}

	.voice-box .heading-05::before,
	.voice-box .heading-05::after {
		position: absolute;
		top: 0px;
	}

	.voice-box .heading-05::before {
		left: 0;
	}

	.voice-box .heading-05::after {
		right: 0;
	}

	/* archive-voice */

	.voice-search {
		padding: 30px 0;
	}

	.voice-search-ttl {
		font-size: 2rem;
		padding-right: 10vw;
	}

	.voice-search-ttl:before {
		width: 16px;
		height: 10px;
		background-size: 16px;
		right: 5vw;
	}

	.voice-search-ttl .txt:before {
		width: 48px;
		height: 31px;
		background-size: 48px;
		right: -55px;
		top: 50%;
	}

	.voice-search-ttl .em {
		font-size: 2.2rem;
	}

	.voice-search-cont {
		padding: 20px 15px 5px;
	}

	.voice-search-cont-ttl {
		margin-bottom: 15px;
	}

	.voice-search-cont-ttl span {
		font-size: 1.8rem;
		padding: 0 25px;
	}

	.voice-search-list.item-01 {
		margin-bottom: 15px;
	}

	.voice-search-list li {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	.voice-search-list li:not(:nth-child(4n)) {
		margin-right: 0;
	}

	.voice-search-list li:not(:nth-child(2n)) {
		margin-right: 10px;
	}

	.voice-search-list a {
		height: 60px;
		font-size: 1.3rem;
		line-height: 1.4;
		padding: 0;
	}

	.voice-box {
		padding-top: 3rem;
		margin-bottom: 45px;
	}

	.voice-box .voice-list {
		display: block;
	}

	.voice-box .voice {
		width: 100%;
		margin-bottom: 15px;
	}

	.voice-box .voice:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.voice-box .voice > a {
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-start;
	}

	.voice-box .voice figure {
		margin-bottom: 0;
		width: 48%;
	}

	#voice .voice-box .voice figure {
		padding-top: 33%;
	}

	.voice-box .voice .txt {
		width: 52%;
		padding-left: 1.5rem;
	}

	.voice-box .voice .date {
		font-size: 1.2rem;
	}

	.voice-box .voice h3 {
		font-size: 1.4rem;
	}

	.wp-pagenavi {
		margin: 3rem 0 0;
		padding: 1.5rem 0;
	}
	.wp-pagenavi > a,
	.wp-pagenavi > span {
		font-size: 1.4rem;
		width: 30px;
		height: 30px;
		margin: 0 3px;
		line-height: 30px;
	}
	.wp-pagenavi .page .icon,
	.wp-pagenavi .previouspostslink .icon,
	.wp-pagenavi .nextpostslink .icon {
		font-size: 1rem;
	}
	.wp-pagenavi .current:first-child {
		margin-left: 33px;
	}

	.wp-pagenavi .current:last-child {
		margin-right: 33px;
	}
}
