@charset "utf-8";

.news {
	width: 100%;
	padding: 85px 0 120px 0;
}

.news_tag_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.news_tag_list li {
	width: 15.5%;
	text-align: center;
	margin-right: 1.4%;
}
.news_tag_list li:nth-of-type(6n){
	margin-right: 0;
}

.news_tag_list li a {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	padding: 13px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news_tag_list li a.on {
	background: #db3714;
}

.news_tag_list li a:hover {
	background: #db3714;
}

.page_list {
	text-align: center;
	font-size: 0;
	padding-left: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page_list span,
.page_list a {
	display: inline-block;
	font-size: 1.8rem;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 2px solid #000000;
	color: #000000;
	margin-right: 17px;
}

.page_list span.current {
	color: #ffffff;
	background: #000000;
}


/*-------------------- detail --------------------*/

.ttl_h2 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.newsDetail_date {
	margin: 30px auto 20px auto;
	text-align: center;
}

.newsDetail_date span {
	padding: 3px 0 0 30px;
	background: url(../img/ico_date.png) no-repeat left center;
	font-size: 1.6rem;
	color: #db3714;
}
.newsDetail_img{
	margin-bottom: 40px;
}
.newsDetail_img img {
	display: block;
	margin: 0 auto;
}
.newsDetail_content h3 {
	font-size: 2.2rem;
	border-bottom: 2px solid #000000;
	margin-top: 50px;
	padding-bottom: 5px;
}

.newsDetail_content p {
	font-size: 1.6rem;
	line-height: 1.875;
	margin-top: 20px;
}

.newsDetail_btn {
	text-align: center;
	margin-top: 80px;
}

.newsDetail_btn a {
	display: inline-block;
	width: 100%;
	max-width: 325px;
	font-size: 2.0rem;
	line-height: 1;
	color: #ffffff;
	font-weight: bold;
	padding: 25px 20px 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #db3714;
}

.newsDetail_btn a:hover {
	opacity: 0.8;
}
/*-------------------- interview --------------------*/
.interview_mv_sub{
	display: block;
	position: relative;
}
.interview_h1 img{
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 42px;
	bottom: 26px;
	left: 0;
	right: 0;
	max-width: 95%;
	max-height: calc(100% - 68px);
	margin: auto;
}
.interview_news_detail h2{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #db3714;
	margin-top: 80px;
	padding-bottom: 10px;
}
.interview_news_detail .liquid-speech-balloon-wrap{
	width: calc(100% - 180px);
	margin: 55px 0;
}
.interview_news_detail .liquid-speech-balloon-right{
	margin-left: 180px;
}
.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-text{
	border-radius: 15px;
	padding: 20px 45px;
	display: flex;
	align-items: center;
}
.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-00) .liquid-speech-balloon-text{
	border: 3px solid #db3714;
}
.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-avatar::after{
	font-size: 1.6rem;
	font-weight: bold;
}
.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text{
	margin-left: 30px;
}
.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text{
	margin-right: 30px;
}
.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
	top: 25px;
}
.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-00) .liquid-speech-balloon-text .liquid-speech-balloon-arrow::after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}

.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-00) .liquid-speech-balloon-avatar{
	width: 97px;
	height: 97px;
	margin: 0 26.5px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
}
.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-avatar::after{
	width: 120%;
	left: -10%;
}
.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-00) .liquid-speech-balloon-avatar::after{
	top: 110px;
}
.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
	border-bottom: none;
	border-left: none;
	border-right: 30px solid #db3714;
	border-top-width: 25px;
	left: -30px;
}
.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text .liquid-speech-balloon-arrow::after{
	top: -21px;
	left: 8px;
	border-bottom: none;
	border-left: none;
	border-right: 22px solid #ffffff;
	border-top: 18px solid transparent;
}
.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
	border-top: none;
	border-right: none;
	border-left: 30px solid #db3714;
	border-bottom: 25px solid transparent;
	right: -30px;
}
.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text .liquid-speech-balloon-arrow::after{
	top: 3px;
	right: 8px;
	border-top: none;
	border-right: none;
	border-left: 22px solid #ffffff;
	border-bottom: 18px solid transparent;
}
.interview_news_detail .liquid-speech-balloon-00 .liquid-speech-balloon-avatar{
	background: none;
	width: 150px;
	height: auto;
}
.interview_news_detail .liquid-speech-balloon-00 .liquid-speech-balloon-text{
	border: none;
	background-color: #db3714;
	font-weight: bold;
	color: #ffffff;
}

.interview_news_detail .liquid-speech-balloon-00 .liquid-speech-balloon-avatar::after{
	width: 100%;
	left: 0;
	position: static;
	margin-top: 25px;
}
.interview_news_detail figure.wp-block-embed{
	margin-bottom: 0;
}
.interview_news_detail iframe{
	display: block;
	width: 100%;
	height: auto;
	max-width: 600px !important;
	aspect-ratio: 16 / 9;
	margin: 20px auto 0 auto;
}
.interview_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.interview_list>li{
	width: 48%;
	background-color: #f5f5f5;
	padding: 50px 45px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.interview_person{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.interview_img{
	width: 97px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	border: 3px solid #ffffff;
	border-radius: 50%;
}
.interview_img img{
	display: block;
}
.interview_tit{
	width: calc(100% - 130px);
	font-size: 2rem;
	font-weight: bold;
}


@media only screen and (max-width: 1024px) {
	.news_tag_list li {
		width: 23.5%;
	}
	/*-------------------- interview --------------------*/
	.interview_list>li{
		padding: 50px 30px 40px;
	}
}

@media only screen and (max-width: 768px) {
	.news {
		padding: 60px 0 80px 0;
	}
	.news_tag_list {
		max-width: 660px;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-bottom: 20px;
	}
	.news_tag_list li {
		width: 45%;
		margin-bottom: 15px;
	}
	.news_tag_list li a {
		font-size: 1.8rem;
	}
	
	.page_list {
		padding-left: 0;
	}
	.page_list span,
	.page_list a {
		font-size: 1.6rem;
		margin-right: 0;
		margin-left: -1px;
	}
	/*-------------------- detail --------------------*/
	.ttl_h2 {
		font-size: 2.2rem;
	}
	.newsDetail_img {
		margin-bottom: 30px;
	}
	.newsDetail_content h3 {
		font-size: 2rem;
		margin-top: 30px;
	}
	.newsDetail_content p {
		margin-top: 15px;
	}
	.newsDetail_btn {
		margin-top: 50px;
	}
	.newsDetail_btn a {
		max-width: 280px;
	    font-size: 1.8rem;
	    padding: 20px 15px 17px;
	}
	/*-------------------- interview --------------------*/
	.interview_h1 img{
		top: 30px;
		bottom: 20px;
		max-height: calc(100% - 50px);
	}
	.interview_news_detail h2{
		font-size: 2.2rem;
		margin-top: 50px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap{
		width: 100%;
		margin: 40px 0;
	}
	.interview_news_detail .liquid-speech-balloon-right{
		margin-left: 0;
	}
	.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-text{
		padding: 20px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-avatar::after{
		font-size: 1.4rem;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text{
		margin-left: 24px;
	}
	.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text{
		margin-right: 24px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-00) .liquid-speech-balloon-avatar{
		width: 80px;
		height: 80px;
		margin: 0 20px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-00) .liquid-speech-balloon-avatar::after{
		top: 90px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
		border-right-width: 24px;
		border-top-width: 20px;
		left: -24px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text .liquid-speech-balloon-arrow::after{
		top: -18px;
		left: 7px;
		border-right-width: 20px;
		border-top-width: 15px;
	}
	.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
		border-left-width: 24px ;
		border-bottom-width: 20px;
		right: -24px;
	}
	.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text .liquid-speech-balloon-arrow::after{
		top: 3px;
		right: 7px;
		border-left-width: 20px;
		border-bottom-width: 15px;
	}
	.interview_news_detail .liquid-speech-balloon-00 .liquid-speech-balloon-avatar{
		width: 120px;
		height: auto;
		margin: 0;
	}
	.interview_news_detail .liquid-speech-balloon-00 .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
		border-left-width: 24px;
		border-bottom-width: 20px;
		right: -24px;
	}
	.interview_list{
		display: block;
		margin-top: 50px;
	}
	.interview_list>li{
		width: 100%;
	}
	.interview_list>li:not(:last-of-type){
		margin-bottom: 30px;
	}
	.interview_tit{
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 480px) {
	.news {
		padding: 50px 0 70px 0;
	}
	.news_tag_list {
		max-width: 316px;
		justify-content: space-between;
	}
	.news_tag_list li a {
		font-size: 1.4rem;
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		padding-top: 11px;
	}
	.news_tag_list li{
		width: 48%;
	}
	.page_list span,
	.page_list a {
		font-size: 1.4rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-width: 1px;
	}
	/*-------------------- detail --------------------*/
	.ttl_h2 {
		font-size: 2rem;
	}
	.newsDetail_date {
		margin: 20px auto 15px auto;
	}
	.newsDetail_date span {
		padding-top: 2px;
		font-size: 1.4rem;
	}
	.newsDetail_content h3 {
		font-size: 1.8rem;
	}
	.newsDetail_content p {
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.newsDetail_btn {
		margin-top: 50px;
	}
	.newsDetail_btn a {
		max-width: 240px;
		font-size: 1.6rem;
		padding: 18px 10px 15px;
	}
	/*-------------------- interview --------------------*/
	.interview_h1 img{
		top: 20px;
		bottom: 15px;
		max-width: 93%;
		max-height: calc(100% - 35px);
	}
	.interview_news_detail h2{
		font-size: 2rem;
		border-bottom-width: 2px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap{
		margin: 35px 0;
	}
	.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-text{
		border-radius: 10px;
		padding: 15px;
		border-width: 2px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-avatar::after{
		font-size: 1.2rem;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text{
		margin-left: 20px;
	}
	.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text{
		margin-right: 20px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
		top: 20px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-00) .liquid-speech-balloon-avatar{
		width: 50px;
		height: 50px;
		margin: 0 5px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-00) .liquid-speech-balloon-avatar::after{
		top: 60px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
		border-right-width: 20px;
		border-top-width: 15px;
		left: -20px;
	}
	.interview_news_detail .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-text .liquid-speech-balloon-arrow::after{
		top: -12px;
		left: 6px;
		border-right-width: 14px;
		border-top-width: 10px;
	}
	.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
		border-left-width: 20px;
		border-bottom-width: 15px;
		right: -20px;
		left: auto;
	}
	.interview_news_detail .liquid-speech-balloon-right .liquid-speech-balloon-text .liquid-speech-balloon-arrow::after{
		left: auto;
		top: 2px;
		right: 7px;
		border-left-width: 14px ;
		border-bottom-width: 10px;
	}
	.interview_news_detail .liquid-speech-balloon-00 .liquid-speech-balloon-avatar{
		width: 60px;
		margin: 0;
	}
	.interview_news_detail .liquid-speech-balloon-00 .liquid-speech-balloon-text .liquid-speech-balloon-arrow{
		border-left-width: 20px;
		border-bottom-width: 15px;
		right: -20px;
	}
	.interview_news_detail .liquid-speech-balloon-00 .liquid-speech-balloon-avatar::after{
		margin-top: 20px;
	}
	.interview_list>li{
		padding: 40px 20px 30px;
	}
	.interview_img{
		width: 80px;
	}
	.interview_tit{
		width: calc(100% - 100px);
		font-size: 1.8rem;
	}
}