@charset "utf-8";




.c-Regular .u-Title__hi {
	line-height: 1;
	letter-spacing: 0;
}

.c-Regular .u-Title__hi b {
	font-size: 2.4rem;
	display: block;
}

.c-Regular .u-Title__hi strong {
	font-size: 6rem;
	letter-spacing: 0;
	padding: .15em 0 .15em;
	display: block;
	animation: anim-Title__hi 1s 0s infinite;
}

@keyframes anim-Title__hi {
	0% {
		opacity: .8;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: .8;
	}
}

.c-Regular .u-Title__hi strong i {
	font-size: 7.5rem;
	font-weight: 700 !important;
	vertical-align: -.05em;
}

.c-Regular-feature__items {
	margin: 0 -25px;
}

.c-Regular-feature__item {
	width: calc(100% / 3);
	padding: 0 25px;
}

.c-Regular-feature__item:nth-child(1) .u-Title__hi,
.c-Regular-feature__item:nth-child(2) .u-Title__hi {
	padding-top: 1.25em;
}

.c-information-data .u-Icon:after {
	transform: translateY(-.25em);
}

.c-information-method {
	border: 1px solid #ddd;
	position: relative;
}

.c-information-method:not(:first-child) {
	margin: 20px 0 0;
}

.c-information-method:before {
	content: attr(data-num)'';
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	width: 40px;
	height: 100%;
	padding: .5em 0 0;
	background: #c20d2f;
	position: absolute;
	top: 0;
	left: 0;
}

.c-information-method dt {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 20px 0 60px;
	padding: .75em 0;
	border-bottom: 1px solid #ddd;
}

.c-information-method dd {
	margin: 0 20px 0 60px;
	padding: .75em 0;
}

.c-information-flow th {
	font-size: 1.6rem;
	text-align: center;
	width: 170px;
	padding: 1em;
}

.c-information-flow td {
	font-size: 1.6rem;
	padding: 1em;
}

.c-information-flow tr:last-of-type th,
.c-information-flow tr:last-of-type td {
	border-bottom: 0;
}

.c-information-flow td b {
	color: #c20d2f;
	text-align: center;
	width: 170px;
	margin-left: -1em;
	display: block;
	position: relative;
}

.c-information-flow th:after,
.c-information-flow td b:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 9px 0 9px;
	border-color: #b9b9b9 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.c-information-flow td b:after {
	top: -1em;
	border-color: #c20d2f transparent transparent transparent;
}

.is-information-flow-none:after,
.c-information-flow tr:first-child th:after {
	display: none;
}

.is-information__left-border {
	border-left:1px solid #b9b9b9 !important;
}

.u-Sub-lead {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 1em 0 0;
	padding: 1.25em 1.5em;
	background: #f1f1f1;
}

.c-Faq-corner {
	margin-bottom: 20px;
}

.is-Faq .u-Contents {
	padding-bottom: 30px;
}

.c-Faq {
	margin: 20px 0 0;
	border: 1px solid #ddd;
}

.c-Faq__title {
	font-weight: 400;
	padding: 1.35em 80px;
	background: #f1f1f1;
	cursor: pointer;
	transition: .2s;
}

.c-Faq__title.u-Text {
	margin: 0;
}

.no-touch .c-Faq__title:hover {
	background: #fff;
}

.is-Open.c-Faq__title {
	background: #fff;
}

.no-touch .is-Open.c-Faq__title:hover {
	background: #f1f1f1;
}

.c-Faq__title:before {
	content: attr(data-icon)'';
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: .35em 0 0;
	background: #fff;
	border: 1px solid #f1f1f1;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

.is-Open.c-Faq__title:before {
	border-color: #ddd;
}

.no-touch .is-Open.c-Faq__title:hover .u-AccordionPanel__title-status {
	background: #fff;
}

.is-Open.c-Faq__title + .c-Faq__wrapper {
	display: block;
}

.c-Faq__wrapper {
	display: none;
}

.c-Faq__inner {
	padding: 1.35em 1.35em 0 80px;
	border-top: 1px dashed #ddd;
	position: relative;
}

.c-Faq__inner:before {
	content: attr(data-icon)'';
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: .35em 0 0;
	background: #c20d2f;
	border: 1px solid #f1f1f1;
	position: absolute;
	top: 20px;
	left: 20px;
}

.c-Faq__inner .u-Text {
	margin-bottom: 1.5em;
}

.u-Related-menu__item a:hover {
	color: #c20d2f;
}

.pos__wrap {
	position: relative;
}

.logo_workplace-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
}