@charset "UTF-8";

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%;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

q, blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

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

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: #000;
	word-wrap: break-word;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Helvetica, Arial,"メイリオ", "Meiryo",Osaka,sans-serif;
	line-height: 1.6;

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

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

.hide {
	display: none;
}

html {
	font-size: 62.5%;
}

body {
	background: #0828cc;
	color: #000;
}

img {
	max-width: 100%;
}

a {
	color: #0828cc;
	text-decoration: none;
}

.container {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

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

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

header {
	z-index: 2;
	padding: 40px 0;
	background: url(../img/body-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
}

header .inner {
	position: relative;
}

header .title {
	border-bottom: 1px solid #fff;
}

header .title:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

header .title .sitename {
	float: left;
	padding-bottom: 10px;
}

header .title .sitename img {
	width: 182px;
}

header .title .tokusyu {
	float: right;
	padding-top: 8px;
}

header .title .tokusyu small {
	position: relative;
	top: -2px;
	margin-right: 12px;
	font-size: 10px;
	font-size: 1rem;
}

header .desc {
	padding: 30px 0 90px;
	text-align: center;
}

header .desc a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: center;
	-ms-flex-align: center;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

header .desc .logo {
	display: inline-block;
	margin-right: 26px;
}

header .desc .logo img {
	width: 220px;
}

header .desc h1 {
	display: inline-block;
}

header .desc h1 img {
	width: 403px;
}

.spnav button {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 36px;
	height: 36px;
	outline: none;
	border: 0;
	background-color: rgba(0, 0, 0, .9);
	vertical-align: top;
	line-height: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.spnav button.close {
	background-color: transparent;
}

.spnav button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 60%;
	height: 1px;
	border-radius: 2px;
	background-color: #fff;
	text-indent: -30px;
	font-size: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.spnav button:before, .spnav button:after {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 60%;
	height: 1px;
	border-radius: 2px;
	background-color: #fff;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.spnav button:before {
	top: 11px;
}

.spnav button:after {
	bottom: 10px;
}

.spnav button.close:before {
	opacity: 0;
}

.spnav button.close span, .spnav button.close:after {
	background-color: #fff;
}

.spnav button.close span {
	top: 18px;
	left: 0;
	width: 65%;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.spnav button.close:after {
	bottom: 17px;
	left: 0;
	width: 65%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.spnav nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	overflow-y: scroll;
	padding: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
}

.spnav nav > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 0 80px;
	min-height: 100vh;
}

.spnav nav .btn-top {
	position: relative;
	margin-bottom: 24px;
	padding: 3px 10px;
	text-align: center;
}

.spnav nav .btn-top a {
	display: inline-block;
	padding: 2px 20px;
}

.spnav nav .btn-top:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	margin-left: -30px;
	width: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	content: "";
}

.spnav nav .btn-archive {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	text-align: center;
	line-height: 1;
}

.spnav nav .btn-archive:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 1em;
	content: "＋";
	text-align: center;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.spnav nav .btn-archive.close:after {
	content: "−";
}

.spnav nav dl {
	margin-bottom: 15px;
	line-height: 1.2;
}

.spnav nav dl.archive {
	display: none;
	margin-bottom: 0;
}

.spnav nav dl dt {
	padding: 5px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.spnav nav dl dt img {
	margin-right: 20px;
}

.spnav nav dl dd ul li {
	padding: 5px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.spnav nav dl dd ul li a {
	position: relative;
}

.spnav nav dl dd ul li a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.spnav nav img {
	height: 9px;
	vertical-align: middle;
}

.spnav nav a {
	display: block;
	color: #fff;
}

.spnav nav a span {
	display: block;
	margin-top: 6px;
	line-height: 1.3;
}

.spnav nav a.active {
	color: #0828cc;
}

.spnav nav .btn-close {
	position: relative;
	margin-top: 30px;
	padding: 5px 10px 0;
	text-align: center;
}

.spnav nav .btn-close:after {
	position: absolute;
	top: -2px;
	left: 50%;
	display: block;
	margin-left: -30px;
	width: 60px;
	border-top: 1px solid #ccc;
	content: "";
}

.spnav nav .btn-close img {
	width: 38px;
	height: auto;
}

section {
	position: relative;
	z-index: 2;
}

section.sec01 {
	margin-top: -93px;
}

section .inner {
	padding: 60px 100px 100px;
	max-width: 900px;
	background: #fff url(../img/bg-section.png) 50% 0;
}

.pagetop {
	height: 0;
	text-align: right;
	font-family: "Roboto Condensed", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.pagetop .inner {
	margin-top: -24px;
	max-width: 900px;
	height: 24px;
}

.pagetop span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 1px 0 0 2px;
	width: 50px;
	background-color: #000;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	cursor: pointer;
}

footer {
	margin-top: -100px;
	padding: 160px 0 40px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
}

footer .logo {
	margin-bottom: 20px;
}

footer .logo img {
	width: 250px;
}

footer .copyrights {
	display: block;
}

.fixbtn {
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 9;
	display: none;
	width: 68px;
	border: 1px solid #100964;
	background-color: #fff;
	text-align: center;
}

.fixbtn a {
	display: block;
	color: #100964;
	font-weight: bold;
	line-height: 1;
}

.fixbtn a .ttl {
	padding: 14px 18px;
	font-size: 20px;
	font-size: 2rem;
}

.fixbtn a .ttl .icn {
	margin: 0 -6px 8px 0;
	width: 26px;
}

.fixbtn a .ttl .arrow {
	margin: 8px -3px 0 0;
	width: 23px;
}

.fixbtn a .logo {
	padding: 10px 5px;
	background-color: #100964;
	line-height: 0;
}

/* ----------------
  TOP
---------------- */

.top header {
	position: absolute;
	width: 100%;
	background-image: none;
}

.top .mainimg {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
	background: url(../img/body-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.top .mainimg .inner {
	position: relative;
	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: center;
	height: 480px;
	text-align: center;

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

.top .mainimg .txtl {
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -115px;
	width: 50px;
}

.top .mainimg .txtl img {
	height: 230px;
}

.top .mainimg .sharebtn {
	position: absolute;
	right: -50px;
	width: 50px;
}

.top .mainimg .sharebtn p {
	margin-bottom: 20px;
}

.top .mainimg .sharebtn p img {
	width: 12px;
}

.top .mainimg .sharebtn > div:not(:last-child) {
	margin-bottom: 12px;
}

.top .mainimg .sharebtn > div img {
	width: 24px;
}

.top .mainimg h1 {
	margin: 20px 0 30px;
}

.top .mainimg h1 img {
	width: 557px;
}

.top .mainimg .logo img {
	width: 220px;
}

.top section.sec01 {
	margin-bottom: 45px;
}

.top section.sec01 .inner {
	padding-top: 60px;
}

.top section.sec01 .scroll {
	margin-bottom: 60px;
	text-align: center;
}

.top section.sec01 .scroll img {
	width: 50px;
}

.top section.sec01 .block:not(:last-child) {
	margin-bottom: 100px;
}

.top section.sec01 .block .img {
	display: inline-block;
}

.top section.sec01 .block .txt {
	display: inline-block;
}

.top section.sec01 .block .txt .ttl {
	margin-bottom: 10px;
	color: #0828cc;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

.top section.sec01 .block .txt .ttl small {
	display: block;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
}

.top section.sec01 .block .txt .name {
	margin-bottom: 20px;
	line-height: 1.4;
}

.top section.sec01 .block .txt .name p {
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
}

.top section.sec01 .block .txt .name p small {
	font-size: 18px;
	font-size: 1.8rem;
}

.top section.sec01 .block .txt .name > small {
	font-size: 12px;
	font-size: 1.2rem;
}

.top section.sec01 .block .btn img {
	width: 180px;
}

.top section.sec01 .block.block-talk {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;

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

.top section.sec01 .block.block-talk .img {
	margin-left: -100px;
	width: 53.333333%;
}

.top section.sec01 .block.block-talk .txt {
	width: 50%;
}

.top section.sec01 .block.block-talk .txt .ttl {
	margin-bottom: 20px;
	line-height: 1.3;
}

.top section.sec01 .block.block-talk .txt .ttl small {
	margin-bottom: 5px;
}

.top section.sec01 .block.block-talk .txt .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 40px;
	background: url(../img/icn-cross.png) 45% 0 no-repeat;
	background-size: 44px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top section.sec01 .block.block-talk .txt .name > div {
	width: 43%;
}

.top section.sec01 .block.block-talk.block-discussion {
	-ms-flex-align: start;

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

.top section.sec01 .block.block-talk.block-discussion .txt .name {
	margin-bottom: 20px;
	background-position: 51% 12px;
}

.top section.sec01 .block.block-talk.block-discussion .txt .name > div:first-child {
	margin-right: 40px;
	text-align: right;
}

.top section.sec01 .block.block-talk.block-discussion .txt .name > div p {
	margin-bottom: 4px;
	line-height: 1.3;
}

.top section.sec01 .block.block-talk.block-discussion .txt .name > div > span {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.top section.sec01 .block.block-talk.block-discussion .txt .name > div > span small {
	font-size: 12px;
	font-size: 1.2rem;
}

.top section.sec01 .block.block-talk.block-discussion .txt .coordinator {
	margin-bottom: 30px;
}

.top section.sec01 .block.block-talk.block-discussion .txt .coordinator .ttl {
	margin-bottom: 4px;
	padding-left: 4px;
	border-left: 3px solid #0828cc;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}

.top section.sec01 .block.block-talk.block-discussion .txt .coordinator p {
	font-size: 12px;
	font-size: 1.2rem;
}

.top section.sec01 .block.block-talk.block-discussion .txt .coordinator p strong {
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}

.top section.sec01 .block.block-talk.block-discussion .txt .coordinator p small {
	font-weight: bold;
}

.top section.sec01 .block.block-interview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	-ms-flex-align: center;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
}

.top section.sec01 .block.block-interview .img {
	margin-right: -100px;
	width: 53.333333%;
}

.top section.sec01 .block.block-interview .txt {
	width: 50%;
}

.top section.sec01 .block.block-interview .txt .ttl {
	margin-bottom: 20px;
}

.top section.sec01 .block.block-interview .txt li {
	position: relative;
	padding-left: 10px;
	border-left: 4px solid #0828cc;
}

.top section.sec01 .block.block-interview .txt li:not(:last-child) {
	margin-bottom: 20px;
}

.top section.sec01 .block.block-interview .txt li .name {
	margin-bottom: 8px;
	font-weight: bold;
}

.top section.sec01 .block.block-interview .txt li .name strong {
	color: #0828cc;
	font-size: 16px;
	font-size: 1.6rem;
}

.top section.sec01 .block.block-interview .txt li .name span {
	font-size: 16px;
	font-size: 1.6rem;
}

.top section.sec01 .block.block-interview .txt li .name small {
	font-weight: normal;
}

.top section.sec01 .block.block-interview .txt li > strong {
	display: inline-block;
	min-width: 240px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3;
}

.top section.sec01 .block.block-interview .txt li .btn {
	position: absolute;
	right: 0;
	bottom: 2px;
	display: inline-block;
	vertical-align: middle;
}

.top section.sec01 .block.block-interview .txt li.btnR {
	padding-bottom: 30px;
}

.top section.sec01 .block.block-interview .txt .interview3 li {
	padding-bottom: 30px;
}

.top section.sec01 .block.block-column {
	text-align: center;
}

.top section.sec01 .block.block-column h2 {
	margin-bottom: 52px;
}

.top section.sec01 .block.block-column h2 img {
	width: 112px;
}

.top section.sec01 .block.block-column .cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;

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

.top section.sec01 .block.block-column .cols:after {
	display: none;
}

.top section.sec01 .block.block-column .img {
	display: inline-block;
	margin-right: 30px;
	width: 200px;
}

.top section.sec01 .block.block-column .txt {
	display: inline-block;
	text-align: left;
}

.top section.sec01 .expand {
	margin-bottom: 50px;
}

.top section.sec01 .expand.btn {
	text-align: center;
}

.top section.sec01 .expand.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 8px 6px;
	width: 270px;
	border: 1px solid #0828cc;
	border-radius: 25px;
	color: #0828cc;
	text-align: center;
	text-indent: -.05em;
	letter-spacing: .05em;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "Roboto Condensed", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.4;
	cursor: pointer;
}

.top section.sec01 .expand.btn a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #0828cc;
	border-right: 2px solid #0828cc;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.top section.sec01 .expand.btn.close a:after {
	margin-top: 2px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.top section.sec01 .collapse {
	display: none;
	margin: 0 -100px;
	padding: 0 100px;
}

.top section.sec02 h2 {
	margin-bottom: 70px;
	text-align: center;
}

.top section.sec02 h2 img {
	width: 234px;
}

.top section.sec02 h2 span {
	display: block;
	margin-top: 20px;
	color: #0828cc;
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}

.top section.sec02 .cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top section.sec02 .cols:not(:last-child) {
	margin-bottom: 50px;
}

.top section.sec02 .cols:after {
	display: none;
}

.top section.sec02 .cols .col1 {
	width: 45%;
}

.top section.sec02 .cols .col1 .ttl {
	padding-left: 10px;
	border-left: 4px solid #0828cc;
	color: #0828cc;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
}

.top section.sec02 .cols .col1 p {
	padding-left: 14px;
	font-size: 20px;
	font-size: 2rem;
}

.top section.sec02 .cols .col2 {
	width: 50%;
}

.top section.sec02 .cols .col2 p {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

.top section.sec02 .cols .col2 .voice {
	padding: 10px;
	background-color: #eee;
}

.top section.sec02 .cols .col2 .voice strong {
	font-weight: bold;
}

.top section.sec02 .btns {
	text-align: center;
}

.top section.sec02 .btns p {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.top section.sec02 .btns a {
	display: inline-block;
	padding: 5px;
	width: 250px;
	border: 1px solid #0828cc;
	border-radius: 25px;
	color: #0828cc;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.top section.sec02 .btns a img {
	margin-top: 8px;
	width: 13px;
}

.top section.sec02 .btns a:hover {
	background-color: #0828cc;
	color: #fff;
}

/* ----------------
  記事
---------------- */

.article .inner {
	padding-top: 40px;
}

.article .title {
	margin-bottom: 45px;
	text-align: center;
	font-weight: bold;
}

.article .title h2 {
	margin-bottom: 20px;
	color: #0828cc;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.4;
}

.article .title h2 small {
	display: block;
	color: #000;
	font-size: 20px;
	font-size: 2rem;
}

.article .title p {
	font-size: 16px;
	font-size: 1.6rem;
}

.article .profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 50px;
	background-color: #0828cc;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
}

.article .profile .img {
	width: 50%;
}

.article .profile .txt {
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 42px 5px 42px 5.25%;
	width: 50%;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
}

.article .profile .txt .ttl img {
	margin-bottom: 10px;
	width: 109px;
}

.article .profile .txt .ttl h2 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.4;
}

.article .profile .txt .name {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.article .profile .txt .name span {
	font-size: 25px;
	font-size: 2.5rem;
}

.article .profile .txt .name small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.article .talkheader {
	margin-bottom: 60px;
}

.article .talkheader .img {
	position: relative;
	overflow: hidden;
	margin-bottom: 45px;
}

.article .talkheader .img p {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	width: 100%;
	height: 100%;

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

.article .talkheader .img p img {
	width: 144px;
}

.article .talkheader .ttl {
	margin-bottom: 30px;
	color: #0828cc;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}

.article .talkheader .ttl small {
	display: block;
	color: #000;
	font-size: 22px;
	font-size: 2.2rem;
}

.article .talkheader .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	background: url(../img/icn-cross.png) 50% 0 no-repeat;
	background-size: 44px;
	line-height: 1.4;

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

.article .talkheader .name p {
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
}

.article .talkheader .name p small {
	font-size: 18px;
	font-size: 1.8rem;
}

.article .talkheader .name > small {
	font-size: 12px;
	font-size: 1.2rem;
}

.article .talkheader .name > div {
	padding-top: 5px;
	width: 280px;
}

.article .talkheader .name > div:first-child {
	margin-right: 120px;
	text-align: right;
}

.article .block {
	margin: 0 6.5%;
}

.article .block .lead {
	margin-bottom: 80px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.article .block h3 {
	margin-bottom: 1.6em;
	padding: 6px 0;
	color: #0828cc;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}

.article .block h3.q {
	padding: 6px 0 6px 45px;
	background: url(../img/icn-q.png) 0 50% no-repeat;
	background-size: 30px;
}

.article .block h4 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.article .block p {
	margin-bottom: 3em;
	font-size: 16px;
	font-size: 1.6rem;
}

.article .block p strong {
	color: #0828cc;
}

.article .block figure {
	margin-bottom: 5em;
	text-align: center;
}

.article .block figure img {
	width: 600px;
}

.article .block-sub {
	margin: 0;
	margin-bottom: 3em;
	padding: 50px 6.5%;
	background-color: #dfe4f0;
}

.article .block-sub h3 {
	margin-bottom: 1em;
	text-align: center;
}

.article .block-sub p {
	margin-bottom: 20px;
}

.article .block-sub p:last-child {
	margin-bottom: 0;
}

.article .block-sub .imgs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.article .block-sub .imgs:last-child {
	margin-bottom: 0;
}

.article .block-sub .imgs img {
	width: 50%;
	height: auto;

	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.article .imgs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.article .profile-s {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 65px;
	padding-top: 50px;
	border-top: 1px solid #ccc;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.article .profile-s small {
	display: block;
	width: 46%;
	font-size: 12px;
	font-size: 1.2rem;
}

.article .notice {
	margin-bottom: 65px;
	font-size: 14px;
	font-size: 1.4rem;
}

.article .info {
	margin-bottom: 65px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.article .info strong {
	font-weight: bold;
}

.article .sharebtn {
	margin: 65px 0;
	text-align: center;
}

.article .sharebtn p {
	display: inline-block;
	margin-right: 8px;
	padding: 0 7px 0 10px;
	background-color: #000;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Roboto Condensed", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.article .sharebtn > div {
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}

.article .sharebtn > div img {
	width: 24px;
}

.article .pagenav {
	margin: 0 -100px;
	padding: 50px 0;
	background-color: #eee;
}

.article .pagenav .bx-wrapper {
	position: relative;
	margin: 0 auto;
}

.article .pagenav .bx-wrapper .bx-prev, .article .pagenav .bx-wrapper .bx-next {
	position: absolute;
	top: 50%;
	display: block;
	display: block;
	overflow: hidden;
	margin-top: -20px;
	padding-left: 20px;
	width: 0;
	height: 48px;
	text-indent: -100px;
}

.article .pagenav .bx-wrapper .bx-prev {
	left: -50px;
	background: url(../img/slider-prev.png) 0 0 no-repeat;
	background-size: contain;
}

.article .pagenav .bx-wrapper .bx-next {
	right: -50px;
	background: url(../img/slider-next.png) 0 0 no-repeat;
	background-size: contain;
}

.article .pagenav .bx-wrapper .bx-pager {
	position: absolute;
	bottom: -25px;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.article .pagenav .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}

.article .pagenav .bx-wrapper .bx-pager .bx-pager-item a {
	display: block;
	overflow: hidden;
	padding-top: 8px;
	width: 8px;
	height: 0;
	border-radius: 4px;
	background-color: #fff;
	text-indent: -100px;
}

.article .pagenav .bx-wrapper .bx-pager .bx-pager-item a.active {
	background-color: #aaa;
}

.article .pagenav ul {
	margin: 0 auto;
}

.article .pagenav ul li {
	position: relative;
	overflow: hidden;
	max-width: 24.4444444%;
}

.article .pagenav ul li a {
	display: block;
	opacity: 1;
}

.article .pagenav ul li .img.talk-img {
	margin: 0 -9%;
}

.article .pagenav ul li .img img {
	width: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.article .pagenav ul li .img:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/bg-pattern.png) 0 0;
	content: "";
}

.article .pagenav ul li .ttl {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	margin: auto;
	width: 100%;
	height: 100%;

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

.article .pagenav ul li .ttl img {
	max-height: 53.5px;
}

.article .pagenav ul li.column3 .ttl img {
	max-height: 72px;
}

.article .pagenation {
	margin: 100px 0 70px;
	text-align: center;
}

.article .pagenation a {
	display: inline-block;
	margin: 0 6px;
	padding: 5px;
	width: 18px;
	border: 1px solid #0828cc;
	color: #0828cc;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}

.article .pagenation a.current {
	background-color: #0828cc;
	color: #fff;
}

.article.discussion .talkheader .img p {
	-ms-flex-align: end;

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

.article.discussion .talkheader .img p img {
	margin-bottom: 40px;
	width: 122px;
}

.article.discussion .talkheader .txt > .lead {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.article.discussion .talkheader .name {
	background-position: 50% 50%;
}

.article.discussion .talkheader .name > div {
	width: 260px;
	text-align: center;
	line-height: 1.2;
}

.article.discussion .talkheader .name > div p {
	margin-bottom: 6px;
	font-size: 30px;
	font-size: 3rem;
}

.article.discussion .talkheader .name > div span {
	display: inline-block;
	margin: 0 5px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.article.discussion .talkheader .name > div span small {
	font-size: 20px;
	font-size: 2rem;
}

.article.discussion .talkheader .coordinator {
	margin-top: 30px;
	text-align: center;
}

.article.discussion .talkheader .coordinator .ttl {
	margin-bottom: 20px;
}

.article.discussion .talkheader .coordinator .ttl span {
	display: inline-block;
	border-bottom: 2px solid #0828cc;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}

.article.discussion .talkheader .coordinator p {
	display: inline-block;
	margin-bottom: 5px;
	min-width: 230px;
	font-size: 16px;
	font-size: 1.6rem;
}

.article.discussion .talkheader .coordinator p:last-child {
	min-width: 210px;
}

.article.discussion .talkheader .coordinator p strong {
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.article.discussion .talkheader .coordinator p small {
	font-weight: bold;
}

.article.discussion .talkheader .coordinator p img {
	position: relative;
	top: -10px;
	float: right;
}

.article.discussion .block-lesson {
	margin-bottom: 60px;
	padding: 10px;
	background-color: #eee;
}

.article.discussion .block-lesson:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article.discussion .block-lesson .img {
	float: right;
	margin-left: 12px;
	width: 56%;
}

.article.discussion .block-lesson .img:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.article.discussion .block-lesson .img img {
	float: left;
	width: 49%;
}

.article.discussion .block-lesson .img img:first-child {
	margin-right: 2%;
}

.article.discussion .block-lesson p {
	margin: 0;
	padding: 16px 12px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.article.discussion .block-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	margin-bottom: 30px;
	background-color: #eee;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
}

.article.discussion .block-img img {
	width: 50%;
}

.article.discussion .block-img p {
	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: 0;
	width: 50%;
	text-align: center;
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;

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

.article.discussion .block-img p span {
	display: block;
}

.article.discussion .block-img p small {
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
}

.article.discussion .block-img.block-img2 {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 60px;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.article.discussion .block-img.block-img2 p {
	text-align: left;
}

.article.discussion .block-after {
	padding: 40px 50px;
	background-color: #eee;
}

.article.discussion .block-after .ttl {
	margin-bottom: 25px;
	text-align: center;
	font-weight: bold;
}

.article.discussion .block-after .ttl small {
	display: inline-block;
	margin-bottom: 25px;
	border-bottom: 2px solid #0828cc;
	font-size: 16px;
	font-size: 1.6rem;
}

.article.discussion .block-after .ttl strong {
	display: block;
	color: #0828cc;
	font-size: 20px;
	font-size: 2rem;
}

.article.discussion .block-after .name {
	margin-bottom: 15px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.article.discussion .block-after p {
	margin: 0;
}

.discussion .pagenav .discussion .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.talk .pagenav .talk .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview1 .pagenav .interview1 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview2 .pagenav .interview2 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview3 .pagenav .interview3 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.column .pagenav .column .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.talk2 .pagenav .talk2 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.talk3 .pagenav .talk3 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview4 .pagenav .interview4 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview5 .pagenav .interview5 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview6 .pagenav .interview6 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.column2 .pagenav .column2 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview7 .pagenav .interview7 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview8 .pagenav .interview8 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview9 .pagenav .interview9 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview10 .pagenav .interview10 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview11 .pagenav .interview11 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.interview12 .pagenav .interview12 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.column3 .pagenav .column3 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

.column4 .pagenav .column4 .ttl {
	background-color: rgba(8, 40, 204, .5);
}

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

	a {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	a:not(.hv):hover {
		opacity: .8;
	}

	.spnav {
		display: none;
	}

	.top .mainimg .sharebtn {
		top: 50%;
		margin-top: -62px;
	}

	.top section.sec01 .block.block-talk.block-discussion {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;

		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
	}

	.top section.sec01 .block.block-talk.block-discussion .img {
		margin-right: -100px;
		margin-left: 0;
	}

	.top section.sec01 .block.block-talk.block-discussion .txt .name {
		margin-bottom: 20px;
		background-position: 51% 12px;
	}

	.top section.sec01 .block.block-talk.block-discussion .txt .name > div:first-child {
		width: 45%;
	}

	.top section.sec01 .expand.btn a:hover {
		background-color: #0828cc;
		color: #fff;
	}

	.top section.sec01 .expand.btn a:hover:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.article .imgs > div {
		width: 50%;
	}

	.article .imgs > div:last-child {
		padding-top: 5rem;
	}

	.article .imgs > div:last-child p {
		margin: 1rem 0 0;
		text-align: right;
	}

	.article .imgs > div p {
		margin-bottom: 1rem;
		line-height: 4rem;
	}

	.article .pagenav ul li a:hover .img img {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
	}
}

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

	body {
		font-size: 12px;
	}

	.container {
		padding: 0;
		min-width: 320px;
	}

	.inner {
		padding: 0 10px;
	}

	header {
		padding: 20px 0;
	}

	header .title .sitename {
		float: none;
		margin-top: 8px;
	}

	header .title .tokusyu {
		float: none;
		padding-top: 0;
	}

	header .title .tokusyu small {
		top: 0;
		margin-right: 10px;
	}

	header .desc a {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	header .desc .logo {
		margin: 25px 0 0;
	}

	section {
		margin: 0 10px;
	}

	section.sec01 {
		margin-top: -76px;
	}

	section .inner {
		padding: 60px 20px 80px;
		background-size: 113px;
	}

	.pagetop .inner {
		padding: 0 20px;
	}

	footer {
		padding-bottom: 80px;
	}

	.fixbtn {
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		border: 0 solid #100964;
		border-top: 1px solid #100964;
	}

	.fixbtn a .ttl {
		padding: 18px 5px 15px;
		font-size: 1.8rem;
	}

	.fixbtn a .ttl .icn {
		margin: -3px 2px 0 0;
		width: 19px;
		vertical-align: middle;
	}

	.fixbtn a .ttl .arrow {
		margin: -3px 0 0 2px;
		width: 18px;
		vertical-align: middle;
	}

	.fixbtn a .logo {
		display: none;
	}

	.top .mainimg {
		padding: 0;
	}

	.top .mainimg .txtl {
		position: relative;
		top: 0;
		left: auto;
		margin: 20px auto 0;
		width: 230px;
		height: 11px;
	}

	.top .mainimg .txtl img {
		-webkit-transform: rotate(90deg) translateY(-120px);
		-ms-transform: rotate(90deg) translateY(-120px);
		transform: rotate(90deg) translateY(-120px);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	.top .mainimg .sharebtn {
		position: absolute;
		top: 55px;
		right: 10px;
		width: auto;
		text-align: right;
	}

	.top .mainimg .sharebtn p {
		display: inline-block;
		margin: 0 5px 0 0;
		width: 44px;
		height: 12px;
		vertical-align: middle;
		text-align: left;
	}

	.top .mainimg .sharebtn p img {
		-webkit-transform: rotate(-90deg) translateX(-12px);
		-ms-transform: rotate(-90deg) translateX(-12px);
		transform: rotate(-90deg) translateX(-12px);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	.top .mainimg .sharebtn > div {
		display: inline-block;
		vertical-align: middle;
	}

	.top .mainimg .sharebtn > div:not(:last-child) {
		margin: 0 5px 0 0;
	}

	.top .mainimg .sharebtn > div.fb img {
		width: 20px;
	}

	.top .mainimg h1 img {
		width: 285px;
	}

	.top section.sec01 .inner {
		padding-top: 15px;
	}

	.top section.sec01 .block:not(:last-child) {
		margin-bottom: 80px;
	}

	.top section.sec01 .block .img {
		display: block;
		margin: 0 0 20px;
	}

	.top section.sec01 .block .txt {
		display: block;
	}

	.top section.sec01 .block .txt .ttl {
		text-align: center;
		font-size: 2rem;
	}

	.top section.sec01 .block .txt .ttl small {
		font-size: 1.5rem;
	}

	.top section.sec01 .block .txt .name p {
		font-size: 2rem;
	}

	.top section.sec01 .block .txt .name p small {
		font-size: 1rem;
	}

	.top section.sec01 .block .btn {
		text-align: center;
	}

	.top section.sec01 .block .btn img {
		width: 150px;
	}

	.top section.sec01 .block.block-talk {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.top section.sec01 .block.block-talk .img {
		margin: 0 -20px 20px;
		width: auto;
	}

	.top section.sec01 .block.block-talk .txt {
		width: 100%;
	}

	.top section.sec01 .block.block-talk .txt .name {
		-ms-flex-pack: center;
		margin-bottom: 30px;
		background-position: 50% 0;
		background-size: 28px;
		font-size: 1.1rem;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}

	.top section.sec01 .block.block-talk .txt .name > div:first-child {
		margin-right: 45px;
		text-align: right;
	}

	.top section.sec01 .block.block-talk.block-discussion .txt .name > div p {
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.top section.sec01 .block.block-talk.block-discussion .txt .name > div > span {
		font-size: 1.8rem;
	}

	.top section.sec01 .block.block-talk.block-discussion .txt .name > div > span small {
		font-size: 1rem;
	}

	.top section.sec01 .block.block-talk.block-discussion .txt .name {
		background-position: 50% 10%;
	}

	.top section.sec01 .block.block-talk.block-discussion .txt .name span {
		display: inline-block;
	}

	.top section.sec01 .block.block-interview {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.top section.sec01 .block.block-interview .img {
		margin: 0 -20px 20px;
		width: auto;
	}

	.top section.sec01 .block.block-interview .txt {
		width: 100%;
	}

	.top section.sec01 .block.block-interview .txt li > strong {
		display: block;
		margin-bottom: 12px;
	}

	.top section.sec01 .block.block-interview .txt li .btn {
		position: relative;
		bottom: 0;
	}

	.top section.sec01 .block.block-interview .txt li.btnR {
		padding-bottom: 0;
	}

	.top section.sec01 .block.block-interview .txt .interview3 li {
		padding-bottom: 0;
	}

	.top section.sec01 .block.block-column h2 {
		margin-bottom: 24px;
	}

	.top section.sec01 .block.block-column .cols {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.top section.sec01 .block.block-column .img {
		display: block;
		margin: 0 auto 20px;
	}

	.top section.sec01 .block.block-column .txt {
		text-align: center;
	}

	.top section.sec01 .expand {
		margin-bottom: 30px;
	}

	.top section.sec01 .expand.btn a {
		font-size: 1.5rem;
	}

	.top section.sec02 h2 {
		margin-bottom: 40px;
	}

	.top section.sec02 h2 span {
		font-size: 2rem;
	}

	.top section.sec02 .cols {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.top section.sec02 .cols .col1 {
		margin-bottom: 16px;
		width: 100%;
	}

	.top section.sec02 .cols .col1 .ttl {
		font-size: 2rem;
	}

	.top section.sec02 .cols .col2 {
		width: 100%;
	}

	.top section.sec02 .cols .col2 .voice {
		font-size: 1.4rem;
	}

	.article .inner {
		padding-top: 20px;
	}

	.article .title h2 {
		font-size: 2.5rem;
	}

	.article .title h2 small {
		margin-top: 10px;
	}

	.article .title p {
		text-align: left;
	}

	.article .profile {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.article .profile .img {
		width: 100%;
	}

	.article .profile .txt {
		padding: 20px 15px;
		min-height: 220px;
		width: 100%;
	}

	.article .profile .txt .ttl img {
		margin-bottom: 8px;
		width: auto;
		height: 18px;
	}

	.article .profile .txt .ttl h2 {
		font-size: 2.7rem;
	}

	.article .talkheader {
		margin-bottom: 45px;
	}

	.article .talkheader .img > img {
		margin: 0 -20%;
		max-width: 140%;
	}

	.article .talkheader .ttl {
		text-align: center;
		font-size: 2.5rem;
	}

	.article .talkheader .ttl small {
		font-size: 2rem;
	}

	.article .talkheader .name {
		-ms-flex-pack: center;
		background-position: 50% 0;
		background-size: 28px;

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

	.article .talkheader .name p {
		font-size: 2rem;
	}

	.article .talkheader .name p small {
		font-size: 1rem;
	}

	.article .talkheader .name > div {
		padding-top: 0;
	}

	.article .talkheader .name > div:first-child {
		margin-right: 40px;
		margin-left: 0;
	}

	.article .block {
		margin: 0;
	}

	.article .block .lead {
		margin-bottom: 40px;
	}

	.article .block p {
		margin-bottom: 35px;
	}

	.article .block-sub {
		padding: 20px;
	}

	.article .block-sub p {
		margin-bottom: 20px;
	}

	.article .block-sub .imgs {
		margin: 0 0 20px;
	}

	.article .block-sub .imgs img {
		width: 100%;
	}

	.article .imgs {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.article .imgs > div {
		margin: 0 -20px;
	}

	.article .imgs > div p {
		padding: 0 20px;
		font-size: 2rem;
	}

	.article .imgs > div:last-child p {
		text-align: right;
	}

	.article .profile-s {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 30px;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.article .profile-s small {
		width: auto;
	}

	.article .profile-s small:first-child {
		margin-bottom: 20px;
	}

	.article .notice {
		margin: 25px 0 45px;
	}

	.article .sharebtn {
		margin-top: 65px;
	}

	.article .pagenav {
		margin: 0 -20px;
		padding: 0;
	}

	.article .pagenav ul {
		padding: 20px 0;
		text-align: center;
	}

	.article .pagenav ul li {
		display: inline-block;
		margin: 0 5px 10px;
		min-width: 280px;
		max-width: 300px;
		width: 100%;
		vertical-align: top;
	}

	.article .pagenav ul li:last-child {
		margin-bottom: 0;
	}

	.article .pagenav ul li .img.talk-img {
		margin: 0;
	}

	.article .pagenav ul li .img {
		position: relative;
		overflow: hidden;
		height: 175px;
	}

	.article .pagenav ul li .img img {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-42%);
		-ms-transform: translateY(-42%);
		transform: translateY(-42%);
	}

	.article .pagenation {
		margin: 70px 0;
	}

	.article.discussion .talkheader .img > img {
		margin: 0 -10%;
		max-width: 120%;
	}

	.article.discussion .talkheader .img p img {
		margin-bottom: 10px;
		width: 90px;
	}

	.article.discussion .talkheader .txt > .lead {
		text-align: left;
		font-size: 1.6rem;
	}

	.article.discussion .talkheader .name > div p {
		font-size: 1.6rem;
	}

	.article.discussion .talkheader .name > div span {
		margin: 0 0 5px;
	}

	.article.discussion .talkheader .name > div span small {
		font-size: 1rem;
	}

	.article.discussion .talkheader .coordinator .ttl {
		margin-bottom: 12px;
	}

	.article.discussion .talkheader .coordinator p {
		min-width: 185px;
		font-size: 1.2rem;
	}

	.article.discussion .talkheader .coordinator p:last-child {
		min-width: 165px;
	}

	.article.discussion .talkheader .coordinator p small {
		font-size: 1rem;
	}

	.article.discussion .talkheader .coordinator p img {
		top: 2px;
		width: 34px;
	}

	.article.discussion .block-lesson .img {
		float: none;
		margin: 0;
		width: auto;
	}

	.article.discussion .block-lesson p {
		padding: 10px 0 0;
	}

	.article.discussion .block-img {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.article.discussion .block-img img {
		width: auto;
	}

	.article.discussion .block-img p {
		display: block;
		padding: 10px;
		width: 100%;
		text-align: left;
		font-size: 2rem;
		line-height: 1.3;
	}

	.article.discussion .block-img p small {
		margin-top: 4px;
	}

	.article.discussion .block-img.block-img2 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.article.discussion .block-img.block-img2 p {
		text-align: left;
	}

	.article.discussion .block-after {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 758px) and (max-width: 758px) {
	.article.discussion .block-img p {
		font-size: 1.8rem;
	}
}
