@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i");

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

@font-face {
	font-weight: 100;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 200;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 300;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: bold;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
}

body {
	color: #333;
	word-wrap: break-word;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-webkit-text-size-adjust: 100%;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 15px;
	font-size: 1.5rem;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btns {
	margin-top: 40px;
	text-align: center;
}

.btns a.hv {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0 10px 4px;
	padding: 14px;
	max-width: 80%;
	width: 280px;
	border: 1px solid #333;
	border-radius: 5px;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.5;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.btns a.hv-white {
	border: 1px solid #fff;
	color: #fff;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	max-width: 1000px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

#header {
	position: relative;
	color: #fff;
}

#header .asahilogo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 4;
}

#header .sns {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 4;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
}

#header .sns > p {
	margin-bottom: 10px;
}

#header .sns .share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#header .sns .share > div {
	margin-left: 10px;
}

#header .sns .share > div.ttl {
	margin-left: 0;
	letter-spacing: .1em;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

#header .sns .share > div > a > img {
	width: 25px;
}

#header .inner {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	max-width: none;
	width: 100%;
	text-align: center;
}

#header .inner h1 {
	margin: 0 auto 20px;
	padding-top: 65px;
	width: 302px;
}

#header .inner p {
	display: none;
}

#header .inner .lead {
	margin: 0 auto;
	width: 260px;
	line-height: 0;
}

#header .bg {
	position: relative;
	z-index: -2;
	overflow: hidden;
	min-width: 1200px;
	height: 340px;
}

#header .bg div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#header .bg div img {
	width: 100%;
}

#header #gnav {
	position: relative;
}

#header #gnav:before, #header #gnav:after {
	position: absolute;
	z-index: 0;
	display: block;
	margin-top: -77px;
	width: 100%;
	height: 150px;
	background-color: rgba(0, 0, 0, .5);
	content: "";
	-webkit-transition: background-color .3s linear, z-index 0s step-end;
	-o-transition: background-color .3s linear, z-index 0s step-end;
	transition: background-color .3s linear, z-index 0s step-end;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

#header #gnav:before {
	top: 50%;
	background-color: #d20032;
	-webkit-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	transform: skewY(6deg);
}

#header #gnav:after {
	top: 50%;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform: skewY(-6deg);
}

#header #gnav.hover:before, #header #gnav.hover:after {
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: background-color .3s linear, z-index 0s step-start;
	-o-transition: background-color .3s linear, z-index 0s step-start;
	transition: background-color .3s linear, z-index 0s step-start;
}

#header #gnav.hover2:before {
	z-index: 2;
}

#header #gnav .gnav-inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1000px;
}

#header #gnav .gnav-inner ul {
	position: relative;
	z-index: 4;
}

.breadcrumb {
	margin: 0 auto 50px;
	max-width: 1000px;
}

.breadcrumb ol {
	padding: .2em 0;
	line-height: 1.2;
}

.breadcrumb ol li {
	display: inline;
	font-size: 10px;
	font-size: 1rem;
}

.breadcrumb ol li:after {
	margin: 0 0 0 .2em;
	content: ">";
}

.breadcrumb ol li:last-child:after {
	content: "";
}

.section-news h2 {
	margin-bottom: 40px;
	padding-top: 35px;
	background: url(../img/icn-news.png) 50% 0 no-repeat;
	background-size: 31px;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.2;
}

.section-news ul {
	margin: 0 auto;
	max-width: 100%;
	width: 800px;
}

.section-news ul li {
	overflow: hidden;
	margin-bottom: 2px;
	border-radius: 5px;
	word-break: break-all;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.section-news ul li:nth-child(n + 5) {
	display: none;
}

.section-news ul li a {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: start;
	padding: 18px 30px;
	background-color: #f5f5f5;

	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.section-news ul li time {
	width: 12%;
}

.section-news ul li p {
	width: 84%;
}

.section-news .more {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
	width: 800px;
	border-radius: 5px;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.6;
}

.section-news .more a {
	display: block;
	padding: 14px 10px 23px;
	background-color: #f5f5f5;
}

.section-news .more a:after {
	position: absolute;
	bottom: 17px;
	left: 50%;
	display: block;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section-news .more a.close:after {
	bottom: 13px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.section-news .pagenav {
	margin: 75px 0 -40px;
	text-align: center;
}

.section-news .pagenav a {
	display: inline-block;
	margin: 0 4px 8px;
	padding: 4px;
	width: 22px;
	height: 22px;
	border: 1px solid #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.5;
}

.section-news .pagenav a.active {
	border: 1px solid #d20032;
	background-color: #d20032;
	color: #fff;
}

.section-interview {
	padding: 94px 0;
	background-color: #f5f5f5;
}

.section-interview h2 {
	margin-bottom: 70px;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.2;
}

.interview-lists ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -66px;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.interview-lists ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.interview-lists ul li {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 3.33% 66px;
	width: 20%;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.interview-lists ul li:first-child {
	margin-left: 0;
}

.interview-lists ul li:nth-child(4n+1) {
	margin-left: 0;
}

.interview-lists ul li:nth-child(4n) {
	margin-right: 0;
}

.interview-lists ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	height: 100%;
	background-color: #fff;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.interview-lists ul li a:hover, .interview-lists ul li a.active {
	background-color: #d20032;
	color: #fff;
	opacity: 1;
}

.interview-lists ul li a:hover figure img, .interview-lists ul li a.active figure img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.interview-lists ul li a:hover .txt time, .interview-lists ul li a.active .txt time {
	color: #fff;
}

.interview-lists ul li .title .icn-new {
	position: absolute;
	right: 10px;
	z-index: 4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -22px;
	padding-left: 2px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff100;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.interview-lists ul li .title figure {
	overflow: hidden;
}

.interview-lists ul li .title figure img {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.interview-lists ul li .title div {
	padding: 10px 12px 0;
}

.interview-lists ul li .title div time {
	display: block;
	margin-bottom: 4px;
	color: #999;
	font-size: 10px;
	font-size: 1rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.interview-lists ul li .title div h3 {
	margin-bottom: 10px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.2;
}

.interview-lists ul li .title div h3 small {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-size: 1.1rem;
}

.interview-lists ul li .txt {
	padding: 0 12px 10px;
}

.interview-lists ul li .txt .name {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.interview-lists ul li .txt .name.medium {
	font-size: 16px;
	font-size: 1.6rem;
}

.interview-lists ul li .txt .name small {
	margin-left: 2px;
	font-size: 12px;
	font-size: 1.2rem;
}

.interview-lists ul li .txt .pos {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.4;
}

.interview-slider {
	margin: 0 auto;
	padding: 0 4%;
	width: 92%;
}

.interview-slider ul {
	-ms-flex-pack: center;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.interview-slider ul li {
	margin: 0 1.8% 66px;
	width: 20%;
	border-radius: 5px;
}

.interview-slider .bx-wrapper {
	position: relative;
	max-width: none !important;
}

.interview-slider .bx-wrapper .bx-viewport {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.interview-slider .bx-wrapper .bx-viewport ul li {
	margin: 0 3.3% 66px 0;
}

.interview-slider .bx-wrapper .bx-viewport ul li:nth-child(4n) {
	margin-right: 0;
}

.interview-slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	overflow: hidden;
	margin-top: -30px;
	padding-bottom: 60px;
	width: 32px;
	height: 0;
	text-indent: -100px;
	font-size: 0;
}

.interview-slider .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -4%;
	background: url(../img/icn-prev.png) 0% 50% no-repeat;
	background-size: 19px;
}

.interview-slider .bx-wrapper .bx-controls-direction a.bx-next {
	right: -4%;
	background: url(../img/icn-next.png) 100% 50% no-repeat;
	background-size: 19px;
}

.interview-slider .bx-wrapper .bx-controls-direction a.disabled {
	opacity: 0;
	cursor: default;
}

#share {
	margin: 80px 0;
	background-color: #fff;
}

#share .ttl {
	margin-bottom: 28px;
	text-align: center;
	text-indent: .2em;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

#share .btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	margin: 0 auto;
	max-width: 100%;
	width: 700px;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#share .btns a {
	display: block;
	margin: 0 10px;
	padding: 10px;
	width: 40%;
	border-radius: 5px;
	text-align: center;
	line-height: 0;
}

#share .btns a img {
	width: 24px;
}

#share .btns a.fb {
	background-color: #3b5998;
}

#share .btns a.tw {
	background-color: #1da1f2;
}

#footer {
	margin-top: 100px;
	background-color: #fff;
	color: #999;
	text-align: center;
}

#footer .pagetop {
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#footer .pagetop:before {
	position: absolute;
	top: 49%;
	right: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: #999;
	content: "";
}

#footer .pagetop:hover {
	opacity: .8;
}

#footer .pagetop div {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 100px;
	background-color: #fff;
	line-height: 1;
	cursor: pointer;
}

#footer .pagetop div img {
	margin-bottom: 5px;
	width: 25px;
}

#footer .pagetop div span {
	display: block;
	text-indent: .2em;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

#footer .copyrights {
	padding: 40px 0;
	font-size: 10px;
	font-size: 1rem;
}

@media all and (max-height: 500px) and (min-width: 551px) {
	#header .bg:nth-child(3) img {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#header .bg:nth-child(4) img {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}

	.btns a.hv:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		display: block;
		width: 100%;
		background-color: #333;
		content: "";
		-webkit-transition: -webkit-transform .4s;
		-o-transition: transform .4s;
		transition: -webkit-transform .4s;
		transition: transform .4s;
		transition: transform .4s, -webkit-transform .4s;
		-webkit-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
	}

	.btns a.hv-white:after {
		background-color: #fff;
	}

	.btns a.hv:hover {
		color: #fff;
		opacity: 1;
	}

	.btns a.hv:hover:after {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}

	.btns a.hv-white:hover {
		color: #333;
	}

	.section-news ul li a:hover {
		background-color: #ddd;
		opacity: 1;
	}

	.section-news .more a:hover {
		background-color: #ddd;
		opacity: 1;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	.btns {
		margin-top: 30px;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
	}

	#header .asahilogo {
		top: 15px;
		left: 15px;
	}

	#header .asahilogo img {
		width: 75px;
	}

	#header .sns {
		top: 15px;
		right: 15px;
		font-size: 1rem;
	}

	#header .sns > p {
		margin-bottom: 4px;
		font-size: .9rem;
		line-height: 1.3;
	}

	#header .sns .share > div {
		margin-left: 8px;
	}

	#header .sns .share > div > a > img {
		width: 19px;
	}

	#header .inner h1 {
		margin-bottom: 10px;
		padding-top: 75px;
		width: 190px;
	}

	#header .inner .lead {
		width: 190px;
	}

	#header .bg {
		min-width: 300px;
		height: 224px;
	}

	#header .bg div img {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		max-width: none;
		width: auto;
		height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#header .bg div:nth-child(3) img {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#header .bg div:nth-child(4) img {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#header #gnav:before, #header #gnav:after {
		margin-top: -31px;
		height: 62px;
	}

	#header #gnav:before {
		-webkit-transform: skewY(9.3deg);
		-ms-transform: skewY(9.3deg);
		transform: skewY(9.3deg);
	}

	#header #gnav:after {
		-webkit-transform: skewY(-9.3deg);
		-ms-transform: skewY(-9.3deg);
		transform: skewY(-9.3deg);
	}

	.breadcrumb {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 32px;
		padding: 0 15px;
	}

	.section-news h2 {
		padding-top: 30px;
		background-size: 28px;
		font-size: 1.8rem;
	}

	.section-news ul li a {
		-ms-flex-align: start;
		padding: 15px;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
	}

	.section-news ul li a time {
		width: 70px;
		font-size: 1rem;
		line-height: 1.9;
	}

	.section-interview {
		padding: 40px 0;
	}

	.section-interview h2 {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.interview-lists ul li {
		margin: 0 3% 12px 0;
		width: 48.5%;
	}

	.interview-lists ul li:nth-child(2n) {
		margin-right: 0;
	}

	.interview-slider {
		width: 220px;
	}

	.interview-slider ul {
		-ms-flex-pack: start;

		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.interview-slider ul li {
		margin: 0 3% 12px 0;
		width: 48.5%;
	}

	.interview-slider .bx-wrapper .bx-controls-direction a.bx-prev {
		left: -40px;
	}

	.interview-slider .bx-wrapper .bx-controls-direction a.bx-next {
		right: -40px;
	}

	#share {
		margin: 50px 0;
	}

	#footer .copyrights {
		padding: 20px 0 40px;
	}
}

@media all and (min-height: 501px) and (max-width: 550px) {
	#header .bg div:nth-child(3) img {
		-webkit-transform: translate(-68%, -50%);
		-ms-transform: translate(-68%, -50%);
		transform: translate(-68%, -50%);
	}

	#header .bg div:nth-child(4) img {
		-webkit-transform: translate(-65%, -50%);
		-ms-transform: translate(-65%, -50%);
		transform: translate(-65%, -50%);
	}
}
