@charset "UTF-8";
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/notosansjp/v36/-F62fjtqLzI2JPCgQBnw7HFYyQgM.otf) format('opentype')
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/notosansjp/v36/-F6pfjtqLzI2JPCgQBnw7HFQei0a3Xdj.otf) format('opentype')
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/notosansjp/v36/-F6pfjtqLzI2JPCgQBnw7HFQQi8a3Xdj.otf) format('opentype')
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype')
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, fieldset, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: 0 0
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
html {
	font-size: 62.5%
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	-webkit-backface-visibility: hidden;
	vertical-align: bottom
}
b, em, strong {
	font-weight: inherit;
	font-style: inherit
}
html {
	font-size: 10px
}
@media screen and (max-width:374px) {
	html {
		font-size: 2.66667vw
	}
}
body {
	width: 100%;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 400
}
@media print, screen and (min-width:768px) {
	body {
		min-width: 1200px
	}
}
@media print, screen and (min-width:768px) {
	body.is-locked {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}
}
@media screen and (max-width:767px) {
	body.is-locked {
		position: fixed;
		width: 100%;
		height: 100%
	}
}
@media screen and (max-width:767px) {
	body {
		min-width: 320px
	}
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
a .c-ico, a img {
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
img {
	width: 100%;
	vertical-align: bottom
}
iframe {
	vertical-align: bottom
}
.hover-alpha a:hover img {
	opacity: .7
}
::-webkit-input-placeholder {
	color: #ccc;
	padding-top: .2em
}
:-moz-placeholder {
	color: #ccc;
	opacity: 1
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1
}
:-ms-input-placeholder {
	color: #ccc
}
button, input[type=tel], input[type=text], input[type=email], input[type=number], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	background: 0 0;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif
}
input[type=number] {
	-moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=email], input[type=tel], input[type=text] {
	width: 100%;
	border: 1px solid #eee;
	background: #fff;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 44px;
	line-height: 44px;
	font-size: 1.6rem
}
select {
	cursor: pointer;
	width: 100%;
	padding: 0 40px 0 15px;
	border: 1px solid #eee;
	background: #fff;
	height: 44px;
	font-size: 1.6rem
}
select::-ms-expand {
	display: none
}
textarea {
	resize: none;
	width: 100%;
	line-height: 1.5;
	border: 1px solid #eee;
	background: #fff;
	font-size: 1.6rem;
	padding: 15px;
	font: inherit
}
input[type=button], input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	line-height: 1;
	cursor: pointer
}
button {
	cursor: pointer
}
@media screen and (max-width:767px) {
	input[type=tel], input[type=text], input[type=email], input[type=number], select, textarea {
		font-size: 1.6rem
	}
}
.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1240px
}
@media print, screen and (min-width:768px) {
	.l-container {
		padding: 100px 0
	}
}
@media screen and (max-width:767px) {
	.l-container {
		padding: 0
	}
}
@media print, screen and (min-width:768px) {
	.l-container:last-child {
		padding-bottom: 60px
	}
}
@media screen and (max-width:767px) {
	.l-container:last-child {
		padding-bottom: 80px
	}
}
.l-container.l-container--gray {
	background: #f1f1f1
}
.sub .p-page-header+.l-container {
	padding-top: 0
}
.l-page {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}
.l-header {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 9000;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
.l-header__inner {
	text-align: center;
	height: 70px;
	position: relative
}
@media screen and (max-width:767px) {
	.l-header__inner {
		height: 55px;
		z-index: 8500;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.l-header__btns {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.l-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none
}
.l-header__bg.is-active {
	pointer-events: auto
}
.l-header-logo {
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media print, screen and (min-width:768px) {
	.l-header-logo {
		width: 227px;
		padding: 20px 0 0
	}
}
@media screen and (max-width:767px) {
	.l-header-logo {
		width: 46.875vw;
		margin-left: 0
	}
}
.l-header-logo__link {
	display: block;
	position: relative
}
.l-header-logo svg {
	width: 290px;
	height: 40px;
	fill: #fff
}
@media screen and (max-width:767px) {
	.l-header-logo svg {
		width: 41.66667vw;
		height: 5.72917vw
	}
}
.l-header-logo img {
	width: 100%;
	height: auto
}
.l-header-logo--w {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.l-header-logo--b {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.l-header-tag-menu {
	width: 80px;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #d5d5d5;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.l-header-tag-menu {
		width: 17.35417vw;
		height: 55px
	}
}
.l-header-tag-menu i {
	color: #8c8a8a;
	font-size: 2.6rem;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.l-header-tag-menu i {
		font-size: 2.4rem
	}
}
.l-header-tag-menu span {
	font-size: 1.3rem;
	font-weight: 700;
	display: block;
	font-style: italic;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.l-header-tag-menu span {
		font-size: 1.2rem
	}
}
@media print, screen and (min-width:768px) {
	.l-header-tag-menu:hover {
		background: #000 !important
	}
}
@media print, screen and (min-width:768px) {
	.l-header-tag-menu:hover span {
		color: #fff
	}
}
@media print, screen and (min-width:768px) {
	.l-header-tag-menu:hover i {
		color: #fff
	}
}
.l-header-tag-menu i:before, _:-ms-lang(x) {
	font-family: FontAwesome, "Font Awesome 5 Free";
	font-weight: 600
}
.l-header-menu {
	width: 120px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width:767px) {
	.l-header-menu {
		width: 19.79167vw;
		height: 55px
	}
}
.l-header-menu__inner {
	display: block;
	width: 37px;
	height: 32px;
	position: relative
}
.l-header-menu__line {
	width: 100%;
	height: 4px;
	display: block;
	background: #fff;
	position: absolute;
	overflow: hidden
}
.l-header-menu__line::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	-webkit-transition: .5s cubic-bezier(.85, .15, .07, .99);
	transition: .5s cubic-bezier(.85, .15, .07, .99)
}
.l-header-menu__line--01 {
	top: 0
}
.l-header-menu__line--01::before {
	left: 0;
	background: #e40011;
	-webkit-transform-origin: left;
	transform-origin: left
}
.l-header-menu__line--02 {
	top: 14px
}
.l-header-menu__line--02::before {
	right: 0;
	background: #009d40;
	-webkit-transform-origin: right;
	transform-origin: right
}
.l-header-menu__line--03 {
	bottom: 0
}
.l-header-menu__line--03::before {
	left: 0;
	background: #00aeeb;
	-webkit-transform-origin: left;
	transform-origin: left
}
@media print, screen and (min-width:768px) {
	.l-header-menu:hover .l-header-menu__line::before {
		-webkit-transform: scaleX(10);
		transform: scaleX(10)
	}
}
.l-header-nav-wrapper {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.l-header-nav-wrapper.is-active {
	pointer-events: auto;
	opacity: 1
}
.l-header-nav-close {
	width: 120px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	cursor: pointer
}
@media screen and (max-width:767px) {
	.l-header-nav-close {
		width: 19.79167vw;
		height: 68px
	}
}
.l-header-nav-close::after, .l-header-nav-close::before {
	content: "";
	display: block;
	width: 3px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff
}
.l-header-nav-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.l-header-nav-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.l-header-nav-wrapper.tag-menu .l-header-nav-close {
	display: none
}
.l-header-nav {
	pointer-events: none;
	opacity: 0
}
@media print, screen and (min-width:768px) {
	.l-header-nav {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto !important
	}
}
@media screen and (max-width:767px) {
	.l-header-nav {
		position: relative;
		overflow-y: scroll
	}
}
.l-header-nav.is-active {
	pointer-events: auto;
	opacity: 1
}
@media screen and (max-width:767px) {
	.l-header-nav__inner {
		position: relative;
		height: 100%;
		overflow: auto;
		padding: 80px 6%
	}
}
.l-header-nav__items {
	text-align: center
}
.l-header-nav__item {
	margin: 40px 0
}
@media screen and (max-height:740px) {
	.l-header-nav__item {
		margin: 0 0 30px
	}
}
@media screen and (max-width:767px) {
	.l-header-nav__item {
		margin: 25px 0
	}
}
.l-header-nav__item:last-child {
	margin: 40px 0 0
}
@media screen and (max-height:740px) {
	.l-header-nav__item:last-child {
		margin: 30px 0 0
	}
}
@media screen and (max-width:767px) {
	.l-header-nav__item:last-child {
		margin: 25px 0 0
	}
}
.l-header-nav__link {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.l-header-nav__link {
		font-size: 5.20833vw
	}
}
.l-header-nav__link::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 4px);
	left: -25px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
@media print, screen and (min-width:768px) {
	.l-header-nav__link:hover {
		opacity: .7
	}
}
.l-header-nav__bnrs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px -20px 0
}
@media screen and (max-height:740px) {
	.l-header-nav__bnrs {
		margin: 20px 0 0
	}
}
@media screen and (max-width:767px) {
	.l-header-nav__bnrs {
		display: block;
		margin: 30px 0 0
	}
}
.l-header-nav__bnrs li {
	margin: 40px 20px 0;
	width: calc(50% - 40px)
}
@media screen and (max-height:740px) {
	.l-header-nav__bnrs li {
		margin: 30px 20px 0
	}
}
@media screen and (max-width:767px) {
	.l-header-nav__bnrs li {
		margin: 0;
		width: 100%
	}
}
@media screen and (max-width:767px) {
	.l-header-nav__bnrs li+li {
		margin: 20px 0 0
	}
}
.l-header-nav__bnrs li img {
	-webkit-transition: .6s;
	transition: .6s
}
@media print, screen and (min-width:768px) {
	.l-header-nav__bnrs li a:hover img {
		-webkit-transform: scale(1.08);
		transform: scale(1.08)
	}
}
.l-header-nav__bnrs .l-header-nav__captions {
	margin: 15px 0 0
}
.l-header-nav__bnrs .l-header-nav__caption {
	color: #fff;
	font-size: 20px;
	display: block
}
.l-header-nav__bnrs .l-header-nav__caption span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600
}
.l-header-nav__bnrs .l-header-nav__caption--02 {
	color: #fff;
	font-size: 11px;
	display: block;
	margin: 7px 0 0
}
.l-header-nav__img {
	overflow: hidden;
	display: block
}
.l-header-nav .c-btn {
	margin: 50px auto 0
}
.l-header-nav .c-btn__txt {
	padding: 0 20px;
	font-size: 1.5rem
}
.l-header-nav .c-btn i {
	margin-right: 10px;
	top: 2px
}
.l-header-tag-nav {
	pointer-events: none;
	opacity: 0
}
@media print, screen and (min-width:768px) {
	.l-header-tag-nav {
		position: absolute;
		width: 590px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
.l-header-tag-nav.is-active {
	pointer-events: auto;
	opacity: 1
}
@media screen and (max-width:767px) {
	.l-header-tag-nav__body {
		position: absolute;
		width: 90%;
		top: 90px;
		left: 5%
	}
}
.l-header-tag-nav__inner {
	width: 590px;
	height: 390px;
	background: #f1f1f1;
	border-radius: 24px;
	padding: 50px
}
@media screen and (max-width:767px) {
	.l-header-tag-nav__inner {
		width: 100%;
		padding: 20px;
		border-radius: 12px
	}
}
.l-header-tag-nav__ttl--en span {
	font-size: 2.8rem
}
@media screen and (max-width:767px) {
	.l-header-tag-nav__ttl--en span {
		font-size: 2.2rem
	}
}
.l-header-tag-nav__ttl--ja {
	display: block;
	font-size: 1.6rem;
	margin-top: 5px
}
.l-header-tag-nav__tags {
	margin: 30px 0 0;
	border-top: 1px solid #d6d6d6;
	padding: 10px 0;
	text-align: left
}
.l-header-tag-nav__scroll {
	padding: 10px 0;
	height: 220px
}
.l-header-tag-nav-close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -40px;
	right: 10px;
	z-index: 5;
	cursor: pointer
}
.l-header-tag-nav-close::after, .l-header-tag-nav-close::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff
}
.l-header-tag-nav-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.l-header-tag-nav-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.sub .l-header {
	background: #222;
	height: 70px
}
@media screen and (max-width:767px) {
	.sub .l-header {
		height: 55px
	}
}
.sub .l-header__inner {
	height: 55px
}
.l-footer {
	color: #fff;
	line-height: 1;
	position: relative;
	text-align: center;
	margin-top: auto;
	z-index: 1000
}
.l-footer-pagetop {
	display: block;
	position: absolute;
	bottom: calc(100% - 30px);
	right: 25px;
	width: 88px;
	height: 88px;
	z-index: 1000;
	outline: 0;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.l-footer-pagetop__trriger {
	width: 62px;
	height: 62px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	-webkit-box-shadow: 0 0 8px 0 rgba(31, 18, 8, .28);
	box-shadow: 0 0 8px 0 rgba(31, 18, 8, .28);
	top: 50%;
	left: 50%
}
.l-footer-pagetop__txt {
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding: 15px
}
.l-footer-pagetop__txt img {
	width: 36px
}
.l-footer-pagetop__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.l-footer-pagetop__bg::after, .l-footer-pagetop__bg::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: .2s;
	transition: .2s
}
.l-footer-pagetop__bg::before {
	left: 0;
	background: #e40011
}
.l-footer-pagetop__bg::after {
	right: 0;
	background: #00aeeb
}
.l-footer-pagetop__bg div {
	width: 100%;
	height: 100%
}
.l-footer-pagetop__bg div::after, .l-footer-pagetop__bg div::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	-webkit-transition: .2s;
	transition: .2s
}
.l-footer-pagetop__bg div::before {
	top: 0;
	left: 0;
	background: #009d40
}
.l-footer-pagetop__bg div::after {
	bottom: 0;
	background: #686565
}
.l-footer-pagetop.is-active {
	opacity: 1;
	pointer-events: auto
}
.l-footer-pagetop.is-fixed {
	position: fixed;
	bottom: 25px
}
@media print, screen and (min-width:768px) {
	.l-footer-pagetop:hover .l-footer-pagetop__bg::after, .l-footer-pagetop:hover .l-footer-pagetop__bg::before {
		width: 4px
	}
	.l-footer-pagetop:hover .l-footer-pagetop__bg div::after, .l-footer-pagetop:hover .l-footer-pagetop__bg div::before {
		height: 4px
	}
}
.l-footer-relation__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media screen and (max-width:767px) {
	.l-footer-relation__lists {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.l-footer-relation__lists li {
	width: 50%;
	background-size: cover;
	position: relative;
	overflow: hidden
}
@media screen and (max-width:767px) {
	.l-footer-relation__lists li {
		width: 100%
	}
}
.l-footer-relation__lists li a {
	display: block;
	height: 280px;
	position: relative;
	z-index: 3
}
@media screen and (max-width:767px) {
	.l-footer-relation__lists li a {
		height: 44.27083vw
	}
}
.l-footer-relation__lists li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 2
}
.l-footer-relation__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: .6s;
	transition: .6s
}
.l-footer-relation__list--01 .l-footer-relation__bg {
	background-image: url(/themes/basecamp/images/footer_nav01.jpg)
}
.l-footer-relation__list--02 .l-footer-relation__bg {
	background-image: url(/themes/basecamp/images/footer_nav02.jpg)
}
.l-footer-relation__list--03 a::before {
	content: none !important
}
.l-footer-relation__list--03 .l-footer-relation__bg {
	background-image: url(/themes/basecamp/images/footer_nav03.jpg)
}
@media screen and (max-width:767px) {
	.l-footer-relation__list--03 .l-footer-relation__bg {
		background-image: url(/themes/basecamp/images/footer_nav03_sp.jpg)
	}
}
.l-footer-relation__list--04 a::before {
	content: none !important
}
.l-footer-relation__list--04 .l-footer-relation__bg {
	background-image: url(/themes/basecamp/images/footer_nav04.jpg)
}
@media screen and (max-width:767px) {
	.l-footer-relation__list--04 .l-footer-relation__bg {
		background-image: url(/themes/basecamp/images/footer_nav04_sp.jpg)
	}
}
.l-footer-relation__body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3
}
.l-footer-relation__body i {
	font-size: 3.6rem
}
@media screen and (max-width:767px) {
	.l-footer-relation__body i {
		font-size: 7.03125vw
	}
}
.l-footer-relation__ttl {
	margin: 22px 0 0
}
@media screen and (max-width:767px) {
	.l-footer-relation__ttl {
		margin: 2.60417vw 0 0
	}
}
.l-footer-relation__ttl img {
	height: 32px;
	width: auto
}
@media screen and (max-width:767px) {
	.l-footer-relation__ttl img {
		height: 6.51042vw
	}
}
.l-footer-relation__list--03 .l-footer-relation__ttl {
	margin: 0
}
.l-footer-relation__list--03 .l-footer-relation__ttl img {
	height: 42px
}
@media screen and (max-width:767px) {
	.l-footer-relation__list--03 .l-footer-relation__ttl img {
		height: 7.8125vw
	}
}
.l-footer-relation__list--04 .l-footer-relation__ttl {
	margin: 0
}
.l-footer-relation__list--04 .l-footer-relation__ttl img {
	height: 38px
}
@media screen and (max-width:767px) {
	.l-footer-relation__list--04 .l-footer-relation__ttl img {
		height: 15.88542vw
	}
}
.l-footer-relation__txt {
	font-size: 1.6rem;
	font-weight: 600;
	font-style: italic;
	margin: 16px 0 0
}
@media screen and (max-width:767px) {
	.l-footer-relation__txt {
		font-size: 3.125vw;
		margin: 2.60417vw 0 0
	}
}
@media print, screen and (min-width:768px) {
	.l-footer-relation__lists a:hover .l-footer-relation__bg {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}
.l-footer-relation__body i, _:-ms-lang(x) {
	font-family: FontAwesome, "Font Awesome 5 Free";
	font-weight: 600
}
.l-footer-body {
	background: #fff;
	padding: 40px 0
}
@media screen and (max-width:767px) {
	.l-footer-body {
		padding: 10.41667vw 0
	}
}
.l-footer-body__logo {
	width: 224px;
	margin: 0 auto
}
@media screen and (max-width:767px) {
	.l-footer-body__logo {
		width: 57.94271vw
	}
}
.l-footer-body__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 0
}
.l-footer-body__nav li {
	padding: 0 10px;
	position: relative
}
.l-footer-body__nav li+li::before {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: #d8d8d8
}
.l-footer-body__nav li a {
	color: #222;
	font-size: 1.3rem
}
@media print, screen and (min-width:768px) {
	.l-footer-body__nav li a:hover {
		text-decoration: underline
	}
}
.l-footer-body__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 0
}
.l-footer-body__sns li {
	margin: 0 7px
}
.l-footer-body__sns img {
	width: 40px;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media print, screen and (min-width:768px) {
	.l-footer-body__sns a:hover img {
		opacity: .7
	}
}
.l-footer-copyright {
	background: #2e2e2e;
	display: block;
	padding: 30px 20px 20px;
	text-align: center
}
@media screen and (max-width:767px) {
	.l-footer-copyright {
		padding: 20px 15px 15px
	}
}
.l-footer-copyright__nav {
	text-align: center;
	margin: 0 0 25px
}
@media screen and (max-width:767px) {
	.l-footer-copyright__nav {
		margin: 0 0 15px
	}
}
.l-footer-copyright__nav li {
	display: inline-block;
	padding: 0 10px;
	position: relative
}
@media screen and (max-width:767px) {
	.l-footer-copyright__nav li {
		margin: 0 0 12px
	}
}
.l-footer-copyright__nav li a {
	font-size: 1.3rem
}
@media print, screen and (min-width:768px) {
	.l-footer-copyright__nav li a:hover {
		text-decoration: underline
	}
}
.l-footer-copyright__nav li+li::before {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff
}
.l-footer-copyright small {
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	display: block
}
.l-main {
	display: block;
	font-size: 1.4rem;
	line-height: 1.5
}
.sub .l-main {
	background: #f1f1f1
}
.c-bnr {
	display: block;
	position: relative
}
.c-bnr__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 120px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg)
}
@media screen and (max-width:767px) {
	.c-bnr__inner {
		height: 20.83333vw
	}
}
.c-bnr__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3
}
.c-bnr__img {
	width: 265px;
	overflow: hidden;
	position: relative
}
@media screen and (max-width:767px) {
	.c-bnr__img {
		width: 50%
	}
}
.c-bnr__img img {
	display: block;
	width: auto;
	height: 120%;
	position: absolute;
	top: 50%;
	left: 52%;
	-webkit-transform: skew(12deg) translate(-50%, -50%);
	transform: skew(12deg) translate(-50%, -50%);
	-webkit-transition: .6s;
	transition: .6s
}
.c-bnr__body {
	width: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none
}
@media screen and (max-width:767px) {
	.c-bnr__body {
		left: 50%
	}
}
.c-bnr__icon {
	width: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}
.c-bnr__icon--tw {
	width: 40px
}
.c-bnr__icon--yt {
	width: 42px
}
.c-bnr__icon--rc {
	width: 34px
}
@media screen and (max-width:767px) {
	.c-bnr__icon {
		width: 6.77083vw;
		display: block;
		margin: 0 auto 5px
	}
}
.c-bnr__icon img {
	width: 100%;
	height: auto
}
.c-bnr__txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: left
}
@media screen and (max-width:767px) {
	.c-bnr__txt {
		text-align: center;
		font-size: 3.90625vw
	}
}
@media print, screen and (min-width:768px) {
	.c-bnr__link:hover+.c-bnr__img figure img {
		-webkit-transform: scale(1.04) skew(12deg) translate(-50%, -50%);
		transform: scale(1.04) skew(12deg) translate(-50%, -50%)
	}
}
.c-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 58px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	position: relative
}
@media screen and (max-width:767px) {
	.c-btn {
		height: 55px
	}
}
.c-btn__txt {
	display: inline-block;
	position: relative;
	z-index: 2
}
.c-btn__txt .c-btn__ico-inner {
	display: inline-block;
	padding-right: 7px;
	position: relative
}
.c-btn__txt .c-btn__ico-inner svg {
	width: 18px;
	height: 18px
}
.c-btn--center {
	margin-left: auto;
	margin-right: auto
}
.c-btn--general {
	background: #000;
	font-weight: 700;
	max-width: 300px;
	padding: 0 40px;
	font-size: 1.5rem;
	-webkit-transform: skew(-17deg);
	transform: skew(-17deg);
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
.c-btn--general .c-btn__ico {
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translateY(-50%) skew(17deg) rotate(-45deg);
	transform: translateY(-50%) skew(17deg) rotate(-45deg)
}
@media print, screen and (min-width:768px) {
	.c-btn--general .c-btn__ico {
		-webkit-transform: translateY(-50%) skew(15deg) rotate(-45deg);
		transform: translateY(-50%) skew(15deg) rotate(-45deg)
	}
}
.c-btn--general span {
	font-size: 1.5rem;
	color: #fff;
	-webkit-transform: skew(17deg);
	transform: skew(17deg);
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.c-btn--general span {
		-webkit-transform: skew(15deg);
		transform: skew(15deg)
	}
}
@media print, screen and (min-width:768px) {
	.c-btn--general:hover {
		background: #fff;
		border: 1px solid #000
	}
	.c-btn--general:hover span {
		color: #000
	}
	.c-btn--general:hover .c-btn__ico {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		right: 25px
	}
}
.c-btn--flat {
	height: 60px;
	max-width: 300px;
	border: 1px solid #fff;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.c-btn--flat {
		height: 18.22917vw;
		max-width: 300px
	}
}
.c-btn--flat .c-btn__txt {
	color: #fff
}
@media print, screen and (min-width:768px) {
	.c-btn--flat:hover {
		background: #fff
	}
}
@media print, screen and (min-width:768px) {
	.c-btn--flat:hover .c-btn__txt {
		color: #000
	}
}
@media print, screen and (min-width:768px) {
	.c-btn--flat:hover .c-ico--close::after, .c-btn--flat:hover .c-ico--close::before {
		background-color: #000
	}
}
.c-btn--large {
	height: 90px;
	max-width: 620px
}
@media screen and (max-width:767px) {
	.c-btn--large {
		height: 18.22917vw;
		max-width: 300px
	}
}
.c-btn--large .c-btn__txt {
	font-size: 1.8rem
}
@media screen and (max-width:767px) {
	.c-btn--large .c-btn__txt {
		font-size: 1.6rem
	}
}
.c-btn--white {
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08)
}
.c-btn--white span {
	font-size: 1.5rem;
	color: #000
}
.c-btn--white i svg {
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media print, screen and (min-width:768px) {
	.c-btn--white:hover {
		background: #000
	}
	.c-btn--white:hover span {
		color: #fff
	}
	.c-btn--white:hover i svg {
		fill: #fff
	}
}
.c-btn--back .c-btn__ico {
	right: inherit;
	left: 35px;
	-webkit-transform: skew(15deg) translateY(-50%) rotate(135deg);
	transform: skew(15deg) translateY(-50%) rotate(135deg)
}
@media print, screen and (min-width:768px) {
	.is-view-pc .c-btn--back:hover .c-btn__ico {
		left: 25px
	}
}
.c-btn--anker .c-btn__ico {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}
.c-btn--blank .c-btn__ico {
	height: 10px
}
@media print, screen and (min-width:768px) {
	.c-btn-lists {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
@media print, screen and (min-width:768px) {
	.c-btn-lists li {
		min-width: 300px;
		margin: 0 30px
	}
}
@media screen and (max-width:767px) {
	.c-btn-lists li+li {
		margin-top: 3.90625vw
	}
}
.c-btn--more {
	background: 0 0;
	font-weight: 600;
	max-width: 215px;
	height: 50px;
	padding: 0 40px;
	font-size: 1.5rem;
	-webkit-transform: skew(-13deg);
	transform: skew(-13deg);
	border: 1px solid #bbb;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
.c-btn--more span {
	font-size: 1.5rem;
	color: #000;
	margin-left: -10px;
	-webkit-transform: skew(13deg);
	transform: skew(13deg);
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.c-btn--more span {
		-webkit-transform: skew(13deg);
		transform: skew(13deg)
	}
}
.c-btn--more span::after, .c-btn--more span::before {
	content: "";
	display: block;
	width: 11px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -18px;
	background: #000
}
.c-btn--more span::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: .2s;
	transition: .2s
}
.c-btn--more.is-open span::after {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
@media print, screen and (min-width:768px) {
	.c-btn--more:hover {
		background: 0 0;
		border: 1px solid #000
	}
	.c-btn--more:hover span {
		color: #000
	}
}
.c-box--scroll {
	-ms-overflow-style: none;
	scrollbar-width: none
}
.c-box--scroll ::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none
}
.simplebar-scrollbar.simplebar-visible:before {
	opacity: .3
}
.c-card .c-card__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -30px -15px 0
}
.c-card .c-card__item {
	width: 100%;
	margin: 30px 15px 0
}
@media print, screen and (min-width:768px) {
	.c-card.c-card--col-02 .c-card__item {
		width: calc((100% / 2) - 30px)
	}
}
@media print, screen and (min-width:768px) {
	.c-card.c-card--col-03 .c-card__item {
		width: calc((100% / 3) - 30px)
	}
}
@media print, screen and (min-width:768px) {
	.c-card.c-card--col-04 .c-card__item {
		width: calc((100% / 2) - 30px)
	}
}
@media print, screen and (min-width:1024px) {
	.c-card.c-card--col-04 .c-card__item {
		width: calc((100% / 4) - 30px)
	}
}
.c-form-input {
	display: inline-block;
	width: 100%
}
.c-form-radio {
	display: inline-block;
	cursor: pointer;
	min-height: 22px
}
.c-form-radio span {
	display: block;
	padding: 1px 0 0 30px;
	position: relative;
	line-height: 1.3
}
.c-form-radio span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border: 1px solid #eee;
	background: #fff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.c-form-radio span:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: 1;
	background: #000;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.c-form-radio input[type=radio] {
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute
}
.c-form-radio input[type=radio]:focus+span:before {
	border: 1px solid #aaa
}
.c-form-radio input[type=radio]:checked+span:after {
	visibility: visible
}
.c-form-checkbox {
	display: inline-block;
	cursor: pointer;
	min-height: 22px
}
.c-form-checkbox span {
	display: block;
	padding: 1px 0 0 30px;
	position: relative;
	line-height: 1.3
}
.c-form-checkbox span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border: 1px solid #eee;
	background: #fff;
	width: 22px;
	height: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.c-form-checkbox span:after {
	content: "";
	display: block;
	width: 11px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.c-form-checkbox input[type=checkbox] {
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute
}
.c-form-checkbox input[type=checkbox]:focus+span:before {
	border: 1px solid #aaa
}
.c-form-checkbox input[type=checkbox]:checked+span:after {
	visibility: visible
}
.c-form-select {
	position: relative
}
.c-form-select:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	pointer-events: none
}
.c-form-textarea {
	display: inline-block;
	width: 100%;
	vertical-align: bottom
}
.c-ico {
	display: inline-block
}
.c-ico svg {
	display: inline-block;
	vertical-align: top
}
.c-ico--arrow01 {
	width: 8px;
	height: 16px
}
.c-ico--arrow01 svg {
	width: 8px;
	height: 16px;
	fill: #000
}
.c-ico--arw01 {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
@media print, screen and (min-width:768px) {
	.c-ico--arw01 {
		width: 7px;
		height: 7px
	}
}
@media screen and (max-width:767px) {
	.c-ico--arw01 {
		width: 6px;
		height: 6px
	}
}
.c-ico--blank01 svg {
	width: 10px;
	height: 10px;
	fill: #000
}
.c-ico--close {
	width: 14px;
	height: 14px;
	position: relative
}
.c-ico--close:after, .c-ico--close:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #fff
}
.c-ico--close:before {
	-webkit-transform: translate(-50%, -50%) rotateZ(45deg);
	transform: translate(-50%, -50%) rotateZ(45deg)
}
.c-ico--close:after {
	-webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
	transform: translate(-50%, -50%) rotateZ(-45deg)
}
.c-ico--reverse {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.c-ico--white svg {
	fill: #fff
}
.c-lead {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8
}
@media screen and (max-width:1023px) {
	.c-lead {
		font-size: 1.4rem
	}
}
@media screen and (max-width:767px) {
	.c-lead {
		text-align: left
	}
}
.c-lead.c-lead--01 {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center
}
@media screen and (max-width:1023px) {
	.c-lead.c-lead--01 {
		font-size: 2.1rem;
		margin-bottom: 20px
	}
}
.c-lead.c-lead--02 {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center
}
@media screen and (max-width:1023px) {
	.c-lead.c-lead--02 {
		font-size: 1.8rem;
		margin-bottom: 15px
	}
}
.c-line {
	position: absolute;
	width: 550px;
	height: 550px;
	overflow: hidden;
	pointer-events: none
}
@media screen and (max-width:767px) {
	.c-line {
		width: 275px;
		height: 275px
	}
}
.c-line--01 {
	background: url(/themes/basecamp/images/line_bg01.png) no-repeat center top/100%
}
.c-line--02 {
	background: url(/themes/basecamp/images/line_bg02.png) no-repeat center top/100%
}
.c-line--03 {
	background: url(/themes/basecamp/images/line_bg03.png) no-repeat center top/100%
}
.c-line--04 {
	background: url(/themes/basecamp/images/line_bg04.png) no-repeat center top/100%
}
.c-line--05 {
	background: url(/themes/basecamp/images/line_bg05.png) no-repeat center top/100%
}
.c-line--06 {
	background: url(/themes/basecamp/images/line_bg06.png) no-repeat center top/100%
}
.c-line--07 {
	background: url(/themes/basecamp/images/line_bg07.png) no-repeat center top/100%
}
.c-line--08 {
	background: url(/themes/basecamp/images/line_bg08.png) no-repeat center top/100%
}
.c-line--09 {
	background: url(/themes/basecamp/images/line_bg09.png) no-repeat center top/100%
}
.c-line--10 {
	background: url(/themes/basecamp/images/line_bg10.png) no-repeat center top/100%
}
.c-line--11 {
	background: url(/themes/basecamp/images/line_bg11.png) no-repeat center top/100%
}
.c-line-inner {
	height: 250px;
	overflow: hidden
}
@media screen and (max-width:767px) {
	.c-line-inner {
		height: 125px
	}
}
.c-line img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}
.c-loading {
	width: 122px;
	height: 122px;
	margin: 60px auto 0;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:767px) {
	.c-loading {
		width: 100px;
		height: 100px;
		margin: 40px auto 0
	}
}
.c-loading__ring {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/themes/basecamp/images/loading.png) no-repeat center center;
	background-size: contain
}
.c-loading img {
	width: 44px;
	height: auto
}
.c-loading:hover .c-loading__ring {
	-webkit-animation: rotate01 .8s cubic-bezier(.01, .29, .63, .98) forwards;
	animation: rotate01 .8s cubic-bezier(.01, .29, .63, .98) forwards
}
.c-loading.is-loading {
	-webkit-animation: rotate02 1.8s cubic-bezier(.01, .29, .63, .98) infinite;
	animation: rotate02 1.8s cubic-bezier(.01, .29, .63, .98) infinite
}
@-webkit-keyframes rotate01 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotate01 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes rotate02 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	33.33333% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg)
	}
	66.66666% {
		-webkit-transform: rotate(240deg);
		transform: rotate(240deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotate02 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	33.33333% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg)
	}
	66.66666% {
		-webkit-transform: rotate(240deg);
		transform: rotate(240deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.c-list--notes li {
	text-indent: -1em;
	margin-left: 1em
}
.c-list--dot li {
	text-indent: -1em;
	margin-left: 1em
}
.c-sect {
	background: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
	padding: 50px 50px 60px;
	position: relative
}
@media screen and (max-width:767px) {
	.c-sect {
		padding: 25px 25px 35px
	}
}
.c-sect+.c-sect {
	margin-top: 60px
}
@media screen and (max-width:767px) {
	.c-sect+.c-sect {
		margin-top: 7.8125vw
	}
}
.c-sect--01 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}
.c-p-center {
	text-align: center;
}
.c-p-strong-01 {
	font-weight: 800 !important;
	background-color: #f1f1f1;
}
.c-sect--xl+.c-sect--xl {
	margin-top: 100px
}
@media screen and (max-width:767px) {
	.c-sect--xl+.c-sect--xl {
		margin-top: 50px
	}
}
.c-sect--lg+.c-sect--lg {
	margin-top: 80px
}
@media screen and (max-width:767px) {
	.c-sect--lg+.c-sect--lg {
		margin-top: 40px
	}
}
.c-sect--md+.c-sect--md {
	margin-top: 60px
}
@media screen and (max-width:767px) {
	.c-sect--md+.c-sect--md {
		margin-top: 30px
	}
}
.c-sect--sm+.c-sect--sm {
	margin-top: 40px
}
@media screen and (max-width:767px) {
	.c-sect--sm+.c-sect--sm {
		margin-top: 20px
	}
}
.c-sect--xs+.c-sect--xs {
	margin-top: 20px
}
@media screen and (max-width:767px) {
	.c-sect--xs+.c-sect--xs {
		margin-top: 10px
	}
}
.c-tag {
	display: inline-block;
	min-width: 105px;
	padding: 3px 15px;
	font-size: 1.3rem;
	text-align: center;
	border-radius: 20px;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.c-tag {
		font-size: 3.38542vw;
		padding: 5px 10px;
	}
}
.c-tag::before {
	content: "\f02b";
	font-family: FontAwesome;
	font-size: 1.6rem;
	color: #aeaeae;
	padding-right: 8px;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1);
}
@media screen and (max-width:767px) {
	.c-tag::before {
		font-size: 3.38542vw;
		padding-right: 4px
	}
}
@media print, screen and (min-width:768px) {
	.c-tag:hover {
		background-color: #000;
		color: #fff
	}
}
@media print, screen and (min-width:768px) {
	.c-tag:hover::before {
		color: #fff
	}
}
.c-tag__lists {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.p-media .c-tag__lists, .top-new-media .c-tag__lists, .p-media--new .c-tag__lists, .p-article-item .c-tag__lists, .article-related-media .c-tag__lists {
	margin-top: 0px;
}
.c-tag__lists li {
	margin: 0 12px 12px 0;
}
@media screen and (max-width:767px) {
	.c-tag__lists li {
		margin: 0 5px 8px 0;
	}
}
.p-media .c-tag__lists li, .top-new-media .c-tag__lists li, .p-media--new .c-tag__lists li, .p-article-item .c-tag__lists li, .article-related-media .c-tag__lists li {
	display: inline-block;
	font-size: 1.2rem;
	margin: 0 15px 5px 0;
	color: #ddd;
}
@media screen and (max-width:767px) {
	.p-media .c-tag__lists li, .top-new-media .c-tag__lists li, .p-media--new .c-tag__lists li, .p-article-item .c-tag__lists li, .article-related-media .c-tag__lists li {
		/* margin: 0 15px 0; */
	}
}
.p-media--new .c-tag__lists li, .p-article-item .c-tag__lists li, .article-related-media .c-tag__lists li {
	color: #666;
}
.p-media .c-tag__lists li::before, .p-media--new .c-tag__lists li::before, .p-article-item .c-tag__lists li::before, .article-related-media .c-tag__lists li::before {
	font-family: FontAwesome;
	content: "\f02b";
	font-size: 1.2rem;
	padding-right: 4px;
}
.p-media--new .c-tag__lists li::before, .p-article-item .c-tag__lists li::before, .article-related-media .c-tag__lists li::before {
	color: #aeaeae;
}
.c-tag__lists--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media print, screen and (min-width:768px) {
	.c-tag__lists--center {
		text-align: center
	}
}
@media print, screen and (min-width:768px) {
	.c-tag__lists--center li {
		margin: 0 6px 12px
	}
}
@media screen and (max-width:767px) {
	.c-tag__lists--center li {
		margin: 0 8px 10px 0
	}
}
@media screen and (max-width:767px) {
	.c-tag__lists--center .c-tag {
		font-size: 3.64583vw;
		padding: 7px 12px
	}
}
@media screen and (max-width:767px) {
	.c-tag__lists--center .c-tag::before {
		font-size: 3.64583vw
	}
}
.c-tag__lists--white .c-tag {
	background: #fff
}
@media print, screen and (min-width:768px) {
	.c-tag__lists--white .c-tag:hover {
		background: #000
	}
}
.c-tag__btn {
	margin-top: 30px;
	display: none
}
@media screen and (max-width:767px) {
	.c-tag__btn {
		margin-top: 6.51042vw
	}
}
.c-tag__btn.is-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.c-tag-search li {
	display: none
}
.c-tag::before, _:-ms-lang(x) {
	font-family: FontAwesome, "Font Awesome 5 Free";
	font-weight: 600
}
.c-table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-top: 1px solid #eee
}
.c-table td, .c-table th {
	border-bottom: 1px solid #eee;
	padding: 20px
}
@media screen and (max-width:767px) {
	.c-table td, .c-table th {
		padding: 15px
	}
}
.c-table th {
	width: 200px;
	vertical-align: middle;
	background-color: #000;
	font-weight: 700;
	text-align: left;
	color: #fff
}
@media screen and (max-width:767px) {
	.c-table th {
		width: 120px
	}
}
.c-ttl {
	text-align: center
}
.c-ttl--en img {
	height: 68px;
	width: auto
}
.c-ttl--ja {
	font-size: 1.8rem;
	display: block;
	font-style: italic;
	margin: 10px 0 0
}
@media screen and (max-width:767px) {
	.c-ttl--ja {
		font-size: 3.90625vw
	}
}
.c-ttl--01 {
	text-align: center;
	margin: 0 0 40px
}
@media screen and (max-width:767px) {
	.c-ttl--01 {
		margin: 0 0 9.11458vw
	}
}
.c-ttl--01 .c-ttl--en img {
	height: 50px;
	width: auto
}
@media screen and (max-width:767px) {
	.c-ttl--01 .c-ttl--en img {
		height: 7.8125vw
	}
}
.c-ttl--02 {
	text-align: left;
	margin: 0 0 25px
}
.c-ttl--02 .c-ttl--en img {
	height: 20px;
	width: auto
}
.c-ttl--02 .c-ttl--ja {
	font-size: 1.3rem;
	margin: 7px 0 0
}
.c-ttl--tag {
	border-bottom: 1px solid #d6d6d6;
	padding: 0 0 14px
}
.c-ttl--tag .c-ttl--en {
	position: relative;
	padding-left: 25px
}
.c-ttl--tag .c-ttl--en::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: calc(50% + 3px);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/themes/basecamp/images/icon_tag.svg) no-repeat center top;
	background-size: 100%
}
.c-ttl--pickup {
	border-bottom: 1px solid #d6d6d6;
	padding: 0 0 14px
}
.c-ttl--pickup .c-ttl--en {
	position: relative;
	padding-left: 25px
}
.c-ttl--pickup .c-ttl--en::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: calc(50% + 3px);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/themes/basecamp/images/icon_good.svg) no-repeat center top;
	background-size: 100%
}
@media print, screen and (min-width:768px) {
	.p-anchor-link ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: -10px -5px 0
	}
}
.p-anchor-link ul li {
	text-align: center;
	line-height: 1.3
}
@media print, screen and (min-width:768px) {
	.p-anchor-link ul li {
		width: calc(100% - 10px);
		padding: 0 5px;
		margin: 10px 0 0
	}
}
@media screen and (max-width:767px) {
	.p-anchor-link ul li:nth-child(n+2) {
		margin-top: 10px
	}
}
.p-anchor-link ul li a {
	max-width: none
}
@media print, screen and (min-width:768px) {
	.p-anchor-link--wrap ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media print, screen and (min-width:768px) {
	.p-anchor-link--wrap ul li {
		width: calc((100% / 4) - 10px)
	}
}
.p-article {
	background-color: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
	padding: 50px;
	overflow: hidden;
	position: relative
}
@media screen and (max-width:767px) {
	.p-article {
		padding: 16px
	}
}
.p-article p {
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:767px) {
	.p-article p {
		font-size: 1.4rem
	}
}
.p-article p+p {
	margin-top: 20px
}
.p-article b, .p-article strong {
	font-weight: 700
}
.p-article img {
	display: block;
	width: auto;
	max-width: 700px;
	height: auto;
	margin: 0 auto 40px;
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .3)
}
@media screen and (max-width:767px) {
	.p-article img {
		max-width: 100%
	}
}
.p-article img.no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none
}
.p-article figure {
	margin: 0 0 40px
}
.p-article figcaption {
	text-align: center;
	margin: -15px 0 0
}
.p-article a {
	color: #2980b9;
	text-decoration: underline;
}
.p-article a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
	.p-article a img {
		-webkit-transition: .3s;
		transition: .3s
	}
}
@media print, screen and (min-width:768px) {
	.p-article a:hover img {
		opacity: .7
	}
}
.p-article-ttl01 {
	font-size: 2.8rem;
	font-weight: 900;
	/*  font-style: italic;*/
	color: #fff;
	background: #e40011;
	padding: 2px 50px 2px 60px;
	margin-left: -60px;
	margin-bottom: 40px;
	position: relative;
	line-height: 2
}
@media screen and (max-width:767px) {
	.p-article-ttl01 {
		font-size: 2.2rem;
		padding: 3px 35px 3px 60px;
		margin-bottom: 20px
	}
}
.p-article-ttl01::before {
	content: "";
	display: block;
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/themes/basecamp/images/bg_line_ttl.png) no-repeat center top;
	background-size: 100% 100%
}
.p-article-ttl01.red {
	background: #e40011
}
.p-article-ttl01.green {
	background: #009d40
}
.p-article-ttl01.blue {
	background: #00aeeb
}
*+.p-article-ttl01 {
	margin-top: 70px
}
@media screen and (max-width:767px) {
	*+.p-article-ttl01 {
		margin-top: 40px
	}
}
.p-article-ttl-interview {
	font-size: 2rem;
	font-weight: 700;
	padding-left: 60px;
	margin: 0 0 30px;
	position: relative
}
@media screen and (max-width:767px) {
	.p-article-ttl-interview {
		font-size: 1.6rem;
		padding-left: 0;
		margin: 0 0 15px
	}
}
.p-article-ttl-interview::before {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #000
}
@media screen and (max-width:767px) {
	.p-article-ttl-interview::before {
		width: 40px;
		display: inline-block;
		position: relative;
		margin-right: 5px;
		vertical-align: middle;
		top: -1px
	}
}
.p-article-interview {
	position: relative;
	margin: 0 0 40px
}
@media screen and (max-width:767px) {
	.p-article-interview {
		margin: 0 0 20px
	}
}
.p-article-interview-name {
	width: 65px;
	font-size: 1.6rem;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 2
}
@media screen and (max-width:767px) {
	.p-article-interview-name {
		position: relative;
		display: inline;
		font-size: 1.4rem
	}
}
.p-article-interview-name::after {
	content: "："
}
.p-article-interview-txt {
	font-size: 1.6rem;
	line-height: 2;
	padding-left: 60px;
	display: block
}
@media screen and (max-width:767px) {
	.p-article-interview-txt {
		font-size: 1.4rem;
		padding: 0;
		display: inline
	}
}
.p-article-movie {
	position: relative;
	width: 100%;
	max-width: 700px;
	padding-bottom: 56%;
	margin: 0 auto 40px;
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .3);
	overflow: hidden
}
.p-article-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}
.p-article-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 40px
}
@media screen and (max-width:767px) {
	.p-article-column {
		display: block
	}
}
.p-article-column-left {
	width: 50%;
	padding-right: 20px
}
@media screen and (max-width:767px) {
	.p-article-column-left {
		width: 100%;
		padding: 0
	}
}
.p-article-column-left img {
	width: 100%;
	height: auto
}
.p-article-column-right {
	width: 50%;
	padding-left: 20px
}
@media screen and (max-width:767px) {
	.p-article-column-right {
		width: 100%;
		padding: 0
	}
}
.p-article-column-right img {
	width: 100%;
	height: auto
}
.cke_editable {
	line-height: 1.5
}
.cke_editable .p-article-movie {
	padding-bottom: 0 !important
}
.cke_editable .p-article-movie img {
	margin: 0 !important
}
.cke_editable p {
	font-size: 1.6rem;
	line-height: 2
}
@media screen and (max-width:767px) {
	.cke_editable p {
		font-size: 1.4rem
	}
}
.cke_editable p+p {
	margin-top: 20px
}
.cke_editable b, .cke_editable strong {
	font-weight: 700
}
.cke_editable img {
	display: block;
	max-width: 700px;
	margin: 0 auto 40px;
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .3)
}
.p-article-item {
	position: relative;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
@media print, screen and (min-width:768px) {
	.p-article-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.p-article-item+.p-article-item {
	margin-top: 50px
}
@media screen and (max-width:767px) {
	.p-article-item+.p-article-item {
		margin-top: 7.8125vw
	}
}
.p-article-item .p-article-item__date {
	font-size: 1.7rem;
	color: #7d7d7d
}
@media screen and (max-width:767px) {
	.p-article-item .p-article-item__date {
		font-size: 3.64583vw;
		font-weight: 700;
		margin: 0 0 7px
	}
}
.p-article-item .p-article-item__img {
	width: 328px;
	height: 185px;
	position: relative
}
@media screen and (max-width:767px) {
	.p-article-item .p-article-item__img {
		width: 100%;
		height: 43vw;
	}
}
.p-article-item .p-article-item__img::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #D9D9D9;
}
@media print, screen and (min-width:768px) {
	.p-article-item .p-article-item__img-inner {
		width: 328px;
		height: 185px;
		overflow: hidden;
		position: relative
	}
}
@media screen and (max-width:767px) {
	.p-article-item .p-article-item__img-inner {
		width: 100%;
		height: 43vw;
		margin: 0 auto;
		overflow: hidden;
		position: relative
	}
}
.p-article-item .p-article-item__img-inner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
}
.p-article-item .p-article-item__img-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 101%;
	height: auto;
}
.p-article-item .p-article-item__img-inner figure {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: .6s;
	transition: .6s;
	background: #000
}
.p-article-item .p-article-item__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5
}
@media print, screen and (min-width:768px) {
	.p-article-item .p-article-item__body {
		width: calc(100% - 380px)
	}
}
@media screen and (max-width:767px) {
	.p-article-item .p-article-item__body {
		padding: 90px 0 0 0;
		margin-top: -60px
	}
}
.p-article-item .p-article-item__tags {
	position: relative;
}
.p-article-item .p-article-item__ttl {
	margin: 0 0 15px;
	font-size: 2.8rem
}
@media screen and (max-width:767px) {
	.p-article-item .p-article-item__ttl {
		font-size: 5.20833vw;
		margin: 0 0 10px
	}
}
.p-article-item .p-article-item__txt p {
	font-size: 1.5rem;
	line-height: 1.9
}
@media screen and (max-width:767px) {
	.p-article-item .p-article-item__txt p {
		font-size: 3.64583vw
	}
}
@media print, screen and (min-width:768px) {
	.p-article-item .p-article-item__link:hover+.p-article-item__img figure {
		-webkit-transform: scale(1.06);
		transform: scale(1.06)
	}
}
.p-breadcrumb {
	font-size: 1.3rem;
	line-height: 1
}
.p-breadcrumb ul li {
	float: left;
	position: relative
}
.p-breadcrumb ul li+li {
	padding: 0 0 0 15px;
	margin: 0 0 0 10px
}
.p-breadcrumb ul li+li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	left: -4px
}
@media print, screen and (min-width:768px) {
	.is-view-pc .p-breadcrumb ul li a:hover {
		text-decoration: underline
	}
}
.p-form-step {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 50px
}
@media screen and (max-width:767px) {
	.p-form-step {
		font-size: 1.6rem;
		margin: 0 0 20px
	}
}
.p-form-step ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	margin: -3px 0;
	overflow: hidden
}
.p-form-step ul li {
	position: relative;
	padding: 0;
	margin: 3px 3px 3px 0;
	width: 100%
}
.p-form-step ul li div {
	position: relative;
	padding: 0 .8em 0 1.6em;
	background-color: #f2f3f6;
	border-color: #f2f3f6;
	display: block;
	height: 60px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width:767px) {
	.p-form-step ul li div {
		padding: 0 .2em 0 1em;
		height: 50px
	}
}
.p-form-step ul li div:after, .p-form-step ul li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	height: 0;
	width: 0;
	border: 30px solid transparent;
	border-right-width: 0;
	border-left-width: 20px;
	z-index: 2;
	border-left-color: inherit
}
@media screen and (max-width:767px) {
	.p-form-step ul li div:after, .p-form-step ul li:after {
		border-width: 25px;
		border-right-width: 0;
		border-left-width: 10px
	}
}
.p-form-step ul li:after {
	z-index: 1;
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
	border-left-color: #fff;
	margin: 0
}
.p-form-step ul li:first-of-type div {
	padding-left: 1.6em
}
@media screen and (max-width:767px) {
	.p-form-step ul li:first-of-type div {
		padding-left: 1em
	}
}
.p-form-step ul li:last-of-type {
	margin-right: 0
}
.p-form-step ul li.is-current div {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.p-form-step ul li.is-finished div {
	color: #fff;
	background-color: #a1a1a1;
	border-color: #a1a1a1
}
.p-form-table {
	border-top: 1px solid #eee;
	word-break: break-all;
	font-size: 1.6rem
}
.p-form-table__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #eee
}
@media screen and (max-width:1023px) {
	.p-form-table__item {
		display: block
	}
}
.p-form-table__required {
	display: inline-block;
	width: 42px;
	font-size: 1.4rem;
	text-align: center;
	background: #000;
	color: #fff;
	font-weight: 700;
	margin-left: 10px;
	vertical-align: middle
}
.p-form-table__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 320px;
	background: #f2f3f6;
	padding: 30px;
	font-size: 1.6rem;
	position: relative;
	font-weight: 700
}
@media screen and (max-width:1023px) {
	.p-form-table__head {
		width: auto;
		padding: 20px 15px;
		font-size: 1.7rem
	}
}
.p-form-table__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 320px);
	padding: 25px 30px
}
@media screen and (max-width:1023px) {
	.p-form-table__body {
		width: auto;
		padding: 25px 15px
	}
}
.p-form-table__body input {
	max-width: 700px
}
.p-form-table__body textarea {
	max-width: 700px;
	min-height: 170px
}
.p-form-table__body-inner {
	width: 100%
}
.p-form-table .is-error .c-form-checkbox span:before, .p-form-table .is-error .c-form-input, .p-form-table .is-error .c-form-radio span:before, .p-form-table .is-error .c-form-select select, .p-form-table .is-error .c-form-textarea {
	background-color: #fee
}
.p-form-input-small {
	max-width: 200px !important
}
@media print, screen and (min-width:768px) {
	.p-form-name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.p-form-name li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media print, screen and (min-width:768px) {
	.p-form-name li:nth-child(n+2) {
		margin-left: 7%
	}
}
@media screen and (max-width:767px) {
	.p-form-name li:nth-child(n+2) {
		margin-top: 20px
	}
}
.p-form-name li span {
	display: inline-block;
	min-width: 45px;
	padding-right: 5px
}
@media print, screen and (min-width:768px) {
	.p-form-name li input {
		max-width: 240px
	}
}
.p-form-postcode {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:767px) {
	.p-form-postcode {
		position: relative;
		padding-bottom: 65px
	}
}
.p-form-postcode__zip1 {
	max-width: 100px !important
}
.p-form-postcode__zip2 {
	max-width: 120px !important
}
.p-form-postcode__symbol {
	display: inline-block;
	min-width: 45px;
	padding-right: 5px
}
@media screen and (max-width:767px) {
	.p-form-postcode__symbol {
		min-width: 30px
	}
}
.p-form-postcode__bar {
	padding: 0 13px;
	text-align: center;
	min-width: 43px
}
@media screen and (max-width:767px) {
	.p-form-postcode__bar {
		padding: 0 10px;
		min-width: 35px
	}
}
.p-form-postcode__btn {
	width: 100%;
	max-width: 140px;
	min-width: 100px;
	height: 50px;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	margin-left: 20px;
	background: #000;
	border-radius: 50px
}
@media screen and (max-width:767px) {
	.p-form-postcode__btn {
		max-width: 155px;
		height: 45px;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0
	}
}
.p-form-address *+* {
	margin-top: 10px
}
@media screen and (max-width:767px) {
	.p-form-address *+* {
		margin-top: 20px
	}
}
.p-form-address__pref {
	width: 240px
}
@media screen and (max-width:767px) {
	.p-form-address__pref {
		width: 210px
	}
}
.p-form-address__txt {
	font-size: 1.5rem
}
@media screen and (max-width:767px) {
	.p-form-address__txt {
		font-size: 1.4rem
	}
}
@media print, screen and (min-width:768px) {
	.p-form-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media print, screen and (min-width:768px) {
	.p-form-list li:nth-child(n+2) {
		margin-left: 50px
	}
}
@media screen and (max-width:767px) {
	.p-form-list li:nth-child(n+2) {
		margin-top: 20px
	}
}
.p-form-privacy {
	margin-top: 50px;
	border: 1px solid #eee;
	padding: 30px;
	text-align: center;
	font-weight: 700
}
@media screen and (max-width:767px) {
	.p-form-privacy {
		margin-top: 30px;
		padding: 15px
	}
}
.p-form-privacy__check {
	font-size: 1.6rem
}
@media screen and (max-width:767px) {
	.p-form-privacy__check {
		font-size: 1.5rem
	}
}
@media print, screen and (min-width:768px) {
	.p-form-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-top: 50px
	}
}
@media screen and (max-width:767px) {
	.p-form-btn {
		max-width: 300px;
		margin: 30px auto 0
	}
}
.p-form-btn__item {
	width: 100%
}
@media print, screen and (min-width:768px) {
	.p-form-btn__item {
		width: 300px
	}
}
@media screen and (max-width:767px) {
	.p-form-btn__item {
		margin-left: auto;
		margin-right: auto
	}
}
@media print, screen and (min-width:768px) {
	.p-form-btn__item:nth-child(n+2) {
		margin-right: 30px
	}
}
@media screen and (max-width:767px) {
	.p-form-btn__item:nth-child(n+2) {
		margin-top: 20px
	}
}
@media screen and (max-width:767px) {
	.p-form-btn__submit {
		max-width: 345px;
		height: 55px
	}
}
.p-form-thanks {
	text-align: center
}
@media screen and (max-width:767px) {
	.p-form-thanks {
		text-align: left
	}
}
.p-form-thanks__lead {
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 30px
}
@media screen and (max-width:767px) {
	.p-form-thanks__lead {
		font-size: 2.6rem;
		text-align: center;
		margin-bottom: 20px
	}
}
.p-form-thanks__notes {
	margin-top: 20px
}
@media screen and (max-width:767px) {
	.p-form-thanks__notes {
		margin-top: 15px
	}
}
.p-form-error-txt {
	color: #c00;
	margin-top: 10px
}
.p-form-error-txt+.p-form-error-txt {
	margin-top: 0
}
.p-news-list__items {
	border-top: 1px solid #eee
}
.p-news-list__item {
	border-bottom: 1px solid #eee
}
.p-news-list__link {
	position: relative
}
@media print, screen and (min-width:768px) {
	.p-news-list__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 40px 20px 15px
	}
}
@media screen and (max-width:767px) {
	.p-news-list__link {
		display: block;
		padding: 20px 25px 20px 0
	}
}
@media print, screen and (min-width:768px) {
	.is-view-pc .p-news-list__link:hover {
		background: #eee
	}
}
.p-news-list__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media print, screen and (min-width:768px) {
	.p-news-list__meta {
		width: 250px
	}
}
@media screen and (max-width:767px) {
	.p-news-list__meta {
		margin-bottom: 10px
	}
}
.p-news-list__time {
	display: inline-block;
	color: #999;
	font-size: 1.4rem;
	width: 100px
}
.p-news-list__tag {
	max-width: 120px
}
@media print, screen and (min-width:768px) {
	.p-news-list__txt {
		width: calc(100% - 250px)
	}
}
.p-news-list .c-ico {
	position: absolute;
	top: 50%;
	margin-top: -8px
}
@media print, screen and (min-width:768px) {
	.p-news-list .c-ico {
		right: 15px
	}
}
@media screen and (max-width:767px) {
	.p-news-list .c-ico {
		right: 5px
	}
}
.p-media {
	position: relative;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
@media print, screen and (min-width:768px) {
	.p-media {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media screen and (max-width:767px) {
	.p-media>*+* {
		margin-top: 20px
	}
}
@media screen and (max-width:767px) {
	.p-media+.p-media {
		margin-top: 7.8125vw
	}
}
.p-media--new::after {
	content: "";
	display: block;
	width: 80px;
	height: 100px;
	position: absolute;
	top: -40px;
	left: -40px;
	background: url(/themes/basecamp/images/new_icon.png) no-repeat center top;
	background-size: 100%;
	pointer-events: none;
	z-index: 99;
}
@media screen and (max-width:767px) {
	.p-media--new::after {
		width: 55px;
		height: 55px;
		top: -27px;
		left: -10%
	}
}
.p-media .p-media__date {
	font-size: 1.7rem
}
@media screen and (max-width:767px) {
	.p-media .p-media__date {
		font-size: 3.64583vw;
		font-weight: 400;
		margin: 0 0 5px
	}
}
@media print, screen and (min-width:768px) {
	.p-media .p-media__img {
		width: 340px;
		height: 200px;
		margin: 0 auto;
		-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .3);
		box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .3);
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		overflow: hidden
	}
}
@media screen and (max-width:767px) {
	.p-media .p-media__img {
		width: 94%;
		height: 49vw;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .4);
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .4)
	}
}
.p-media .p-media__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 101%
}
.p-media .p-media__img figure {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: .6s;
	transition: .6s;
	background: #000
}
.p-media .p-media__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5
}
.p-media .p-media__body {
	padding: 80px 37px 40px 37px;
	background: rgba(4, 26, 0, .8);
	color: #fff
}
@media screen and (max-width:767px) {
	.p-media .p-media__body {
		padding: 90px 5.85938vw 5.85938vw 5.85938vw;
		margin-top: -60px
	}
}
.p-media .p-media__tags {
	position: relative;
}
.p-media .p-media__ttl {
	margin: 0 0 15px;
	font-size: 2.0rem;
}
@media screen and (max-width:767px) {
	.p-media .p-media__ttl {
		font-size: 4.61538vw;
	}
}
.p-media .p-media__txt p {
	font-size: 1.4rem;
	line-height: 1.9
}
@media screen and (max-width:767px) {
	.p-media .p-media__txt p {
		font-size: 3.64583vw
	}
}
@media print, screen and (min-width:768px) {
	.p-media .p-media__link:hover+.p-media__img figure {
		-webkit-transform: scale(1.06);
		transform: scale(1.06)
	}
}
@media print, screen and (min-width:768px) {
	.p-media a:hover .p-media__img figure {
		-webkit-transform: scale(1.06);
		transform: scale(1.06)
	}
}
@media print, screen and (min-width:768px) {
	.p-media--reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse
	}
}
.p-media--wide {
	position: relative;
	margin: 0
}
@media screen and (max-width:767px) {
	.p-media--wide {
		top: 30px
	}
}
@media print, screen and (min-width:768px) {
	.p-media--wide+.p-media--wide {
		margin: 80px 0 0
	}
}
@media screen and (max-width:767px) {
	.p-media--wide+.p-media--wide {
		margin: 60px 0 0
	}
}
@media print, screen and (min-width:768px) {
	.p-media--wide .p-media__date {
		position: absolute;
		font-size: 1.7rem;
		top: -10px;
		left: 0;
		color: #7d7d7d
	}
}
@media screen and (max-width:767px) {
	.p-media--wide .p-media__date {
		right: inherit;
		left: 3% !important;
		color: #fff;
	}
}
@media print, screen and (min-width:768px) {
	.p-media--wide .p-media__img {
		width: 640px;
		height: 360px;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, .3);
		box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, .3)
	}
}
@media print, screen and (min-width:768px) {
	.p-media--wide .p-media__body {
		width: 770px;
		min-height: 455px;
		margin-left: 430px;
		margin-top: 0;
		padding: 100px 40px 80px 245px;
	}
}
@media print, screen and (min-width:768px) {
	.p-media--wide .p-media__ttl {
		font-size: 2.8rem;
	}
}
@media print, screen and (min-width:768px) {
	.p-media--wide .p-media__txt p {
		font-size: 1.6rem
	}
}
.p-media--wide-reverse .p-media__date {
	left: inherit;
	right: 0
}
.p-media--wide-reverse .p-media__img {
	left: inherit;
	right: 0
}
@media print, screen and (min-width:768px) {
	.p-media--wide-reverse .p-media__body {
		margin-left: 0;
		margin-right: 430px;
		padding: 80px 330px 80px 80px
	}
}
@media print, screen and (min-width:768px) {
	.p-media-column2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -30px
	}
}
@media print, screen and (min-width:768px) {
	.p-media-column2 .p-media {
		width: calc((100% / 2) - 40px);
		margin: 0 20px 55px;
		position: relative
	}
}
@media print, screen and (min-width:768px) {
	.p-media-column2 .p-media__img {
		width: 500px;
		height: 295px
	}
}
.p-media-column2 .p-media__body {
	width: 100%
}
@media print, screen and (min-width:768px) {
	.p-media-column2 .p-media__body {
		height: calc(100% - 245px);
		margin-top: 245px
	}
}
@media print, screen and (min-width:768px) {
	.p-media-column3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -30px
	}
}
@media print, screen and (min-width:768px) {
	.p-media-column3 .p-media {
		width: calc((100% / 3) - 40px);
		margin: 0 20px 55px;
		position: relative
	}
}
.p-media-column3 .p-media__body {
	width: 100%
}
@media print, screen and (min-width:768px) {
	.p-media-column3 .p-media__body {
		height: calc(100% - 148px);
		margin-top: 148px
	}
}
.p-media--side {
	display: block
}
.p-media--side+.p-media--side {
	margin: 30px 0 0
}
.p-media--side .p-media__img {
	width: 300px;
	height: 175px;
	position: relative;
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@media screen and (max-width:767px) {
	.p-media--side .p-media__img {
		width: 94%;
		height: 49vw
	}
}
.p-media--side .p-media__body {
	width: 100%;
	padding: 50px 17px 17px 17px;
	margin-top: -35px
}
.p-media--side .p-media__ttl {
	font-size: 1.8rem;
	margin: 0
}
.p-modal__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 10000;
	display: none
}
.p-modal__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.p-modal__contents {
	width: 90%;
	max-width: 660px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.p-modal__inner {
	padding-bottom: 56.25%;
	height: 0;
	position: relative
}
.p-modal__inner::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000
}
.p-modal__wrapper.is-active .p-modal__inner::after {
	opacity: 0;
	pointer-events: none
}
.p-modal__close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -38px;
	right: -4px;
	z-index: 100;
	cursor: pointer
}
.p-modal__close::after, .p-modal__close::before {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.p-modal__close::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.p-modal video {
	width: 100%
}
.p-modal iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.p-page-header__inner {
	position: relative;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px
}
@media screen and (max-width:767px) {
	.p-page-header__inner {
		padding-top: 11.06771vw;
		padding-bottom: 9.11458vw
	}
}
.p-page-header__ttl {
	font-weight: 700;
	position: relative;
	z-index: 10
}
@media print, screen and (min-width:768px) {
	.p-page-header__ttl {
		font-size: 5rem
	}
}
@media screen and (max-width:767px) {
	.p-page-header__ttl {
		font-size: 3rem
	}
}
.p-page-header__ttl--en img {
	height: 66px
}
@media screen and (max-width:767px) {
	.p-page-header__ttl--en img {
		height: 11.71875vw
	}
}
.p-page-header__ttl--ja {
	font-size: 1.8rem;
	display: block;
	font-style: italic;
	margin: 10px 0 0
}
@media screen and (max-width:767px) {
	.p-page-header__ttl--ja {
		font-size: 3.90625vw
	}
}
.p-page-header__txt {
	margin-top: 30px;
	position: relative;
	z-index: 10
}
.p-page-header__txt span {
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	padding-left: 18px
}
.p-page-header__txt span::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/themes/basecamp/images/icon_tag.svg) no-repeat center top;
	background-size: 100%
}
.p-page-header .c-line--05 {
	top: 0;
	left: -280px
}
@media screen and (max-width:767px) {
	.p-page-header .c-line--05 {
		top: 3vw;
		left: -155px
	}
}
.p-page-header .c-line--06 {
	top: 171px;
	right: -435px
}
@media screen and (max-width:767px) {
	.p-page-header .c-line--06 {
		top: 39vw;
		right: -110px
	}
}
.p-page-header--article .p-page-header__date {
	font-size: 1.7rem;
	font-weight: 700;
	color: #7d7d7d
}
.p-page-header--article .p-page-header__ttl {
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	font-style: italic;
	line-height: 1.3;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin: 0 0 20px
}
@media screen and (max-width:767px) {
	.p-page-header--article .p-page-header__ttl {
		font-size: 5.98958vw;
		text-align: left
	}
}
.p-page-header--article .p-page-header-share {
	margin: 45px 0 0;
	position: relative;
	z-index: 10
}
@media screen and (max-width:767px) {
	.p-page-header--article .p-page-header-share {
		margin: 20px 0 0
	}
}
.p-page-header--article .p-page-header-share__ttl {
	font-size: 1.4rem;
	font-style: italic
}
.p-page-header--article .p-page-header-share__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 6px 0 0
}
@media screen and (max-width:767px) {
	.p-page-header--article .p-page-header-share__lists {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}
.p-page-header--article .p-page-header-share__lists li {
	margin: 0 7px
}
@media screen and (max-width:767px) {
	.p-page-header--article .p-page-header-share__lists li {
		margin: 0 5px
	}
}
.p-page-header--article .p-page-header-share__lists li img {
	width: 40px;
	height: auto;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}
@media screen and (max-width:767px) {
	.p-page-header--article .p-page-header-share__lists li img {
		width: 28px
	}
}
@media print, screen and (min-width:768px) {
	.p-page-header--article .p-page-header-share__lists li a:hover img {
		opacity: .7
	}
}
.p-page-header--article .c-line--05 {
	top: 0;
	left: inherit;
	right: -530px
}
@media screen and (max-width:767px) {
	.p-page-header--article .c-line--05 {
		top: -18vw;
		right: -165px
	}
}
.p-page-header--article .c-line--06 {
	top: inherit;
	bottom: -390px;
	left: -480px
}
@media screen and (max-width:767px) {
	.p-page-header--article .c-line--06 {
		top: inherit;
		bottom: -53vw;
		left: -136px
	}
}
.p-pager {
	margin: 60px -8px 0;
	text-align: center;
	font-size: 0;
	position: relative
}
@media screen and (max-width:767px) {
	.p-pager {
		margin: 30px 0 0
	}
}
.p-pager li {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 8px;
	text-align: center
}
@media screen and (max-width:767px) {
	.p-pager li {
		margin: 0 4px
	}
}
.p-pager li a {
	display: block;
	border: 1px solid #000
}
@media print, screen and (min-width:768px) {
	.is-view-pc .p-pager li a:hover {
		color: #fff;
		background: #000
	}
}
.p-pager li span {
	display: inline-block;
	position: relative;
	padding: 0 5px;
	min-width: 38px;
	height: 38px;
	line-height: 38px
}
@media screen and (max-width:767px) {
	.p-pager li span {
		min-width: 30px;
		height: 35px;
		line-height: 35px
	}
}
.p-pager li.p-pager__current {
	color: #fff;
	background: #000
}
.p-pager li.p-pager__blank {
	padding: 1px;
	margin: 0 -8px
}
.p-pager li.p-pager__next, .p-pager li.p-pager__prev {
	width: 100px
}
@media screen and (max-width:767px) {
	.p-pager li.p-pager__next, .p-pager li.p-pager__prev {
		width: 75px;
		position: absolute;
		top: 0
	}
}
@media screen and (max-width:767px) {
	.p-pager li.p-pager__next, .p-pager li.p-pager__prev {
		width: 40px
	}
}
@media screen and (max-width:767px) {
	.p-pager li.p-pager__next span, .p-pager li.p-pager__prev span {
		overflow: hidden;
		font-size: 0;
		display: block
	}
}
.p-pager li.p-pager__next span .c-ico, .p-pager li.p-pager__prev span .c-ico {
	position: absolute;
	top: 50%;
	margin-top: -8px
}
@media print, screen and (min-width:768px) {
	.is-view-pc .p-pager li.p-pager__next a:hover span .c-ico svg, .is-view-pc .p-pager li.p-pager__prev a:hover span .c-ico svg {
		fill: #fff
	}
}
.p-pager li.p-pager__prev {
	margin-right: 40px
}
@media screen and (max-width:767px) {
	.p-pager li.p-pager__prev {
		left: 0;
		margin: 0
	}
}
@media print, screen and (min-width:768px) {
	.p-pager li.p-pager__prev span {
		padding-left: 25px
	}
}
.p-pager li.p-pager__prev span .c-ico--arrow01 {
	left: 0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
@media screen and (max-width:767px) {
	.p-pager li.p-pager__prev span .c-ico--arrow01 {
		left: 14px
	}
}
.p-pager li.p-pager__next {
	margin-left: 40px
}
@media screen and (max-width:767px) {
	.p-pager li.p-pager__next {
		right: 0;
		margin: 0
	}
}
@media print, screen and (min-width:768px) {
	.p-pager li.p-pager__next span {
		padding-right: 25px
	}
}
.p-pager li.p-pager__next span .c-ico--arrow01 {
	right: 0
}
@media screen and (max-width:767px) {
	.p-pager li.p-pager__next span .c-ico--arrow01 {
		right: 14px
	}
}
.u-clr:after {
	content: '';
	display: block;
	clear: both;
	height: 0
}
@media screen and (max-width:374px) {
	.u-xs-min {
		display: none !important
	}
}
@media print, screen and (min-width:375px) {
	.u-xs-max {
		display: none !important
	}
}
@media screen and (max-width:767px) {
	.u-sm-min {
		display: none !important
	}
}
@media print, screen and (min-width:768px) {
	.u-sm-max {
		display: none !important
	}
}
@media screen and (max-width:1023px) {
	.u-md-min {
		display: none !important
	}
}
@media print, screen and (min-width:1024px) {
	.u-md-max {
		display: none !important
	}
}
@media screen and (max-width:1239px) {
	.u-lg-min {
		display: none !important
	}
}
@media print, screen and (min-width:1240px) {
	.u-lg-max {
		display: none !important
	}
}
.u-ff-jp {
	font-family: "Noto Sans JP", sans-serif
}
.u-ff-en {
	font-family: Arial
}
.u-ff-mont {
	font-family: Montserrat, sans-serif
}
.u-fz-20 {
	font-size: 2rem !important
}
.u-fz-19 {
	font-size: 1.9rem !important
}
.u-fz-18 {
	font-size: 1.8rem !important
}
.u-fz-17 {
	font-size: 1.7rem !important
}
.u-fz-16 {
	font-size: 1.6rem !important
}
.u-fz-15 {
	font-size: 1.5rem !important
}
.u-fz-14 {
	font-size: 1.4rem !important
}
.u-fz-13 {
	font-size: 1.3rem !important
}
.u-fz-12 {
	font-size: 1.2rem !important
}
.u-fz-11 {
	font-size: 1.1rem !important
}
.u-fz-10 {
	font-size: 1rem !important
}
.u-fw-400 {
	font-weight: 400 !important
}
.u-fw-700 {
	font-weight: 700 !important
}
.u-td-ul {
	text-decoration: underline !important
}
.u-td-none {
	text-decoration: none !important
}
.u-ta-l {
	text-align: left !important
}
.u-ta-r {
	text-align: right !important
}
.u-ta-c {
	text-align: center !important
}
.u-va-t {
	vertical-align: top !important
}
.u-va-m {
	vertical-align: middle !important
}
.u-va-b {
	vertical-align: bottom !important
}
.u-c-main {
	color: #000 !important
}
.u-c-plain {
	color: #333 !important
}
.u-c-white {
	color: #fff !important
}
.u-bg-alpha {
	background-color: transparent !important
}
.u-bg-main {
	background-color: #000 !important
}
.u-bg-plain {
	background-color: #333 !important
}
.u-bg-focus {
	background-color: #aaa !important
}
.u-bg-border {
	background-color: #eee !important
}
.u-bg-white {
	background-color: #fff !important
}
.u-bg-gray01 {
	background-color: #f1f1f1 !important
}
.u-bg-gray02 {
	background-color: #f1f1f1 !important
}
.u-bd {
	border: 1px solid #eee !important
}
.u-bd-t {
	border-top: 1px solid #eee !important
}
.u-bd-l {
	border-left: 1px solid #eee !important
}
.u-bd-b {
	border-bottom: 1px solid #eee !important
}
.u-bd-r {
	border-right: 1px solid #eee !important
}
.u-bd-main {
	border-color: #000 !important
}
.u-bd-white {
	border-color: #fff !important
}
.u-w-100 {
	width: 100% !important
}
.u-w-90 {
	width: 90% !important
}
.u-w-80 {
	width: 80% !important
}
.u-w-70 {
	width: 70% !important
}
.u-w-60 {
	width: 60% !important
}
.u-w-50 {
	width: 50% !important
}
.u-w-40 {
	width: 40% !important
}
.u-w-30 {
	width: 30% !important
}
.u-w-20 {
	width: 20% !important
}
.u-w-10 {
	width: 10% !important
}
.u-m-0 {
	margin: 0 !important
}
.u-m-auto {
	margin: auto !important
}
.u-mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}
.u-my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}
.u-mt-0 {
	margin-top: 0 !important
}
.u-mt-5 {
	margin-top: 5px !important
}
.u-mt-10 {
	margin-top: 10px !important
}
.u-mt-15 {
	margin-top: 15px !important
}
.u-mt-20 {
	margin-top: 20px !important
}
.u-mt-25 {
	margin-top: 25px !important
}
.u-mt-30 {
	margin-top: 30px !important
}
.u-mt-35 {
	margin-top: 35px !important
}
.u-mt-40 {
	margin-top: 40px !important
}
.u-mt-45 {
	margin-top: 45px !important
}
.u-mt-50 {
	margin-top: 50px !important
}
.u-mt-xs {
	margin-top: 20px !important
}
@media screen and (max-width:767px) {
	.u-mt-xs {
		margin-top: 10px !important
	}
}
.u-mt-sm {
	margin-top: 40px !important
}
@media screen and (max-width:767px) {
	.u-mt-sm {
		margin-top: 20px !important
	}
}
.u-mt-md {
	margin-top: 60px !important
}
@media screen and (max-width:767px) {
	.u-mt-md {
		margin-top: 30px !important
	}
}
.u-mt-lg {
	margin-top: 80px !important
}
@media screen and (max-width:767px) {
	.u-mt-lg {
		margin-top: 40px !important
	}
}
.u-mt-xl {
	margin-top: 100px !important
}
@media screen and (max-width:767px) {
	.u-mt-xl {
		margin-top: 50px !important
	}
}
.u-mb-0 {
	margin-bottom: 0 !important
}
.u-mb-5 {
	margin-bottom: 5px !important
}
.u-mb-10 {
	margin-bottom: 10px !important
}
.u-mb-15 {
	margin-bottom: 15px !important
}
.u-mb-20 {
	margin-bottom: 20px !important
}
.u-mb-25 {
	margin-bottom: 25px !important
}
.u-mb-30 {
	margin-bottom: 30px !important
}
.u-mb-35 {
	margin-bottom: 35px !important
}
.u-mb-40 {
	margin-bottom: 40px !important
}
.u-mb-45 {
	margin-bottom: 45px !important
}
.u-mb-50 {
	margin-bottom: 50px !important
}
.u-mb-xs {
	margin-bottom: 20px !important
}
@media screen and (max-width:767px) {
	.u-mb-xs {
		margin-bottom: 10px !important
	}
}
.u-mb-sm {
	margin-bottom: 40px !important
}
@media screen and (max-width:767px) {
	.u-mb-sm {
		margin-bottom: 20px !important
	}
}
.u-mb-md {
	margin-bottom: 60px !important
}
@media screen and (max-width:767px) {
	.u-mb-md {
		margin-bottom: 30px !important
	}
}
.u-mb-lg {
	margin-bottom: 80px !important
}
@media screen and (max-width:767px) {
	.u-mb-lg {
		margin-bottom: 40px !important
	}
}
.u-mb-xl {
	margin-bottom: 100px !important
}
@media screen and (max-width:767px) {
	.u-mb-xl {
		margin-bottom: 50px !important
	}
}
.u-p-0 {
	padding: 0 !important
}
.u-p-5 {
	padding: 5px !important
}
.u-p-10 {
	padding: 10px !important
}
.u-p-15 {
	padding: 15px !important
}
.u-p-20 {
	padding: 20px !important
}
.u-p-25 {
	padding: 25px !important
}
.u-p-30 {
	padding: 30px !important
}
.u-p-35 {
	padding: 35px !important
}
.u-p-40 {
	padding: 40px !important
}
.u-p-45 {
	padding: 45px !important
}
.u-p-50 {
	padding: 50px !important
}
.u-pt-0 {
	padding-top: 0 !important
}
.u-pt-5 {
	padding-top: 5px !important
}
.u-pt-10 {
	padding-top: 10px !important
}
.u-pt-15 {
	padding-top: 15px !important
}
.u-pt-20 {
	padding-top: 20px !important
}
.u-pt-25 {
	padding-top: 25px !important
}
.u-pt-30 {
	padding-top: 30px !important
}
.u-pt-35 {
	padding-top: 35px !important
}
.u-pt-40 {
	padding-top: 40px !important
}
.u-pt-45 {
	padding-top: 45px !important
}
.u-pt-50 {
	padding-top: 50px !important
}
.u-pt-xs {
	padding-top: 20px !important
}
@media screen and (max-width:767px) {
	.u-pt-xs {
		padding-top: 10px !important
	}
}
.u-pt-sm {
	padding-top: 40px !important
}
@media screen and (max-width:767px) {
	.u-pt-sm {
		padding-top: 20px !important
	}
}
.u-pt-md {
	padding-top: 60px !important
}
@media screen and (max-width:767px) {
	.u-pt-md {
		padding-top: 30px !important
	}
}
.u-pt-lg {
	padding-top: 80px !important
}
@media screen and (max-width:767px) {
	.u-pt-lg {
		padding-top: 40px !important
	}
}
.u-pt-xl {
	padding-top: 100px !important
}
@media screen and (max-width:767px) {
	.u-pt-xl {
		padding-top: 50px !important
	}
}
.u-pb-0 {
	padding-bottom: 0 !important
}
.u-pb-5 {
	padding-bottom: 5px !important
}
.u-pb-10 {
	padding-bottom: 10px !important
}
.u-pb-15 {
	padding-bottom: 15px !important
}
.u-pb-20 {
	padding-bottom: 20px !important
}
.u-pb-25 {
	padding-bottom: 25px !important
}
.u-pb-30 {
	padding-bottom: 30px !important
}
.u-pb-35 {
	padding-bottom: 35px !important
}
.u-pb-40 {
	padding-bottom: 40px !important
}
.u-pb-45 {
	padding-bottom: 45px !important
}
.u-pb-50 {
	padding-bottom: 50px !important
}
.u-pb-xs {
	padding-bottom: 20px !important
}
@media screen and (max-width:767px) {
	.u-pb-xs {
		padding-bottom: 10px !important
	}
}
.u-pb-sm {
	padding-bottom: 40px !important
}
@media screen and (max-width:767px) {
	.u-pb-sm {
		padding-bottom: 20px !important
	}
}
.u-pb-md {
	padding-bottom: 60px !important
}
@media screen and (max-width:767px) {
	.u-pb-md {
		padding-bottom: 30px !important
	}
}
.u-pb-lg {
	padding-bottom: 80px !important
}
@media screen and (max-width:767px) {
	.u-pb-lg {
		padding-bottom: 40px !important
	}
}
.u-pb-xl {
	padding-bottom: 100px !important
}
@media screen and (max-width:767px) {
	.u-pb-xl {
		padding-bottom: 50px !important
	}
}
.p-article-header {
	border-bottom: 2px solid #000
}
@media print, screen and (min-width:768px) {
	.p-article-header {
		padding-bottom: 30px;
		margin-bottom: 40px
	}
}
@media screen and (max-width:767px) {
	.p-article-header {
		padding-bottom: 20px;
		margin-bottom: 30px
	}
}
.p-article-header__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media print, screen and (min-width:768px) {
	.p-article-header__meta {
		margin-bottom: 20px
	}
}
@media screen and (max-width:767px) {
	.p-article-header__meta {
		margin-bottom: 15px
	}
}
.p-article-header__time {
	color: #999;
	font-size: 1.4rem
}
.p-article-header__tag {
	margin-left: 20px
}
.p-article-header__ttl {
	font-weight: 700;
	line-height: 1.4
}
@media print, screen and (min-width:768px) {
	.p-article-header__ttl {
		font-size: 3rem
	}
}
@media screen and (max-width:767px) {
	.p-article-header__ttl {
		font-size: 2.5rem
	}
}
.p-article-body>*+* {
	margin-top: 20px
}
.p-article-body img {
	width: auto;
	max-width: 100%
}
.sponly {
	display: none;
}
@media screen and (max-width:767px) {
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
}
.pager {
	margin-top: 50px;
	text-align: center;
	background: #fff;
}
.pager-inner {
	display: flex;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
}
.pager-inner li.cur, .pager-inner li a {
	border-radius: 50%;
	height: 28px;
	width: 28px;
	padding: 5px;
}
.pager-inner li a {
	display: block;
}
.pager-inner li {
	margin-right: 20px;
}
.pager-inner li:last-child {
	margin: 0;
}
.pager-inner li a:hover, .pager-inner li.cur {
	background-color: #d0d0d0;
	content: "";
}
.pager-inner li.prev a, .pager-inner li.next a {
	width: auto;
	display: flex;
	align-items: center;
	font-style: italic;
	background-color: #fff !important;
}
.pager-inner li.prev a::before, .pager-inner li.next a::after {
	content: "";
	width: 30px;
	height: 10px;
	display: block;
}
.pager-inner li.prev a::before {
	background: url(/themes/basecamp/images/ico-prev.svg) no-repeat left top;
}
.pager-inner li.next a::after {
	background: url(/themes/basecamp/images/ico-next.svg) no-repeat right bottom;
}
@media screen and (max-width:767px) {
	.pager-inner li {
		margin-right: 5px;
	}
	.pager-inner li.prev a, .pager-inner li.next a {
		font-size: 10px;
	}
}

.l-header-nav__inner .l-header-nav__items {
	width: 533px;
	text-align: left;
	margin: 0 auto 30px;
}
.l-header-nav__inner .l-header-nav__items li {
	width: 100%;
	max-width: 60%;
	white-space: nowrap;
	margin: 0 auto 20px;
}
.l-header-nav__inner .l-header-nav__items li a,
.l-header-nav__inner .l-header-nav__items li div {
	position: relative;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.l-header-nav__inner .l-header-nav__items li a:before {
	display: inline-block;
	content: '';
	width: 8px;
	height: 12px;
	background: url(/themes/basecamp/images/icon_arrow_right_l-header.svg) no-repeat;
	background-size: contain;
}
.l-header-nav__inner .l-header-nav__items li a.exlink:after {
	display: inline-block;
	content: '';
	width: 20px;
	height: 16px;
	background: url(/themes/basecamp/images/icon_exlink.svg) no-repeat;
	background-size: contain;
}
.l-header-nav__inner .l-header-nav__items li a:hover {
	opacity: .7;
}
.l-header-nav__inner .l-header-nav__items li>ul {
	margin: 14px auto;
}
.l-header-nav__inner .l-header-nav__items li>ul li {
	max-width: initial;
	padding: 0 0 0 16px;
	margin: 0 auto 10px;
}
.l-header-nav__inner .l-header-nav__items li>ul li:last-child {
	margin: 0 auto;
}
.l-header-nav__inner .l-header-nav__items li>ul li a {
	font-size: 16px;
}
.l-header-nav__inner .l-header-nav__items li>ul li a:before {
	content: '・';
	background: none;
}
.l-header-nav__inner .l-header-nav__items+.l-header-nav__items {
	border-top: 1px solid #fff;
	padding: 30px 0 0;
	margin: 0 auto;
}
.l-header-nav__inner .l-header-nav__items+.l-header-nav__items li {
	margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
	.l-header-nav__inner {
		padding: 120px 6%;
	}
	.l-header-nav__inner .l-header-nav__items {
		width: 100%;
	}
	.l-header-nav__inner .l-header-nav__items li {
		width: 100%;
		max-width: 85%;
	}
}
.simple_footer {
	width: 100%;
	background: #f1f1f1;
}
.simple_footer .inner {
	width: 100%;
	max-width: 1360px;
	border-top: 1px solid #aaa;
	padding: 36px 0 40px;
	margin: 0 auto;
}
.simple_footer h2 {
	text-align: center;
	margin: 0 auto 25px;
}
.simple_footer h2 img {
	display: block;
	width: 158px;
	height: auto;
	margin: 0 auto;
}
.simple_footer nav.simple_footer_main {
	margin: 0 auto 58px;
}
.simple_footer nav.simple_footer_main ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 70px;
}
.simple_footer nav.simple_footer_main ul li {
	font-size: 18px;
	font-weight: 700;
}
.simple_footer nav.simple_footer_main ul li a {
	position: relative;
	display: flex;
	align-items: center;
	line-height:1.2;
	color: #000;
	transition: all 0.3s;
}
.simple_footer nav.simple_footer_main ul li a:before {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 8px;
	height: 12px;
	content: '';
	background: url(/themes/basecamp/images/mirai/icon_mirai_footer_arrow.svg) no-repeat left center;
	background-size: contain;
	margin-right: 10px;
}
.simple_footer nav.simple_footer_main ul li a:hover {
	text-decoration: underline;
}
.simple_footer nav.simple_footer_exLink ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 44px;
}
.simple_footer nav.simple_footer_exLink ul li {
	width: 240px;
}
.simple_footer nav.simple_footer_exLink ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #D9D9D9;
	padding: 10px 13px;
	gap: 17px;
	color: #4B4B4B;
	transition: all 0.3s;
}
.simple_footer nav.simple_footer_exLink ul li a figure {
	width: 36px;
	height: 36px;
	margin: 0;
}
.simple_footer nav.simple_footer_exLink ul li a figure img {
	display: block;
	width: 36px;
	height: 36px;
	object-fit: contain;
	margin: 0 auto;
}
.simple_footer nav.simple_footer_exLink ul li a h3 {
	width: calc(100% - 36px - 17px);
	white-space: nowrap;
}
.simple_footer nav.simple_footer_exLink ul li a h3 strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto 5px;
}
.simple_footer nav.simple_footer_exLink ul li a h3 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.simple_footer nav.simple_footer_exLink ul li a:hover {
	background: silver;
}
@media screen and (max-width: 768px) {
	.simple_footer .inner {
		max-width: initial;
	}
	.simple_footer nav.simple_footer_main {
		margin: 0 auto 40px;
	}
	.simple_footer nav.simple_footer_main ul {
		justify-content: flex-start;
		gap: 16px;
		padding: 0 30px;
	}
	.simple_footer nav.simple_footer_main ul li {
		width: calc(100% / 2 - 8px);
		font-size: 12px;
	}
	.simple_footer nav.simple_footer_main ul li a:before {
		width: 8px;
		height: 12px;
		margin-right: 8px;
	}
	.simple_footer nav.simple_footer_exLink ul {
		flex-wrap: wrap;
		gap: 18px;
		padding: 0 24px;
		margin: 0 auto 50px;
	}
	.simple_footer nav.simple_footer_exLink ul li {
		display: flex;
		width: 100%;
	}
	.simple_footer nav.simple_footer_exLink ul li a {
		padding: 10px;
		gap: 20px;
		padding: 14px 10px 14px 42px;
	}
	.simple_footer nav.simple_footer_exLink ul li a figure {
		width: 50px;
		height: 50px;
	}
	.simple_footer nav.simple_footer_exLink ul li a figure img {
		width: 50px;
		height: 50px;
	}
	.simple_footer nav.simple_footer_exLink ul li a h3 {
		width: calc(100% - 50px - 20px);
	}
	.simple_footer nav.simple_footer_exLink ul li a h3 strong {
		font-size: 18px;
		margin: 0 auto 8px;
	}
	.simple_footer nav.simple_footer_exLink ul li a h3 span {
		font-size: 10px;
	}
}

/* 一覧カテゴリタグ */
.top-new-media .top-new-media__meta,
.article-related-media .article-related-media__meta,
.p-article-item .p-article-item__meta {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}
.top-new-media .top-new-media__meta .top-new-media__date,
.article-related-media .article-related-media__meta .article-related-media__date,
.p-article-item .p-article-item__meta .p-article-item__date {
	min-width: 86px;
}

.top-new-media .top-new-media__meta ul,
.article-related-media .article-related-media__meta ul,
.p-article-item .p-article-item__meta ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5px;
	width: calc(100% - 86px - 5px);
	margin-top: 3px;
}
.top-new-media .top-new-media__meta .top-new-media__category,
.article-related-media .article-related-media__meta .article-related-media__category,
.p-article-item .p-article-item__meta .p-article-item__category {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 4px;
	width: fit-content;
	height: 20px;
	color: #333333;
	font-size: 12px;
	white-space: nowrap;
	padding: 0 6px;
}
.top-new-media .top-new-media__meta .top-new-media__category:before,
.article-related-media .article-related-media__meta .article-related-media__category:before,
.p-article-item .p-article-item__meta .p-article-item__category:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
}
.top-new-media .top-new-media__meta .top-new-media__category.interview,
.article-related-media .article-related-media__meta .article-related-media__category.interview,
.p-article-item .p-article-item__meta .p-article-item__category.interview {
	background: #FED4D7;
}
.top-new-media .top-new-media__meta .top-new-media__category.interview:before,
.article-related-media .article-related-media__meta .article-related-media__category.interview:before,
.p-article-item .p-article-item__meta .p-article-item__category.interview:before {
	background: url(/themes/basecamp/images/icon_category_interview.svg) no-repeat;
	background-size: contain;
}
.top-new-media .top-new-media__meta .top-new-media__category.research,
.article-related-media .article-related-media__meta .article-related-media__category.research,
.p-article-item .p-article-item__meta .p-article-item__category.research {
	background: #B3DAE8;
}
.top-new-media .top-new-media__meta .top-new-media__category.research:before,
.article-related-media .article-related-media__meta .article-related-media__category.research:before,
.p-article-item .p-article-item__meta .p-article-item__category.research:before {
	background: url(/themes/basecamp/images/icon_category_research.svg) no-repeat;
	background-size: contain;
}
.top-new-media .top-new-media__meta .top-new-media__category.comic,
.article-related-media .article-related-media__meta .article-related-media__category.comic,
.p-article-item .p-article-item__meta .p-article-item__category.comic {
	background: #B0E3B4;
}
.top-new-media .top-new-media__meta .top-new-media__category.comic:before,
.article-related-media .article-related-media__meta .article-related-media__category.comic:before,
.p-article-item .p-article-item__meta .p-article-item__category.comic:before {
	background: url(/themes/basecamp/images/icon_category_comic.svg) no-repeat;
	background-size: contain;
}
.top-new-media .top-new-media__meta .top-new-media__category.conference,
.article-related-media .article-related-media__meta .article-related-media__category.conference,
.p-article-item .p-article-item__meta .p-article-item__category.conference {
	background: #F5C187;
}
.top-new-media .top-new-media__meta .top-new-media__category.conference:before,
.article-related-media .article-related-media__meta .article-related-media__category.conference:before,
.p-article-item .p-article-item__meta .p-article-item__category.conference:before {
	background: url(/themes/basecamp/images/icon_category_conference.svg) no-repeat;
	background-size: contain;
}
.top-new-media .top-new-media__meta .top-new-media__category.recruit,
.article-related-media .article-related-media__meta .article-related-media__category.recruit,
.p-article-item .p-article-item__meta .p-article-item__category.recruit {
	background: #FAEB89;
}
.top-new-media .top-new-media__meta .top-new-media__category.recruit:before,
.article-related-media .article-related-media__meta .article-related-media__category.recruit:before,
.p-article-item .p-article-item__meta .p-article-item__category.recruit:before {
	background: url(/themes/basecamp/images/icon_category_recruit.svg) no-repeat;
	background-size: contain;
}
.top-new-media .top-new-media__meta .top-new-media__category.exhibition,
.article-related-media .article-related-media__meta .article-related-media__category.exhibition,
.p-article-item .p-article-item__meta .p-article-item__category.exhibition {
	background: #CEB0FF;
}
.top-new-media .top-new-media__meta .top-new-media__category.exhibition:before,
.article-related-media .article-related-media__meta .article-related-media__category.exhibition:before,
.p-article-item .p-article-item__meta .p-article-item__category.exhibition:before {
	background: url(/themes/basecamp/images/icon_category_exhibition.svg) no-repeat;
	background-size: contain;
}
.top-new-media .top-new-media__meta .top-new-media__category.column,
.article-related-media .article-related-media__meta .article-related-media__category.column,
.p-article-item .p-article-item__meta .p-article-item__category.column {
	background: #E3D6B9;
}
.top-new-media .top-new-media__meta .top-new-media__category.column:before,
.article-related-media .article-related-media__meta .article-related-media__category.column:before,
.p-article-item .p-article-item__meta .p-article-item__category.column:before {
	background: url(/themes/basecamp/images/icon_category_column.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.top-new-media .top-new-media__meta,
	.article-related-media .article-related-media__meta,
	.p-article-item .p-article-item__meta {
		margin: 0 0 7px;
	}
	.top-new-media .top-new-media__meta .top-new-media__date,
	.article-related-media .article-related-media__meta .article-related-media__date {
		min-width: 60px;
		margin: 0;
	}
	.p-article-item .p-article-item__meta .p-article-item__date {
		min-width: 76px;
		margin: 0;
	}
	.top-new-media .top-new-media__meta ul,
	.article-related-media .article-related-media__meta ul,
	.p-article-item .p-article-item__meta ul {
		margin-top: 1px;
	}
	.top-new-media .top-new-media__meta__meta .top-new-media__meta__category,
	.article-related-media .article-related-media__meta__meta .article-related-media__meta__category,
	.p-article-item .p-article-item__meta .p-article-item__category {
		font-size: 11px;
	}
}

