@charset "utf-8";

html {
}
html.opened {
	overflow: hidden;
}

body {
}
.tel-btn {
	cursor: default;
}
@media screen and (min-width: 751px) {
	a {
		transition: color 0.3s ease-out;
		-webkit-transition: color 0.3s ease-out;
		-moz-transition: color 0.3s ease-out;
	}
	.scalup {
		overflow: hidden;
	}
	.scalup img {
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
	}
	a:hover .scalup img {
		opacity: 0.8;
		transform: scale(1.08);
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
	}
	.hoverOpacity {
		opacity: 1;
		transition: opacity 0.4s ease-out;
		-webkit-transition: opacity 0.4s ease-out;
		-moz-transition: opacity 0.4s ease-out;
	}
	.hoverOpacity:hover  {
		opacity: 0.8;
	}
	.bgColor {
		transition: background-color 0.4s ease-out;
		-webkit-transition: background-color 0.4s ease-out;
		-moz-transition: background-color 0.4s ease-out;
	}
	.hoverBoxShadow .BoxShadowText,
	.hoverBoxShadow .BoxShadow {
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
	}
	.hoverBoxShadow:hover .BoxShadowText {
		color: #e95098;
	}
	.hoverBoxShadow:hover .BoxShadow {
		box-shadow: 1px 1px 28px rgba(0,0,0,0.2);
	}
}

#content .inner,
#footer .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 1140px) {
	#content .inner,
	#footer .inner {
		width: auto;
		padding: 0 20px;
	}
}
@media screen and (min-width: 751px) { /* PC */
	.is-sp {
		display: none;
	}
}
@media screen and (min-width: 641px) { /* PC */
	.is-sps {
		display: none;
	}
}
@media screen and (max-width: 768px) { /* TB */
	
}
@media screen and (max-width: 750px) { /* SP */
	.is-pc {
		display: none;
	}
}

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

		#header

-----------------------------------------*/
#header {
	padding: 20px;
	background-color: #fdfdfd;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
}
.h-logo {
	position: absolute;
	top: 0;
	left: 20px;
}
.h-logo a {
	padding: 28px 10px;
	display: block;
}
.h-logo img {
	width: 314px;
}
body.top .h-logo {
	left: 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
body.top .h-logo a {
	padding: 40px 14px 40px 12px;
	background-color: #fff;
}
body.top .h-logo img {
	width: 354px;
}
.h-navi {
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 500;
	float: right;
}
.h-navi_item {
	float: left;
}
.h-navi_item a {
	padding: 14px;
	display: block;
	color: #000;
}
.h-navi_item.contact {
	margin-left: 15px;
}
.h-navi_item.contact a {
	padding: 13px 15px 13px 43px;
	border: 1px solid #000;
	color: #fff;
	position: relative;
}
.h-navi_item.contact figure {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
}
.h-navi_item.contact figure svg {
	width: 24px;
	height: 24px;
}
.h-navi_item.contact .email {
	fill: #fff;
}
.h-navi_item.contact a:after,
.h-navi_item.contact a:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.h-navi_item.contact a:after {
	width: 0;
}
.h-navi_item.contact a:before {
	background-color: #000;
	z-index: -2;
}
@media screen and (min-width: 751px) {
	.h-navi_item a {
		position: relative;
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
	}
	.h-navi_item a:before {
		content: " ";
		width: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background-color: #000;
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
	}
	.h-navi_item a:hover:before {
		width: 100%;
	}
	.h-navi_item a:hover {
		color: #fff;
	}
	/*
	.h-navi_item a.cur:before {
		width: 100%;
	}
	.h-navi_item a.cur {
		color: #fff;
	}
	*/
	.h-navi_item.contact a:hover {
		color: #000;
	}
	.h-navi_item.contact a .email {
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
	}
	.h-navi_item.contact a:hover .email {
		fill: #000;
	}
	.h-navi_item.contact a:after {
		background-color: #fff;
		width: 0;
		z-index: -1;
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
	}
	.h-navi_item.contact a:hover:after {
		width: 100%;
	}
}

.h-navi_sp {
	display: none;
	padding: 20px;
	background-color: rgba(0,0,0,0.95);
}
/*
.h-navi_search {
	width: 49.2%;
	float: left;
	position: relative;
}
.h-navi_search input[type=text] {
	padding: 0 40px 0 12px;
	display: block;
	border-bottom: 1px solid #737373;
	width: 100%;
	height: 49px;
	background-color: #262626;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
}
.h-navi_search a {
	display: block;
	width: 20px;
	position: absolute;
	top: 12px;
	right: 10px;
	line-height: 0;
}
*/
.h-navi_contact {
	width: 49.2%;
	float: right;
	font-size: 18px;
}
.h-navi_contact a {
	padding-top: 11px;
	display: block;
	height: 50px;
	background-color: #fff;
	color: #000;
	text-align: center;
	box-sizing: border-box;
}
.h-navi_contact a span {
	display: inline-block;
	padding-left: 35px;
	background: url(../img/icon/email02.svg) 0 center no-repeat;
	background-size: 23px;
}
.h-navi_sns {
	padding-top: 30px;
	text-align: center;
	clear: both;
}
.h-navi_sns li {
	margin: 0 10px;
	display: inline-block;
	width: 32px;
}
.h-navi_btn {
	height: 90px;
	width: 90px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.h-navi_btn.opened {
	background: url(../img/h_btn_close.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.h-navi_btn.opened img {
	opacity: 0;
}

.h-navi_search {
	display: none;
}
.h-navi_contact {
	width: 75%;
	max-width: 350px;
	float: none;
	margin: 0 auto;
}
@media screen and (max-width: 1120px) {
	#header {
		padding: 24px 20px 0;
		background-color: #fff;
		box-sizing: border-box;
		height: 90px;
	}
	.h-logo {
		position: static;
		box-shadow: none!important;
		float: left;
	}
	.h-logo a {
		padding: 0!important;
		width: 440px!important;
		background-color: inherit!important;
	}
	body.top .h-logo img {
		width: auto;
	}
	.h-navi {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		float: none;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-out;
		-webkit-transition: max-height 0.4s ease-out;
		-moz-transition: max-height 0.4s ease-out;
	}
	.h-navi.opened {
		max-height: 800px;
	}
	.h-navi > ul {
		padding: 30px 0;
		background-color: rgba(255,255,255,0.95);
	}
	.h-navi_item {
		float: none;
		font-size: 18px;
		text-align: center;
	}
	.h-navi_item a {
		padding: 12px;
	}
	.h-navi_item.contact {
		margin-left: 0;
		display: none;
	}
	.h-navi_sp {
		display: block;
	}
	.h-navi_btn {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	#header {
		padding: 9px 10px;
		height: 45px;
	}
	.h-logo a {
		width: 220px!important;
	}
	.h-navi_btn {
		height: 45px;
		width: 45px;
	}
}
@media screen and (max-width: 440px) {
	.h-navi_sns li {
		margin: 0 6px;
		width: 30px;
	}
}




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

		#footer

-----------------------------------------*/
#footer {
	padding: 40px 0 20px;
	background: url(../img/foot_bg.png) center 0 repeat #000;
}
#footer .inner {
	overflow: hidden;
}
#footer .column {
	padding-left: 18px;
	width: 20%;
	float: left;
	box-sizing: border-box;
}
#footer .f-aside {
	padding: 0 10px;
	text-align: center;
}
.f-logo {
	margin-bottom: 40px;
}
.f-contact {
	margin-bottom: 20px;
}
.f-contact a {
	font-family: montserrat, sans-serif;
	display: inline-block;
	padding: 11px 0;
	border: 1px solid #fff;
	width: 100%;
	max-width: 170px;
	color: #000;
	font-size: 18px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.f-contact a:before,
.f-contact a:after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.f-contact a:before {
	background-color: #fff;
	z-index: -2;
}
.f-contact a:after {
	width: 0;
	z-index: -1;
	background-color: #000;
}
.f-contact a span {
	padding-left: 36px;
	position: relative;
}
.f-contact a svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.f-contact a .email {
	fill: #000;
}
.f-sns {
	padding: 0 17.5%;
}
.f-sns li {
	margin: 0 12.5% 12px 0;
	width: 25%;
	float: left;
}
.f-sns li:nth-child(3n) {
	margin-right: 0;
}
.f-sitemap {
	padding-top: 15px;
}
.f-sitemap dt {
	margin-bottom: 10px;
	font-size: 18px;
	position: relative;
}
.f-sitemap dt a {
	padding-left: 16px;
	color: #fff;
}
.f-sitemap dt a:after {
	content: " ";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e95098;
	position: absolute;
	top: 12px;
	left: 0;
}
.f-sitemap dd {
	padding-left: 0.6em;
	text-indent: -0.6em;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4;
}
.f-sitemap dd a {
	color: #b2b2b2;
}
.f-copyright {
	padding-top: 12px;
	clear: both;
	text-align: right;
	font-size: 13px;
}
@media screen and (max-width: 1140px) {
	#footer {
		background: url(../img/foot_bg2.png) center 0 repeat #000;
		background-size: 100% auto;
	}
	#footer .inner {
		padding: 0;
	}
}
@media screen and (min-width: 751px) {
	.f-contact a .email,
	.f-contact a:after {
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
	}
	.f-contact a:hover {
		color: #fff;
	}
	.f-contact a:hover:after {
		width: 100%;
	}
	.f-contact a:hover .email {
		fill: #fff;
	}
	.f-sitemap dt a:hover,
	.f-sitemap dd a:hover {
		color: #e95098;
	}
}
@media screen and (max-width: 750px) {
	#footer {
		background: url(../img/foot_bg3.png) center 0 repeat #000;
		padding: 20px 10px;
	}
	#footer .column {
		display: none;
	}
	.f-copyright {
		padding-top: 0;
		text-align: center;
		font-size: 10px;
	}
}



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

		#content

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

/* レイアウト */
#content {
	padding-bottom: 80px;
	position: relative;
	background: url(../img/main_bg.png) center 0 repeat;
}
@media screen and (max-width: 1140px) {
	#content {
		background: url(../img/main_bg2.png) center 0 repeat;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 750px) {
	#content {
		padding-bottom: 30px;
		background: url(../img/main_bg3.png) center 0 repeat;
	}
}


/* 共通 */
.c-title01 {
	font-size: 36px;
	font-weight: normal;
	font-family: montserrat, a-otf-midashi-go-mb31-pr6n, sans-serif;
}
.c-title01 span {
	display: inline-block;
	padding: 4px 14px;
	background-color: #000;
	color: #fff;
}
.c-title01 span:first-letter {
	color: #e95098;
}
@media screen and (max-width: 750px) {
	.c-title01 {
		font-size: 22px;
	}
	.c-title01 span {
		padding: 2px 12px;
	}
}

.c-title02 {
	font-family: montserrat, a-otf-midashi-go-mb31-pr6n, sans-serif;
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 1.3;
	font-weight: normal;
}
.c-title02 span {
	display: inline-block;
	padding: 4px 15px;
	background-color: #000;
	color: #fff;
}
.c-title02 strong {
	color: #e95098;
	font-weight: normal;
}
@media screen and (max-width: 750px) {
	.c-title02 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.c-title02 span {
		padding: 2px 12px;
	}
}

.c-title03 {
	margin-bottom: 35px;
	padding-bottom: 8px;
	font-size: 28px;
	font-weight: normal;
	border-bottom: 1px solid #000;
	line-height: 1.4;
	color: #000;
}
.c-title04 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
}
@media screen and (max-width: 750px) {
	.c-title03 {
		margin-bottom: 15px;
		padding-bottom: 5px;
		font-size: 20px;
	}
	.c-title04 {
		margin-bottom: 10px;
		font-size: 16px;
	}
}


.c-btn01 {
	text-align: center;
	font-size: 24px;
}
.c-btn01 a {
	padding: 18px 105px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 625px;
	border: 1px solid #000;
	text-decoration: none!important;
	color: #000!important;
	position: relative;
	z-index: 1;
}
.c-btn01 a:after {
	content: " ";
	width: 0;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.c-btn01 a svg {
	width: 82px;
	height: 35px;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -17px;
}
.c-btn01 a .arow {
	fill :none;
	stroke :#000000;
	stroke-miterlimit :10;
}
@media screen and (min-width: 751px) {
	.c-btn01 a .arow,
	.c-btn01 a:after {
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
	}
	.c-btn01 a:hover {
		color :#fff!important;
	}
	.c-btn01 a:hover .arow {
		stroke :#fff;
	}
	.c-btn01 a:hover:after {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.c-btn01 {
		font-size: 16px;
	}
	.c-btn01 a {
		padding: 12px 60px 12px 40px;
		width: 98%;
		max-width: 400px;
	}
	.c-btn01 a svg {
		width: 41px;
		height: 17.5px;
		top: 50%;
		right: 7px;
		margin-top: -8.75px;
	}
}


.p-maintitle {
	margin-bottom: 80px;
	background: url(../img/title_bg.jpg) center no-repeat;
	background-size: cover;
}
.p-maintitle .inner {
	position: relative;
	height: 240px;
}
.p-maintitle h1,
.p-maintitle p {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding: 0 10px;
	background: #fff;
	font-family: montserrat, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 56px;
	font-weight: normal;
	line-height: 1.1;
	color: #000;
}
.p-maintitle h1:first-letter,
.p-maintitle h1 span,
.p-maintitle p:first-letter,
.p-maintitle p span {
	color: #e95098;
}
@media screen and (max-width: 750px) {
	.p-maintitle {
		margin-bottom: 40px;
		background-image: url(../img/title_bg_sp.jpg);
	}
	.p-maintitle .inner {
		height: 150px;
	}
	.p-maintitle h1,
	.p-maintitle p {
		left: 20px;
		padding: 0 10px;
		font-size: 32px;
		line-height: 1.2;
	}
}

.p-anchor {
	font-family: montserrat, a-otf-midashi-go-mb31-pr6n, sans-serif;
	margin-bottom: 80px;
}
.p-anchor li {
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}
.p-anchor li a {
	display: block;
	border-right: 1px solid #fff;
	padding: 15px 35px 15px 10px;
	background-color: #000;
	color: #fff;
	position: relative;
}
.p-anchor li:last-child a {
	border-right: 0;
}
.p-anchor li a:after {
	content: " ";
	width: 7px;
	height: 7px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -7px;
}
@media screen and (min-width: 751px) {
	.p-anchor ul {
		overflow: hidden;
	}
	.p-anchor li {
		float: left;
	}
	.p-anchor li a:hover {
		background-color: #303030;
	}
	.p-anchor.fixed .p-anchor_inner {
		position: fixed;
		top: 90px;
		left: 0;
		width: 100%;
		background-color: #000;
		z-index: 101;
	}
	.p-anchor.fixed li:first-child a {
		border-left: 1px solid #fff;
	}
	.p-anchor.fixed li:last-child a {
		border-right: 1px solid #fff;
	}
}
@media screen and (max-width: 750px) {
	.p-anchor {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-bottom: 0;
		z-index: 10;
	}
	.p-anchor .inner {
		padding: 0!important;
	}
	.p-anchor ul {
		overflow: hidden;
	}
	.p-anchor li {
		float: left;
		width: 50%!important;
		font-size: 13px;
		line-height: 1.3;
		text-align: left;
	}
	.p-anchor li a {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 10px 25px 10px 10px;
	}
	.p-anchor li:nth-child(2n) a {
		border-right: 0!important;
	}
	.p-anchor li a:after {
		right: 13px;
	}
}

main {
	font-size: 18px;
	line-height: 1.75;
}
main .section a {
	color: #E95098;
	text-decoration: underline;
}
.break-word {
	word-break: break-all;
}
@media screen and (min-width: 751px) {
	main .section a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	main {
		font-size: 14px;
		line-height: 1.5;
	}
}

.section {
	margin-bottom: 80px;
}
.section .section {
	margin-bottom: 65px;
}
.section_lead {
	margin-bottom: 20px;
}
.section_lead02 {
	margin-bottom: 40px;
}
.section:last-of-type {
	margin-bottom: 0;
}
.section_img {
	margin: 40px 0;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.section {
		margin-bottom: 50px;
	}
	.section .section {
		margin-bottom: 30px;
	}
	.section:last-of-type {
		margin-bottom: 0;
	}
	.section_lead {
		margin-bottom: 15px;
	}
	.section_lead02 {
		margin-bottom: 20px;
	}
	.section_img {
		margin: 20px 0;
	}
}

.c-table01 {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	border-left: 1px solid #707070;
	border-top: 1px solid #707070;
	line-height: 1.5;
}
.c-table01 th {
	padding: 8px 15px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	background-color: #F7F7F7;
	text-align: left;
	color: #000;
	vertical-align: top;
}
.c-table01 td {
	padding: 8px 15px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width: 750px) {
	.c-table01 {
		width: auto;
		border-left: 0;
		border-top: 0;
	}
	.c-table01,
	.c-table01 tbody,
	.c-table01 th,
	.c-table01 td {
		width: auto!important;
		display: block;
	}
	.c-table01 th {
		padding: 8px 10px;
		border-right: 0;
		border-bottom: 0;
	}
	.c-table01 td {
		padding: 8px 0 20px;
		border-right: 0;
		border-bottom: 0;
	}
	
	.c-table_wrap {
		overflow-y: hidden;
		overflow-x: auto;
	}
	.c-table_wrap table {
		width: auto;
		table-layout: inherit;
		word-wrap: break-word;
		word-break: keep-all;
	}
}

.c-table02 {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-top: 1px solid #707070;
	line-height: 1.5;
}
.c-table02 th {
	padding: 8px 15px;
	border-bottom: 1px solid #707070;
	background-color: #F7F7F7;
	text-align: left;
	color: #000;
	vertical-align: top;
}
.c-table02 td {
	padding: 8px 15px;
	border-bottom: 1px solid #707070;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}
.c-table02 .c-table02_border th,
.c-table02 .c-table02_border td {
	border-bottom: 1px solid #E6E6E6;
}

.c-table03 {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	border-left: 1px solid #707070;
	border-top: 1px solid #707070;
	line-height: 1.5;
}
.c-table03 th {
	padding: 8px 15px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	background-color: #F7F7F7;
	text-align: left;
	color: #000;
	vertical-align: top;
}
.c-table03 td {
	padding: 8px 15px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}



.c-pager {
	clear: both;
	margin-top: 40px;
	font-size: 20px;
	color: #000;
}
.c-pager ul {
	position: relative;
	text-align: center;
}
.c-pager a {
	display: block;
	border: 1px solid #010101;
	color: #000;
}
.c-pager_item {
	margin: 0 3px;
	display: inline-block;
}
.c-pager_item a,
.c-pager_item span {
	padding-top: 6px;
	width: 50px;
	height: 50px;
	display: block;
	border: 1px solid #010101;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.c-pager_item span.current {
	background-color: #F7F7F7;
}
.c-pager_item span.dots {
	border: 0;
}
.c-pager_prev,
.c-pager_next {
	font-family: montserrat, sans-serif;
	font-weight: bold;
	width: 30.9%;
	position: absolute;
	top: -2px;
}
.c-pager_prev {
	left: 0;
}
.c-pager_next {
	right: 0;
}
.c-pager_prev a,
.c-pager_next a {
	padding: 8px 80px 0;
	display: block;
	height: 54px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.c-pager_prev a svg,
.c-pager_next a svg {
	width: 56px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}
.c-pager_prev a svg {
	left: 15px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.c-pager_next a svg {
	right: 15px;
}
.c-pager a .arow {
	fill :none;
	stroke :#000000;
	stroke-miterlimit :10;
}
.c-pager_prev a:after {
	left: 15px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.c-pager_next a:after {
	right: 15px;
}
@media screen and (max-width: 950px) {
	.c-pager_prev,
	.c-pager_next {
		width: 28%;
	}
}
@media screen and (min-width: 751px) {
	.c-pager_item a:after {
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		content: " ";
		width: 0;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.c-pager_item a:hover {
		color: #fff;
	}
	.c-pager_item a:hover:after {
		width: 100%;
	}
	.c-pager_prev a:after,
	.c-pager_next a:after {
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		content: " ";
		width: 0;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	.c-pager_prev a:after {
		left: 0;
	}
	.c-pager_next a:after {
		right: 0;
	}
	.c-pager_prev a:hover,
	.c-pager_next a:hover {
		color: #fff;
	}
	.c-pager_prev a:hover:after,
	.c-pager_next a:hover:after {
		width: 100%;
	}
	.c-pager a .arow {
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
	}
	.c-pager a:hover .arow {
		stroke :#fff;
	}
}
@media screen and (max-width: 750px) {
	.c-pager {
		margin-top: 20px;
		font-size: 16px;
	}
	.c-pager_item {
		margin: 0 1px;
	}
	.c-pager_item a,
	.c-pager_item span {
		padding-top: 4px;
		width: 36px;
		height: 36px;
	}
	.c-pager_prev,
	.c-pager_next {
		width: 28%;
		top: -1px;
	}
	.c-pager_prev a,
	.c-pager_next a {
		padding: 5px 40px 0;
		height: 38px;
	}
	.c-pager_prev a svg,
	.c-pager_next a svg {
		width: 28px;
		height: 12px;
		margin-top: -6px;
	}
	.c-pager_prev a:after {
		left: 8px;
	}
	.c-pager_next a:after {
		right: 8px;
	}
}
@media screen and (max-width: 600px) {
	.c-pager ul {
		padding-bottom: 48px;
	}
	.c-pager_prev,
	.c-pager_next {
		width: 48%;
		top: inherit;
		bottom: 0;
	}
}

.c-tags {
	margin-top: 60px;
	padding: 25px 35px 25px;
	background-color: #F7F7F7;
}
.c-tags dt {
	font-family: montserrat, sans-serif;
	font-size: 28px;
	color: #000;
	float: left;
	position: relative;
}
.c-tags dt:after {
	content: "//";
	font-family: montserrat, sans-serif;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: -25px;
	color: #000;
}
.c-tags dd {
	padding-top: 10px;
	margin-left: 115px;
}
.c-tags dd li {
	margin: 0 15px 10px 0;
	float: left;
}
.c-tags dd li a {
	color: #E95098;
}
@media screen and (min-width: 751px) {
	.c-tags dd li a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 750px) {
	.c-tags {
		margin-top: 30px;
		padding: 12px 15px;
	}
	.c-tags dt {
		font-size: 20px;
		float: none;
	}
	.c-tags dt:after {
		font-size: 16px;
		top: 5px;
		right: inherit;
		left: 60px;
	}
	.c-tags dd {
		padding-top: 10px;
		margin-left: 0;
	}
}


/* テキストeditor */
.c-free_texteditor {
	margin-bottom: 30px;
}
.c-free_texteditor p {
	margin-bottom: 1.5em;
}
.c-free_texteditor p:last-of-type {
	margin-bottom: 0;
}
.c-free_texteditor h1 {
}
.c-free_texteditor h2 {
	padding-bottom: 15px;
	margin: 80px 0 35px;
	border-bottom: 2px solid #000;
	font-size: 28px;
	color: #000;
	line-height: 1.3;
}
.c-free_texteditor h3 {
	margin: 30px 0 10px;
	font-size: 20px;
	color: #E95098;
}
.c-free_texteditor h4 {
}
.c-free_texteditor ul,
.c-free_texteditor ol {
	padding-left: 1.4em;
}
.c-free_texteditor ul li {
	list-style: disc;
}
.c-free_texteditor ol li {
	list-style: decimal;
}
.c-free_texteditor em {
	display: inline-block;
	-webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.c-free_texteditor strong {
	font-weight: bold;
}
.c-free_texteditor blockquote {
    position: relative;
    padding: 20px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
}
.c-free_texteditor blockquote:before{
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 10px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 40px;
    line-height: 1;
}
.c-free_texteditor blockquote p {
    padding: 0;
    margin: 10px 0;
	-webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.c-free_texteditor blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.c-free_texteditor a {
	color: #E95098;
	text-decoration: underline;
}
.c-edit_image {
	margin: 40px 0;
	text-align: center;
}
.c-free_texteditor table {
	margin: 40px 0;
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	border-left: 1px solid #707070;
	border-top: 1px solid #707070;
	line-height: 1.5;
}
.c-free_texteditor th {
	padding: 8px 15px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	background-color: #F7F7F7;
	text-align: left;
	color: #000;
	vertical-align: top;
}
.c-free_texteditor td {
	padding: 8px 15px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}
@media screen and (min-width: 751px) {
	.c-free_texteditor a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.c-edit_image {
		margin: 20px 0;
	}
	.c-free_texteditor h2 {
		padding-bottom: 10px;
		margin: 50px 0 20px;
		border-bottom: 1px solid #000;
		font-size: 22px;
	}
	.c-free_texteditor h3 {
		margin: 15px 0 7px;
		font-size: 18px;
	}
	.c-free_texteditor table {
		margin: 20px 0;
	}
}



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

		#page

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

/* トップページ */
.t-mv_swiper {
	margin-bottom: 100px;
}
.swiper-slide {
	height: 770px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.t-mv_swiper .swiper-slide.vol01 a {
	background: url(../img/top/mv01.jpg) center center no-repeat;
	background-size: cover;
}
.t-mv_swiper .swiper-slide.vol02 a {
	background: url(../img/top/mv02.jpg) center center no-repeat;
	background-size: cover;
}
.t-mv_swiper .swiper-slide.vol03 a {
	background: url(../img/top/mv03.jpg) center center no-repeat;
	background-size: cover;
}
.t-mv_text {
	position: absolute;
	font-size: 56px;
	color: #000;
	line-height: 1.3;
}
.layout01 .t-mv_text {
	bottom: 100px;
	left: 100px;
}
.layout02 .t-mv_text {
	top: 100px;
	left: 100px;
}
.layout03 .t-mv_text {
	top: 100px;
	right: 100px;
	text-align: right;
}
.layout04 .t-mv_text {
	bottom: 100px;
	right: 100px;
	text-align: right;
}
.t-mv_text span {
	display: inline;
	padding: 0 13px;
	background-color: #fff;
}
.t-mv_swiper_wrap {
	position: relative;
}
.t-mv_progressbar {
	height: 5px;
	width: 0;
	background-color: #e95098;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.t-mv_progressbar.on {
	width: 100%;
	transition: width 3.9s linear;
	-webkit-transition: width 3.9s linear;
	-moz-transition: width 3.9s linear;
}
@media screen and (max-width: 1140px) {
	.t-mv_text {
		font-size: 46px;
	}
	.layout01 .t-mv_text {
		bottom: 30px;
		left: 30px;
	}
	.layout02 .t-mv_text {
		top: 30px;
		left: 30px;
	}
	.layout03 .t-mv_text {
		top: 30px;
		right: 30px;
		width: 95%;
	}
	.layout04 .t-mv_text {
		bottom: 30px;
		right: 30px;
		width: 95%;
	}
}
@media screen and (max-width: 750px) {
	.t-mv_swiper {
		margin-bottom: 30px;
	}
	.swiper-slide {
		height: 425px;
	}
	.t-mv_text {
		font-size: 28px;
	}
	.layout01 .t-mv_text {
		bottom: 15px;
		left: 15px;
	}
	.layout02 .t-mv_text {
		top: 15px;
		left: 15px;
	}
	.layout03 .t-mv_text {
		top: 15px;
		right: 15px;
	}
	.layout04 .t-mv_text {
		bottom: 15px;
		right: 15px;
	}
	.t-mv_text span {
		padding: 0 8px;
	}
	.t-mv_progressbar {
		height: 3px;
	}
	.t-mv_swiper .swiper-slide.vol02 a {
		background-image: url(../img/top/mv02_sp.jpg);
	}
}
@media screen and (max-width: 640px) {
	.t-mv_text {
		font-size: 22px;
	}
	.t-mv_text span {
		white-space: nowrap;
	}
}

.t-efforts {
	margin-bottom: 90px;
}
.t-efforts .c-title01 {
	margin-bottom: 50px;
}
.t-efforts .c-title01 span strong {
	color: #e95098;
}
.t-efforts_text {
	margin-bottom: 22px;
}
.t-efforts_item {
	width: 48.18%;
	float: left;
}
.t-efforts_item a {
	display: block;
}
.t-efforts_item:nth-child(2) {
	float: right;
}
.t-efforts_item h3 {
	padding: 22px 0 7px;
	font-size: 24px;
	color: #000;
}
@media screen and (max-width: 750px) {
	.t-efforts {
		margin-bottom: 0;
	}
	.t-efforts .c-title01 {
		margin-bottom: 23px;
	}
	.t-efforts_text {
		margin-bottom: 23px;
	}
	.t-efforts_item {
		margin-bottom: 32px;
		width: auto;
		float: none;
	}
	.t-efforts_item:nth-child(2) {
		float: none;
	}
	.t-efforts_item h3 {
		padding: 15px 0 2px;
		font-size: 18px;
	}
}

.t-topics {
	margin-bottom: 100px;
}
.t-topics_title {
	padding-top: 145px;
	margin-bottom: 80px;
	height: 360px;
	box-sizing: border-box;
	background: url(../img/top/topics_bg.jpg) center no-repeat;
	background-size: cover;
}
body.other .t-topics_title {
	background-attachment: fixed;
}
.t-topics_item {
	margin-right: 3.65%;
	margin-bottom: 40px;
	width: 30.9%;
	float: left;
}
.t-topics_item:nth-child(3) {
	margin-right: 0;
}
.t-topics_item a {
	display: block;
}
.t-topics_item_date {
	padding: 10px 5px;
	width: 50%;
	float: left;
	font-family: montserrat, a-otf-midashi-go-mb31-pr6n, sans-serif;
	text-align: center;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
}
.t-topics_item_category {
	font-family: montserrat, a-otf-midashi-go-mb31-pr6n, sans-serif;
	padding: 10px 5px;
	width: 50%;
	float: right;
	text-align: center;
	background-color: #e95098;
	color: #000;
	box-sizing: border-box;
}
.t-topics_item_text {
	padding-top: 15px;
	clear: both;
}
@media screen and (max-width: 750px) {
	.t-topics {
		margin-bottom: 40px;
	}
	.t-topics_title {
		padding-top: 60px;
		margin-bottom: 30px;
		height: 150px;
	}
	.t-topics_item {
		margin-right: 0;
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	.t-topics_item a {
		overflow: hidden;
	}
	.t-topics_imgbox {
		width: 50.74%;
		float: left;
	}
	.t-topics_item_date {
		padding: 5px 0;
		width: 55.88%;
		font-size: 10px;
	}
	.t-topics_item_category {
		padding: 5px 0;
		width: 44.12%;
		font-size: 10px;
	}
	.t-topics_item_text {
		margin-left: 54.32%;
		padding-top: 0;
		clear: inherit;
		font-size: 13px;
	}
}

.t-interview_title {
	padding-top: 145px;
	margin-bottom: 80px;
	height: 360px;
	box-sizing: border-box;
	background: url(../img/top/interview_bg.jpg) center no-repeat;
	background-size: cover;
}
body.other .t-interview_title {
	background-attachment: fixed;
}
.t-interview ul {
	margin-bottom: 60px;
}
.t-interview_item {
	margin-bottom: 40px;
}
.t-interview_item a {
	padding: 45px 0;
	display: block;
	position: relative;
}
.t-interview_item figure {
	width: 65.45%;
	height: 100%;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.t-interview_item.layout01 figure {
	right: 0;
}
.t-interview_item.layout02 figure {
	left: 0;
}
.t-interview_item_textarea {
	width: 48.18%;
	padding: 22px 27px;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.t-interview_item.layout01 .t-interview_item_textarea {
	float: left;
}
.t-interview_item.layout02 .t-interview_item_textarea {
	float: right;
}
.t-interview_item_title {
	font-size: 36px;
	color: #000;
	line-height: 1.2;
}
.t-interview_item_position {
	margin-top: 15px;
	font-size: 18px;
	color: #737373;
	line-height: 1.4;
}
.t-interview_item_name {
	padding-right: 60px;
	font-size: 32px;
	line-height: 1.2;
	color: #737373;
	background: url(../img/icon/arw02.png) right 0 no-repeat;
}
.t-interview_item_name span {
	margin-left: 5px;
	font-size: 24px;
}
@media screen and (min-width: 751px) {
	.t-interview_item a:hover figure {
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale(0);
		-o-filter: grayscale(0);
		filter: grayscale(0);
	}
	a:hover .t-interview_item_textarea {
		box-shadow: 1px 1px 28px rgba(0,0,0,0.15);
	}
}
@media screen and (max-width: 750px) {
	.t-interview_title {
		padding-top: 60px;
		margin-bottom: 30px;
		height: 150px;
	}
	.t-interview ul {
		margin-bottom: 0;
	}
	.t-interview_item {
		margin-bottom: 30px;
	}
	.t-interview_item a {
		padding: 0;
	}
	.t-interview_item figure {
		width: auto;
		position: static;
	}
	.t-interview_item_textarea {
		width: auto;
		float: none;
		margin: -40px 20px 0;
		padding: 11px 14px;
	}
	.t-interview_item_title {
		font-size: 18px;
		line-height: 1.4;
	}
	.t-interview_item_position {
		margin-top: 10px;
		font-size: 12px;
	}
	.t-interview_item_name {
		padding-right: 55px;
		font-size: 18px;
		line-height: 1.2;
		background-position: right bottom;
		background-size: 26px auto;
	}
	.t-interview_item_name span {
		margin-left: 3px;
		font-size: 14px;
	}
}





/* About */
.p-about .p-anchor li {
	width: 25%;
}
.p-about_what_box {
	padding: 55px 200px 60px;
	margin-bottom: 40px;
	background-color: #F7F7F7;
}
.p-about_what_symbol {
	font-family: montserrat, sans-serif;
	margin-bottom: 20px;
	font-size: 31px;
	color: #E95098;
	text-align: center;
}
.p-about_what_text01 {
	font-size: 40px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.p-about_what_text02 {
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 1.4;
	color: #000;
}
.p-about_what_box ol {
	padding-left: 1.5em;
}
.p-about_what_box li {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.3;
	list-style-type: decimal;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
.p-about_what_box li:last-child {
	margin-bottom: 0;
}
.p-about_what_background {
	margin-top: 80px;
}
@media screen and (max-width: 1040px) {
	.p-about_what_box {
		padding: 55px 80px 60px;
	}
}
@media screen and (max-width: 750px) {
	.p-about_what_box {
		padding: 15px 10px;
		margin-bottom: 15px;
	}
	.p-about_what_symbol {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.p-about_what_text01 {
		font-size: 22px;
	}
	.p-about_what_text02 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.p-about_what_box li {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.p-about_what_box li:last-child {
		margin-bottom: 0;
	}
	.p-about_what_background {
		margin-top: 30px;
	}
}

.p-about_logo_background {
	margin-top: 60px;
}
.p-about_logo_symbol {
	padding: 45px 0;
	text-align: center;
}
.p-about_logo_box {
	margin-top: 30px;
	padding: 20px 30px;
	background-color: #F7F7F7;
}
@media screen and (max-width: 750px) {
	.p-about_logo_background {
		margin-top: 30px;
	}
	.p-about_logo_symbol {
		padding: 20px 0;
		margin: 0 auto;
		width: 60%;
	}
	.p-about_logo_box {
		margin-top: 20px;
		padding: 10px 15px;
	}
}

.p-about_member_item {
	margin-bottom: 120px;
	width: 48.18%;
	float: left;
}
.p-about_member_item:nth-child(2n) {
	float: right;
}
.p-about_member_img {
	margin-bottom: 10px;
	display: none;
}
.p-about_member_name {
	font-size: 36px;
	line-height: 1.2;
	color: #000;
}
.p-about_member_name span {
	font-size: 28px;
	margin-right: 8px;
}
.p-about_member_company {
	font-size: 20px;
	line-height: 1.4;
}
.p-about_member_comment {
	margin-top: 15px;
	line-height: 1.4;
	display: none;
}
@media screen and (max-width: 750px) {
	.p-about_member_item {
		margin-bottom: 20px;
		width: auto;
		float: none;
		overflow: hidden;
	}
	.p-about_member_item:nth-child(2n) {
		float: none;
	}
	.p-about_member_img {
		width: 45%;
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.p-about_member_name {
		margin-bottom: 4px;
		font-size: 22px;
		line-height: 1.2;
		color: #000;
	}
	.p-about_member_name span {
		display: block;
		font-size: 14px;
		margin-right: 0;
	}
	.p-about_member_company {
		font-size: 14px;
		line-height: 1.3;
	}
	.p-about_member_comment {
		clear: both;
		margin-top: 0;
		padding-top: 5px;
		line-height: 1.4;
	}
}

.p-about_data .c-table01 th {
	width: 8em;
}





/* History */
.p-history .p-anchor li {
	width: 33.33333333333%;
}
.p-history_chronology_y {
	display: inline-block;
	color: #E95098;
	width: 4em;
}
.p-history .c-table02 tr:first-child th {
	width: 180px;
}
.p-history .c-btn01 {
	margin-top: 80px!important;
}
@media screen and (max-width: 750px) {
	.p-history .p-anchor li:nth-child(3) {
		clear: both;
		width: auto!important;
		float: none!important;
		border-left: 0!important;
	}
	.p-history .c-btn01 {
		margin-top: 50px!important;
	}
}



/* 丸アの取り組み */
.p-entry_about_image {
	margin-bottom: 25px;
	background-color: #F7F7F7;
	text-align: center;
}
.p-entry_bambino_image {
	margin-bottom: 25px;
	text-align: center;
	background: url(../img/entry/img02.jpg) center no-repeat;
	background-size: cover;
}
.p-entry .c-btn01 {
	margin-top: 45px;
}
@media screen and (max-width: 750px) {
	.p-entry_about_image {
		margin-bottom: 15px;
	}
	.p-entry_bambino_image {
		margin-bottom: 15px;
	}
	.p-entry .c-btn01 {
		margin-top: 20px;
	}
}



/* インタビュー */
.p-interview_date {
	font-family: montserrat, sans-serif;
	margin-bottom: 15px;
	color: #4D4D4D;
	font-size: 24px;
}
.p-interview_title {
	margin-bottom: 5px;
}
.p-interview_title span {
	padding: 10px 15px;
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 40px;
	line-height: 1.3;
}
.p-interview_title span:first-letter {
	color: #e95098;
}
.p-interview_name {
	margin-bottom: 20px;
}
.p-interview_name span {
	display: inline-block;
	padding: 6px 10px 10px;
	background-color: #e95098;
	color: #000;
	font-size: 20px;
	line-height: 1.3;
}
.p-interview_name span strong {
	display: inline-block;
	font-size: 28px;
}
.p-interview_name span em {
	margin-right: 1em;
}
.p-interview_lead {
	margin-bottom: 30px;
}
.p-interview_mv {
	margin-bottom: 35px;
	height: 560px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-interview_sectitle {
	padding-bottom: 15px;
	margin: 80px 0 35px;
	border-bottom: 2px solid #000;
	font-size: 28px;
	color: #000;
	line-height: 1.3;
}
.p-interview_faq {
	margin: 40px 0;
}
.p-interview_faq_question {
	padding-left: 44px;
	margin-bottom: 15px;
	position: relative;
	color: #1A1A1A;
	font-size: 16px;
}
.p-interview_faq_question:after {
	content: " ";
	width: 30px;
	height: 1px;
	background-color: #1A1A1A;
	position: absolute;
	top: 13px;
	left: 0;
}
.p-interview_faq_answer {
	display: flex;
}
.p-interview_faq_answer .c-free_texteditor {
	margin-bottom: 0;
}
.p-interview_faq_name {
	max-width: 6em;
	color: #E95098;
}
.p-interview_profile {
	margin-top: 80px;
}
.p-interview_profile_image {
	height: 480px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-interview_profile_box {
	margin: 60px 0 0;
	padding: 22px 30px;
	background-color: #FAFAFA;
}
.p-interview_profile_name {
	margin-bottom: 15px;
	font-size: 20px;
}
.p-interview_profile_name span {
	font-family: montserrat, sans-serif;
	font-weight: bold;
}
.p-interview .c-btn01 {
	margin-top: 80px;
}
.p-interview_writer {
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.p-interview_date {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.p-interview_title span {
		padding: 10px 14px;
		font-size: 24px;
		line-height: 1.3;
	}
	.p-interview_name {
		margin-bottom: 18px;
	}
	.p-interview_name span {
		padding: 6px 14px 10px;
		font-size: 16px;
	}
	.p-interview_name span strong {
		font-size: 20px;
	}
	.p-interview_lead {
		margin-bottom: 20px;
	}
	.p-interview_mv {
		margin-bottom: 25px;
		height: 220px;
	}
	.p-interview_sectitle {
		padding-bottom: 10px;
		margin: 50px 0 20px;
		border-bottom: 1px solid #000;
		font-size: 22px;
	}
	.p-interview_faq {
		margin: 20px 0;
	}
	.p-interview_faq_question {
		padding-left: 25px;
		margin-bottom: 12px;
		font-size: 14px;
	}
	.p-interview_faq_question:after {
		width: 18px;
		top: 11px;
	}
	.p-interview_profile {
		margin-top: 40px;
	}
	.p-interview_profile_image {
		height: 220px;
	}
	.p-interview_profile_box {
		margin: 30px 0 0;
		padding: 10px 15px;
	}
	.p-interview_profile_name {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.p-interview .c-btn01 {
		margin-top: 50px;
	}
	.p-interview_writer {
		margin-top: 20px;
	}
}
.p-interview_archive {
	margin-top: 80px;
	margin-bottom: -80px;
	padding: 50px 0 45px;
	background: url(../img/interview/archive_bg.jpg) center no-repeat;
	background-size: cover;
}
.p-interview_archive_title {
	margin-bottom: 40px;
}
.p-interview_archive_title span {
	display: inline-block;
	padding: 2px 15px 3px;
	background-color: #fff;
	line-height: 1.3;
	font-size: 36px;
	color: #000;
}
.p-interview_archive_title span:first-letter {
	font-size: 40px;
	color: #e95098;
}
.p-interview_archive li {
	margin-right: 3.6%;
	width: 22.3%;
	float: left;
}
.p-interview_archive li:nth-child(4n) {
	margin-right: 0;
}
.p-interview_archive li a {
	display: block;
	color: #fff;
}
.p-interview_archive li p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.p-interview_archive {
		margin-top: 40px;
		margin-bottom: -30px;
		padding: 30px 0 5px;
	}
	.p-interview_archive_title {
		margin-bottom: 20px;
	}
	.p-interview_archive_title span {
		padding: 2px 12px 3px;
		font-size: 22px;
	}
	.p-interview_archive_title span:first-letter {
		font-size: 28px;
	}
	.p-interview_archive li {
		margin-bottom: 20px;
		margin-right: 6.8%;
		width: 46.6%;
	}
	.p-interview_archive li:nth-child(2n) {
		margin-right: 0;
	}
	.p-interview_archive li:nth-child(2n+1) {
		clear: both;
	}
	.p-interview_archive li p {
		margin-top: 10px;
		font-size: 14px;
	}
}



/* TOPICS */
.p-topics_list_column {
	width: 65.45%;
	float: left;
}
.p-topics_list_item {
	margin-bottom: 40px;
}
.p-topics_list_item a {
	display: block;
}
.p-topics_list_image {
	width: 34%;
	float: left;
}
.p-topics_list_textbody {
	margin-left: 37.5%;
}
.p-topics_list_date {
	margin-right: 10px;
	font-family: montserrat, sans-serif;
	color: #000;
	font-weight: bold;
	float: left;
}
.p-topics_list_category {
	margin-bottom: 4px;
	font-family: montserrat, sans-serif;
	font-size: 20px;
	color: #E95098;
	line-height: 1.5;
}
.p-topics_list_text {
	font-size: 21px;
	color: #737373;
	line-height: 1.6;
}

.p-topics_list_side {
	width: 30.9%;
	float: right;
}
.p-topics_list_side dl {
	margin-bottom: 45px;
}
.p-topics_list_side dt {
	font-family: montserrat, sans-serif;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 1.3;
	color: #000;
}
.p-topics_list_side_category dd {
	margin: 0 6px 10px 0;
	font-family: montserrat, sans-serif;
	display: inline-block;
}
.p-topics_list_side_category dd a {
	display: inline-block;
	padding: 12px 15px;
	background-color: #000;
	color: #fff;
}
.p-topics_list_side_pickup li {
	margin-bottom: 30px;
}
.p-topics_list_side_pickup li a {
	display: block;
}
.p-topics_list_side_pickup li figure {
	width: 44.11%;
	float: left;
}
.p-topics_list_side_pickup li p {
	margin-top: -3px;
	margin-left: 47%;
	line-height: 1.4;
}

.p-topics_list_column.v2 {
	width: auto;
}
.p-topics_list_column.v2 .p-topics_list_image {
	width: 22.2%;
}
.p-topics_list_column.v2 .p-topics_list_textbody {
	margin-left: 24.5%;
}
@media screen and (min-width: 751px) {
	.p-topics_list_side_category dd a:hover {
		background-color: #303030;
	}
}
@media screen and (max-width: 750px) {
	.p-topics_list_column {
		margin-bottom: 50px;
		width: auto;
		float: none;
	}
	.p-topics_list_item {
		margin-bottom: 20px;
	}
	.p-topics_list_image {
		padding-top: 4px;
	}
	.p-topics_list_date {
		margin-right: 5px;
	}
	.p-topics_list_category {
		margin-bottom: 2px;
		font-size: 16px;
	}
	.p-topics_list_text {
		font-size: 14px;
		line-height: 1.4;
	}

	.p-topics_list_side {
		width: auto;
		float: none;
	}
	.p-topics_list_side dl {
		margin-bottom: 30px;
	}
	.p-topics_list_side dt {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.p-topics_list_side_category dd a {
		padding: 8px 10px;
	}
	.p-topics_list_side_pickup li {
		margin-bottom: 10px;
	}
	.p-topics_list_side_pickup li figure {
		width: 34%;
	}
	.p-topics_list_side_pickup li p {
		margin-top: -2px;
		margin-left: 37.5%;
		line-height: 1.3;
	}
	.p-topics_list_column.v2 .p-topics_list_image {
		width: 34%;
	}
	.p-topics_list_column.v2 .p-topics_list_textbody {
		margin-left: 37.5%;
	}
}
.p-topics_detail_date {
	font-family: montserrat, sans-serif;
	margin-bottom: 15px;
	color: #4D4D4D;
	font-size: 24px;
}
.p-topics_detail_title {
	margin-bottom: 45px;
}
.p-topics_detail_title span {
	padding: 10px 15px;
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 40px;
	line-height: 1.3;
}
.p-topics_detail_mv {
	margin-bottom: 40px;
	height: 560px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-topics_detail .c-free_texteditor img {
	margin: 40px auto;
	display: block;
	text-align: center;
}

.p-topics_detail .c-free_texteditor .profile_name {
    padding-bottom: 40px;
}
.p-topics_detail .c-free_texteditor .profile_name p {
	text-align: center;
	color: #000;
}
.p-topics_detail .c-free_texteditor .profile_name img {
	margin: 40px auto 20px;
}
.p-topics_detail .c-btn01 {
	margin-top: 80px!important;
}
@media screen and (max-width: 750px) {
	.p-topics_detail_date {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.p-topics_detail_title {
		margin-bottom: 20px;
	}
	.p-topics_detail_title span {
		padding: 10px 14px;
		font-size: 24px;
		line-height: 1.3;
	}
	.p-topics_detail_mv {
		margin-bottom: 20px;
		height: 220px;
	}
	.p-topics_detail .c-free_texteditor img {
		margin: 20px auto;
	}
	.p-topics_detail .c-btn01 {
		margin-top: 50px!important;
	}
}



/* お問い合わせ */
.p-contact_lead {
	margin-bottom: 40px;
}
.p-contact input[type=text],
.p-contact input[type=tel],
.p-contact input[type=email] {
	width: 100%;
	height: 46px;
	padding: 0 12px;
	box-sizing: border-box;
	background-color: #FCFCFC;
	border-bottom: 1px solid #D9D9D9;
	font-size: 16px;
}
.p-contact textarea {
	width: 100%;
	height: 80px;
	padding: 12px;
	box-sizing: border-box;
	background-color: #FCFCFC;
	border-bottom: 1px solid #D9D9D9;
	font-size: 16px;
}
.p-contact input[type=radio],
.p-contact input[type=checkbox] {
	display: none;
}
.p-contact label input[type=radio] + span,
.p-contact label input[type=checkbox] + span {
	display: inline-block;
	padding-left: 25px;
}
.p-contact label input[type=radio] + span {
	background: url(../img/icon/radio.png) 0 5px no-repeat;
	background-size: 18px auto;
}
.p-contact label input[type=radio]:checked + span {
	background-image: url(../img/icon/radio_cur.png);
}
.p-contact label input[type=checkbox] + span {
	background: url(../img/icon/checkbox.png) 0 5px no-repeat;
	background-size: 18px auto;
}
.p-contact label input[type=checkbox]:checked + span {
	background-image: url(../img/icon/checkbox_cur.png);
}
.form-required {
	margin-left: 2px;
	font-size: 14px;
	color: #E95098;
}
.fsS {
	font-size: 14px;
}
.p-contact .c-table02 {
	margin-bottom: 65px;
}
.p-contact .c-table02 th {
	padding-top: 15px;
	width: 230px;
}
.p-contact .c-table02 td li {
	margin-bottom: 8px;
}
.p-contact .c-table02 td li:last-child {
	margin-bottom: 0;
}
.p-contact_privacy {
	border: 1px solid #000;
	margin-bottom: 40px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 16px;
}
.p-contact_privacy_wrap {
	padding: 25px 35px;
}
.p-contact_privacy h3 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #000;
}
.p-contact_privacy h4 {
	margin-bottom: 5px;
	font-size: 18px;
}
@media screen and (max-width: 750px) {
	.p-contact_lead {
		margin-bottom: 20px;
	}
	.p-contact input[type=text],
	.p-contact input[type=tel],
	.p-contact input[type=email] {
		height: 40px;
		padding: 0 10px;
		font-size: 14px;
	}
	.p-contact textarea {
		height: 70px;
		padding: 10px;
		font-size: 14px;
	}
	.p-contact label input[type=radio] + span,
	.p-contact label input[type=checkbox] + span {
		padding-left: 22px;
	}
	.p-contact label input[type=radio] + span {
		background-size: 14px auto;
	}
	.p-contact label input[type=checkbox] + span {
		background-size: 14px auto;
	}
	.form-required {
		margin-left: 2px;
		font-size: 12px;
	}
	.fsS {
		font-size: 12px;
	}
	.p-contact .c-table02 {
		margin-bottom: 30px;
	}
	.p-contact .c-table02,
	.p-contact .c-table02 tbody,
	.p-contact .c-table02 tr,
	.p-contact .c-table02 th,
	.p-contact .c-table02 td {
		display: block;
	}
	.p-contact .c-table02 th {
		padding-top: 10px;
		width: auto;
	}
	.p-contact .c-table02 td li {
		margin-bottom: 5px;
	}
	.p-contact .c-table02 td li:last-child {
		margin-bottom: 0;
	}
	.p-contact_privacy {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.p-contact_privacy_wrap {
		padding: 13px 15px;
	}
	.p-contact_privacy h3 {
		margin-bottom: 13px;
		font-size: 18px;
	}
	.p-contact_privacy h4 {
		margin-bottom: 5px;
		font-size: 16px;
	}
}







