@charset "UTF-8";
/*--------------------------------------
global Style
--------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Yu Mincho"serif;
  src: local("Yu Mincho Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	position: relative;
	height: 100%;
	min-width:960px;
	padding: 0;
	color: #222;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family:"Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
}
section {
	clear:both;
}
header, footer, #main {
		min-width:960px;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
strong {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
.inner {
	position:relative;
	width: 960px;
	margin:auto;
}
.inner:after {
	content:"";
	display:block;
	clear:both;
	width:100%;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	width:100%;
}
.inline-block {
	display: inline-block;
}

.search_input input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	height: 30px;
	width: 200px;
	padding: 8px 8px;
	border: 1px solid #f2709d;
	border-radius: 4px;
	background: #fff;
	font-size:14px;
	line-height:1;
	vertical-align:top;
}
.search_input button  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 0px;
	background:#fff url("../../images/icon-search.png") center center no-repeat;
	color: #333;
	text-indent: -9999px;
	cursor: pointer;
}
#social .facebook {
	padding-right: 5px;
}
#social .search_input input[type="text"] {
	width: 80px;
	margin-left: 5px;
	transition: 0.25s ease-out;
}
#social .search_input input[type="text"]:focus {
	width: 125px;
	transition: 0.25s ease-out;
}

select::-ms-expand {
	display: none;
}
.btn_spnav_open {
 display: none;
}

.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 1rem !important;}
.mt-2 {margin-top: 2rem !important;}
.mt-3 {margin-top: 3rem !important;}
.mt-4 {margin-top: 4rem !important;}
.mt-5 {margin-top: 5rem !important;}
.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 1rem !important;}
.mb-2 {margin-bottom: 2rem !important;}
.mb-3 {margin-bottom: 3rem !important;}
.mb-4 {margin-bottom: 4rem !important;}
.mb-5 {margin-bottom: 5rem !important;}

@media(min-width:768px){
	.sp{
		display: none!important;
	}
}
@media(max-width:767px){
	body {
		width: auto;
		min-width:200px;
	}
	body.spnav_on {
		overflow: hidden;
	}
header, footer, #main {
		min-width:200px;
}
	.inner {
		width: 100%;
	}
	.pc{
		display: none;
	}

	body.spnav_on {
	height:100%;
	overflow: hidden;
}
#btn_spnav_open,
#btn_spnav_open span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#btn_spnav_open {
	position: fixed;
	z-index: 3000;
	width: 45px;
	height: 45px;
	top: 0;
	right: 0;
	background: transparent;
	cursor: pointer;
}
body.spnav_on #btn_spnav_open {
	background: transparent;
}

#btn_spnav_open span {
	position: absolute;
	left: 13px;
	width: 20px;
	height: 2px;
	background-color: #222;
	border-radius: 0;
}
#btn_spnav_open span:nth-of-type(1) {
	top: 15px;
}
#btn_spnav_open span:nth-of-type(2) {
	top: 22px;
}
#btn_spnav_open span:nth-of-type(3) {
	bottom: 14px;
}
#btn_spnav_open.active span:nth-of-type(1) {
	width: 23px;
	height: 2px;
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
	opacity: 1;
}
#btn_spnav_open.active span:nth-of-type(2) {
	opacity: 0;
}
#btn_spnav_open.active span:nth-of-type(3) {
	width: 23px;
	height: 2px;
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
	opacity: 1;
}

}

/*--------------------------------------
header
--------------------------------------*/
header {
	border-top: 15px solid #f2709d;
	font-size: 0;
	padding-bottom: 10px;
}
header h1 {
	display: block;
	margin: 30px 0 00;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
}

header h1 img {
  max-width: 320px;
}

header .catchcopy {
	display: block;
	margin: 10px 0 30px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	vertical-align: middle;
	color: #f2709d;
	text-align: center;
}
header .catchcopy .sub {
	margin-top: -5px;
	color: #f2709d;
}
header .btn_spnav_open {
 display: none;
}
@media(max-width:767px){
header {
	border-top: 5px solid #333;
	padding: 15px;
}
header h1 {
	display: block;
	margin: 0;
	text-align: center;
}
header h1 img {
	width: 240px;
	height: auto;
}
header .catchcopy {
	display: block;
	margin-top: 5px;
	text-align: center;
}
header .catchcopy img {
	width: 240px;
	height: auto;
}
header .catchcopy .sub {
	display: none;
	font-size: 12px;
	margin-top: 0;
}
}
/*
global nav
*/
#gnav {
	position:relative;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
#gnav ul {
	text-align: center;
}
#gnav ul:after {
	display:block;
	clear:both;
	width:100%;
	content:"";
}
#gnav ul li {
	display:inline-block;
	margin-right: 15px;
}
#gnav ul li a {
	display: block;
	padding: 8px 15px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	border-bottom: 1px solid #f2709d;
	transition: all 1s ease;
}
#gnav ul li a:hover {
	color: #f2709d;
	text-decoration: none;
	transition: all 0.25s ease;
}
#gnav ul li.active a {
	color: #f2709d;
}
#gnav ul.level_1 {
	display: none;
}
#gnav .search_input {
	display: none;
}



@media(max-width:767px){
#gnav {
	overflow: scroll;
	display: none;
	position:fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 15px ;
	background: #fff;
}
body.spnav_on #gnav {
	display: block;
}
#gnav ul:first-of-type {
	border-top: 1px solid #f2709d;
	float: none;
}
#gnav ul li {
	display:block;
	float: none;
	margin-right: 0;
}
#gnav ul li a {
	display: block;
	padding: 15px 15px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	transition: all 1s ease;
}
#gnav ul li a:hover {
	color: #f2709d;
	text-decoration: none;
	transition: all 0.25s ease;
}
#gnav ul li.active a {
	color: #f2709d;
}
#gnav ul.level_1 {
	display: block;
	float: none;
}
#gnav ul.level_1 li span {
	display: block;
	margin-top: 25px;
	background: #f2709d;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
#gnav .search_input {
	display: block;
	margin-top: 25px;
	margin-left: 0;
}
#gnav .search_input input {
	height: 40px;
	width: calc(100% - 50px);
	font-size: 16px;
}
#gnav .search_input button {
	height: 40px;
	width: 40px;
}

}
/*
social button
*/
#social {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 5px;
	font-size: 0
}
#social li {
	display: inline-block;
	vertical-align: middle;
}
#social li.facebook {
	margin-right: 1px;
}
#social li.twitter {
	margin-right: 1px;
}
@media(max-width:767px){
#social {
	position: relative;
	display: none;
	float: none;
	margin-top: 5px;
	font-size: 0;
	text-align: center;
}
#social li {
	display: inline-block;
	margin: 10px 0 0 10px;
}
}
/*--------------------------------------
main
--------------------------------------*/
#main {
	width: 960px;
	margin: auto;
	text-align: left;
}
#main:after {
	display:block;
	clear:both;
	width:100%;
	content:"";
}
@media(max-width:767px){
#main {
	width: 100%;
}
}
/*--------------------------------------
topicpath
--------------------------------------*/
#topicpath {
	width: 960px;
	margin: 10px auto 50px;
	padding: 8px 0;
	line-height: 1;
}
#topicpath ul {
	font-size: 0;
}
#topicpath li {
	display: inline-block;
	color: #333;
	font-size: 13px;
}
#topicpath li:after {
	content: ">";
	position: relative;
	top: -1px;
	margin: 0 8px;
	color: 999999;
}
#topicpath li:last-child:after {
	display: none;
}
#topicpath li a {
	color: #333;
}
@media(max-width:767px){
#topicpath {
	display: none;
}
}
/*--------------------------------------
footer
--------------------------------------*/
footer {
	margin-top: 100px;
}
footer .jinzairyoku {
	padding: 40px 0;
	background: #f2709d;
	font-size: 0;
}
footer .jinzairyoku .logo {
  max-width: 260px;
	float: left;
	display: inline-block;
	vertical-align: middle;
}
footer .jinzairyoku ul.about {
	display: block;
	/* margin-left: 320px; */
	vertical-align: middle;
  text-align: center;
}
footer .jinzairyoku ul.about li {
	display: inline-block;
	margin-right: 40px;
}
footer .jinzairyoku ul.about li:last-child {
	margin-right: 0;
}
footer .jinzairyoku ul.about li a {
	color: #fff;
	font-size: 14px;
}
footer .bottom {
	padding: 15px;
	background: #fff;
	text-align: right;
}
#links {
	padding: 50px 0;
	background: #EDEDED;
}
footer .jinzairyoku .banner {
	margin: 0 auto 20px auto;
	font-size: 0;
	text-align: center;
	max-width: 64%;
}
footer .jinzairyoku .banner li {
	display: inline-block;
	margin: 0 5px 15px;
	width:142px;
	height:45px;
}

footer .bottom ul {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}
footer .bottom ul li {
	display: inline-block;
	margin-right: 15px;
}
footer .bottom ul li a {
	color: #333;
	font-size: 12px;
}
footer .bottom #copyright {
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
}
@media(max-width:767px){
footer {
	margin-top: 30px;
}
#links {
	padding: 20px 15px;
	text-align: center;
}
#links .banner {
	margin-bottom: 20px;
}
#links .banner li {
	margin: 5px 5px;
}
#links .banner li img {
	width: 40vw;
	height: auto;
}
#links .sub {
	display: inline;
}
#links .sub li:last-child:after {
	content: "  |  ";
}
#links .sub li a {
	line-height: 3;
}
footer .jinzairyoku {
	padding: 20px 0;
	background: #f2709d;
	font-size: 0;
	text-align: center;
}
footer .jinzairyoku .logo {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
footer .jinzairyoku .banner {
	margin-bottom: 0px;
}
footer .jinzairyoku ul.about {
	display: inline-block;
	margin: 20px 0 0;
	vertical-align: middle;
}
footer .jinzairyoku ul.about li {
	display: inline-block;
	float: none;
	margin:10px 10px;
}
footer .jinzairyoku ul.about li a {
	font-size: 14px;
}
footer .bottom {
	padding: 15px;
	line-height: 2.5;
	text-align: center;
}
footer .bottom ul {
	display: inline-block;
	margin: auto 20px;
	vertical-align: middle;
}
footer .bottom ul li {
	display: inline-block;
	margin: 0 15px;
}
footer .bottom ul li a {
	color: #333;
	font-size: 12px;
}
footer .bottom #copyright {
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
}
}
/*--------------------------------------
topagetop
--------------------------------------*/
#topagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 800;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #000 url(../../images/icon_totop.png) center center no-repeat;
	text-indent: -9999px;
	opacity: 0.5;
	cursor: pointer;
	transition: 0.5s;
}
#topagetop:hover {
	opacity: 1;
	transition: 0.5s;
}
/*--------------------------------------
ttl
--------------------------------------*/
#ttl {
	padding: 35px;
	background: #f2709d;
}#ttl h2 {
	width: 960px;
	margin: auto;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.25em;
	line-height: 1;
}

#ttl.ttl-nospacing h2 {
  letter-spacing: 0;
}

@media(max-width:767px){
#ttl {
	padding: 25px 15px;
}
#ttl h2 {
	width: 100%;
	margin: auto;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 1;
}
}
/*--------------------------------------
contents
--------------------------------------*/
#main #contents {
	width: 650px;
	float: left;
}
@media(max-width:767px){
#main #contents {
	width: 100%;
	padding: 25px 15px;
	float: none;
}
}
/*--------------------------------------
sidebar
--------------------------------------*/
#main #sidebar {
	width: 260px;
	float: right;
}
#sidebar .search + .search {
	margin-top: 40px;
}
#sidebar .search li h3 {
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2709d;
	color: #f2709d;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
#sidebar .search li:first-child h3 {
	margin-top: 0;
}
#sidebar .search .same li h3 {
	border-bottom: 1px solid #dc66a8;
	color: #dc66a8;
}
#sidebar .search li ul li {
	margin-top: 15px;
}
#sidebar .search li ul li a {
	display: inline-block;
	width: 100%;
	color: #777;
	font-size: 13px;
	line-height: 1.2;
}
#sidebar .search li ul li a:hover {
	color: #333;
}
@media(max-width:767px){
#main #sidebar {
	width: auto;
	float: none;
	margin-top: 50px;
	padding: 15px;
}
#sidebar .search_input input {
	width: calc(100% - 40px);
}
#sidebar .search li h3 {
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2709d;
	color: #f2709d;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
#sidebar .search .same li h3 {
	border-bottom: 1px solid #dc66a8;
	color: #dc66a8;
}
#sidebar .search li ul li {
	margin-top: 15px;
}
#sidebar .search li ul li a {
	display: inline-block;
	width: 100%;
	color: #777;
	font-size: 13px;
	line-height: 1.2;
}
#sidebar .search li ul li a:hover {
	color: #333;
}
}

.wp-pagenavi {
    clear: both;
    margin: 30px 0;
}

.current {
    background: #f2709d;
    color: #fff;
    border: none !important;
    padding: 4px 6px !important;
}

#contents .interview {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
#contents .interview:hover {
    border: 1px solid #f2709d;
}
.box {
    padding: 2%;
}
.box a {

    text-decoration: none;

}
.box_img {
    width: 34%;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
}

.box_text1 {
    width: 62%;
    float: left;
}
.box_text1 h4 {
    line-height: 1.3!important;
    margin-bottom: 11px!important;
}
.box_name {
    line-height: 1.3;
    font-size: 14px;
}
.box_text2 {
    clear: both;
    border-top: 1px solid #f2709d;
    padding-top: 10px;
    line-height: 1.4;
    font-size: 13px;
}
.box_lead {
    color: #777;
}

.pr_on {
   margin: 8px 0 8px 0;
    }
.prcat_on {
	margin: 0px 0 15px 0;
    text-align: right;
    }
span.pr_text {
    color: #999;
    font-size: 13px;
    display: inline-block;
	border: 1px solid #999;
    padding: 2px 10px;
}



@media(max-width:767px){
	#contents .interview {
	    border: 1px solid #f2709d;
	}
	.box {
	    padding: 3%;
	}
	.box_img {
	    width: 100%;
	    float: none;
	    margin-bottom: 10px;
	}
	.box_text1 {
	    width: 100%;
	    float: none;
	    margin-bottom: 10px;
	}
	.box_text1 h4 {
	    font-size: 18px!important;
		text-align: left !important;
	}
}

/* - - - - - - - - - */

.interview-cat-heading {
  display: block;
  box-sizing: border-box;
  margin-bottom: 2rem;
  border: 1px solid #ddd;
}

.home-interviews-area {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .home-interviews-area {
    margin: 30px 3.3vw;
  }
}

.home-interviews-item {
  position: relative;
  flex-basis: 32%;
  line-height: 1;
}


.home-interviews-item img {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.section-interview {
  margin: 30px 0;
}

/*--------------*/

.button-interview {
  display: inline-block;
  margin-right: 1rem;
  position: relative;
}

.button-interview img {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.section-interview .button-interview img {
  widtH: 200px;
}

.layer {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  border-radius: 10px;
  text-align: center;
}

.layer-hover {
  background-color: rgba(255,255,64,0.33);
  opacity: 0;
  transition: opacity linear 0.15s;
}

.layer-hover:hover {
  opacity: 1;
}

.layer-comingsoon {
  background-color: rgba(0,0,0,0.67);
  color: #fff;
  font-size: 1.125em;
}

.layer-comingsoon span {
  display: block;
  padding-top: 20%;
}

.sidebar-banner-item {
  margin-bottom: 20px;
}

/*--------------*/

#contents.contents-page {}

#contents.contents-page p {
  margin: 1.5em 0;
  font-size: 14px;
  line-height: 2;
}

#contents.contents-page ol {
  list-style-type: decimal;
}

#contents.contents-page li {
  margin-left: 1.5em;
  line-height: 2;
}




.interview-mainphoto {
  margin-bottom: 1em;
}

.interview-subtitle {
  color: #666;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
}

.interview-title {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}

.interview-person {
  font-weight: bold;
  color: #f2709d;
  line-height: 1.5;
}


.interview-lead {
  margin-top: 3em;
  margin-bottom: 3em;
  line-height: 1.75;
}

.interview-content {
  margin-top: 3em;
  margin-bottom: 3em;
}

.interview-content-title {
  margin-top: 3em;
  margin-bottom: 2em;
  color: #f2709d;
  font-size: 1.125rem !important;
  font-weight: bold;
  line-height: 1.4;
}

.interview-content-q {
  margin-top: 2em;
  margin-bottom: 1em;
  color: #000;
  font-weight: bold;
  line-height: 1.75;
}

.interview-content-a {
  line-height: 1.8;
}


#contents .share {
	margin-top: 5px;
	font-size: 0
}
#contents .share:after {
	display:block;
	clear:both;
	width:100%;
	content:"";
}
#contents .share li {
	display: inline-block;
}
#contents .share li.facebook {
	margin-right: 2px;
}
#contents .share li.twitter {
	position: relative;
	top: 1px;
}
#contents .share li.pocket {
	position: relative;
	top: 3px;
}
#contents .share li.hatena {
	margin-right: 3px;
}
@media(max-width:767px){
  #contents .share li {
  	margin-top: 5px;
  	margin-right: 5px;
  }
}