h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, main, figure, figcaption {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1;
	list-style: none;
	border: 0;
	outline: 0;
}

a {
	padding: 0;
	margin: 0;
	outline: none;
}

img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}

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

::-moz-selection {
	color: #fff;
	background: #11bdbd;
}

::selection {
	color: #fff;
	background: #11bdbd;
}

html {
	width: 100vw;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-print-color-adjust: exact;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'ABeeZee', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #4d4d4d;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.pc {
	display: none;
}

@media (min-width: 1000px) {
	.wrapper {
		max-width: 960px;
		margin: 0 auto;
	}

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}

/* 2505削除 */
/* .header {
	padding-top: 18px;
	margin-bottom: 27px;
}

.header__inner {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0 auto;
}

.header__inner:before {
	position: absolute;
	top: -62px;
	right: -215px;
	z-index: -1;
	width: 362px;
	height: 203px;
	content: '';
	background: url(/assets/svg/decor_bg_sp.svg) no-repeat top left;
}

.header__logo {
	display: block;
	width: 122px;
}

@media (min-width: 1000px) {
	.header {
		padding-top: 30px;
		margin-bottom: 81px;
	}

	.header__inner:before {
		top: -109px;
		right: -530px;
		width: 908px;
		height: 490px;
		background: url(/assets/svg/decor_bg.svg) no-repeat top left;
	}

	.header__logo {
		width: 204px;
	}
} */
.textlink {
	color: #4d4d4d;
}

.textlink--blank:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 5px;
	vertical-align: baseline;
	content: '';
	background-image: url(/assets/svg/ic_blank.svg);
	background-repeat: no-repeat;
	background-size: 16px;
}

.button__anchor {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 32px;
	background-color: #11bdbd;
	border: 2px solid #11bdbd;
	border-radius: 32px;
}

.button__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100% - 2px);
	font-size: 14px;
	font-weight: 700;
	color: #faf45d;
	letter-spacing: 0.04em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.button--white .button__anchor {
	background-color: #fff;
}

.button--white .button__label {
	color: #11bdbd;
}

.sns {
	font-size: 0;
}

.sns__button {
	display: inline-block;
	margin: 0 16px 0 0;
}

.sns__anchor {
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 32px;
	height: 32px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.sns__anchor svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.footer {
	margin: 18px 0 0;
	overflow: hidden;
}

.footer__inner {
	width: 960px;
	margin: auto;
}

.footer__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__column:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 310px);
}

.footer__column:last-child {
	width: 310px;
}

.footer__company {
	width: 340px;
}

.footer__name {
	padding: 3px 0 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.footer__address {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

.footer__sns {
	margin: 16px 0 0;
}

.footer__menus {
	padding: 47px 0 0;
}

.footer__menu {
	margin: 0 0 20px;
}

.footer__menu a {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.footer__copyright {
	margin: 25px 0 0;
	font-family: 'ABeeZee', sans-serif;
	font-size: 10px;
	text-align: right;
}

.contact {
	position: relative;
	z-index: 1;
	padding: 15px 0 15px 32px;
	text-align: center;
}

.contact:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 1px;
	content: '';
	background-color: #ccc;
}

.contact__title {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 0 0 48px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0.02em;
}

.contact__title:after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	content: '';
	background-image: url(/assets/svg/ic_help.svg);
	background-repeat: no-repeat;
	background-size: 40px;
}

.contact__time {
	margin: 20px 0 0;
	font-size: 12px;
	letter-spacing: 0.04em;
}

.contact__button {
	width: 160px;
	margin: 23px auto 0;
}

@media print, screen and (min-width: 1000px) {
	.textlink {
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-property: color;
		transition-property: color;
	}

	.textlink:hover {
		color: #11bdbd;
	}

	.textlink--blank:hover:after {
		background-image: url(/assets/svg/ic_blank_on.svg);
	}

	.button__anchor, .button__label {
		-webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
		-webkit-transition-property: color, background-color;
		transition-property: color, background-color;
	}

	.button__anchor:hover {
		background-color: #faf45d;
		-webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.button__anchor:hover .button__label {
		color: #11bdbd;
		-webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.button--white .button__anchor:hover {
		background-color: #11bdbd;
	}

	.button--white .button__anchor:hover .button__label {
		color: #fff;
	}

	.sns__anchor {
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
		-webkit-transition-property: color, border-color, background-color;
		transition-property: color, border-color, background-color;
	}

	.sns__button--twitter .sns__anchor:hover {
		color: #fff;
		background-color: #1da1f2;
		border-color: #1da1f2;
	}

	.sns__button--facebook .sns__anchor:hover {
		color: #fff;
		background-color: #0f74f6;
		border-color: #0f74f6;
	}

	.footer {
		padding-bottom: 15px;
		margin-top: 41px;
	}
}

@media only screen and (max-width: 999px) {
	.button--entry .button__label {
		font-size: 16px;
	}

	.footer {
		margin: 44px 0px 0;
	}

	.footer__inner {
		position: relative;
		z-index: 1;
		width: auto;
		max-width: 375px;
		margin: auto;
	}

	.footer__columns {
		display: block;
	}

	.footer__column:first-child {
		display: block;
		width: auto;
	}

	.footer__column:last-child {
		width: auto;
	}

	.footer__company {
		width: auto;
	}

	.footer__name {
		padding: 0;
		font-size: 16px;
	}

	.footer__address {
		margin: 18px 0 0;
		font-size: 12px;
		line-height: 24px;
	}

	.footer__sns {
		position: absolute;
		top: 52px;
		right: 0;
		margin: 0;
	}

	.footer__menus {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		margin: 33px auto 0;
		font-size: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.footer__menu {
		margin: 0 0 15px 0;
	}

	.footer__menu a {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.footer__copyright {
		padding: 178px 0 15px;
		margin: 0;
		font-size: 10px;
		text-align: center;
	}

	.footer__sns .sns__button {
		margin: 0 0 0 10px;
	}

	.contact {
		padding: 0;
		margin: 12px 0 0;
		border-top: 1px solid #ccc;
	}

	.contact:after {
		display: none;
	}

	.contact__header {
		padding: 41px 0 0;
	}

	.contact__title {
		padding: 0 0 0 47px;
		margin: 0 0 0 5px;
	}

	.contact__title:after {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		display: block;
		width: 40px;
		height: 40px;
		margin: -20px 0 0;
		content: '';
		background-image: url(/assets/svg/ic_help.svg);
		background-repeat: no-repeat;
		background-size: 40px;
	}

	.contact__time {
		margin: 20px 0 0;
		font-size: 12px;
		letter-spacing: 0.06em;
	}

	.contact__button {
		width: 160px;
		margin: 22px auto 0;
	}
}

.footer__copyright {
	display: block;
}

@media (max-width: 999px) {
	.footer__copyright {
		padding: 34px 0 39px;
	}
}

@font-face {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	src: url('/assets/fonts/icomoon.eot?orgId=00D2w000004txOs&r0b3gl');
	src: url('/assets/fonts/icomoon.eot?orgId=00D2w000004txOs&r0b3gl#iefix') format('embedded-opentype'), url('/assets/fonts/icomoon.ttf?orgId=00D2w000004txOs&r0b3gl') format('truetype'), url('/assets/fonts/icomoon.woff?orgId=00D2w000004txOs&r0b3gl') format('woff'), url('/assets/fonts/icomoon.svg?orgId=00D2w000004txOs&r0b3gl#icomoon') format('svg');
	font-display: block;
}

[class^=a-icon-], [class*=a-icon-] {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
}

:before, :after {
	box-sizing: inherit;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border: 0;
	border-top: 1px solid;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: bottom;
}

embed, object, iframe {
	border: 0;
	vertical-align: bottom;
}

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

[type=checkbox] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	appearance: radio;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
	cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable] {
	outline: none;
}

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

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.mt-20 {
	margin-top: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.ml-20 {
	margin-left: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.ml-30 {
	margin-left: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mr-40 {
	margin-right: 40px;
}

.ml-40 {
	margin-left: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-80 {
	margin-top: 80px;
}

.mr-80 {
	margin-right: 80px;
}

.ml-80 {
	margin-left: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.pt-10 {
	padding-top: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.pl-20 {
	padding-left: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-40 {
	padding-top: 40px;
}

.pr-40 {
	padding-right: 40px;
}

.pl-40 {
	padding-left: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-65 {
	padding-top: 65px;
}

.pr-65 {
	padding-right: 65px;
}

.pl-65 {
	padding-left: 65px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pt-80 {
	padding-top: 80px;
}

.pr-80 {
	padding-right: 80px;
}

.pl-80 {
	padding-left: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

@media screen and (max-width: 999px) {
	.pc-only {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.sp-only {
		display: none;
	}
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.ta-l {
	text-align: left;
}

.ta-r {
	text-align: left;
}

@media screen and (min-width: 1000px) {
	.wrapper {
		max-width: 960px;
		margin: 0 auto;
	}
}

.container {
	padding: 0 16px;
}

@media screen and (min-width: 1000px) {
	.container {
		max-width: 992px;
		margin: 0 auto;
	}
}

.slick-slide, .slick-slide * {
	outline: none !important;
}

@media (max-width: 999px) {
	.nav {
		margin-bottom: 10px;
	}
}

@media (min-width: 1000px) {
	.nav {
		margin-bottom: 19px;
	}
}

.nav__link {
	position: relative;
	display: inline-block;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #4d4d4d;
}

@media screen and (min-width: 1000px) {
	.nav__link {
		padding-left: 16px;
	}

	.nav__link:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 999px) {
	.nav__link {
		padding-left: 14px;
	}
}

.nav__link--active {
	font-weight: bold;
	color: #11bdbd;
}

.nav__link:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 13px;
	text-outline: 0 0 #000;
	content: '';
	background: url(/assets/svg/ic_angle_left_black.svg) no-repeat center center / contain;
	transform: translateY(-50%);
}

.a-date {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700;
	color: #4d4d4d;
}

@media screen and (max-width: 999px) {
	.a-date--default {
		font-size: 10px;
		line-height: 2.4;
	}
}

@media screen and (min-width: 1000px) {
	.a-date--default {
		font-size: 12px;
		line-height: 1.6666666667;
	}
}

@media screen and (max-width: 999px) {
	.a-date--large {
		font-size: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.a-date--large {
		font-size: 14px;
		line-height: 2.2857142857;
	}
}

.a-date--blue {
	color: #d4f4f2;
}

.a-dropdown {
	padding: 17px 24px;
	font-weight: bold;
	color: #4d4d4d;
	cursor: pointer;
	border-top: 1px solid #f2f2f2;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.2857142857;
	transition: 0.3s all ease;
}

@media screen and (min-width: 1000px) {
	.a-dropdown:hover {
		color: #11bdbd;
		background: #fafafa;
	}
}

.a-dropdown--active {
	color: #11bdbd;
	background: #fafafa;
}

.a-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: 0.3s all ease;
}

.a-icon:before {
	transition: 0.3s all ease;
}

.a-icon--angle-left:before {
	font-size: 12px;
	color: #11bdbd;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('/assets/svg/ic_angle_left.svg') no-repeat center / contain;
}

.a-icon--angle-right:before {
	font-size: 12px;
	color: #11bdbd;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('/assets/svg/ic_angle_right.svg') no-repeat center / contain;
}

.a-icon--blank:before {
	font-size: 14px;
	color: #fff;
	content: '';
}

.a-icon--download:before {
	color: #faf45d;
	content: '';
}

.a-icon--warning:before {
	color: #f06666;
	content: '';
}

.a-icon--search:before {
	color: #bbb;
	content: '';
}

.a-icon--calendar {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('/assets/svg/ic_calendar.svg');
}

.a-icon--check {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('/assets/svg/ic_check.svg');
}

.a-icon--calendar-mono {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('/assets/svg/ic_calendar_mono.svg');
}

.a-icon--close {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('/assets/svg/ic_close.svg') no-repeat center / contain;
}

.a-icon--modal-close {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/assets/svg/ic_modal_close.svg') no-repeat center / contain;
}

.a-icon--trash {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/assets/svg/ic_trash.svg') no-repeat center / contain;
}

.a-icon--trash--disabled {
	background-image: url('/assets/svg/ic_trash_gray.svg');
}

.a-icon--blue:before {
	color: #11bdbd;
}

.a-img--full {
	width: 100%;
}

.a-lp-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

.a-lp-tag--green {
	color: #23b58e;
	border: 1px solid rgba(35, 181, 142, 0.5);
}

.a-lp-tag--blue {
	color: #11bdbd;
	border: 1px solid rgba(17, 189, 189, 0.5);
}

.a-lp-tag--pink {
	color: #f27c7c;
	border: 1px solid rgba(242, 124, 124, 0.5);
}

.a-lp-tag--orange {
	color: #fa984f;
	border: 1px solid rgba(250, 152, 79, 0.5);
}

.a-lp-tag--violet {
	color: #6884f7;
	border: 1px solid rgba(2, 109, 255, 0.4);
}

.a-lp-tag--yellow {
	color: #8f9e14;
	border: 1px solid rgba(143, 158, 20, 0.5);
}

.a-status {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.04em;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: #f06666;
	border-radius: 100%;
}

@media screen and (min-width: 1000px) {
	.a-status {
		font-size: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.a-tab {
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding: 4px 10px 15px;
	text-align: center;
	border-bottom: 3px solid transparent;
	transition: color 0.4s ease;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
	.a-tab {
		font-weight: bold;
	}
}

.a-tab:hover {
	color: #11bdbd;
}

.a-tab:not(:first-of-type):before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 1px;
	content: '';
	background-color: #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.a-tab:not(:first-of-type):before {
		height: 24px;
	}
}

@media screen and (max-width: 999px) {
	.a-tab:not(:first-of-type):before {
		height: 40px;
	}
}

.a-tab--active {
	color: #11bdbd;
	border-color: #11bdbd;
}

.a-tag {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
	.a-tag {
		font-size: 10px;
		line-height: 1.8;
	}
}

@media screen and (min-width: 1000px) {
	.a-tag {
		font-size: 12px;
		line-height: 1.8333333333;
	}
}

.a-tag--link {
	font-weight: normal;
	color: #0fa3a3;
	cursor: pointer;
	transition: 0.3s all ease;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
	.a-tag--link {
		font-size: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.a-tag--link {
		position: relative;
	}

	.a-tag--link:hover {
		color: #11bdbd;
		border-bottom: 1px solid #11bdbd;
	}
}

.a-tag--link:not(:last-child) {
	margin-right: 15px;
}

.a-tag--yellow {
	font-weight: 700;
	padding: 6px 16px;
	line-height: 1;
	color: #4d4d4d;
	background: #faf45d;
	border-radius: 8px 0 8px 0;
	transition: 0.3s all ease;
}

.a-tag--gray {
	font-weight: 700;
	padding: 5px 16px 6px 15px;
	line-height: 1;
	color: #4d4d4d;
	background: #e6e6e6;
	border-radius: 6px 0 8px 0;
}

.a-tag--blue {
	color: #d4f4f2;
	font-weight: 700;
}

@media screen and (max-width: 999px) {
	.a-tag--blue {
		font-size: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.a-tag--blue {
		font-size: 14px;
	}
}

.a-text {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #4d4d4d;
}

.a-text--pink {
	color: #f06666;
}

.a-text--gray {
	color: #666;
}

.a-text--blue {
	color: #11bdbd;
}

.a-text--red {
	color: #f06666;
}

@media screen and (max-width: 999px) {
	.a-text--default {
		font-size: 12px;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1000px) {
	.a-text--default {
		font-size: 14px;
		line-height: 1.5714285714;
	}
}

@media screen and (max-width: 999px) {
	.a-text--small {
		font-size: 10px;
		line-height: 3.9;
	}
}

@media screen and (min-width: 1000px) {
	.a-text--small {
		font-size: 12px;
		line-height: 3.25;
	}
}

@media screen and (max-width: 999px) {
	.a-text--medium {
		font-size: 12px;
		line-height: 1.6666666667;
	}
}

@media screen and (min-width: 1000px) {
	.a-text--medium {
		font-size: 12px;
		line-height: 1.6666666667;
	}
}

@media screen and (max-width: 999px) {
	.a-text--large {
		font-size: 14px;
		line-height: 1.7142857143;
		letter-spacing: 0.02em;
	}
}

@media screen and (min-width: 1000px) {
	.a-text--large {
		font-size: 16px;
		line-height: 1.875;
	}
}

.a-text--bold {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
}

.a-text-field {
	height: 40px;
	padding: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	-webkit-appearance: none;
	appearance: none;
}

.a-text-field::placeholder {
	color: #e6e6e6;
	opacity: 1;
}

.a-text-field:-ms-input-placeholder {
	color: #e6e6e6;
}

.a-text-field::-ms-input-placeholder {
	color: #e6e6e6;
}

.a-text-field:focus {
	border-color: #11bdbd;
}

.a-text-field--search {
	padding-left: 38px;
}

.a-text-field[disabled] {
	background-color: #f2f2f2;
	border: none;
}

.a-title {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	color: #1d6666;
}

@media screen and (max-width: 999px) {
	.a-title {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1000px) {
	.a-title {
		transition: 0.3s all ease;
		font-size: 20px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 999px) {
	.a-title--large {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media screen and (min-width: 1000px) {
	.a-title--large {
		font-size: 24px;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1000px) {
	.a-title--medium {
		font-size: 16px;
		line-height: 1.875;
	}
}

@media screen and (max-width: 999px) {
	.a-title--small {
		font-size: 14px;
		line-height: 1.7142857143;
	}
}

@media screen and (min-width: 1000px) {
	.a-title--small {
		font-size: 14px;
		line-height: 1.7142857143;
	}
}

.a-title--gray {
	color: #4d4d4d;
}

.a-title--white {
	color: #fff;
}

.m-button {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700;
	position: relative;
	min-width: 120px;
	color: #11bdbd;
	text-align: center;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}

@media screen and (max-width: 999px) {
	.m-button {
		font-size: 14px;
		line-height: 1.5714285714;
		padding: 11px 20px 9px;
	}
}

@media screen and (max-width: 999px) and (-ms-high-contrast: none), screen and (max-width: 999px) and (-ms-high-contrast: active) {
	.m-button {
		padding: 12px 20px 8px;
	}
}

@media screen and (min-width: 1000px) {
	.m-button {
		padding: 11px 25px 9px;
		font-size: 15px;
		transition: 0.3s all ease;
		font-size: 14px;
		line-height: 1.5714285714;
	}

	.m-button:hover {
		background: #fafafa;
	}
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
	.m-button {
		padding: 12px 20px 8px;
	}
}

.m-button--no-link {
	pointer-events: none;
	cursor: none;
}

.m-button--disable {
	color: #fff;
	pointer-events: none;
	cursor: none;
	background: #ccc;
	border: 1px solid #ccc;
}

.m-button--no-border {
	color: #4d4d4d;
	background: transparent;
	border: 1px solid transparent;
}

.m-button--light {
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.m-button--large {
	min-width: 240px;
}

.m-button--full-width {
	width: 100%;
}

.m-button--blue {
	color: #faf45d;
	background: #11bdbd;
	border-color: #11bdbd;
}

@media screen and (min-width: 1000px) {
	.m-button--blue:hover {
		color: #11bdbd;
		background: #faf45d;
		border-color: #faf45d;
	}

	.m-button--blue:hover .a-icon--angle-right:before {
		color: #11bdbd;
	}
}

.m-button--blue .a-icon--angle-right:before {
	color: #faf45d;
}

.m-button[disabled] {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}

.m-calendar {
	position: absolute;
	top: 46px;
	z-index: 1;
	display: none;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1000px) {
	.m-calendar {
		right: 0;
		padding: 24px;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar {
		right: -8px;
		width: calc(100vw - 32px);
		padding: 24px 16px;
	}
}

.m-calendar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m-calendar__head .a-icon--modal-close {
	cursor: pointer;
}

.m-calendar__content {
	margin: 22px 0 0;
	border-top: 1px solid #e6e6e6;
}

.m-calendar__foot {
	display: flex;
	justify-content: center;
	padding: 24px 0 0;
	border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.m-calendar__foot {
		margin: 40px 0 0;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar__foot {
		margin: 30px 8px 0;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar__foot .m-button {
		width: 100%;
	}
}

.m-calendar__clear {
	font-size: 14px;
	font-weight: bold;
	color: #11bdbd;
}

.m-calendar__clear .a-icon {
	margin: 0 8px -2px 0;
	transition: none;
}

.m-calendar__clear.m-calendar__clear--disabled {
	color: #ccc;
	cursor: default;
}

@media screen and (min-width: 1000px) {
	.m-calendar__fromto {
		display: flex;
	}
}

@media screen and (min-width: 1000px) {
	.m-calendar__datepicker:not(:first-child) {
		margin: 0 0 0 20px;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar__datepicker:not(:first-child) {
		margin: 20px 0 0;
	}
}

.m-calendar__search {
	margin: 20px 0 0;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.m-calendar__search {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar__search {
		padding: 0 8px;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar__search .m-button {
		width: 100%;
		margin: 16px 0 0;
	}
}

.m-calendar__result__to {
	margin: 0 10px;
}

.m-calendar__result .a-text-field {
	height: 44px;
	font-size: 12px;
	font-weight: bold;
}

@media screen and (min-width: 1000px) {
	.m-calendar__result .a-text-field {
		width: 140px;
		min-width: inherit !important;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar__result .a-text-field {
		width: calc(50% - 13px) !important;
	}
}

.m-calendar--active {
	display: block;
}

.m-calendar-result {
	position: relative;
	display: none;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.m-calendar-result {
		padding: 20px 24px;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar-result {
		padding: 20px 16px;
	}
}

.m-calendar-result--active {
	display: flex;
}

.m-calendar-result .a-icon--calendar-mono {
	margin: 0 16px 0 0;
}

.m-calendar-result .a-icon--modal-close {
	position: absolute;
	top: calc(50% - 8px);
	cursor: pointer;
}

@media screen and (min-width: 1000px) {
	.m-calendar-result .a-icon--modal-close {
		right: 27px;
	}
}

@media screen and (max-width: 999px) {
	.m-calendar-result .a-icon--modal-close {
		right: 20px;
	}
}

.m-calendar-result__date {
	font-size: 14px;
	font-weight: bold;
}

.m-calendar-result__date__to {
	margin: 0 10px;
}

.m-card-typeA {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
}

@media screen and (max-width: 999px) {
	.m-card-typeA {
		align-items: flex-start;
		padding: 10px 0 11px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeA {
		align-items: center;
		padding: 16px 24px 15px;
		transition: 0.3s all ease;
	}
}

.m-card-typeA__background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: 0.3s all ease;
}

.m-card-typeA__image {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
}

@media screen and (max-width: 999px) {
	.m-card-typeA__image {
		width: 112px;
		height: 63px;
		margin-top: 5px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeA__image {
		width: 160px;
		height: 90px;
	}

	.m-card-typeA__image:hover ~ .m-card-typeA__background {
		background: #fafafa;
	}

	.m-card-typeA__image:hover ~ .m-card-typeA__body .a-title {
		color: #11bdbd;
	}
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
	.m-card-typeA__image:hover ~ .m-card-typeA__body .a-title:before, .m-card-typeA__image:hover ~ .m-card-typeA__body .a-title:after {
		background: #fafafa;
	}
}

.m-card-typeA__image .a-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	min-height: auto;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 999px) {
	.m-card-typeA__body {
		width: calc(100% - 112px);
		padding-right: 15px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeA__body {
		width: calc(100% - 160px);
		padding-right: 32px;
	}
}

.m-card-typeA__body .bg {
	position: absolute;
	width: 100%;
}

.m-card-typeA__title {
	display: table;
	max-width: 100%;
}

@media screen and (min-width: 1000px) {
	.m-card-typeA__title {
		margin-top: 5px;
	}

	.m-card-typeA__title:hover ~ .m-card-typeA__background {
		background: #fafafa;
	}

	.m-card-typeA__title:hover .a-title {
		color: #11bdbd;
	}
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
	.m-card-typeA__title:hover .a-title:before, .m-card-typeA__title:hover .a-title:after {
		background: #fafafa;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeA__title {
		margin-top: 1px;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-card-typeA__title {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
}

.m-card-typeA__title .a-title {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 999px) {
	.m-card-typeA__title .a-title {
		max-height: 4.5em;
		-webkit-line-clamp: 3;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeA__title .a-title {
		max-height: 1.6em;
		-webkit-line-clamp: 1;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-card-typeA__title .a-title {
		position: relative;
	}

	.m-card-typeA__title .a-title:before, .m-card-typeA__title .a-title:after {
		position: absolute;
		background: #fff;
		transition: 0.3s all ease;
	}

	.m-card-typeA__title .a-title:before {
		right: 0;
		bottom: 0;
		content: '...';
		font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

	.m-card-typeA__title .a-title:after {
		width: 100%;
		height: 100%;
		content: '';
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeA__info {
		margin-top: -2px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeA__info {
		margin-top: 5px;
		transform: translateY(1px);
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeA__info .a-date {
		margin-right: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeA__info .a-date {
		margin-right: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeA__info .a-text {
		margin-right: 28px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeA__tag {
		margin-top: -6px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeA__tag {
		display: inline-block;
	}
}

.m-card-typeB {
	display: block;
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.m-card-typeB {
		display: flex;
		align-items: flex-start;
		height: 100%;
	}

	.m-card-typeB:hover .a-title {
		color: #11bdbd;
	}
}

.m-card-typeB__media {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	border-radius: 8px;
}

@media screen and (min-width: 1000px) {
	.m-card-typeB__media {
		width: 208px;
	}
}

.m-card-typeB__media .a-tag {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 8px 0px 6px 0px;
}

@media screen and (min-width: 1000px) {
	.m-card-typeB__body {
		width: calc(100% - 208px);
		padding-left: 24px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeB__body {
		margin-top: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeB__body .a-title {
		font-size: 18px;
		line-height: 1.5555555556;
		margin-top: 3px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeB__body .a-title {
		font-size: 14px;
		line-height: 1.5714285714;
		margin-top: 1px;
		font-weight: bold;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeB__info {
		margin-top: 5px;
		border-spacing: 0 2px;
		border-collapse: separate;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeB__info {
		margin-top: 9px;
	}
}

.m-card-typeB__info td {
	vertical-align: middle;
}

@media screen and (min-width: 1000px) {
	.m-card-typeB__info td {
		line-height: 1.5;
	}
}

.m-card-typeB__info td:first-child {
	width: 57px;
}

.m-card-typeB__info td:first-child .a-text {
	font-size: 11px;
	line-height: 1;
}

@media screen and (max-width: 999px) {
	.m-card-typeB__info tr:not(:first-child) {
		margin-top: 3px;
	}
}

.m-card-typeC {
	display: block;
	width: 100%;
	border-radius: 8px;
	transition: 0.3s all ease;
}

@media screen and (min-width: 1000px) {
	.m-card-typeC {
		position: relative;
		height: 100%;
		min-height: 198px;
		padding: 24px;
		border: 1px solid #fff;
	}

	.m-card-typeC:hover {
		background: #fafafa;
		border: 1px solid #e6e6e6;
	}

	.m-card-typeC:hover .a-title {
		color: #11bdbd;
	}
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
	.m-card-typeC:hover .a-title:after, .m-card-typeC:hover .a-title:before {
		background: #fafafa;
	}
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
	.m-card-typeC:hover .a-text:after, .m-card-typeC:hover .a-text:before {
		background: #fafafa;
	}
}

.m-card-typeC__header {
	display: block;
}

@media screen and (max-width: 999px) {
	.m-card-typeC__header .m-card-typeC__title {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__header .m-card-typeC__title {
		display: none;
	}
}

.m-card-typeC__body {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 999px) {
	.m-card-typeC__body .m-card-typeC__title {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__body .m-card-typeC__title {
		display: table;
	}
}

.m-card-typeC__media {
	position: relative;
	height: auto;
	overflow: hidden;
	border-radius: 8px;
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__media {
		width: 266px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC__media {
		position: relative;
	}
}

.m-card-typeC__media .a-tag {
	position: absolute;
	top: 0;
	left: 0;
}

.m-card-typeC__title {
	display: table;
	max-width: 100%;
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__title {
		transform: translateY(-5px);
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC__title {
		margin-top: 3px;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-card-typeC__title {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
}

.m-card-typeC__title .a-title {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 999px) {
	.m-card-typeC__title .a-title {
		max-height: 3em;
		-webkit-line-clamp: 2;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__title .a-title {
		max-height: 3.2em;
		-webkit-line-clamp: 2;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-card-typeC__title .a-title {
		position: relative;
		display: block;
	}

	.m-card-typeC__title .a-title:before, .m-card-typeC__title .a-title:after {
		position: absolute;
		background: #fff;
		transition: 0.3s all ease;
	}

	.m-card-typeC__title .a-title:before {
		right: 0;
		bottom: 0;
		content: '...';
		font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

	.m-card-typeC__title .a-title:after {
		width: 100%;
		height: 100%;
		content: '';
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__text {
		margin-top: 9px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC__text {
		display: none;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-card-typeC__text {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
}

.m-card-typeC__text .a-text {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__text .a-text {
		max-height: 3.14em;
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC__text .a-text {
		max-height: 3em;
		-webkit-line-clamp: 2;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-card-typeC__text .a-text {
		position: relative;
		display: block;
	}

	.m-card-typeC__text .a-text:before, .m-card-typeC__text .a-text:after {
		position: absolute;
		background: #fff;
		transition: 0.3s all ease;
	}

	.m-card-typeC__text .a-text:before {
		right: 0;
		bottom: 0;
		content: '...';
		font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

	.m-card-typeC__text .a-text:after {
		width: 100%;
		height: 100%;
		content: '';
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__date {
		text-align: center;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC__date {
		display: flex;
		margin-top: 4px;
	}
}

.m-card-typeC__date .a-text {
	font-size: 12px;
	line-height: 1.75;
}

.m-card-typeC__date-label .a-text {
	font-size: 11px;
	line-height: 1.9090909091;
}

.m-card-typeC__info {
	border-collapse: separate;
}

@media screen and (max-width: 999px) {
	.m-card-typeC__info {
		margin-top: 11px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__info {
		margin-top: 12px;
		border-spacing: 0 4px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC__info td:first-child {
		width: 53px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__info td:first-child {
		width: 60px;
	}
}

.m-card-typeC__info td:first-child .a-text {
	font-size: 11px;
	line-height: 1.9090909091;
}

@media screen and (max-width: 999px) {
	.m-card-typeC__info td:last-child {
		word-spacing: 5px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__info td:last-child {
		word-spacing: 4px;
	}
}

.m-card-typeC__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 243px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}

@media screen and (min-width: 1000px) {
	.m-card-typeC__button {
		margin-top: 29px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC__button {
		margin-top: 20px;
	}
}

.m-card-typeC__button * {
	margin: 0 4px;
	transform: translateY(-1px);
}

@media screen and (max-width: 999px) {
	.m-card-typeC--slider {
		max-width: 234px;
		padding-bottom: 40px;
		margin-right: 32px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--slider {
		padding: 24px 24px 14px;
	}
}

.m-card-typeC--slider .m-card-typeC__text {
	display: none;
}

.m-card-typeC--slider .m-card-typeC__footer {
	display: none;
}

.m-card-typeC--slider .m-card-typeC__date {
	display: none;
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--slider .m-card-typeC__title {
		margin-top: 14px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--slider .m-card-typeC__info {
		margin-top: 4px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--carousel {
		display: flex;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC--carousel {
		max-width: 234px;
		padding-bottom: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--carousel .m-card-typeC__header {
		max-width: 266px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--carousel .m-card-typeC__body {
		flex: 1;
		flex-basis: 0;
		padding-right: 24px;
		padding-left: 24px;
	}

	.m-card-typeC--carousel .m-card-typeC__body:after {
		position: absolute;
		top: 0;
		right: 0px;
		bottom: 0;
		width: 1px;
		content: '';
		background-image: linear-gradient(to top, transparent 50%, #cccccc 50%);
		background-repeat: repeat-y;
		background-size: 1px 6px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--carousel .m-card-typeC__footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 193px;
		padding-left: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--carousel .m-card-typeC__date {
		max-width: 150px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC--carousel .m-card-typeC__date-label {
		width: 72px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--pagination {
		display: flex;
		padding: 32px 23px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC--pagination {
		padding: 24px 0;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--pagination .m-card-typeC__header {
		max-width: 266px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC--pagination .m-card-typeC__header {
		display: flex;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC--pagination .m-card-typeC__media {
		width: 46.6472303207%;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC--pagination .m-card-typeC__title {
		flex: 1;
		flex-basis: 0;
		padding-left: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--pagination .m-card-typeC__body {
		flex: 1;
		flex-basis: 0;
		padding-right: 24px;
		padding-left: 24px;
	}

	.m-card-typeC--pagination .m-card-typeC__body:after {
		position: absolute;
		top: 0;
		right: 0px;
		bottom: 0;
		width: 1px;
		content: '';
		background-image: linear-gradient(to top, transparent 50%, #cccccc 50%);
		background-repeat: repeat-y;
		background-size: 1px 6px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--pagination .m-card-typeC__footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 193px;
		padding-left: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--pagination .m-card-typeC__date {
		max-width: 150px;
		transform: translateY(4px);
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeC--pagination .m-card-typeC__date-label {
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeC--pagination .m-card-typeC__date-label {
		width: 54px;
	}
}

.m-card-typeD {
	position: relative;
	display: block;
	display: flex;
	width: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}

@media screen and (max-width: 999px) {
	.m-card-typeD {
		flex-direction: row-reverse;
		align-items: flex-start;
		padding: 32px 7px 14px 15px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeD {
		flex-direction: column;
		height: 100%;
		padding: 25px 23px 9px;
	}

	.m-card-typeD:hover {
		background: #fafafa;
	}

	.m-card-typeD:hover .a-title {
		color: #11bdbd;
	}
}

.m-card-typeD .a-tag {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width: 1000px) {
	.m-card-typeD .a-tag {
		max-width: calc(100% - 50px);
	}
}

.m-card-typeD .a-status {
	position: absolute;
	z-index: 2;
}

@media screen and (max-width: 999px) {
	.m-card-typeD .a-status {
		top: 7px;
		right: 7px;
		font-size: 9px;
		line-height: 34px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeD .a-status {
		top: 7px;
		right: 7px;
	}
}

.m-card-typeD__media {
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	.m-card-typeD__media {
		width: 128px;
		transform: translateY(-9px);
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeD__media {
		height: 105px;
		margin-bottom: 11px;
		border-bottom: 1px solid #e6e6e6;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeD__body {
		width: calc(100% - 128px);
		padding-right: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeD__body {
		margin-bottom: 13px;
	}
}

.m-card-typeD__body .a-text {
	margin-bottom: 12px;
}

.m-card-typeD__footer {
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.m-card-typeD__footer {
		justify-self: flex-end;
		margin-top: auto;
	}
}

.m-cardTypeE {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

@media screen and (min-width: 1000px) {
	.m-cardTypeE:hover .a-title {
		text-decoration: underline;
	}
}

.m-cardTypeE__image {
	width: 41.462%;
	max-width: 266px;
	overflow: hidden;
	border-radius: 8px;
}

.m-cardTypeE__body {
	flex-basis: 0;
	flex-grow: 1;
	padding-top: 5px;
	padding-left: 3.705%;
}

.m-cardTypeE__body .a-title {
	font-size: 16px;
	line-height: 1.57;
}

.m-cardTypeE__body .a-text {
	margin-top: 9px;
	font-size: 16px;
	line-height: 1.5;
}

.m-cardTypeE__service.a-text {
	font-size: 12px;
}

.m-card-typeF {
	display: block;
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.m-card-typeF {
		padding: 23px 23px 20px;
		border: 1px solid transparent;
		border-radius: 8px;
		transition: 0.3s all ease;
	}

	.m-card-typeF:hover {
		background-color: #fafafa;
		border-color: #e6e6e6;
	}

	.m-card-typeF:hover .a-title {
		color: #11bdbd;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeF {
		display: flex;
		flex-wrap: wrap;
		padding: 16px 0 12px;
	}
}

.m-card-typeF__media {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

@media screen and (max-width: 999px) {
	.m-card-typeF__media {
		max-width: 46.6472303207%;
	}
}

.m-card-typeF__media .a-tag {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 8px 0px 6px 0px;
}

.m-card-typeF__title {
	position: relative;
}

@media screen and (max-width: 999px) {
	.m-card-typeF__title {
		flex-basis: 0;
		flex-grow: 1;
		padding-left: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeF__title .a-title {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 11px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeF__title .a-title {
		font-size: 14px;
		line-height: 1.5714285714;
		margin-top: 4px;
		font-weight: bold;
	}
}

.m-card-typeF__title .m-card-typeF__icon {
	position: absolute;
}

@media screen and (min-width: 1000px) {
	.m-card-typeF__title .m-card-typeF__icon {
		top: -30px;
		left: -16px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeF__title .m-card-typeF__icon {
		top: -12px;
		left: -17px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeF__info {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 13px;
		border-spacing: 0 2px;
		border-collapse: separate;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeF__info {
		margin-top: 23px;
	}
}

.m-card-typeF__info dl {
	display: flex;
	align-items: center;
	min-width: 100px;
}

@media screen and (max-width: 999px) {
	.m-card-typeF__info dl {
		width: 100%;
	}
}

.m-card-typeF__info dl:not(:first-child) {
	margin-top: 6px;
}

.m-card-typeF__info dt {
	font-size: 11px;
	line-height: 1.0909090909;
	width: 70px;
}

@media screen and (max-width: 999px) {
	.m-card-typeF__info dt {
		width: 86px;
	}
}

.m-card-typeF__info dd {
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (max-width: 999px) {
	.m-card-typeF__info dd {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeF__info dd {
		padding-left: 16px;
		transform: translateY(-1px);
	}
}

.m-card-typeG {
	position: relative;
	display: block;
	display: flex;
	width: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}

@media screen and (max-width: 999px) {
	.m-card-typeG {
		flex-direction: row-reverse;
		align-items: flex-start;
		padding: 32px 7px 14px 15px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeG {
		transition: 0.3s all ease;
	}

	.m-card-typeG:hover {
		background: #fafafa;
	}

	.m-card-typeG:hover .a-title {
		color: #11bdbd;
	}
}

.m-card-typeG .a-tag {
	position: absolute;
	top: 0;
	left: 0;
}

.m-card-typeG .a-status {
	position: absolute;
	z-index: 2;
}

@media screen and (max-width: 999px) {
	.m-card-typeG .a-status {
		top: 7px;
		right: 7px;
		font-size: 9px;
		line-height: 34px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeG .a-status {
		top: 7px;
		right: 7px;
	}
}

.m-card-typeG__media {
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	.m-card-typeG__media {
		width: 128px;
		transform: translateY(-9px);
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeG__media {
		padding: 23px;
	}

	.m-card-typeG__media img {
		max-width: 128px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeG__body {
		width: calc(100% - 128px);
		padding-right: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeG__body {
		display: flex;
		align-items: center;
		width: 480px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeG__body .a-title {
		font-size: 18px;
		line-height: 1.5555555556;
		letter-spacing: 0em;
	}
}

.m-card-typeG__footer {
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.m-card-typeG__footer {
		display: flex;
		align-items: center;
		margin-left: 64px;
	}
}

.m-card-typeH {
	display: block;
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.m-card-typeH {
		display: flex;
		flex-direction: column;
		justify-self: flex-start;
		height: 100%;
		padding: 24px 24px 29px 24px;
		border: 1px solid transparent;
		border-radius: 8px;
		transition: 0.3s all ease;
	}

	.m-card-typeH:hover {
		background-color: #fafafa;
		border-color: #e6e6e6;
	}

	.m-card-typeH:hover .a-title {
		color: #11bdbd;
	}
}

.m-card-typeH__media {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.m-card-typeH__media .a-tag {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 16px;
	font-size: 12px;
	border-radius: 8px 0px 6px 0px;
}

.m-card-typeH__title {
	position: relative;
}

.m-card-typeH__title .a-title {
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (min-width: 1000px) {
	.m-card-typeH__title .a-title {
		margin-top: 19px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeH__title .a-title {
		margin-top: 22px;
		font-weight: bold;
	}
}

.m-card-typeH__title .m-card-typeH__icon {
	position: absolute;
	z-index: 2;
	width: 41px;
	height: auto;
}

@media screen and (min-width: 1000px) {
	.m-card-typeH__title .m-card-typeH__icon {
		top: -24px;
		left: -1px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeH__title .m-card-typeH__icon {
		top: -43px;
		left: -7px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeH__info {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 18px;
		border-spacing: 0 2px;
		border-collapse: separate;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeH__info {
		margin-top: 20px;
	}
}

.m-card-typeH__info dl {
	display: flex;
	align-items: center;
	min-width: 100px;
}

@media screen and (max-width: 999px) {
	.m-card-typeH__info dl {
		width: 100%;
	}
}

.m-card-typeH__info dl:not(:first-child) {
	margin-top: 6px;
}

.m-card-typeH__info dt {
	font-size: 11px;
	line-height: 1.0909090909;
}

@media screen and (min-width: 1000px) {
	.m-card-typeH__info dt {
		width: 74px;
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeH__info dt {
		width: 82px;
	}
}

.m-card-typeH__info dd {
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (max-width: 999px) {
	.m-card-typeH__info dd {
		display: block;
		transform: translateY(-1px);
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeH__info dd {
		padding-left: 16px;
		transform: translateY(-1px);
	}
}

@media screen and (max-width: 999px) {
	.m-card-typeH__list {
		margin-top: 25px;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeH__list {
		margin-top: 32px;
		margin-bottom: 58px;
	}
}

.m-card-typeH__service {
	display: flex;
}

@media screen and (max-width: 999px) {
	.m-card-typeH__service {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1000px) {
	.m-card-typeH__service {
		align-self: flex-end;
		justify-content: space-between;
		width: 100%;
		margin-top: auto;
	}
}

.m-card-typeH__service .a-text {
	display: flex;
	align-items: center;
	font-size: 11px;
	line-height: 1.6363636364;
}

@media screen and (max-width: 999px) {
	.m-card-typeH__service .a-text {
		justify-content: center;
		margin-top: 35px;
	}
}

.m-card-typeH__service .a-image {
	width: 96px;
	height: auto;
	margin-left: 9px;
}

.m-card-typeH__button {
	transition: 0.3s all ease;
}

@media screen and (max-width: 999px) {
	.m-card-typeH__button {
		width: 207px;
		margin-top: 16px;
	}
}

.m-card-typeH__button .a-icon {
	margin-left: 8px;
}

.m-card-typeH__button .a-icon:before {
	color: #11bdbd;
}

.m-datepicker {
	display: none;
}

.m-datepicker + .flatpickr-calendar {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.m-datepicker + .flatpickr-calendar:before, .m-datepicker + .flatpickr-calendar:after {
	display: none;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-month {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
	position: static;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #4d4d4d;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months, .m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
	pointer-events: none;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
	padding: 0;
	font-weight: bold;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
	width: auto;
	margin: 0 5px 0 0;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:after {
	content: '年';
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper input.cur-year {
	width: 40px;
	padding: 0;
	font-weight: bold;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
	top: 10px;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg, .m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
	display: none;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before, .m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
	display: inline-block;
	width: 6px;
	height: 12px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
	margin: 2px 2px 0 0;
	background-image: url('/assets/svg/ic_angle_left.svg');
}

.m-datepicker + .flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
	margin: 2px 0 0 2px;
	background-image: url('/assets/svg/ic_angle_right.svg');
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer {
	border-top: 1px solid #e6e6e6;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
	width: 100%;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
	height: 40px;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday {
	font-size: 12px;
	color: #ccc;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days {
	width: 100%;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer {
	width: 100%;
	min-width: 282px;
	max-width: inherit;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day {
	position: relative;
	max-width: inherit;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 39px;
	color: #4d4d4d;
	border: none;
	border-radius: 0;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day:before {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	z-index: -1;
	width: 40px;
	height: 40px;
	content: '';
	background-color: transparent;
	border-radius: 50%;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay {
	color: #e6e6e6;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled {
	color: #f2f2f2;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
	border: none;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
	color: #faf45d;
	background-color: transparent;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected:before {
	background-color: #11bdbd;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day:not(.flatpickr-disabled):not(.selected):hover {
	background-color: transparent;
}

.m-datepicker + .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day:not(.flatpickr-disabled):not(.selected):hover:before {
	background-color: #ededed;
}

.m-dropdown-list {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	z-index: 2;
	display: none;
	min-width: 176px;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.m-error-content .a-text {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.m-error-content .a-text {
		font-size: 14px;
		line-height: 1.7142857143;
		margin-top: 19px;
	}
}

@media screen and (max-width: 999px) {
	.m-error-content .a-text {
		font-size: 12px;
		line-height: 2;
		margin-top: 10px;
	}
}

.m-error-content__link {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #1d6666;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
	.m-error-content__link {
		margin-top: 11px;
	}
}

@media screen and (max-width: 999px) {
	.m-error-content__link {
		margin-top: 10px;
	}
}

.m-error-content__link img {
	margin-right: 8px;
}

@media screen and (max-width: 999px) {
	.m-error-content__image {
		width: 56px;
		height: auto;
	}
}

.m-filter-category {
	position: relative;
	display: flex;
	padding: 8px;
	background: #f2f2f2;
	border-radius: 8px;
}

@media screen and (min-width: 1000px) {
	.m-filter-category {
		align-items: center;
		justify-content: space-between;
		padding: 8px 8px 8px 24px;
	}
}

@media screen and (max-width: 999px) {
	.m-filter-category {
		flex-direction: column;
		padding: 11px 16px 16px;
	}
}

.m-filter-category__label {
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
	.m-filter-category__label {
		margin-left: 16px;
	}
}

.m-filter-category__filter-list {
	display: flex;
}

@media screen and (max-width: 999px) {
	.m-filter-category__filter-list {
		display: none;
	}
}

.m-filter-category__item {
	padding: 10px 20px;
	text-align: center;
}

.m-filter-category__item:first-child {
	padding-left: 7px;
}

.m-filter-category__item a {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	transition: color 0.4s ease;
}

.m-filter-category__item a:hover {
	color: #11bdbd;
}

.m-filter-category__item--active a {
	font-weight: 700;
	color: #11bdbd;
}

.m-filter-category__choose {
	padding: 0 18px 0 8px;
	font-size: 14px;
	color: #11bdbd;
	background: transparent url(/assets/svg/ic_triangle_down.svg) no-repeat center right / 7px 9px;
}

@media screen and (max-width: 999px) {
	.m-filter-category__choose {
		margin-left: 11px;
		font-weight: bold;
	}
}

.m-filter-category__search {
	position: relative;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 999px) {
	.m-filter-category__search {
		margin-top: 5px;
	}
}

@media screen and (min-width: 1000px) {
	.m-filter-category__search {
		margin-left: auto;
	}
}

@media screen and (max-width: 999px) {
	.m-filter-category__search form {
		flex: 1;
		flex-basis: 0;
	}
}

.m-filter-category__search__button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 41px;
	height: 40px;
	background: url(/assets/svg/ic_search.svg) no-repeat center;
}

@media screen and (min-width: 1000px) {
	.m-filter-category__search__button:hover {
		background: url(/assets/svg/ic_search_blue.svg) no-repeat center;
	}
}

.m-filter-category__checkbox {
	cursor: pointer;
}

@media screen and (min-width: 1000px) {
	.m-filter-category__checkbox {
		position: absolute;
		top: 50%;
		right: 240px;
		z-index: 2;
		margin-right: 32px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 999px) {
	.m-filter-category__checkbox {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 14px;
	}
}

.m-filter-category__checkbox-label {
	position: relative;
	font-size: 14px;
	color: #4d4d4d;
}

@media screen and (max-width: 999px) {
	.m-filter-category__checkbox-label {
		transform: translateX(14px);
	}
}

.m-filter-category__checkbox-label:before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	content: '';
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	transform: translateY(-50%);
}

.m-filter-category__checkbox-label:after {
	position: absolute;
	top: 50%;
	left: -27px;
	width: 20px;
	height: 20px;
	content: '';
	background: url(/assets/svg/ic_checkbox.svg) no-repeat center;
	opacity: 0;
	transition: 0.3s all ease;
	transform: translateY(-50%);
}

.m-filter-category__checkbox input {
	display: none;
}

.m-filter-category__checkbox input:checked ~ .m-filter-category__checkbox-label:after {
	opacity: 1;
}

@media screen and (min-width: 1000px) {
	.m-filter-category .a-text-field {
		min-width: 232px;
	}
}

@media screen and (max-width: 999px) {
	.m-filter-category .a-text-field {
		width: 100%;
	}
}

.m-filter-category .a-text-field--search:hover ~ .m-filter-category__search__button {
	background: url(/assets/svg/ic_search_blue.svg) no-repeat center;
}

.m-filter-category .a-text-field--search:focus ~ .m-filter-category__search__button {
	background: url(/assets/svg/ic_search.svg) no-repeat center;
}

.m-filter-category .a-icon--calendar {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-size: 24px;
	border-radius: 50%;
}

@media screen and (min-width: 1000px) {
	.m-filter-category .a-icon--calendar {
		margin: 0 8px 0 16px;
	}
}

@media screen and (max-width: 999px) {
	.m-filter-category .a-icon--calendar {
		margin: 0 0 0 8px;
	}
}

.m-filter-category .a-icon--calendar:hover, .m-filter-category .a-icon--calendar.a-icon--calendar--active {
	background-color: #e6e6e6;
}

.m-filter-category .a-icon--search {
	position: absolute;
	top: 10px;
	left: 11px;
	font-size: 20px;
}

.m-filter-category--dropdown .m-filter-category__choose {
	position: relative;
	display: inline-block;
	background: none;
	font-weight: 700;
}

@media screen and (min-width: 1000px) {
	.m-filter-category--dropdown .m-filter-category__choose {
		padding: 8px 29px 8px 8px;
		margin-left: 12px;
	}
}

@media screen and (max-width: 999px) {
	.m-filter-category--dropdown .m-filter-category__choose {
		padding: 8px 26px 8px 6px;
	}
}

.m-filter-category--dropdown .m-filter-category__choose:before {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 7px;
	height: 9px;
	content: '';
	background: transparent url(/assets/svg/ic_triangle_down.svg) no-repeat center right / 7px 9px;
	transition: 0.3s all ease;
	transform: translateY(-50%);
}

.m-filter-category--dropdown .m-filter-category__choose--active {
	background-color: #e6e6e6;
	border-radius: 8px;
}

.m-filter-category--dropdown .m-filter-category__choose--active:before {
	transform: translateY(-50%) rotate(-180deg);
}

.m-heading {
	position: relative;
	color: #6a6a6a;
}

@media screen and (max-width: 999px) {
	.m-heading {
		font-size: 20px;
		line-height: 2;
		letter-spacing: 0em;
		font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
		font-weight: bold;
		transform: translateY(-5px);
	}
}

@media screen and (min-width: 1000px) {
	.m-heading {
		transform: translateY(-1px);
		font-size: 24px;
		letter-spacing: 0.02em;
		font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-heading {
		font-weight: bold;
	}
}

@supports (-ms-ime-align: auto) {
	.m-heading {
		font-weight: bold;
	}
}

@media screen and (max-width: 999px) {
	.m-heading:not(.m-heading--no-border) {
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 1000px) {
	.m-heading:not(.m-heading--no-border) {
		padding-bottom: 16px;
	}
}

.m-heading:not(.m-heading--no-border):before {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	width: 24px;
	height: 3px;
	content: '';
	background: #faf45d;
}

.m-heading:not(.m-heading--no-border):after {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 27px;
	z-index: 1;
	height: 6px;
	content: '';
	background: -moz-radial-gradient(circle, #87dddd 30%, white 30%);
	background: -webkit-radial-gradient(circle, #87dddd 30%, white 30%);
	background: radial-gradient(circle, #87dddd 30%, white 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#87DDDD", endColorstr="#ffffff", GradientType=1);
	background-repeat: repeat;
	background-size: 6px 6px;
}

@media screen and (max-width: 999px) {
	.m-headline {
		display: block;
		padding: 16px 0 12px;
	}
}

@media screen and (min-width: 1000px) {
	.m-headline {
		display: flex;
		align-items: flex-start;
		padding: 16px 24px 17px;
		transition: 0.3s all ease;
	}
}

.m-headline__title {
	font-weight: bold;
	color: #1d6666;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	word-break: break-word;
}

@media screen and (min-width: 1000px) {
	.m-headline__title {
		flex: 1;
		flex-basis: 0;
		padding-left: 20px;
		font-size: 16px;
		line-height: 1.875;
		transition: 0.3s all ease;
	}
}

@media screen and (max-width: 999px) {
	.m-headline__title {
		margin-top: 9px;
		font-size: 14px;
		line-height: 1.58;
	}
}

.m-headline__date {
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #4d4d4d;
}

@media screen and (min-width: 1000px) {
	.m-headline__date {
		width: 114px;
		font-size: 14px;
		line-height: 1.714;
		transform: translateY(4px);
	}
}

@media screen and (max-width: 999px) {
	.m-headline__date {
		font-size: 12px;
		line-height: 1.667;
	}
}

.m-headline .a-lp-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

@media screen and (min-width: 1000px) {
	.m-headline .a-lp-tag {
		transform: translateY(5px);
	}
}

@media screen and (max-width: 999px) {
	.m-headline .a-lp-tag {
		float: right;
		margin-left: 8px;
		transform: translateY(-1px);
	}
}

.m-kv-card {
	transition: 0.3s all ease;
}

@media screen and (max-width: 999px) {
	.m-kv-card {
		overflow: hidden;
		background-color: #0fa3a3;
		border-radius: 40px 20px 60px 20px;
	}
}

@media screen and (min-width: 1000px) {
	.m-kv-card {
		position: relative;
	}

	.m-kv-card:after {
		display: table;
		clear: both;
		content: '';
	}
}

@media screen and (min-width: 1000px) {
	.m-kv-card:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 560px;
		height: calc(100% - 65px);
		content: '';
		background-color: #0fa3a3;
		border-radius: 80px 20px 40px 20px;
	}
}

.m-kv-card__media {
	position: relative;
}

@media screen and (min-width: 1000px) {
	.m-kv-card__media {
		z-index: 1;
		float: right;
		max-width: 640px;
		margin-top: 20px;
		overflow: hidden;
		border-radius: 80px 40px 120px 40px;
	}
}

.m-kv-card__body {
	position: relative;
}

@media screen and (max-width: 999px) {
	.m-kv-card__body {
		min-height: 173px;
		padding: 20px 24px 19px 36px;
	}
}

@media screen and (min-width: 1000px) {
	.m-kv-card__body {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 320px;
		padding: 69px 24px 50px 40px;
		background-color: #0fa3a3;
		border-radius: 80px 20px 0px 20px;
	}
}

@media screen and (min-width: 1000px) and (-ms-high-contrast: none), screen and (min-width: 1000px) and (-ms-high-contrast: active) {
	.m-kv-card__body {
		width: 321px;
	}
}

.m-kv-card__body:before {
	position: absolute;
	content: '';
	background: #faf45d;
}

@media screen and (max-width: 999px) {
	.m-kv-card__body:before {
		bottom: 24px;
		left: 18px;
		width: 3px;
		height: calc(100% - 4px);
	}
}

@media screen and (min-width: 1000px) {
	.m-kv-card__body:before {
		bottom: 38px;
		left: 40px;
		width: 100%;
		height: 3px;
	}
}

.m-kv-card__body .a-title {
	color: #fff;
}

@media screen and (min-width: 1000px) {
	.m-kv-card__body .a-title {
		margin-top: 5px;
	}

	.m-kv-card__body .a-title:hover {
		text-decoration: underline;
	}
}

.m-kv-card__body .a-date {
	display: block;
}

@media screen and (max-width: 999px) {
	.m-kv-card__body .a-date {
		margin-top: 12px;
		letter-spacing: 0.04em;
	}
}

@media screen and (min-width: 1000px) {
	.m-kv-card__body .a-date {
		margin-top: 30px;
	}
}

.m-kv-card__body .a-tag {
	display: block;
	text-align: left;
}

@media screen and (max-width: 999px) {
	.m-kv-card__body .a-tag {
		margin-top: 4px;
	}
}

@media screen and (min-width: 1000px) {
	.m-kv-card__body .a-tag {
		margin-top: -4px;
	}
}

@media screen and (max-width: 999px) {
	.m-kv-card--error {
		background-color: #f2f2f2;
	}
}

.m-kv-card--error:before {
	background-color: #e6e6e6;
}

.m-kv-card--error .m-kv-card__body {
	background-color: #e6e6e6;
}

@media screen and (max-width: 999px) {
	.m-kv-card--error .m-kv-card__body {
		height: 173px;
	}
}

@media screen and (min-width: 1000px) {
	.m-kv-card--error .m-kv-card__body {
		height: 315px;
	}
}

.m-kv-card--error .m-kv-card__body:before {
	content: none;
}

.m-kv-card--error .m-kv-card__media {
	background-color: #f2f2f2;
}

@media screen and (max-width: 999px) {
	.m-kv-card--error .m-kv-card__media {
		height: 193px;
	}
}

@media screen and (min-width: 1000px) {
	.m-kv-card--error .m-kv-card__media {
		width: 640px;
		height: 360px;
	}
}

.m-kv-card--error .m-kv-card__media .m-error-content {
	position: relative;
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}

.m-list-text__item {
	font-size: 14px;
	line-height: 1.7142857143;
	position: relative;
	position: relative;
	padding-left: 14px;
	color: #707070;
}

.m-list-text__item:not(:last-child) {
	margin-bottom: 10px;
}

.m-list-text__item:before {
	position: absolute;
	top: 0px;
	left: 0;
	color: #707070;
	content: '・';
}

@media screen and (min-width: 1000px) {
	.m-nav-list {
		display: flex;
		justify-content: space-between;
	}
}

.m-nav-list__item {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.7142857143;
}

@media screen and (min-width: 1000px) {
	.m-nav-list__item {
		transform: translateY(1px);
	}
}

.o-paragraph__body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
	.o-paragraph__body {
		font-size: 14px;
		line-height: 1.7142857143;
	}
}

@media screen and (max-width: 999px) {
	.o-paragraph__body {
		font-size: 14px;
		line-height: 1.5714285714;
	}
}

@media screen and (min-width: 1000px) {
	.o-paragraph__body:not(:first-child) {
		margin-top: 14px;
	}
}

@media screen and (max-width: 999px) {
	.o-paragraph__body:not(:first-child) {
		margin-top: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-paragraph__body p:not(:last-of-type) {
		margin-bottom: 1.7142857143em;
	}
}

@media screen and (max-width: 999px) {
	.o-paragraph__body p:not(:last-of-type) {
		margin-bottom: 1.5714285714em;
	}
}

@media screen and (min-width: 1000px) {
	.o-paragraph .a-title {
		margin-top: 32px;
		font-size: 20px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 999px) {
	.o-paragraph .a-title {
		margin-top: 28px;
		font-size: 20px;
		line-height: 1.4;
	}
}

@media screen and (min-width: 1000px) {
	.o-paragraph .a-image {
		border-radius: 16px;
	}
}

@media screen and (max-width: 999px) {
	.o-paragraph .a-image {
		border-radius: 8px;
	}
}

.m-pick-up {
	overflow: hidden;
	background: #d4f4f2;
}

@media screen and (min-width: 1000px) {
	.m-pick-up {
		display: flex;
		border-radius: 16px 16px 80px 16px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up {
		border-radius: 40px 20px 60px 20px;
	}
}

.m-pick-up__left {
	position: relative;
}

@media screen and (min-width: 1000px) {
	.m-pick-up__left {
		min-width: 50%;
		height: 270px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up__left {
		height: 193px;
	}
}

.m-pick-up--error .m-pick-up__left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
}

.m-pick-up__right {
	position: relative;
	background-color: #d4f4f2;
}

@media screen and (min-width: 1000px) {
	.m-pick-up__right {
		padding: 66px 32px 65px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up__right {
		padding: 23px 24px;
	}
}

.m-pick-up--error .m-pick-up__right {
	min-height: 186px;
	background: #e6e6e6;
}

.m-pick-up .a-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-pick-up .a-image {
		transform: translateY(1px);
	}
}

.m-pick-up .a-tag {
	position: absolute;
	font-size: 12px;
}

@media screen and (max-width: 999px) {
	.m-pick-up .a-tag {
		border-radius: 0px 16px 0px 0px;
	}
}

.m-pick-up .m-heading {
	line-height: 1.5;
	color: #1d6666;
	letter-spacing: 0;
}

.m-pick-up--error {
	background: #e6e6e6;
}

.m-pick-up--online-seminar .a-tag {
	left: 0;
}

@media screen and (min-width: 1000px) {
	.m-pick-up--online-seminar .a-tag {
		top: 0;
		border-radius: 16px 0px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up--online-seminar .a-tag {
		bottom: 0;
	}
}

.m-pick-up--online-seminar .a-text {
	margin-top: 19px;
	font-size: 14px;
	line-height: 1.7142857143;
	color: #4d4d4d;
}

@media screen and (min-width: 1000px) {
	.m-pick-up--online-seminar .a-text {
		margin-top: 19px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up--online-seminar .a-text {
		margin-top: 8px;
	}
}

.m-pick-up--case-study__icon {
	position: absolute;
}

@media screen and (min-width: 1000px) {
	.m-pick-up--case-study__icon {
		top: 43px;
		left: -21px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up--case-study__icon {
		top: -25px;
		left: 0;
	}
}

.m-pick-up--case-study .a-tag {
	right: 0;
	bottom: 0;
	border-radius: 8px 0px 0px 0px;
}

@media screen and (min-width: 1000px) {
	.m-pick-up--case-study .a-tag {
		border-radius: 8px 0px 0px 0px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up--case-study .m-pick-up__right {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.m-pick-up--case-study .m-pick-up__right {
		padding: 65px 31px 43px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up--case-study .m-pick-up__info {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 11px;
		border-spacing: 0 2px;
		border-collapse: separate;
	}
}

@media screen and (min-width: 1000px) {
	.m-pick-up--case-study .m-pick-up__info {
		margin-top: 23px;
		margin-left: 1px;
	}
}

.m-pick-up--case-study .m-pick-up__info dl {
	display: flex;
	align-items: center;
	min-width: 100px;
}

@media screen and (max-width: 999px) {
	.m-pick-up--case-study .m-pick-up__info dl {
		width: 100%;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up--case-study .m-pick-up__info dl:not(:first-child) {
		margin-top: 4px;
	}
}

@media screen and (min-width: 1000px) {
	.m-pick-up--case-study .m-pick-up__info dl:not(:first-child) {
		margin-top: 6px;
	}
}

.m-pick-up--case-study .m-pick-up__info dt {
	font-size: 13px;
	line-height: 0.9230769231;
}

@media screen and (min-width: 1000px) {
	.m-pick-up--case-study .m-pick-up__info dt {
		width: 82px;
	}
}

@media screen and (max-width: 999px) {
	.m-pick-up--case-study .m-pick-up__info dt {
		width: 98px;
	}
}

.m-pick-up--case-study .m-pick-up__info dd {
	font-size: 14px;
	line-height: 1.2857142857;
}

@media screen and (max-width: 999px) {
	.m-pick-up--case-study .m-pick-up__info dd {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.m-pick-up--case-study .m-pick-up__info dd {
		padding-left: 16px;
	}
}

.m-search {
	display: flex;
	display: none;
	align-items: center;
	justify-content: space-between;
}

@media screen and (min-width: 1000px) {
	.m-search {
		padding: 16px 28px 16px 23px;
	}
}

@media screen and (max-width: 999px) {
	.m-search {
		padding: 16px 0;
	}
}

.m-search__label {
	font-weight: 700;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.6666666667;
	color: #666;
}

.m-search__keyword {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
	flex-wrap: wrap;
	align-items: center;
}

.m-search__keyword .m-search__label {
	margin-right: 16px;
}

.m-search__keyword__item {
	position: relative;
	min-width: 116px;
	padding: 5px 30px 5px 16px;
	overflow: hidden;
	color: #11bdbd;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #11bdbd;
	border-radius: 2px;
	font-weight: 700;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.4285714286;
}

@media screen and (max-width: 999px) {
	.m-search__keyword__item {
		max-width: 17ch;
	}
}

@media screen and (min-width: 1000px) {
	.m-search__keyword__item {
		max-width: 43ch;
	}
}

.m-search__keyword__item .a-icon {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
}

.m-search__result {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.6666666667;
	min-width: 100px;
	color: #4d4d4d;
	text-align: right;
}

.m-search--active {
	display: flex;
}

.m-slick-control {
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.m-slick-control__inner {
		position: relative;
		min-width: 128px;
	}
}

@media screen and (max-width: 999px) {
	.m-slick-control__inner {
		position: absolute;
		top: 50%;
		left: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 0 8px;
		transform: translateY(-50%);
	}
}

.m-slick-control__button {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5714285714;
	font-weight: 700;
	position: relative;
	color: #11bdbd;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	transition: 0.3s all ease;
}

@media screen and (max-width: 999px) {
	.m-slick-control__button {
		width: 32px;
		height: 32px;
	}
}

@media screen and (min-width: 1000px) {
	.m-slick-control__button {
		width: 24px;
		height: 24px;
		transform: translateY(-2px);
	}

	.m-slick-control__button:hover {
		background-color: #fafafa;
	}
}

@media screen and (max-width: 999px) {
	.m-slick-control__button .a-icon--angle-right {
		font-size: 13px;
	}
}

@media screen and (max-width: 999px) {
	.m-slick-control__button--next .a-icon--angle-right {
		margin-left: 1px;
	}
}

@media screen and (min-width: 1000px) {
	.m-slick-control__button--next .a-icon--angle-right {
		margin-left: 1px;
	}
}

@media screen and (max-width: 999px) {
	.m-slick-control__button--prev .a-icon--angle-left {
		margin-left: -1px;
	}
}

@media screen and (min-width: 1000px) {
	.m-slick-control__button--prev .a-icon--angle-left {
		margin-left: -1px;
	}
}

@media screen and (min-width: 1000px) {
	.m-slick-control__button--large {
		width: 56px;
		height: 56px;
	}
}

.m-slick-control__button[aria-disabled=true] {
	pointer-events: none;
	background-color: #ededed;
	border-color: #ededed;
}

.m-slick-control__button[aria-disabled=true] .a-icon--angle-right:before {
	color: #ccc;
}

.m-slick-control__button[aria-disabled=true] .a-icon--angle-left:before {
	color: #ccc;
}

.m-slick-control__button .a-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.m-slick-control__pages {
	font-family: 'Helvetica', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
	.m-slick-control__pages {
		font-size: 14px;
		line-height: 1.2857142857;
		letter-spacing: 0.02em;
		margin: 0 22px;
		color: #4d4d4d;
	}
}

.m-slick-control__pages span {
	margin: 0 2px;
}

@media screen and (min-width: 1000px) {
	.m-slick-control__index {
		color: #11bdbd;
		font-size: 20px;
		line-height: 0.9;
		letter-spacing: 0.02em;
		font-weight: 700;
	}
}

.m-tab-list {
	display: flex;
	align-items: stretch;
	margin-bottom: 24px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 999px) {
	.m-tab-list {
		padding-top: 8px;
	}
}

.o-card-TypeA-list__item {
	border-bottom: 1px solid #e6e6e6;
}

.o-card-TypeB-list {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 10px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

@media screen and (min-width: 1000px) {
	.o-card-TypeB-list {
		align-items: stretch;
		justify-content: space-between;
	}
}

.o-card-TypeB-list__item {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.o-card-TypeB-list__item {
		width: 31%;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeB-list__item:not(:last-child) {
		margin-bottom: 30px;
	}
}

.o-card-typeC-list {
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.o-card-typeC-list {
		padding-bottom: 24px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-typeC-list--carousel {
		display: flex;
		overflow: hidden;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-typeC-list--carousel {
		padding-bottom: 18px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-typeC-list--carousel .o-card-typeC-list__item {
		min-width: 234px;
		margin-right: 32px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-typeC-list--carousel .o-card-typeC-list__item {
		margin-bottom: 6px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-typeC-list--slider {
		padding-bottom: 23px;
		margin-top: 8px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-typeC-list--slider .o-card-typeC-list__item {
		max-width: 314px;
		margin-right: 9px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-typeC-list--pagination .o-card-typeC-list__item:not(:last-child) {
		border-bottom: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-typeC-list--pagination .o-card-typeC-list__item:not(:last-child) {
		margin-bottom: 6px;
	}
}

.o-card-TypeD-list {
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 999px) {
	.o-card-TypeD-list {
		padding-bottom: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeD-list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		padding-bottom: 44px;
		margin: 0 -4px;
	}
}

.o-card-TypeD-list__item {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.o-card-TypeD-list__item {
		width: 25%;
		padding: 0 4px;
		font-size: 16px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeD-list__item:first-child .m-card-typeD {
		padding-bottom: 6px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeD-list__item:nth-child(n + 2) {
		margin-top: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeD-list__item:nth-child(n + 5) {
		margin-top: 16px;
	}
}

.o-cardTypeE-list__item {
	margin-bottom: 24px;
}

.o-card-TypeF-list {
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.o-card-TypeF-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 23px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list {
		padding-bottom: 20px;
		margin-top: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeF-list__item {
		max-width: 314px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeF-list__item:nth-child(n + 4) {
		margin-top: 7px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list__item:not(:last-child) {
		border-bottom: 1px solid #e6e6e6;
	}
}

.o-card-TypeF-list--carousel {
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel {
		display: flex;
		margin-top: 0;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeF-list--carousel .o-card-TypeF-list__item {
		margin-right: 9px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .o-card-TypeF-list__item {
		max-width: 266px;
		margin-right: 32px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .o-card-TypeF-list__item:not(:last-child) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeF-list--carousel .o-card-TypeF-list__item:nth-child(n + 4) {
		margin-top: 0;
	}
}

.o-card-TypeF-list--carousel .m-card-typeF {
	display: block;
}

.o-card-TypeF-list--carousel .m-card-typeF__media {
	max-width: none;
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__title {
		padding-left: 0;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__title {
		margin-top: 12px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__title .a-title {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 1px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__info {
		margin-top: 18px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__info dl {
		display: block;
		width: auto;
		padding-right: 10px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__info dl:first-child {
		width: 100%;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__info dl:not(:first-child) {
		margin-top: 13px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeF-list--carousel .m-card-typeF__info dl:not(:first-child) {
		margin-top: 6px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__info dt {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeF-list--carousel .m-card-typeF__info dt {
		width: 70px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__info dd {
		margin-top: 4px;
		transform: translateY(0px);
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeF-list--carousel .m-card-typeF__icon {
		top: -31px;
		left: -16px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeG-list {
		padding-bottom: 24px;
	}
}

.o-card-TypeG-list__item {
	width: 100%;
}

@media screen and (max-width: 999px) {
	.o-card-TypeG-list__item:first-child .m-card-typeG {
		padding-bottom: 6px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeG-list__item:nth-child(n + 2) {
		margin-top: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeG-list__item:nth-child(n + 2) {
		margin-top: 12px;
	}
}

.o-card-TypeH-list {
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.o-card-TypeH-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 39px;
		margin-top: 31px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeH-list {
		padding-bottom: 56px;
		margin-top: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeH-list__item {
		width: 50%;
		max-width: 472px;
	}
}

@media screen and (min-width: 1000px) {
	.o-card-TypeH-list__item:nth-child(n + 3) {
		margin-top: 16px;
	}
}

@media screen and (max-width: 999px) {
	.o-card-TypeH-list__item:not(:last-child) {
		margin-bottom: 56px;
	}
}

.o-section-empty__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.o-section-empty__content {
		padding: 56px 0;
	}
}

@media screen and (max-width: 999px) {
	.o-section-empty__content {
		padding: 40px 0;
	}
}

.o-section-empty__content--no-border {
	padding-bottom: 0;
	border-bottom: none;
}

.o-section-empty__content .a-text {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.o-section-empty__content .a-text {
		font-size: 14px;
		line-height: 1.7142857143;
		margin-top: 19px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-empty__content .a-text {
		font-size: 12px;
		line-height: 2;
		margin-top: 10px;
	}
}

.o-section-empty__link {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #1d6666;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
	.o-section-empty__link {
		margin-top: 11px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-empty__link {
		margin-top: 10px;
	}
}

.o-section-empty__link img {
	margin-right: 8px;
}

@media screen and (max-width: 999px) {
	.o-section-empty .a-image {
		width: 56px;
		height: auto;
	}
}

.o-section-empty .m-slick-control {
	display: none;
}

.o-section-empty .o-pagination {
	display: none;
}

.o-footer {
	background: #11bdbd;
	border-bottom: 6px solid #faf45d;
}

@media screen and (max-width: 999px) {
	.o-footer {
		margin-top: 80px;
	}
}

@media screen and (min-width: 1000px) {
	.o-footer {
		margin-top: 112px;
	}
}

.o-footer__inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 999px) {
	.o-footer__inner {
		padding: 28px 0 37px;
	}
}

@media screen and (min-width: 1000px) {
	.o-footer__inner {
		display: flex;
		padding: 31px 0;
	}
}

.o-footer__list {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 999px) {
	.o-footer__list {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (min-width: 1000px) {
	.o-footer__list {
		flex: 1;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 999px) {
	.o-footer__item {
		max-width: 50%;
		margin: 0 15px 10px;
	}
}

@media screen and (min-width: 1000px) {
	.o-footer__item:not(:last-child) {
		margin-right: 30px;
	}
}

.o-footer__link {
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.04em;
	transition: 0.3s all ease;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
	.o-footer__link:hover span {
		border-bottom: 1px solid #fff;
	}
}

.o-footer__link span {
	border-bottom: 1px solid transparent;
}

.o-footer__link .o-footer__icon--blank {
	display: inline-block;
	width: 12px;
	height: auto;
	margin-left: 3px;
	vertical-align: middle;
	transform: translateY(-1px);
}

@media screen and (max-width: 999px) {
	.o-footer__copyright {
		margin-top: 15px;
		text-align: center;
		font-size: 10px;
		line-height: 1.8;
	}
}

@media screen and (min-width: 1000px) {
	.o-footer__copyright {
		width: 300px;
		text-align: right;
		font-size: 11px;
		line-height: 1.6363636364;
	}
}

.o-footer__copyright small {
	font-family: 'Helvetica', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
}

@media screen and (max-width: 999px) {
	.o-footer__copyright small {
		font-size: 10px;
		line-height: 1.8;
	}
}

@media screen and (min-width: 1000px) {
	.o-footer__copyright small {
		font-size: 11px;
		line-height: 1.6363636364;
	}
}

.o-header {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 999px) {
	.o-header {
		padding: 11px 0 12px;
	}
}

@media screen and (min-width: 1000px) {
	.o-header {
		padding: 19px 0;
	}
}

.o-header__inner {
	display: flex;
	align-items: center;
	padding: 0 16px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 999px) {
	.o-header__inner {
		justify-content: space-between;
	}
}

@media screen and (min-width: 1000px) {
	.o-header__inner {
		justify-content: flex-end;
		max-width: 1312px;
	}
}

@media screen and (max-width: 999px) {
	.o-header__logo {
		width: 123px;
		transform: translateY(1px);
	}
}

@media screen and (min-width: 1000px) {
	.o-header__logo {
		order: 1;
		width: 153px;
		margin-right: auto;
	}
}

@media screen and (max-width: 999px) {
	.o-header .m-hamburger {
		display: block;
		width: 20px;
		height: 17px;
		background: #ccc;
		transform: translateY(1px) translateX(-4px);
	}
}

@media screen and (max-width: 999px) {
	.o-header .m-nav-list {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.o-header .m-nav-list {
		order: 2;
		width: 63.125%;
		margin-right: 4.6493902439%;
	}
}

@media screen and (max-width: 999px) {
	.o-header__user {
		margin-right: 1px;
	}
}

@media screen and (min-width: 1000px) {
	.o-header__user {
		order: 3;
		width: 30px;
		padding: 0 5px;
	}
}

.o-header-blog {
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.o-header-blog {
		padding-bottom: 42px;
	}
}

@media screen and (max-width: 999px) {
	.o-header-blog {
		padding-bottom: 45px;
	}
}

@media screen and (min-width: 1000px) {
	.o-header-blog .a-image {
		border-radius: 16px;
	}
}

@media screen and (max-width: 999px) {
	.o-header-blog .a-image {
		border-radius: 8px;
	}
}

@media screen and (min-width: 1000px) {
	.o-header-blog .a-title {
		margin-top: 41px;
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: -0.01em;
	}
}

@media screen and (max-width: 999px) {
	.o-header-blog .a-title {
		margin-top: 20px;
		font-size: 20px;
		line-height: 1.4;
	}
}

@media screen and (min-width: 1000px) {
	.o-header-blog .a-text {
		margin-top: 17px;
		transform: translateX(-4px);
		font-size: 16px;
		line-height: 1.125;
	}
}

@media screen and (max-width: 999px) {
	.o-header-blog .a-text {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.2857142857;
	}
}

.o-header-blog__date {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: inline-block;
}

@media screen and (min-width: 1000px) {
	.o-header-blog__date {
		margin-top: 9px;
		transform: translateX(-2px);
		font-size: 16px;
		line-height: 1.125;
	}
}

@media screen and (max-width: 999px) {
	.o-header-blog__date {
		margin-top: 4px;
		font-size: 14px;
		line-height: 1.2857142857;
	}
}

.o-header-blog__image {
	position: relative;
}

.o-header-blog__icon {
	position: absolute;
}

@media screen and (min-width: 1000px) {
	.o-header-blog__icon {
		bottom: -35px;
		left: -29px;
	}
}

@media screen and (max-width: 999px) {
	.o-header-blog__icon {
		bottom: -24px;
		left: -10px;
		width: 48px;
		height: auto;
	}
}

.o-header-blog .a-tag {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 1000px) {
	.o-header-blog .a-tag {
		padding: 8px 22px;
		font-size: 16px;
		border-radius: 8px 0 16px 0;
	}
}

@media screen and (max-width: 999px) {
	.o-header-blog .a-tag {
		font-size: 12px;
	}
}

.o-headine-list li {
	border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.o-headine-list li {
		transition: 0.3s all ease;
	}

	.o-headine-list li:hover {
		background: #fafafa;
	}

	.o-headine-list li:hover .m-headline__title {
		color: #11bdbd;
	}
}

.o-headine-list li:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.o-information-list__item {
	border-bottom: 1px solid #e6e6e6;
}

.o-information-list__link {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 999px) {
	.o-information-list__link {
		padding: 15px 0 12px;
	}
}

@media screen and (min-width: 1000px) {
	.o-information-list__link {
		flex-direction: row;
		align-items: center;
		padding: 0 24px;
		transition: 0.3s all ease;
	}

	.o-information-list__link:hover {
		background-color: #fafafa;
	}

	.o-information-list__link:hover .a-title {
		color: #11bdbd;
	}
}

@media screen and (min-width: 1000px) {
	.o-information-list__link .a-date {
		min-width: 126px;
	}
}

.o-information-list__link .a-title {
	flex-grow: 1;
}

@media screen and (max-width: 999px) {
	.o-information-list__link .a-title {
		margin-top: 8px;
		line-height: 1.6;
	}
}

@media screen and (min-width: 1000px) {
	.o-information-list__link .a-title {
		padding: 17px 0 20px;
		font-size: 16px;
		transform: translateY(2px);
	}
}

.o-pagination__list {
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 999px) {
	.o-pagination__list {
		font-size: 0;
	}
}

.o-pagination__item {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 999px) {
	.o-pagination__item:not(:first-child):not(:last-child) {
		margin: 0 8px;
	}
}

@media screen and (min-width: 1000px) {
	.o-pagination__item:not(:first-child):not(:last-child) {
		margin: 0 5px;
	}
}

.o-pagination__link {
	display: inline-block;
	font-family: 'Helvetica', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #6a6a6a;
	transition: 0.3s all ease;
	font-size: 16px;
	line-height: 1.125;
}

.o-pagination__link:hover {
	color: #11bdbd;
}

.o-pagination__link--prev, .o-pagination__link--next {
	position: relative;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	transition: 0.3s all ease;
	transform: translateY(1px);
}

.o-pagination__link--prev:hover, .o-pagination__link--next:hover {
	background: #fafafa;
}

.o-pagination__link--prev .a-icon, .o-pagination__link--next .a-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 12px;
	transform: translateX(-50%) translateY(-50%);
}

.o-pagination__link--prev--inactive, .o-pagination__link--next--inactive {
	background: #ededed;
}

.o-pagination__link--prev--inactive .a-icon:before, .o-pagination__link--next--inactive .a-icon:before {
	color: #ccc;
}

.o-pagination__link--prev--inactive .a-icon:before {
	background: url('/assets/svg/ic_angle_left_gray.svg') no-repeat center / contain;
}

.o-pagination__link--next--inactive .a-icon:before {
	background: url('/assets/svg/ic_angle_right_gray.svg') no-repeat center / contain;
}

@media screen and (max-width: 999px) {
	.o-pagination__link--prev {
		margin-right: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-pagination__link--prev {
		margin-right: 0;
	}
}

@media screen and (max-width: 999px) {
	.o-pagination__link--next {
		margin-left: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-pagination__link--next {
		margin-left: 0;
	}
}

.o-pagination__link--next .a-icon {
	margin-left: 1px;
}

.o-pagination__link--active {
	color: #11bdbd;
}

.o-alert__inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 56px;
	background-color: #faf45d;
	border-radius: 8px;
}

@media screen and (max-width: 999px) {
	.o-alert__inner {
		padding: 7px 44px 7px 40px;
	}
}

@media screen and (min-width: 1000px) {
	.o-alert__inner {
		padding: 7px 30px 7px 52px;
	}
}

.o-alert__inner .a-icon--warning {
	font-size: 25px;
}

@media screen and (max-width: 999px) {
	.o-alert__inner .a-icon--warning {
		left: 10px;
	}
}

@media screen and (min-width: 1000px) {
	.o-alert__inner .a-icon--warning {
		left: 22px;
	}
}

.o-alert__content {
	font-size: 14px;
	line-height: 1.5;
}

.o-alert .a-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
	.o-section-article__heading {
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-article__heading {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-article__body {
		margin-top: 32px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-article__body {
		margin-top: 3px;
	}
}

.o-section-article__footer {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 999px) {
	.o-section-article__footer {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-article__footer {
		margin-top: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-article--pagination .m-filter-category {
		margin-top: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-article--pagination .m-filter-category {
		margin-top: 26px;
	}
}

.o-section-article--pagination .o-section-article__footer {
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 1000px) {
	.o-section-article--pagination .o-section-article__footer {
		margin-top: 29px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-article--pagination .o-section-article__footer {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-big-title {
		display: flex;
	}
}

.o-section-big-title__left {
	border-bottom: 3px solid #faf45d;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title__left {
		flex: 1 0 70%;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-big-title__left {
		padding-bottom: 18px;
	}
}

.o-section-big-title__left span {
	display: inline-block;
	font-size: 16px;
	color: #666;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title__left span {
		margin-top: 5px;
		line-height: 24px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-big-title__left span {
		font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-weight: bold;
	}
}

.o-section-big-title__right {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 22px;
	color: #4d4d4d;
	border-bottom: 3px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title__right {
		padding-top: 11px;
		padding-bottom: 26px;
		margin-left: 8px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-big-title__right {
		padding: 26px 15px;
	}
}

.o-section-big-title__heading {
	font-family: 'ABeeZee', 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	color: #11bdbd;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title__heading {
		font-size: 52px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-big-title__heading {
		font-size: 31px;
		font-weight: normal;
		line-height: 1.1;
	}
}

.o-case-study {
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	.o-case-study__heading {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1000px) {
	.o-case-study__heading {
		margin-bottom: 30px;
	}
}

.o-case-study__footer {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 999px) {
	.o-case-study__footer {
		margin-top: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-case-study__footer {
		margin-top: 23px;
	}
}

@media screen and (min-width: 1000px) {
	.o-case-study__footer .m-slick-control {
		position: absolute;
		top: 2px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 999px) {
	.o-case-study__footer .m-slick-control {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.o-case-study__filter {
		margin-bottom: 31px;
	}
}

@media screen and (max-width: 999px) {
	.o-case-study__filter {
		margin-bottom: 23px;
	}
}

.o-case-study--pagination .o-case-study__footer {
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 1000px) {
	.o-case-study--pagination .o-case-study__footer {
		margin-top: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-case-study--pagination .o-case-study__footer {
		margin-top: 20px;
	}
}

@media screen and (max-width: 999px) {
	.o-case-study-category__heading {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1000px) {
	.o-case-study-category__heading {
		margin-bottom: 30px;
	}
}

.o-case-study-category__footer {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 999px) {
	.o-case-study-category__footer {
		margin-top: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-case-study-category__footer {
		margin-top: 23px;
	}
}

@media screen and (min-width: 1000px) {
	.o-case-study-category__footer .m-slick-control {
		position: absolute;
		top: 2px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 999px) {
	.o-case-study-category__footer .m-slick-control {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.o-case-study-category__filter {
		margin-bottom: 31px;
	}
}

@media screen and (max-width: 999px) {
	.o-case-study-category__filter {
		margin-bottom: 23px;
	}
}

.o-case-study-category__nav {
	padding: 32px;
	margin-top: 56px;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 24px;
}

.o-case-study-category__nav .a-text {
	color: #4d4d4d;
}

@media screen and (min-width: 1000px) {
	.o-case-study-category__nav .a-text {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.02em;
	}
}

@media screen and (max-width: 999px) {
	.o-case-study-category__nav .a-text {
		text-align: left;
		font-size: 14px;
		line-height: 1.7142857143;
		letter-spacing: 0.02em;
	}
}

.o-case-study-category__nav .m-button {
	display: inline-block;
	margin-top: 24px;
}

.o-case-study-category--pagination .o-case-study-category__footer {
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 1000px) {
	.o-case-study-category--pagination .o-case-study-category__footer {
		margin-top: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-case-study-category--pagination .o-case-study-category__footer {
		margin-top: 20px;
	}
}

.o-section-contact {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}

@media screen and (min-width: 1000px) {
	.o-section-contact {
		padding: 24px 25px 20px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-contact {
		padding: 28px 16px 20px;
	}
}

.o-section-contact .a-tag {
	position: absolute;
	top: 0;
	left: 0;
}

.o-section-contact .a-title {
	text-align: center;
}

.o-section-contact img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 999px) {
	.o-section-contact img {
		max-width: 128px;
		height: auto;
	}
}

.o-section-contact__body {
	max-width: 512px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 999px) {
	.o-section-contact__body {
		margin-top: 1px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-contact__body {
		margin-top: 2px;
	}
}

.o-section-contact__info dl {
	display: flex;
	align-items: flex-start;
}

@media screen and (min-width: 1000px) {
	.o-section-contact__info dl:not(:last-child) {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-contact__info dl:not(:last-child) {
		margin-bottom: 2px;
	}
}

.o-section-contact__info dt {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
}

@media screen and (min-width: 1000px) {
	.o-section-contact__info dt {
		font-size: 11px;
		line-height: 1.7272727273;
		min-width: 148px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-contact__info dt {
		font-size: 11px;
		line-height: 1.6363636364;
		min-width: 90px;
		transform: translateY(1px);
	}
}

.o-section-contact__info dd {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
}

@media screen and (min-width: 1000px) {
	.o-section-contact__info dd {
		font-size: 12px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 999px) {
	.o-section-contact__info dd {
		font-size: 12px;
		line-height: 1.5;
	}
}

.o-section-contact__info dd a {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
	.o-section-contact__info dd a:hover {
		text-decoration: underline;
	}
}

.o-section-contact__info__business dd p {
	padding-left: 1em;
	text-indent: -1em;
}

.o-contact-lp {
	position: relative;
}

@media screen and (min-width: 1000px) {
	.o-contact-lp {
		display: flex;
		align-items: stretch;
		padding: 21px 0 36px;
	}
}

@media screen and (max-width: 999px) {
	.o-contact-lp {
		padding-top: 33px;
		padding-bottom: 38px;
		text-align: center;
	}
}

.o-contact-lp:before, .o-contact-lp:after {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	content: '';
	border-top: 1px solid #87dddd;
	border-bottom: 1px solid #faf45d;
}

.o-contact-lp:before {
	top: 0;
}

.o-contact-lp:after {
	bottom: 0;
}

.o-contact-lp__title {
	font-weight: 700;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
	.o-contact-lp__title {
		font-size: 20px;
		line-height: 1.8;
		margin-bottom: 15px;
	}
}

.o-contact-lp__heading .a-title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
	.o-contact-lp__heading .a-title {
		display: inline-block;
	}
}

.o-contact-lp__heading span {
	font-size: 12px;
	line-height: 1.6666666667;
	letter-spacing: 0.02em;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
}

@media screen and (max-width: 999px) {
	.o-contact-lp__heading span {
		margin: 0 4px;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__heading span {
		margin-right: 6px;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__column {
		padding-left: 24px;
	}
}

@media screen and (max-width: 999px) {
	.o-contact-lp__column:not(:last-of-type) {
		margin-bottom: 34px;
	}
}

@media screen and (max-width: 999px) {
	.o-contact-lp__column:first-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__column:first-child {
		display: flex;
		align-items: center;
		width: 176px;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__column:nth-child(2) {
		width: 315px;
		padding-top: 18px;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__column:last-child {
		padding-top: 24px;
	}
}

@media screen and (max-width: 999px) {
	.o-contact-lp__branch {
		margin-top: 10px;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__branch {
		margin-top: 16px;
	}
}

.o-contact-lp__branch li {
	font-size: 14px;
	line-height: 1.4285714286;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__branch li {
		display: inline-block;
		margin-right: 48px;
	}
}

.o-contact-lp__branch li a {
	margin-left: 8px;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	color: #11bdbd;
	font-size: 16px;
	line-height: 1.25;
}

.o-contact-lp__branch li:not(:last-of-type) {
	margin-bottom: 4px;
}

.o-contact-lp__hotline {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	color: #11bdbd;
	font-size: 24px;
	line-height: 1.5;
}

@media screen and (max-width: 999px) {
	.o-contact-lp__hotline {
		margin-top: 13px;
		transform: translateX(-6px);
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__hotline {
		margin-top: 13px;
	}
}

.o-contact-lp__hotline img {
	margin-right: 3px;
	vertical-align: middle;
	transform: translateY(-1px);
}

.o-contact-lp__note {
	display: block;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.6666666667;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 999px) {
	.o-contact-lp__note {
		margin-top: 8px;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__note {
		margin-top: 4px;
	}
}

.o-contact-lp__time {
	display: block;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.6666666667;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 999px) {
	.o-contact-lp__time {
		margin-top: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__time {
		margin-top: 6px;
	}
}

@media screen and (min-width: 1000px) {
	.o-contact-lp__time span {
		margin-right: 10px;
	}
}

@media screen and (max-width: 999px) {
	.o-contact-lp__time span {
		display: block;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 999px) {
	.o-information__heading {
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 1000px) {
	.o-information__heading {
		margin-bottom: 30px;
	}
}

.o-information__footer {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 999px) {
	.o-information__footer {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1000px) {
	.o-information__footer {
		margin-top: 24px;
	}
}

.o-kv {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.o-kv .m-slick-control {
	position: absolute;
}

@media screen and (max-width: 999px) {
	.o-kv .m-slick-control {
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 56.2682215743%;
	}
}

@media screen and (min-width: 1000px) {
	.o-kv .m-slick-control {
		bottom: 10px;
		left: 40px;
	}
}

.o-kv__image {
	text-align: center;
}

@media screen and (max-width: 999px) {
	.o-section-news__heading {
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-news__heading {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-news__body {
		margin-top: 32px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-news__body {
		margin-top: 40px;
	}
}

.o-section-news__footer {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 999px) {
	.o-section-news__footer {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-news__footer {
		margin-top: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-news--pagination .m-filter-category {
		margin-top: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-news--pagination .m-filter-category {
		margin-top: 26px;
	}
}

.o-section-news--pagination .o-section-news__footer {
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 1000px) {
	.o-section-news--pagination .o-section-news__footer {
		margin-top: 29px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-news--pagination .o-section-news__footer {
		margin-top: 20px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-pick-up {
		position: relative;
	}
}

.o-section-pick-up__image {
	margin-top: 32px;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.o-section-pick-up__slider-wrapper {
		margin-top: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-pick-up__slider-wrapper {
		position: relative;
		margin-top: 26px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-pick-up__slider-wrapper .m-slick-control {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 193px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-pick-up__slider-wrapper .m-slick-control {
		margin: 24px auto 0;
	}
}

.o-seminar {
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	.o-seminar__heading {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1000px) {
	.o-seminar__heading {
		margin-bottom: 30px;
	}
}

.o-seminar__footer {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 999px) {
	.o-seminar__footer {
		margin-top: 16px;
	}
}

@media screen and (min-width: 1000px) {
	.o-seminar__footer {
		margin-top: 23px;
	}
}

@media screen and (min-width: 1000px) {
	.o-seminar__filter {
		margin-bottom: 31px;
	}
}

@media screen and (max-width: 999px) {
	.o-seminar__filter {
		margin-bottom: 8px;
	}
}

@media screen and (min-width: 1000px) {
	.o-seminar--carousel .o-seminar__footer .m-slick-control {
		position: absolute;
		top: 2px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 999px) {
	.o-seminar--carousel .o-seminar__footer .m-slick-control {
		display: none;
	}
}

.o-seminar--slider .o-seminar__footer {
	justify-content: center;
}

@media screen and (max-width: 999px) {
	.o-seminar--slider .o-seminar__footer .m-slick-control {
		display: none;
	}
}

.o-seminar--pagination .o-seminar__footer {
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 1000px) {
	.o-seminar--pagination .o-seminar__footer {
		margin-top: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-seminar--pagination .o-seminar__footer {
		margin-top: 20px;
	}
}

.o-seminar--pagination .m-filter-category {
	margin-top: 24px;
}

@media screen and (max-width: 999px) {
	.o-service__description {
		margin-top: 13px;
	}
}

@media screen and (min-width: 1000px) {
	.o-service__description {
		margin-top: 23px;
	}
}

@media screen and (max-width: 999px) {
	.o-service__body {
		margin-top: 41px;
	}
}

@media screen and (min-width: 1000px) {
	.o-service__body {
		margin-top: 41px;
	}
}

.o-service__footer {
	position: relative;
	display: flex;
	justify-content: flex-end;
	text-align: center;
}

@media screen and (max-width: 999px) {
	.o-service__footer {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1000px) {
	.o-service__footer {
		margin-top: 24px;
	}
}

@media screen and (max-width: 999px) {
	.o-service__footer .button-download {
		top: 0;
		left: 0;
		width: 100%;
		min-width: 0;
		max-width: 207px;
		margin-right: auto;
	}
}

@media screen and (min-width: 1000px) {
	.o-service__footer .button-download {
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.o-section-empty .o-service__footer .button-download {
	color: #fff;
	pointer-events: none;
	background-color: #ccc;
	border-color: #ccc;
}

@media screen and (max-width: 999px) {
	.o-section-service-cat__heading {
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-service-cat__heading {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-service-cat__description {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 32px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-service-cat__description {
		margin-top: 19px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-service-cat__description .m-button {
		display: block;
		min-width: 207px;
		margin: 25px auto;
	}
}

@media screen and (max-width: 999px) {
	.o-section-service-cat__description .a-text {
		font-size: 14px;
		line-height: 1.7142857143;
		letter-spacing: 0.02em;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-service-cat__description .a-text {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0em;
		transform: translateY(-2px);
	}
}

@media screen and (min-width: 1000px) {
	.o-section-service-cat__body {
		margin-top: 32px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-service-cat__body {
		margin-top: 40px;
	}
}

.o-section-service-cat__footer {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 999px) {
	.o-section-service-cat__footer {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-service-cat__footer {
		margin-top: 24px;
	}
}

@media screen and (min-width: 1000px) {
	.o-section-service-cat--pagination .m-filter-category {
		margin-top: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-service-cat--pagination .m-filter-category {
		margin-top: 26px;
	}
}

.o-section-service-cat--pagination .o-section-service-cat__footer {
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 1000px) {
	.o-section-service-cat--pagination .o-section-service-cat__footer {
		margin-top: 29px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-service-cat--pagination .o-section-service-cat__footer {
		margin-top: 20px;
	}
}

.o-smbc {
	padding: 30px 5% 20px 5%;
	background: #c4d700;
	border-radius: 8px;
}

.o-smbc__heading {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.p-article .m-search--active ~ .o-section-article__body {
	margin-top: 0;
}

@media screen and (min-width: 1000px) {
	.p-article .container {
		margin-right: 0;
		margin-left: 0;
	}

	.p-article .o-pagination__link--next {
		margin-left: 0px;
	}

	.p-article .o-pagination__link--prev {
		margin-right: 0px;
	}

	.p-article .o-pagination__item:not(:first-child):not(:last-child) {
		margin: 0 5px;
	}
}

@media screen and (max-width: 999px) {
	.p-home main {
		padding-top: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.p-home main {
		padding-top: 24px;
	}
}

@media screen and (max-width: 999px) {
	.p-home .o-kv {
		margin-top: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.p-home .o-kv {
		margin-top: 24px;
	}
}

@media screen and (max-width: 999px) {
	.p-home .o-section-article {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1000px) {
	.p-home .o-section-article {
		margin-top: 56px;
	}
}

@media screen and (max-width: 999px) {
	.p-home .o-case-study {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1000px) {
	.p-home .o-case-study {
		margin-top: 56px;
	}
}

@media screen and (max-width: 999px) {
	.p-home .o-seminar {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1000px) {
	.p-home .o-seminar {
		margin-top: 56px;
	}
}

@media screen and (max-width: 999px) {
	.p-home .o-service {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1000px) {
	.p-home .o-service {
		margin-top: 56px;
	}
}

@media screen and (max-width: 999px) {
	.p-home .o-information {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1000px) {
	.p-home .o-information {
		margin-top: 56px;
	}
}

@media screen and (max-width: 999px) {
	.p-home .o-smbc {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1000px) {
	.p-home .o-smbc {
		margin-top: 56px;
	}
}

.popup {
	padding: 30px;
	background: #888;
}

@media screen and (max-width: 999px) {
	.popup {
		padding: 48px 32px;
	}
}

@media screen and (min-width: 1000px) {
	.popup {
		padding: 48px 80px;
	}
}

.popup__inner {
	background: #fff;
	border-radius: 4px;
}

@media screen and (max-width: 999px) {
	.popup__inner {
		padding: 16px 16px 24px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__inner {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		max-width: 1280px;
		padding: 40.5px 40px;
		margin: 0 auto;
	}
}

.popup__buttons {
	background: #d4f4f2;
	border-radius: 8px;
}

@media screen and (min-width: 1000px) {
	.popup__buttons {
		padding: 28px 32px 32px;
		margin-top: 26px;
	}
}

@media screen and (max-width: 999px) {
	.popup__buttons {
		padding: 28px 24px 32px;
		margin-top: 41px;
	}
}

.popup__buttons .m-button {
	display: block;
}

.popup__buttons .m-button:not(:last-child) {
	margin-bottom: 16px;
}

.popup__buttons p {
	font-size: 14px;
	line-height: 1.5714285714;
	margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
	.popup__buttons p {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__info {
		width: 360px;
		padding-right: 40px;
	}
}

.popup__footer {
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 1000px) {
	.popup__footer {
		width: 100%;
		padding-top: 24px;
		margin-top: 47px;
		border-top: 1px solid #e6e6e6;
	}
}

@media screen and (max-width: 999px) {
	.popup__footer {
		margin-top: 24px;
	}
}

@media screen and (max-width: 999px) {
	.popup__footer .m-button--large {
		min-width: 231px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__body {
		width: calc(100% - 360px);
		padding-left: 40px;
		border-left: 1px solid #e6e6e6;
	}
}

@media screen and (max-width: 999px) {
	.popup__body {
		margin-top: 42px;
		border-top: 1px solid #e6e6e6;
	}
}

.popup__summary {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 999px) {
	.popup__summary {
		margin-top: 11px;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.5555555556;
	}
}

@media screen and (min-width: 1000px) {
	.popup__summary {
		font-size: 24px;
		line-height: 1.5;
		margin-top: 19px;
	}
}

.popup__title {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
}

@media screen and (max-width: 999px) {
	.popup__title {
		padding-top: 21px;
		margin-top: 18px;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1000px) {
	.popup__title {
		font-size: 20px;
		line-height: 1.2;
		padding-top: 23px;
		margin-top: 17px;
	}
}

.popup__title:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 2px;
	content: '';
	background: #faf45d;
}

.popup__subtitle {
	display: block;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.7142857143;
}

@media screen and (max-width: 999px) {
	.popup__subtitle {
		margin-top: 7px;
		font-weight: normal;
	}
}

@media screen and (min-width: 1000px) {
	.popup__subtitle {
		margin-top: 10px;
	}
}

.popup__media {
	position: relative;
	padding-top: 56.2724014337%;
}

.popup__media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 999px) {
	.popup__table {
		padding-top: 45px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__table__row {
		display: flex;
	}
}

@media screen and (max-width: 999px) {
	.popup__table__row:not(:first-child) {
		margin-top: 43px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__table__row:not(:first-child) {
		margin-top: 40px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__table__row:first-child {
		align-items: center;
	}
}

@media screen and (min-width: 1000px) {
	.popup__table__row:nth-child(2) {
		margin-top: 42px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__table__col:first-child {
		width: 159px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__table__col:last-child {
		width: calc(100% - 159px);
		padding-left: 40px;
	}
}

@media screen and (max-width: 999px) {
	.popup__table__col:last-child {
		margin-top: 16px;
	}
}

.popup__table__col ul li {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	padding-left: 1.4em;
}

@media screen and (max-width: 999px) {
	.popup__table__col ul li {
		font-size: 14px;
		line-height: 1.5714285714;
	}
}

@media screen and (min-width: 1000px) {
	.popup__table__col ul li {
		font-size: 16px;
		line-height: 1.75;
	}
}

.popup__table__col ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
	margin: 0;
	margin-right: 0.4em;
	content: '・';
}

.popup__table__label {
	font-weight: bold;
	color: #666;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
	.popup__table__label {
		font-size: 16px;
		line-height: 1.75;
	}
}

@media screen and (max-width: 999px) {
	.popup__table__label {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 999px) {
	.popup__table__annotation {
		font-size: 14px;
		line-height: 1.5714285714;
	}
}

@media screen and (min-width: 1000px) {
	.popup__table__annotation {
		font-size: 16px;
		line-height: 1.75;
		margin-top: 5px;
	}
}

@media screen and (max-width: 999px) {
	.popup__list {
		padding-top: 7px;
	}
}

.popup__list__item:before {
	display: none !important;
}

@media screen and (max-width: 999px) {
	.popup__list__item:not(:first-child) {
		margin-top: 17px;
	}
}

@media screen and (min-width: 1000px) {
	.popup__list__item:not(:first-child) {
		margin-top: 24px;
	}
}

.t-blog main {
	max-width: 672px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 1000px) {
	.t-blog main {
		padding-top: 47px;
	}
}

@media screen and (max-width: 999px) {
	.t-blog main {
		padding-top: 32px;
	}
}

@media screen and (min-width: 1000px) {
	.t-blog .container {
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 1000px) {
	.t-blog .o-header-blog {
		margin-bottom: 43px;
	}
}

@media screen and (max-width: 999px) {
	.t-blog .o-header-blog {
		margin-bottom: 44px;
	}
}

@media screen and (min-width: 1000px) {
	.t-blog .o-paragraph:not(:last-of-type) {
		margin-bottom: 36px;
	}
}

@media screen and (max-width: 999px) {
	.t-blog .o-paragraph:not(:last-of-type) {
		margin-bottom: 28px;
	}
}

@media screen and (min-width: 1000px) {
	.t-blog .o-section-contact {
		margin-top: 42px;
	}
}

@media screen and (max-width: 999px) {
	.t-blog .o-section-contact {
		margin-top: 28px;
	}
}

.t-blog .m-button {
	display: block;
	min-width: 240px;
	margin: 32px auto 0;
}

@media screen and (min-width: 1000px) {
	.t-main__big-title {
		margin-top: 40px;
	}
}

@media screen and (max-width: 999px) {
	.t-main__big-title {
		margin-top: 32px;
	}
}

@media screen and (min-width: 1000px) {
	.t-main__section-62 {
		margin-top: 62px;
	}
}

@media screen and (max-width: 999px) {
	.t-main__section-62 {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1000px) {
	.t-main__section {
		margin-top: 54px;
	}
}

@media screen and (max-width: 999px) {
	.t-main__section {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1000px) {
	.t-main__section-case-study {
		margin-top: 44px;
	}
}

@media screen and (max-width: 999px) {
	.t-main__section-case-study {
		margin-top: 45px;
	}
}

.page-headlinelist {
	overflow-x: hidden;
	overflow-y: scroll;
}

@media screen and (min-width: 1000px) {
	.page-headlinelist {
		padding: 0 24px;
	}

	.page-headlinelist .header {
		margin-bottom: 33px;
	}
}

@media screen and (max-width: 999px) {
	.page-headlinelist {
		padding: 0 16px;
	}
}

.headlinelist {
	position: relative;
	z-index: 1;
	color: #4d4d4d;
}

.headlinelist__inner {
	position: relative;
	max-width: 960px;
	padding-bottom: 56px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1000px) {
	.headlinelist__inner {
		padding-bottom: 64px;
	}
}

.headlinelist__logo {
	width: 122px;
	margin-bottom: 35px;
}

@media screen and (min-width: 1000px) {
	.headlinelist__logo {
		width: 204px;
		margin-bottom: 70px;
	}
}

.headlinelist__heading {
	margin-bottom: 36px;
	font-size: 28px;
	line-height: 1.28571;
	letter-spacing: 0.04em;
}

@media screen and (min-width: 1000px) {
	.headlinelist__heading {
		margin-bottom: 69px;
		font-size: 48px;
		line-height: 0.75;
	}
}

@media screen and (max-width: 999px) {
	.headlinelist__heading {
		font-weight: 500;
	}
}

@media screen and (min-width: 1000px) {
	.headlinelist .o-headine-list {
		margin-top: 32px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 999px) {
	.headlinelist .o-headine-list {
		margin-top: 24px;
		margin-bottom: 22px;
	}
}

@media screen and (min-width: 1000px) {
	.headlinelist .m-heading {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 999px) {
	.headlinelist .m-heading {
		margin-bottom: 26px;
	}
}

/* 2023/04 パンくず修正 */
.breadcrumb li a:hover {
	text-decoration: underline;
	color: #129898;
}

.hl-list {
	padding-left: 1rem;
}

.hl-list .breadcrumb li {
	font-size: 14px;
}

.hl-list .breadcrumb {
	max-width: 992px;
	padding: 0 .5rem;
	width: auto;
	margin: 5px auto 0 auto;
	font-size: 12px;
}

.hl-list .breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.hl-list .breadcrumb ul a {
	color: #11bdbd;
}

.hl-list .breadcrumb li:not(:last-child)::after {
	display: inline-block;
	margin: 0 .25rem;
	content: ">";
	padding-bottom: 2.5rem;
}

/* headlinelist.htmlから移動 */
.a-tab--active,
.m-filter-category__item--active,
.o-pagination__link--active,
.o-pagination__link--next--inactive,
.o-pagination__link--prev--inactive,
.o-pagination__link--disabled {
	pointer-events: none;
}

.m-filter-category .m-filter-category__search + div,
.o-section-empty .card-TypeC-list,
.o-section-empty__content {
	display: none;
}

.o-section-empty .o-section-empty__content {
	display: flex;
}

.o-section-empty .o-pagination {
	display: none;
}

/* sk追記 */
.c-txt-ttl.c-txt-ttl--page {
	margin-top: 10px !important;
}

.c-txt-ttl.c-txt-ttl--page .c-txt-ttl__txt {
	margin-bottom: 20px !important;
	letter-spacing: 0.04em !important;
}

@media screen and (min-width: 768px) {
	.c-txt-ttl.c-txt-ttl--page .c-txt-ttl__txt {
		margin-bottom: 40px !important;
	}
}

.c-txt-ttl + .c-txt-ttl {
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}

h2.c-txt-ttl__txt {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: 400 !important;
}

@media screen and (max-width: 999px) {
	h2.c-txt-ttl__txt {
		font-weight: 700 !important;
	}
}
