@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";

:root {
	--container-gutter: 0rem;
	--container-max-width: auto;
	--section-padding: 2rem;
	--section-side-padding: var(--section-padding)
}

html {
	background-color: #fff;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	line-height: 1.8;
	overflow-wrap: break-word
}

html.-has-header {
	scroll-padding-top: 8rem
}

@media screen and (min-width: 768px) {
	html.-has-header {
		scroll-padding-top: 10rem
	}
}

@media screen and (min-width: 768px) {
	html.-has-header.-scrolled {
		scroll-padding-top: 10rem
	}
}

@media screen and (min-width: 768px) {
	html {
		min-width: 1310px
	}
}

body {
	font-size: 1.6rem
}

@media not screen and (min-width: 768px) {
	body[data-use-fixed-button] {
		padding-bottom: 6.6rem
	}
}

audio,
canvas,
iframe,
img,
svg,
video,
embed,
object {
	max-width: 100%;
	vertical-align: bottom
}

a {
	color: #0b5092
}

a:active {
	color: #094075
}

@media(hover: hover)and (pointer: fine) {
	a:hover {
		color: #094075;
		text-decoration: none
	}
}

@font-face {
	font-family: "iconfont";
	src: url("../fonts/iconfont.eot");
	src: url("../fonts/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
	font-weight: normal;
	font-style: normal
}

@media screen and (min-width: 768px) {
	.pc__none {
		display: none;
	}
}

@media screen and (max-width: 767px) {
    .pc__none {
		display: block;
	}
}

.l-contents {
	--contents-aside-width: 35.6rem;
	--contents-gutter: 3rem;
	margin-bottom: 5rem
}

@media screen and (min-width: 768px) {
	.l-contents {
		margin-bottom: 8rem
	}
}

.l-contents__body-inner {
	gap: 5rem var(--contents-gutter);
	display: flex;
	align-items: flex-start
}

@media not screen and (min-width: 768px) {
	.l-contents__body-inner {
		flex-direction: column
	}
}

.l-contents__main {
	width: 100%
}

.l-contents--2col .l-contents__aside {
	--section-side-padding: 2rem;
	width: 100%
}

@media screen and (min-width: 768px) {
	.l-contents--2col .l-contents__aside {
		--section-side-padding: 3rem;
		max-width: var(--contents-aside-width);
		position: sticky;
		top: 12rem
	}
}

.l-contents--2col .l-contents__main {
	max-width: calc(var(--container-max-width) - var(--contents-aside-width) - var(--contents-gutter))
}

.l-contents--2col.l-contents--slim-aside {
	--contents-aside-width: 20.6rem;
	--contents-gutter: 6rem
}

.l-contents--2col.l-contents--slim-aside .l-contents__aside {
	--section-side-padding: 2rem
}

@media not screen and (min-width: 768px) {
	.l-contents--reverse-down-md .l-contents__body-inner {
		flex-direction: column-reverse
	}
}

.c-overflow {
	overflow: auto
}

.c-overflow.-scroll-x {
	overflow-x: scroll
}

.c-overflow.-scroll-y {
	overflow-y: scroll
}

.c-overflow.-scroll {
	overflow: scroll
}

.c-overflow.-height-sm {
	height: 12rem
}

.c-overflow.-height-md {
	height: 22rem
}

.c-overflow.-height-lg {
	height: 28rem
}

.c-overflow.-overlay-icon {
	position: relative
}

.c-overflow.-overlay-icon:not(.-touched)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #f0f0fe;
	opacity: .9
}

.c-overflow.-overlay-icon:not(.-touched)::after {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto
}

.c-overflow.-overlay-icon.-vertical::after {
	content: ""
}

.c-overflow.-overlay-icon.-top::after {
	top: 6rem;
	bottom: auto
}

.c-card {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #000;
	background-color: #f2f2f2
}

.c-card__image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0 0 2rem;
	overflow: hidden
}

.c-card__image.-hover {
	text-decoration: none
}

.c-card__image.-hover img {
	transition: all 400ms
}

@media(hover: hover)and (pointer: fine) {
	.c-card__image.-hover:hover img {
		transform: scale3d(1.05, 1.05, 1)
	}
}

.c-card__image-img {
	width: 100%
}

.c-card__image-heading {
	font-size: 1.8rem;
	line-height: 1.55555;
	font-weight: 700;
	line-height: 1.5
}

@media screen and (min-width: 768px) {
	.c-card__image-heading {
		font-size: 1.8rem;
		line-height: 1.55555
	}
}

@media screen and (min-width: 768px) {
	.c-card__image-heading {
		line-height: 1.5
	}
}

.c-card__image-text {
	line-height: 1.2
}

.c-card__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	color: inherit
}

.c-card__whole-link {
	text-decoration: none
}

.c-card__whole-link .c-card__image img {
	transition: all 400ms
}

.c-card__whole-link:hover .c-card__image img {
	transform: scale3d(1.05, 1.05, 1)
}

.c-card__body {
	position: relative;
	padding: 3rem 2rem 2rem
}

.c-card__heading {
	font-size: 1.8rem;
	line-height: 1.55555;
	font-weight: 700;
	color: #0b5092;
	font-weight: 700
}

@media screen and (min-width: 768px) {
	.c-card__heading {
		font-size: 1.8rem;
		line-height: 1.55555
	}
}

.c-card__date {
	color: #0b5092;
	font-weight: 700;
	line-height: 1
}

.c-card__body-text {
	line-height: 1.5
}

.c-card__body-text:not(:first-child) {
	margin-top: .625em
}

.c-card__small-text {
	font-size: 1.4rem;
	line-height: 1.8;
	line-height: 1.5
}

@media screen and (min-width: 768px) {
	.c-card__small-text {
		font-size: 1.4rem;
		line-height: 1.8
	}
}

.c-card__small-text:not(:first-child) {
	margin-top: 1em
}

@media screen and (min-width: 768px) {
	.c-card__small-text {
		line-height: 1.5
	}
}

.c-card__text-link {
	color: inherit;
	text-decoration: none
}

.c-card__text-link:hover {
	color: #094075
}

.c-card__footer {
	padding: 0 2rem 2rem;
	margin-top: auto
}

.c-card__category-badge.c-badge {
	font-size: 1rem;
	font-weight: bold;
	border-radius: .5em;
	display: table;
	padding-top: .75em;
	padding-bottom: .75em
}

.c-card__date-badge.c-badge,
.c-card__corner-badge.c-badge {
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.c-card.-rounded {
	border-radius: 1.5rem 0 0 0
}

@media screen and (min-width: 768px) {
	.c-card.-rounded {
		border-radius: 3rem 0 0 0
	}
}

.c-card.-rounded .c-card__image {
	border-radius: 1rem 0 0 0
}

@media screen and (min-width: 768px) {
	.c-card.-rounded .c-card__image {
		border-radius: 2rem 0 0 0
	}
}

.c-card.-has-corder-tag {
	border-top-right-radius: 0
}

.c-card.-has-icon .c-card__body:before {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -0.06em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #0b5092;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #0b5092;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: absolute;
	right: 2rem;
	top: 0;
	transform: translateY(-50%);
	font-size: 1.35em
}

@media screen and (min-width: 768px) {
	.c-card.-has-icon .c-card__body:before {
		width: 5rem;
		height: 5rem
	}
}

@media screen and (min-width: 768px) {
	.c-card.-has-icon .c-card__body:before {
		font-size: .9em;
		width: 5rem;
		height: 5rem
	}
}

.c-card.-has-icon:hover .c-card__body:before {
	background: #fff;
	color: #0b5092
}

.c-card a.-hover-underline[href] {
	text-decoration: none
}

@media(hover: hover)and (pointer: fine) {
	.c-card a.-hover-underline[href]:hover {
		text-decoration: underline
	}
}

.c-card a.-hover-underline[href]:active {
	text-decoration: none
}

.c-card.-list {
	width: 100%
}

.c-card.-list .c-card__inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	padding: 4rem 2rem
}

.c-card.-list .c-card__image {
	max-width: 10rem
}

.c-card.-list .c-card__body {
	position: initial;
	padding: 0 2rem
}

.c-card.-list .c-card__image+.c-card__body {
	max-width: calc(100% - 28.1rem)
}

.c-card.-list .c-card__text:not(:first-child) {
	margin-top: 1em
}

.c-card.-list .c-card__small-text {
	line-height: 1.4285714286
}

.c-card.-list .c-card__small-text:not(:first-child) {
	margin-top: 1em
}

.c-card.-list.-rounded {
	border-radius: 1rem
}

.c-card.-list.-rounded .c-card__image {
	margin: 0;
	border-radius: 1rem 0 0 1rem
}

.c-card.-list.-has-icon .c-card__body:before {
	right: 2rem;
	top: auto;
	bottom: 0;
	transform: translateY(50%)
}

.c-card.-list+.c-card.-list {
	margin-top: 4.5rem
}

@media not screen and (min-width: 768px) {
	.c-card.-list.-p-small .c-card__inner {
		padding: 2rem
	}

	.c-card.-list.-p-small .c-card__body {
		padding: 0
	}
}

@media screen and (min-width: 768px) {
	.c-card.-list .c-card__image {
		max-width: 22.2rem
	}

	.c-card.-list .c-card__small-text {
		line-height: 1.4285714286
	}

	.c-card.-list.-rounded {
		border-radius: 2rem
	}

	.c-card.-list.-rounded .c-card__image {
		margin: 0;
		border-radius: 2rem 0 0 2rem
	}
}

@media screen and (min-width: 768px) {
	.c-card.-list-md {
		width: 100%
	}

	.c-card.-list-md .c-card__inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		height: 100%;
		padding: 4rem 2rem
	}

	.c-card.-list-md .c-card__image {
		max-width: 10rem
	}

	.c-card.-list-md .c-card__body {
		position: initial;
		padding: 0 2rem
	}

	.c-card.-list-md .c-card__image+.c-card__body {
		max-width: calc(100% - 28.1rem)
	}

	.c-card.-list-md .c-card__text:not(:first-child) {
		margin-top: 1em
	}

	.c-card.-list-md .c-card__small-text {
		line-height: 1.4285714286
	}

	.c-card.-list-md .c-card__small-text:not(:first-child) {
		margin-top: 1em
	}

	.c-card.-list-md.-rounded {
		border-radius: 1rem
	}

	.c-card.-list-md.-rounded .c-card__image {
		margin: 0;
		border-radius: 1rem 0 0 1rem
	}

	.c-card.-list-md.-has-icon .c-card__body:before {
		right: 2rem;
		top: auto;
		bottom: 0;
		transform: translateY(50%)
	}

	.c-card.-list-md+.c-card.-list {
		margin-top: 4.5rem
	}

	.c-card.-list-md .c-card__image {
		max-width: 22.2rem
	}

	.c-card.-list-md .c-card__small-text {
		line-height: 1.4285714286
	}

	.c-card.-list-md.-rounded {
		border-radius: 2rem
	}

	.c-card.-list-md.-rounded .c-card__image {
		margin: 0;
		border-radius: 2rem 0 0 2rem
	}
}

.c-container {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(var(--container-max-width) + var(--container-gutter)*2)
}

.c-container.-max-width-none {
	--container-max-width: none
}

.c-container.-max-width-xsm {
	--container-max-width: 80rem
}

.c-container.-max-width-sm {
	--container-max-width: 96rem
}

.c-container.-max-width-md {
	--container-max-width: 106.6rem
}

.c-container.-max-width-lg {
	--container-max-width: 108rem
}

.c-container.-max-width-xlg {
	--container-max-width: 128.6rem
}

.c-container.-max-width-xxlg {
	--container-max-width: 136.6rem
}

.c-container.-p-zero {
	--container-gutter: 0;
	padding-left: var(--container-gutter);
	padding-right: var(--container-gutter)
}

.c-container.-p-md {
	--container-gutter: 2rem;
	padding-left: var(--container-gutter);
	padding-right: var(--container-gutter)
}

.c-container.-p-lg {
	--container-gutter: 3rem;
	padding-left: var(--container-gutter);
	padding-right: var(--container-gutter)
}

.c-container.-p-xlg {
	--container-gutter: 4rem;
	padding-left: var(--container-gutter);
	padding-right: var(--container-gutter)
}

.c-container.-p-xxlg {
	--container-gutter: 8rem;
	padding-left: var(--container-gutter);
	padding-right: var(--container-gutter)
}

@media screen and (min-width: 576px) {
	.c-container.-max-width-none-sm {
		--container-max-width: none
	}

	.c-container.-max-width-xsm-sm {
		--container-max-width: 80rem
	}

	.c-container.-max-width-sm-sm {
		--container-max-width: 96rem
	}

	.c-container.-max-width-md-sm {
		--container-max-width: 106.6rem
	}

	.c-container.-max-width-lg-sm {
		--container-max-width: 108rem
	}

	.c-container.-max-width-xlg-sm {
		--container-max-width: 128.6rem
	}

	.c-container.-max-width-xxlg-sm {
		--container-max-width: 136.6rem
	}

	.c-container.-p-zero-sm {
		--container-gutter: 0;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-md-sm {
		--container-gutter: 2rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-lg-sm {
		--container-gutter: 3rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-xlg-sm {
		--container-gutter: 4rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-xxlg-sm {
		--container-gutter: 8rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}
}

@media screen and (min-width: 768px) {
	.c-container.-max-width-none-md {
		--container-max-width: none
	}

	.c-container.-max-width-xsm-md {
		--container-max-width: 80rem
	}

	.c-container.-max-width-sm-md {
		--container-max-width: 96rem
	}

	.c-container.-max-width-md-md {
		--container-max-width: 106.6rem
	}

	.c-container.-max-width-lg-md {
		--container-max-width: 108rem
	}

	.c-container.-max-width-xlg-md {
		--container-max-width: 128.6rem
	}

	.c-container.-max-width-xxlg-md {
		--container-max-width: 136.6rem
	}

	.c-container.-p-zero-md {
		--container-gutter: 0;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-md-md {
		--container-gutter: 2rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-lg-md {
		--container-gutter: 3rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-xlg-md {
		--container-gutter: 4rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-xxlg-md {
		--container-gutter: 8rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}
}

@media screen and (min-width: 992px) {
	.c-container.-max-width-none-lg {
		--container-max-width: none
	}

	.c-container.-max-width-xsm-lg {
		--container-max-width: 80rem
	}

	.c-container.-max-width-sm-lg {
		--container-max-width: 96rem
	}

	.c-container.-max-width-md-lg {
		--container-max-width: 106.6rem
	}

	.c-container.-max-width-lg-lg {
		--container-max-width: 108rem
	}

	.c-container.-max-width-xlg-lg {
		--container-max-width: 128.6rem
	}

	.c-container.-max-width-xxlg-lg {
		--container-max-width: 136.6rem
	}

	.c-container.-p-zero-lg {
		--container-gutter: 0;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-md-lg {
		--container-gutter: 2rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-lg-lg {
		--container-gutter: 3rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-xlg-lg {
		--container-gutter: 4rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}

	.c-container.-p-xxlg-lg {
		--container-gutter: 8rem;
		padding-left: var(--container-gutter);
		padding-right: var(--container-gutter)
	}
}

.c-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem
}

.c-badge {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: .66667em .83334em;
	background-color: #0b5092;
	border-radius: .4166666667em;
	text-decoration: none;
	color: #fff;
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #0b5092;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.c-badge:active,
.c-badge[href]:hover,
.c-badge.-hover:hover {
	outline-width: .1rem
}

.c-badge:active {
	color: #fff
}

@media(hover: hover)and (pointer: fine) {

	.c-badge[href]:hover,
	.c-badge.-hover:hover {
		background: #fff;
		color: #0b5092
	}
}

.c-badge.-active {
	background: #fff;
	color: #0b5092
}

.c-badge.-radius-rounded {
	border-radius: .4166666667em
}

.c-badge.-radius-circle {
	border-radius: 9999rem
}

.c-badge.-outline-black,
.c-badge.-outline-white,
.c-badge.-outline-brand,
.c-badge.-outline-brand-accent,
.c-badge.-outline-red,
.c-badge.-outline-blue {
	background-color: transparent
}

.c-badge.-outline-black {
	color: #000;
	outline-color: #000
}

.c-badge.-outline-black[href]:hover,
.c-badge.-outline-black.-hover:hover {
	color: #fff;
	background: #000
}

.c-badge.-outline-white {
	color: #fff;
	outline-color: #fff
}

.c-badge.-outline-white[href]:hover,
.c-badge.-outline-white.-hover:hover {
	color: #2d61a2;
	background: #fff
}

.c-badge.-outline-brand {
	color: #2d61a2;
	outline-color: #2d61a2
}

.c-badge.-outline-brand[href]:hover,
.c-badge.-outline-brand.-hover:hover {
	color: #fff;
	background: #2d61a2
}

.c-badge.-outline-brand-accent {
	color: #d62962;
	outline-color: #d62962
}

.c-badge.-outline-brand-accent[href]:hover,
.c-badge.-outline-brand-accent.-hover:hover {
	color: #fff;
	background: #d62962
}

.c-badge.-outline-red {
	color: #d01726;
	outline-color: #d01726
}

.c-badge.-outline-red[href]:hover,
.c-badge.-outline-red.-hover:hover {
	color: #fff;
	background: #d01726
}

.c-badge.-outline-blue {
	color: #0b67ca;
	outline-color: #0b67ca
}

.c-badge.-outline-blue[href]:hover,
.c-badge.-outline-blue.-hover:hover {
	color: #fff;
	background: #0b67ca
}

.c-badge.-color-white[href]:hover,
.c-badge.-color-white.-hover:hover,
.c-badge.-color-brand[href]:hover,
.c-badge.-color-brand.-hover:hover,
.c-badge.-color-brand-accent[href]:hover,
.c-badge.-color-brand-accent.-hover:hover,
.c-badge.-color-red[href]:hover,
.c-badge.-color-red.-hover:hover,
.c-badge.-color-blue[href]:hover,
.c-badge.-color-blue.-hover:hover,
.c-badge.-color-cat-blue[href]:hover,
.c-badge.-color-cat-blue.-hover:hover,
.c-badge.-color-cat-green[href]:hover,
.c-badge.-color-cat-green.-hover:hover,
.c-badge.-color-cat-orange[href]:hover,
.c-badge.-color-cat-orange.-hover:hover,
.c-badge.-color-cat-ygreen[href]:hover,
.c-badge.-color-cat-ygreen.-hover:hover,
.c-badge.-color-cat-beige[href]:hover,
.c-badge.-color-cat-beige.-hover:hover,
.c-badge.-color-cat-gray[href]:hover,
.c-badge.-color-cat-gray.-hover:hover {
	background: #fff
}

.c-badge.-color-white {
	background-color: #fff;
	color: #2d61a2;
	outline-color: #2d61a2
}

.c-badge.-color-white[href]:hover,
.c-badge.-color-white.-hover:hover {
	color: #2d61a2
}

.c-badge.-color-brand {
	background-color: #0b5092;
	outline-color: #2d61a2
}

.c-badge.-color-brand[href]:hover,
.c-badge.-color-brand.-hover:hover {
	color: #2d61a2
}

.c-badge.-color-brand-accent {
	background-color: #d62962;
	outline-color: #d62962
}

.c-badge.-color-brand-accent[href]:hover,
.c-badge.-color-brand-accent.-hover:hover {
	color: #d62962
}

.c-badge.-color-red {
	background-color: #d01726;
	outline-color: #d01726
}

.c-badge.-color-red[href]:hover,
.c-badge.-color-red.-hover:hover {
	color: #d01726
}

.c-badge.-color-blue {
	background-color: #0b67ca;
	outline-color: #0b67ca
}

.c-badge.-color-blue[href]:hover,
.c-badge.-color-blue.-hover:hover {
	color: #0b67ca
}

.c-badge.-color-cat-blue {
	background-color: #5986b2;
	outline-color: #5986b2
}

.c-badge.-color-cat-blue[href]:hover,
.c-badge.-color-cat-blue.-hover:hover {
	color: #5986b2
}

.c-badge.-color-cat-green {
	background-color: #59a9b2;
	outline-color: #59a9b2
}

.c-badge.-color-cat-green[href]:hover,
.c-badge.-color-cat-green.-hover:hover {
	color: #59a9b2
}

.c-badge.-color-cat-orange {
	background-color: #e38e88;
	outline-color: #e38e88
}

.c-badge.-color-cat-orange[href]:hover,
.c-badge.-color-cat-orange.-hover:hover {
	color: #e38e88
}

.c-badge.-color-cat-ygreen {
	background-color: #b1cd95;
	outline-color: #b1cd95
}

.c-badge.-color-cat-ygreen[href]:hover,
.c-badge.-color-cat-ygreen.-hover:hover {
	color: #b1cd95
}

.c-badge.-color-cat-beige {
	background-color: #e3c588;
	outline-color: #e3c588
}

.c-badge.-color-cat-beige[href]:hover,
.c-badge.-color-cat-beige.-hover:hover {
	color: #e3c588
}

.c-badge.-color-cat-gray {
	background-color: #aeb8c7;
	outline-color: #aeb8c7
}

.c-badge.-color-cat-gray[href]:hover,
.c-badge.-color-cat-gray.-hover:hover {
	color: #aeb8c7
}

.c-badge.-size-sm {
	font-size: 1rem;
	padding: .5em .6em;
	border-radius: .5em
}

@media screen and (min-width: 768px) {
	.c-badge.-size-sm-md {
		font-size: 1rem;
		padding: .5em .6em;
		border-radius: .5em
	}
}

.c-badge.-size-lg {
	font-size: 1.4rem;
	padding: .5714285714em .7142857143em;
	border-radius: .3571428571em
}

@media screen and (min-width: 768px) {
	.c-badge.-size-lg-md {
		font-size: 1.4rem;
		padding: .5714285714em .7142857143em;
		border-radius: .3571428571em
	}
}

.c-button {
	--button-size-base: 1.6rem;
	--button-size-magnification: 1;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1.125em 1.375em 1.125em 1.875em;
	font-size: calc(var(--button-size-base)*var(--button-size-magnification));
	line-height: 1.5;
	background-color: #0b5092;
	color: #fff;
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #0b5092;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 100%;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (min-width: 768px) {
	.c-button {
		--button-size-base: 1.4rem;
		padding: .6785714286em 1.1785714286em;
		width: auto
	}
}

.c-button:active,
.c-button[href]:hover,
.c-button[type=submit]:hover,
.c-button.-hover:hover {
	outline-width: .1rem
}

.c-button:active {
	color: #fff
}

@media(hover: hover)and (pointer: fine) {

	.c-button[href]:hover,
	.c-button[type=submit]:hover,
	.c-button.-hover:hover {
		background: #fff;
		color: #0b5092
	}
}

.c-button.-size-sm {
	--button-size-magnification: 0.75
}

.c-button.-size-lg {
	--button-size-magnification: 1.1428571
}

@media screen and (min-width: 768px) {
	.c-button.-size-sm-md {
		--button-size-magnification: 0.75
	}

	.c-button.-size-lg-md {
		--button-size-magnification: 1.1428571
	}
}

.c-button.-density-high {
	padding-top: .3rem;
	padding-bottom: .3rem
}

.c-button.-density-low {
	padding-top: 2.8rem;
	padding-bottom: 2.8rem
}

@media screen and (min-width: 768px) {
	.c-button.-density-high-md {
		padding-top: .3rem;
		padding-bottom: .3rem
	}

	.c-button.-density-low-md {
		padding-top: 2.8rem;
		padding-bottom: 2.8rem
	}
}

.c-button.-radius-rounded {
	border-radius: 1rem
}

.c-button.-radius-circle {
	border-radius: 9999rem
}

@media screen and (min-width: 768px) {
	.c-button.-radius-rounded-md {
		border-radius: 1rem
	}

	.c-button.-radius-circle-md {
		border-radius: 9999rem
	}
}

.c-button.-color-white[href]:hover,
.c-button.-color-white[type=submit]:hover,
.c-button.-color-white.-hover:hover,
.c-button.-color-brand[href]:hover,
.c-button.-color-brand[type=submit]:hover,
.c-button.-color-brand.-hover:hover,
.c-button.-color-brand-accent[href]:hover,
.c-button.-color-brand-accent[type=submit]:hover,
.c-button.-color-brand-accent.-hover:hover,
.c-button.-color-red[href]:hover,
.c-button.-color-red[type=submit]:hover,
.c-button.-color-red.-hover:hover,
.c-button.-color-blue[href]:hover,
.c-button.-color-blue[type=submit]:hover,
.c-button.-color-blue.-hover:hover {
	background: #fff
}

.c-button.-color-white {
	background-color: #fff;
	color: #2d61a2;
	outline-color: #2d61a2
}

.c-button.-color-white[href]:hover,
.c-button.-color-white[type=submit]:hover,
.c-button.-color-white.-hover:hover {
	color: #2d61a2
}

.c-button.-color-brand {
	background-color: #0b5092;
	outline-color: #2d61a2
}

.c-button.-color-brand[href]:hover,
.c-button.-color-brand[type=submit]:hover,
.c-button.-color-brand.-hover:hover {
	color: #2d61a2
}

.c-button.-color-brand-accent {
	background-color: #d62962;
	outline-color: #d62962
}

.c-button.-color-brand-accent[href]:hover,
.c-button.-color-brand-accent[type=submit]:hover,
.c-button.-color-brand-accent.-hover:hover {
	color: #d62962
}

.c-button.-color-red {
	background-color: #d01726;
	outline-color: #d01726
}

.c-button.-color-red[href]:hover,
.c-button.-color-red[type=submit]:hover,
.c-button.-color-red.-hover:hover {
	color: #d01726
}

.c-button.-color-blue {
	background-color: #0b67ca;
	outline-color: #0b67ca
}

.c-button.-color-blue[href]:hover,
.c-button.-color-blue[type=submit]:hover,
.c-button.-color-blue.-hover:hover {
	color: #0b67ca
}

.c-button.-outline-black,
.c-button.-outline-white,
.c-button.-outline-brand,
.c-button.-outline-brand-accent,
.c-button.-outline-red,
.c-button.-outline-blue {
	background-color: transparent
}

.c-button.-outline-black {
	color: #000;
	outline-color: #000
}

.c-button.-outline-black[href]:hover,
.c-button.-outline-black[type=submit]:hover,
.c-button.-outline-black.-hover:hover {
	color: #fff;
	background: #000
}

.c-button.-outline-white {
	color: #fff;
	outline-color: #fff
}

.c-button.-outline-white[href]:hover,
.c-button.-outline-white[type=submit]:hover,
.c-button.-outline-white.-hover:hover {
	color: #2d61a2;
	background: #fff
}

.c-button.-outline-brand {
	color: #2d61a2;
	outline-color: #2d61a2
}

.c-button.-outline-brand[href]:hover,
.c-button.-outline-brand[type=submit]:hover,
.c-button.-outline-brand.-hover:hover {
	color: #fff;
	background: #2d61a2
}

.c-button.-outline-brand-accent {
	color: #d62962;
	outline-color: #d62962
}

.c-button.-outline-brand-accent[href]:hover,
.c-button.-outline-brand-accent[type=submit]:hover,
.c-button.-outline-brand-accent.-hover:hover {
	color: #fff;
	background: #d62962
}

.c-button.-outline-red {
	color: #d01726;
	outline-color: #d01726
}

.c-button.-outline-red[href]:hover,
.c-button.-outline-red[type=submit]:hover,
.c-button.-outline-red.-hover:hover {
	color: #fff;
	background: #d01726
}

.c-button.-outline-blue {
	color: #0b67ca;
	outline-color: #0b67ca
}

.c-button.-outline-blue[href]:hover,
.c-button.-outline-blue[type=submit]:hover,
.c-button.-outline-blue.-hover:hover {
	color: #fff;
	background: #0b67ca
}

.c-button[disabled],
.c-button[aria-disabled=true] {
	background-color: #f2f2f2;
	color: #b7b7b7;
	cursor: not-allowed;
	pointer-events: none
}

.c-button.-width-100per {
	width: 100%
}

.c-button.-width-300 {
	width: 30rem
}

.c-button.-max-width-500 {
	width: 100%;
	max-width: 50rem
}

.c-button.-height-60 {
	height: 6rem
}

.c-button .c-icon {
	font-size: .9em
}

@media not screen and (min-width: 768px) {
	.c-button .c-icon {
		font-size: 1.35em
	}
}

.c-button .c-icon:only-child {
	line-height: inherit
}

.c-button.-icon-side {
	padding-left: 2.25em;
	padding-right: 2.25em
}

.c-button.-icon-side .c-icon.-side-left {
	position: absolute;
	top: 50%;
	left: .875em;
	margin-left: 0;
	transform: translateY(-50%)
}

.c-button.-icon-side .c-icon.-side-right {
	position: absolute;
	top: 50%;
	right: 1.0185185185em;
	margin-left: 0;
	transform: translateY(-50%)
}

.c-button.-vertical {
	display: inline-flex;
	flex-direction: column
}

@media screen and (min-width: 768px) {
	.c-button.-vertical-md {
		display: inline-flex;
		flex-direction: column
	}
}

.c-button__text {
	text-align: left
}

@media not screen and (min-width: 768px) {
	.c-button__text {
		flex: 1
	}
}

.c-icon {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	font-size: 1em;
	vertical-align: -0.06em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.c-icon.-ml {
	margin-left: 1.4285714286em
}

.c-icon.-mr {
	margin-right: 1.4285714286em
}

.c-icon.-size-xs {
	font-size: .75em;
	vertical-align: .0033333333em
}

.c-icon.-size-xs.-ml {
	margin-left: 1.9047619048em
}

.c-icon.-size-xs.-mr {
	margin-right: 1.9047619048em
}

.c-icon.-size-sm {
	font-size: .875em;
	vertical-align: -.0328571429em
}

.c-icon.-size-sm.-ml {
	margin-left: 1.6326530612em
}

.c-icon.-size-sm.-mr {
	margin-right: 1.6326530612em
}

.c-icon.-size-lg {
	font-size: 1.25em;
	vertical-align: -0.098em
}

.c-icon.-size-lg.-ml {
	margin-left: 1.1428571429em
}

.c-icon.-size-lg.-mr {
	margin-right: 1.1428571429em
}

.c-icon.-size-xl {
	font-size: 1.5em;
	vertical-align: -.1233333333em
}

.c-icon.-size-xl.-ml {
	margin-left: .9523809524em
}

.c-icon.-size-xl.-mr {
	margin-right: .9523809524em
}

.c-icon.-icon-caret-right::before {
	content: ""
}

.c-icon.-icon-caret-up::before {
	content: ""
}

.c-icon.-icon-caret-left::before {
	content: ""
}

.c-icon.-icon-caret-down::before {
	content: ""
}

.c-icon.-icon-angle-right::before {
	content: ""
}

.c-icon.-icon-angle-up::before {
	content: ""
}

.c-icon.-icon-angle-left::before {
	content: ""
}

.c-icon.-icon-angle-down::before {
	content: ""
}

.c-icon.-icon-angle-right-light::before {
	content: ""
}

.c-icon.-icon-angle-up-light::before {
	content: ""
}

.c-icon.-icon-angle-left-light::before {
	content: ""
}

.c-icon.-icon-angle-down-light::before {
	content: ""
}

.c-icon.-icon-angle-right-thin::before {
	content: ""
}

.c-icon.-icon-angle-up-thin::before {
	content: ""
}

.c-icon.-icon-angle-left-thin::before {
	content: ""
}

.c-icon.-icon-angle-down-thin::before {
	content: ""
}

.c-icon.-icon-angles-right::before {
	content: ""
}

.c-icon.-icon-angles-up::before {
	content: ""
}

.c-icon.-icon-angles-left::before {
	content: ""
}

.c-icon.-icon-angles-down::before {
	content: ""
}

.c-icon.-icon-angles-right-light::before {
	content: ""
}

.c-icon.-icon-angles-up-light::before {
	content: ""
}

.c-icon.-icon-angles-left-light::before {
	content: ""
}

.c-icon.-icon-angles-down-light::before {
	content: ""
}

.c-icon.-icon-angles-right-thin::before {
	content: ""
}

.c-icon.-icon-angles-up-thin::before {
	content: ""
}

.c-icon.-icon-angles-left-thin::before {
	content: ""
}

.c-icon.-icon-angles-down-thin::before {
	content: ""
}

.c-icon.-icon-close::before {
	content: ""
}

.c-icon.-icon-plus::before {
	content: ""
}

.c-icon.-icon-minus::before {
	content: ""
}

.c-icon.-icon-check::before {
	content: ""
}

.c-icon.-icon-close-light::before {
	content: ""
}

.c-icon.-icon-plus-light::before {
	content: ""
}

.c-icon.-icon-minus-light::before {
	content: ""
}

.c-icon.-icon-check-light::before {
	content: ""
}

.c-icon.-icon-close-thin::before {
	content: ""
}

.c-icon.-icon-plus-thin::before {
	content: ""
}

.c-icon.-icon-minus-thin::before {
	content: ""
}

.c-icon.-icon-check-thin::before {
	content: ""
}

.c-icon.-icon-arrow-right::before {
	content: ""
}

.c-icon.-icon-arrow-up::before {
	content: ""
}

.c-icon.-icon-arrow-left::before {
	content: ""
}

.c-icon.-icon-arrow-down::before {
	content: ""
}

.c-icon.-icon-arrow-right-up::before {
	content: ""
}

.c-icon.-icon-arrow-right-light::before {
	content: ""
}

.c-icon.-icon-arrow-up-light::before {
	content: ""
}

.c-icon.-icon-arrow-left-light::before {
	content: ""
}

.c-icon.-icon-arrow-down-light::before {
	content: ""
}

.c-icon.-icon-arrow-right-up-light::before {
	content: ""
}

.c-icon.-icon-arrow-right-thin::before {
	content: ""
}

.c-icon.-icon-arrow-up-thin::before {
	content: ""
}

.c-icon.-icon-arrow-left-thin::before {
	content: ""
}

.c-icon.-icon-arrow-down-thin::before {
	content: ""
}

.c-icon.-icon-arrow-right-up-thin::before {
	content: ""
}

.c-icon.-icon-information::before {
	content: ""
}

.c-icon.-icon-hamburger-menu::before {
	content: ""
}

.c-icon.-icon-mail::before {
	content: ""
}

.c-icon.-icon-pdf::before {
	content: ""
}

.c-icon.-icon-search::before {
	content: ""
}

.c-icon.-icon-phone::before {
	content: ""
}

.c-icon.-icon-sns-twitter::before {
	content: ""
}

.c-icon.-icon-sns-facebook::before {
	content: ""
}

.c-icon.-icon-sns-youtube::before {
	content: ""
}

.c-icon.-icon-sns-instagram::before {
	content: ""
}

.c-icon.-icon-sns-line::before {
	content: ""
}

.c-icon.-icon-hand-pointer::before {
	content: ""
}

.c-icon.-icon-hand-pointer-right::before {
	content: ""
}

.c-icon.-icon-hand-pointer-up::before {
	content: ""
}

.c-icon.-icon-hand-pointer-left::before {
	content: ""
}

.c-icon.-icon-hand-pointer-down::before {
	content: ""
}

.c-row {
	--gutter-x: 0rem;
	--gutter-y: 0rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gutter-y) var(--gutter-x)
}

.c-row.-gutters-0,
.c-row.-gutters-x-0 {
	--gutter-x: 0rem
}

.c-row.-gutters-0,
.c-row.-gutters-y-0 {
	--gutter-y: 0rem
}

.c-row.-gutters-10,
.c-row.-gutters-x-10 {
	--gutter-x: 1rem
}

.c-row.-gutters-10,
.c-row.-gutters-y-10 {
	--gutter-y: 1rem
}

.c-row.-gutters-15,
.c-row.-gutters-x-15 {
	--gutter-x: 1.5rem
}

.c-row.-gutters-15,
.c-row.-gutters-y-15 {
	--gutter-y: 1.5rem
}

.c-row.-gutters-20,
.c-row.-gutters-x-20 {
	--gutter-x: 2rem
}

.c-row.-gutters-20,
.c-row.-gutters-y-20 {
	--gutter-y: 2rem
}

.c-row.-gutters-25,
.c-row.-gutters-x-25 {
	--gutter-x: 2.5rem
}

.c-row.-gutters-25,
.c-row.-gutters-y-25 {
	--gutter-y: 2.5rem
}

.c-row.-gutters-30,
.c-row.-gutters-x-30 {
	--gutter-x: 3rem
}

.c-row.-gutters-30,
.c-row.-gutters-y-30 {
	--gutter-y: 3rem
}

.c-row.-gutters-40,
.c-row.-gutters-x-40 {
	--gutter-x: 4rem
}

.c-row.-gutters-40,
.c-row.-gutters-y-40 {
	--gutter-y: 4rem
}

.c-row.-gutters-45,
.c-row.-gutters-x-45 {
	--gutter-x: 4.5rem
}

.c-row.-gutters-45,
.c-row.-gutters-y-45 {
	--gutter-y: 4.5rem
}

.c-row.-gutters-50,
.c-row.-gutters-x-50 {
	--gutter-x: 5rem
}

.c-row.-gutters-50,
.c-row.-gutters-y-50 {
	--gutter-y: 5rem
}

.c-row.-gutters-60,
.c-row.-gutters-x-60 {
	--gutter-x: 6rem
}

.c-row.-gutters-60,
.c-row.-gutters-y-60 {
	--gutter-y: 6rem
}

@media screen and (min-width: 576px) {

	.c-row.-gutters-0-sm,
	.c-row.-gutters-x-0-sm {
		--gutter-x: 0rem
	}

	.c-row.-gutters-0-sm,
	.c-row.-gutters-y-0-sm {
		--gutter-y: 0rem
	}

	.c-row.-gutters-10-sm,
	.c-row.-gutters-x-10-sm {
		--gutter-x: 1rem
	}

	.c-row.-gutters-10-sm,
	.c-row.-gutters-y-10-sm {
		--gutter-y: 1rem
	}

	.c-row.-gutters-15-sm,
	.c-row.-gutters-x-15-sm {
		--gutter-x: 1.5rem
	}

	.c-row.-gutters-15-sm,
	.c-row.-gutters-y-15-sm {
		--gutter-y: 1.5rem
	}

	.c-row.-gutters-20-sm,
	.c-row.-gutters-x-20-sm {
		--gutter-x: 2rem
	}

	.c-row.-gutters-20-sm,
	.c-row.-gutters-y-20-sm {
		--gutter-y: 2rem
	}

	.c-row.-gutters-25-sm,
	.c-row.-gutters-x-25-sm {
		--gutter-x: 2.5rem
	}

	.c-row.-gutters-25-sm,
	.c-row.-gutters-y-25-sm {
		--gutter-y: 2.5rem
	}

	.c-row.-gutters-30-sm,
	.c-row.-gutters-x-30-sm {
		--gutter-x: 3rem
	}

	.c-row.-gutters-30-sm,
	.c-row.-gutters-y-30-sm {
		--gutter-y: 3rem
	}

	.c-row.-gutters-40-sm,
	.c-row.-gutters-x-40-sm {
		--gutter-x: 4rem
	}

	.c-row.-gutters-40-sm,
	.c-row.-gutters-y-40-sm {
		--gutter-y: 4rem
	}

	.c-row.-gutters-45-sm,
	.c-row.-gutters-x-45-sm {
		--gutter-x: 4.5rem
	}

	.c-row.-gutters-45-sm,
	.c-row.-gutters-y-45-sm {
		--gutter-y: 4.5rem
	}

	.c-row.-gutters-50-sm,
	.c-row.-gutters-x-50-sm {
		--gutter-x: 5rem
	}

	.c-row.-gutters-50-sm,
	.c-row.-gutters-y-50-sm {
		--gutter-y: 5rem
	}

	.c-row.-gutters-60-sm,
	.c-row.-gutters-x-60-sm {
		--gutter-x: 6rem
	}

	.c-row.-gutters-60-sm,
	.c-row.-gutters-y-60-sm {
		--gutter-y: 6rem
	}
}

@media screen and (min-width: 768px) {

	.c-row.-gutters-0-md,
	.c-row.-gutters-x-0-md {
		--gutter-x: 0rem
	}

	.c-row.-gutters-0-md,
	.c-row.-gutters-y-0-md {
		--gutter-y: 0rem
	}

	.c-row.-gutters-10-md,
	.c-row.-gutters-x-10-md {
		--gutter-x: 1rem
	}

	.c-row.-gutters-10-md,
	.c-row.-gutters-y-10-md {
		--gutter-y: 1rem
	}

	.c-row.-gutters-15-md,
	.c-row.-gutters-x-15-md {
		--gutter-x: 1.5rem
	}

	.c-row.-gutters-15-md,
	.c-row.-gutters-y-15-md {
		--gutter-y: 1.5rem
	}

	.c-row.-gutters-20-md,
	.c-row.-gutters-x-20-md {
		--gutter-x: 2rem
	}

	.c-row.-gutters-20-md,
	.c-row.-gutters-y-20-md {
		--gutter-y: 2rem
	}

	.c-row.-gutters-25-md,
	.c-row.-gutters-x-25-md {
		--gutter-x: 2.5rem
	}

	.c-row.-gutters-25-md,
	.c-row.-gutters-y-25-md {
		--gutter-y: 2.5rem
	}

	.c-row.-gutters-30-md,
	.c-row.-gutters-x-30-md {
		--gutter-x: 3rem
	}

	.c-row.-gutters-30-md,
	.c-row.-gutters-y-30-md {
		--gutter-y: 3rem
	}

	.c-row.-gutters-40-md,
	.c-row.-gutters-x-40-md {
		--gutter-x: 4rem
	}

	.c-row.-gutters-40-md,
	.c-row.-gutters-y-40-md {
		--gutter-y: 4rem
	}

	.c-row.-gutters-45-md,
	.c-row.-gutters-x-45-md {
		--gutter-x: 4.5rem
	}

	.c-row.-gutters-45-md,
	.c-row.-gutters-y-45-md {
		--gutter-y: 4.5rem
	}

	.c-row.-gutters-50-md,
	.c-row.-gutters-x-50-md {
		--gutter-x: 5rem
	}

	.c-row.-gutters-50-md,
	.c-row.-gutters-y-50-md {
		--gutter-y: 5rem
	}

	.c-row.-gutters-60-md,
	.c-row.-gutters-x-60-md {
		--gutter-x: 6rem
	}

	.c-row.-gutters-60-md,
	.c-row.-gutters-y-60-md {
		--gutter-y: 6rem
	}
}

@media screen and (min-width: 992px) {

	.c-row.-gutters-0-lg,
	.c-row.-gutters-x-0-lg {
		--gutter-x: 0rem
	}

	.c-row.-gutters-0-lg,
	.c-row.-gutters-y-0-lg {
		--gutter-y: 0rem
	}

	.c-row.-gutters-10-lg,
	.c-row.-gutters-x-10-lg {
		--gutter-x: 1rem
	}

	.c-row.-gutters-10-lg,
	.c-row.-gutters-y-10-lg {
		--gutter-y: 1rem
	}

	.c-row.-gutters-15-lg,
	.c-row.-gutters-x-15-lg {
		--gutter-x: 1.5rem
	}

	.c-row.-gutters-15-lg,
	.c-row.-gutters-y-15-lg {
		--gutter-y: 1.5rem
	}

	.c-row.-gutters-20-lg,
	.c-row.-gutters-x-20-lg {
		--gutter-x: 2rem
	}

	.c-row.-gutters-20-lg,
	.c-row.-gutters-y-20-lg {
		--gutter-y: 2rem
	}

	.c-row.-gutters-25-lg,
	.c-row.-gutters-x-25-lg {
		--gutter-x: 2.5rem
	}

	.c-row.-gutters-25-lg,
	.c-row.-gutters-y-25-lg {
		--gutter-y: 2.5rem
	}

	.c-row.-gutters-30-lg,
	.c-row.-gutters-x-30-lg {
		--gutter-x: 3rem
	}

	.c-row.-gutters-30-lg,
	.c-row.-gutters-y-30-lg {
		--gutter-y: 3rem
	}

	.c-row.-gutters-40-lg,
	.c-row.-gutters-x-40-lg {
		--gutter-x: 4rem
	}

	.c-row.-gutters-40-lg,
	.c-row.-gutters-y-40-lg {
		--gutter-y: 4rem
	}

	.c-row.-gutters-45-lg,
	.c-row.-gutters-x-45-lg {
		--gutter-x: 4.5rem
	}

	.c-row.-gutters-45-lg,
	.c-row.-gutters-y-45-lg {
		--gutter-y: 4.5rem
	}

	.c-row.-gutters-50-lg,
	.c-row.-gutters-x-50-lg {
		--gutter-x: 5rem
	}

	.c-row.-gutters-50-lg,
	.c-row.-gutters-y-50-lg {
		--gutter-y: 5rem
	}

	.c-row.-gutters-60-lg,
	.c-row.-gutters-x-60-lg {
		--gutter-x: 6rem
	}

	.c-row.-gutters-60-lg,
	.c-row.-gutters-y-60-lg {
		--gutter-y: 6rem
	}
}

.c-row.-size-1-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((1 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-2-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((2 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-3-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((3 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-4-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((4 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-5-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((5 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-6-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((6 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-7-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((7 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-8-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((8 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-9-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((9 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-10-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((10 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-11-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((11 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-12-12 .c-row__col {
	flex: 0 0 auto;
	width: calc((12 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row.-size-auto .c-row__col {
	flex: 0 0 auto;
	width: auto
}

@media screen and (min-width: 576px) {
	.c-row.-size-1-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((1 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-2-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((2 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-3-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((3 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-4-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((4 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-5-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((5 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-6-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((6 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-7-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((7 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-8-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((8 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-9-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((9 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-10-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((10 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-11-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((11 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-12-12-sm .c-row__col {
		flex: 0 0 auto;
		width: calc((12 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-auto-sm .c-row__col {
		flex: 0 0 auto;
		width: auto
	}
}

@media screen and (min-width: 768px) {
	.c-row.-size-1-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((1 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-2-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((2 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-3-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((3 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-4-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((4 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-5-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((5 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-6-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((6 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-7-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((7 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-8-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((8 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-9-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((9 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-10-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((10 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-11-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((11 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-12-12-md .c-row__col {
		flex: 0 0 auto;
		width: calc((12 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-auto-md .c-row__col {
		flex: 0 0 auto;
		width: auto
	}
}

@media screen and (min-width: 992px) {
	.c-row.-size-1-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((1 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-2-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((2 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-3-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((3 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-4-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((4 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-5-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((5 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-6-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((6 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-7-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((7 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-8-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((8 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-9-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((9 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-10-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((10 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-11-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((11 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-12-12-lg .c-row__col {
		flex: 0 0 auto;
		width: calc((12 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row.-size-auto-lg .c-row__col {
		flex: 0 0 auto;
		width: auto
	}
}

.c-row .c-row__col {
	flex: 1 0 0%
}

.c-row .c-row__col.-size-1-12 {
	flex: 0 0 auto;
	width: calc((1 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-2-12 {
	flex: 0 0 auto;
	width: calc((2 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-3-12 {
	flex: 0 0 auto;
	width: calc((3 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-4-12 {
	flex: 0 0 auto;
	width: calc((4 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-5-12 {
	flex: 0 0 auto;
	width: calc((5 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-6-12 {
	flex: 0 0 auto;
	width: calc((6 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-7-12 {
	flex: 0 0 auto;
	width: calc((7 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-8-12 {
	flex: 0 0 auto;
	width: calc((8 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-9-12 {
	flex: 0 0 auto;
	width: calc((9 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-10-12 {
	flex: 0 0 auto;
	width: calc((10 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-11-12 {
	flex: 0 0 auto;
	width: calc((11 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-12-12 {
	flex: 0 0 auto;
	width: calc((12 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
}

.c-row .c-row__col.-size-auto {
	flex: 0 0 auto;
	width: auto
}

@media screen and (min-width: 576px) {
	.c-row .c-row__col.-size-1-12-sm {
		flex: 0 0 auto;
		width: calc((1 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-2-12-sm {
		flex: 0 0 auto;
		width: calc((2 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-3-12-sm {
		flex: 0 0 auto;
		width: calc((3 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-4-12-sm {
		flex: 0 0 auto;
		width: calc((4 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-5-12-sm {
		flex: 0 0 auto;
		width: calc((5 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-6-12-sm {
		flex: 0 0 auto;
		width: calc((6 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-7-12-sm {
		flex: 0 0 auto;
		width: calc((7 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-8-12-sm {
		flex: 0 0 auto;
		width: calc((8 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-9-12-sm {
		flex: 0 0 auto;
		width: calc((9 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-10-12-sm {
		flex: 0 0 auto;
		width: calc((10 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-11-12-sm {
		flex: 0 0 auto;
		width: calc((11 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-12-12-sm {
		flex: 0 0 auto;
		width: calc((12 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-auto-sm {
		flex: 0 0 auto;
		width: auto
	}
}

@media screen and (min-width: 768px) {
	.c-row .c-row__col.-size-1-12-md {
		flex: 0 0 auto;
		width: calc((1 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-2-12-md {
		flex: 0 0 auto;
		width: calc((2 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-3-12-md {
		flex: 0 0 auto;
		width: calc((3 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-4-12-md {
		flex: 0 0 auto;
		width: calc((4 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-5-12-md {
		flex: 0 0 auto;
		width: calc((5 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-6-12-md {
		flex: 0 0 auto;
		width: calc((6 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-7-12-md {
		flex: 0 0 auto;
		width: calc((7 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-8-12-md {
		flex: 0 0 auto;
		width: calc((8 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-9-12-md {
		flex: 0 0 auto;
		width: calc((9 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-10-12-md {
		flex: 0 0 auto;
		width: calc((10 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-11-12-md {
		flex: 0 0 auto;
		width: calc((11 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-12-12-md {
		flex: 0 0 auto;
		width: calc((12 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-auto-md {
		flex: 0 0 auto;
		width: auto
	}
}

@media screen and (min-width: 992px) {
	.c-row .c-row__col.-size-1-12-lg {
		flex: 0 0 auto;
		width: calc((1 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-2-12-lg {
		flex: 0 0 auto;
		width: calc((2 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-3-12-lg {
		flex: 0 0 auto;
		width: calc((3 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-4-12-lg {
		flex: 0 0 auto;
		width: calc((4 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-5-12-lg {
		flex: 0 0 auto;
		width: calc((5 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-6-12-lg {
		flex: 0 0 auto;
		width: calc((6 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-7-12-lg {
		flex: 0 0 auto;
		width: calc((7 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-8-12-lg {
		flex: 0 0 auto;
		width: calc((8 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-9-12-lg {
		flex: 0 0 auto;
		width: calc((9 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-10-12-lg {
		flex: 0 0 auto;
		width: calc((10 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-11-12-lg {
		flex: 0 0 auto;
		width: calc((11 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-12-12-lg {
		flex: 0 0 auto;
		width: calc((12 / 12 * (100% + var(--gutter-x))) - var(--gutter-x))
	}

	.c-row .c-row__col.-size-auto-lg {
		flex: 0 0 auto;
		width: auto
	}
}

.c-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
	font-size: 1.2rem;
	line-height: 1.3;
	list-style: none
}

.c-breadcrumb__item:not(:first-child)::before {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: inline-block;
	padding-right: 1em;
	font-size: 1em;
	vertical-align: -0.06em
}

.c-page-title {
	position: relative;
	font-size: 3rem;
	line-height: 1.46666;
	font-weight: 700;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.1rem
}

@media screen and (min-width: 768px) {
	.c-page-title {
		font-size: 3rem;
		line-height: 1.46666
	}
}

@media screen and (min-width: 768px) {
	.c-page-title {
		gap: 1.7rem
	}
}

.c-page-title__sub {
	color: #0b5092;
	font-size: 2rem;
	text-align: center;
	width: 100%;
	display: block
}

@media screen and (min-width: 768px) {
	.c-page-title__sub {
		margin-top: -3.5rem;
		margin-bottom: .8rem
	}
}

.c-page-title__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%
}

.c-page-title__en {
	font-family: din-2014;
	font-size: 5rem;
	-webkit-text-stroke: 1px rgba(0, 0, 0, .2);
	color: transparent;
	line-height: 1.28;
	text-align: center
}

@media screen and (min-width: 768px) {
	.c-page-title__en {
		font-size: 10rem;
		line-height: 1.27
	}
}

.c-page-title__ja {
	position: absolute;
	top: calc(50% - .05em);
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.33333;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: .6rem;
	width: 100%;
	text-align: center
}

.c-page-title__ja:before {
	content: "";
	width: 4rem;
	height: .3rem;
	transform: rotate(-45deg) translateY(0.1rem);
	margin-top: .1rem;
	margin-right: .6rem;
	background: #0b5092
}

.c-page-title__balloon {
	position: relative;
	background: #fff;
	color: #0b5092;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: .4rem 2.4rem;
	border-radius: 99999rem
}

.c-page-title__balloon:after {
	content: "";
	display: block;
	border-top: 1.8rem solid #fff;
	border-right: 1.05rem solid transparent;
	border-left: 1.05rem solid transparent;
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translate(-50%, 100%)
}

@media screen and (min-width: 768px) {
	.c-page-title__balloon {
		font-size: 2.2rem;
		line-height: 1.454545;
		padding: .55rem 2rem
	}
}

@media screen and (min-width: 768px) {
	.c-page-title--xs .c-page-title__en {
		font-size: 6rem;
		line-height: 1.26666
	}
}

@media screen and (min-width: 768px) {
	.c-page-title__en--xs {
		font-size: 6rem;
		line-height: 1.26666
	}
}

.c-page-title--sm .c-page-title__en {
	letter-spacing: -0.026em
}

@media not screen and (min-width: 768px) {
	.c-page-title--sm .c-page-title__ja {
		font-size: 2.7rem;
		line-height: 1.44444
	}
}

@media screen and (min-width: 768px) {
	.c-page-title--sm .c-page-title__en {
		font-size: 7.6rem;
		line-height: 1.11842
	}
}

@media screen and (min-width: 768px) {
	.c-page-title__en--sm {
		font-size: 7.6rem;
		line-height: 1.11842
	}
}

@media not screen and (min-width: 768px) {
	.c-page-title__en--lg {
		font-size: 7.6rem;
		line-height: 1.11842
	}
}

.c-page-title--light {
	color: #fff
}

.c-page-title--light .c-page-title__en {
	-webkit-text-stroke-color: rgba(255, 255, 255, .3)
}

.c-section {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center
}

.c-section__header,
.c-section__body,
.c-section__footer {
	width: 100%;
	padding-right: var(--section-padding);
	padding-left: var(--section-padding)
}

.c-section__body {
	position: relative
}

.c-section__footer {
	position: relative;
	display: flex;
	justify-content: center
}

.c-section__footer:not(:first-child) {
	margin-top: 5rem
}

@media screen and (min-width: 768px) {
	.c-section__footer:not(:first-child) {
		margin-top: 8rem
	}
}

.c-section__404 {
	margin-top: 5rem
}

@media screen and (min-width: 768px) {
	.c-section__404 {
		margin-top: 8rem
	}
}

.c-section.-broken {
	max-width: 136.6rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media screen and (min-width: 768px) {
	.c-section.-broken {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start
	}
}

.c-section.-broken .c-section__header {
	padding: 0
}

@media screen and (min-width: 768px) {
	.c-section.-broken .c-section__header {
		max-width: 62.1522693997%
	}
}

.c-section.-broken .c-section__heading {
	font-size: 2.4rem;
	line-height: 1.458333;
	font-weight: bold;
	color: #0b5092;
	margin-bottom: 2rem
}

.c-section.-broken .c-figure {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative
}

@media screen and (min-width: 768px) {
	.c-section.-broken .c-figure {
		border-radius: 0 5rem 0 0;
		display: flex;
		align-items: center
	}
}

@media screen and (min-width: 768px) {
	.c-section.-broken .c-figure__img {
		object-fit: cover;
		height: 50rem;
		width: 100%
	}
}

.c-section.-broken .c-section__body {
	margin-top: 3rem
}

@media screen and (min-width: 768px) {
	.c-section.-broken .c-section__body {
		max-width: 47.0717423133%;
		margin-left: -9.224011713%;
		width: 100%;
		background: #fff;
		border-radius: 5rem 0 0 0;
		padding: 5.5rem 8rem;
		align-self: flex-start;
		margin-top: 5rem
	}
}

@media screen and (min-width: 768px) {
	.c-section.-broken.-reverse-md .c-figure {
		border-radius: 5rem 0 0 0
	}
}

@media screen and (min-width: 768px) {
	.c-section.-broken.-reverse-md {
		flex-direction: row-reverse
	}
}

@media screen and (min-width: 768px) {
	.c-section.-broken.-reverse-md .c-section__body {
		border-radius: 0 5rem 0 0;
		margin-left: 0;
		margin-right: -9.224011713%
	}
}

.c-section.-broken-center {
	max-width: 106.6rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	flex-direction: column
}

@media screen and (min-width: 768px) {
	.c-section.-broken-center {
		justify-content: center;
		align-items: center
	}
}

.c-section.-broken-center .c-section__header {
	padding: 0
}

.c-section.-broken-center .c-section__heading {
	font-size: 2.4rem;
	line-height: 1.458333;
	font-weight: bold;
	color: #0b5092;
	margin-bottom: 2rem;
	text-align: center
}

.c-section.-broken-center .c-figure {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative
}

@media screen and (min-width: 768px) {
	.c-section.-broken-center .c-figure {
		border-radius: 5rem 5rem 0 0;
		display: flex;
		align-items: center
	}
}

.c-section.-broken-center .c-figure__img {
	object-fit: cover
}

@media not screen and (min-width: 768px) {
	.c-section.-broken-center .c-figure__img {
		aspect-ratio: 375/230
	}
}

@media screen and (min-width: 768px) {
	.c-section.-broken-center .c-figure__img {
		height: 50rem;
		width: 100%
	}
}

.c-section.-broken-center .c-section__body {
	margin-top: 3rem;
	background: #fff
}

@media not screen and (min-width: 768px) {
	.c-section.-broken-center .c-section__body {
		padding: 4rem 2rem;
		margin: -5rem 0 0;
		max-width: calc(100% - 4rem);
		border-radius: 1rem
	}
}

@media screen and (min-width: 768px) {
	.c-section.-broken-center .c-section__body {
		max-width: 80rem;
		margin-top: -18.6rem;
		width: 100%;
		border-radius: 5rem 5rem 0 0;
		padding: 5rem
	}
}

.c-section.-max-width-none .c-section__header,
.c-section.-max-width-none .c-section__body,
.c-section.-max-width-none .c-section__footer {
	max-width: calc(none + 4rem)
}

.c-section.-max-width-xsm .c-section__header,
.c-section.-max-width-xsm .c-section__body,
.c-section.-max-width-xsm .c-section__footer {
	max-width: 84rem
}

.c-section.-max-width-sm .c-section__header,
.c-section.-max-width-sm .c-section__body,
.c-section.-max-width-sm .c-section__footer {
	max-width: 100rem
}

.c-section.-max-width-md .c-section__header,
.c-section.-max-width-md .c-section__body,
.c-section.-max-width-md .c-section__footer {
	max-width: 110.6rem
}

.c-section.-max-width-lg .c-section__header,
.c-section.-max-width-lg .c-section__body,
.c-section.-max-width-lg .c-section__footer {
	max-width: 112rem
}

.c-section.-max-width-xlg .c-section__header,
.c-section.-max-width-xlg .c-section__body,
.c-section.-max-width-xlg .c-section__footer {
	max-width: 132.6rem
}

.c-section.-max-width-xxlg .c-section__header,
.c-section.-max-width-xxlg .c-section__body,
.c-section.-max-width-xxlg .c-section__footer {
	max-width: 140.6rem
}

.c-section__description {
	text-align: center
}

@media screen and (min-width: 576px) {

	.c-section.-max-width-none-sm .c-section__header,
	.c-section.-max-width-none-sm .c-section__body,
	.c-section.-max-width-none-sm .c-section__footer {
		max-width: calc(none + 4rem)
	}

	.c-section.-max-width-xsm-sm .c-section__header,
	.c-section.-max-width-xsm-sm .c-section__body,
	.c-section.-max-width-xsm-sm .c-section__footer {
		max-width: 84rem
	}

	.c-section.-max-width-sm-sm .c-section__header,
	.c-section.-max-width-sm-sm .c-section__body,
	.c-section.-max-width-sm-sm .c-section__footer {
		max-width: 100rem
	}

	.c-section.-max-width-md-sm .c-section__header,
	.c-section.-max-width-md-sm .c-section__body,
	.c-section.-max-width-md-sm .c-section__footer {
		max-width: 110.6rem
	}

	.c-section.-max-width-lg-sm .c-section__header,
	.c-section.-max-width-lg-sm .c-section__body,
	.c-section.-max-width-lg-sm .c-section__footer {
		max-width: 112rem
	}

	.c-section.-max-width-xlg-sm .c-section__header,
	.c-section.-max-width-xlg-sm .c-section__body,
	.c-section.-max-width-xlg-sm .c-section__footer {
		max-width: 132.6rem
	}

	.c-section.-max-width-xxlg-sm .c-section__header,
	.c-section.-max-width-xxlg-sm .c-section__body,
	.c-section.-max-width-xxlg-sm .c-section__footer {
		max-width: 140.6rem
	}

	.c-section__description {
		text-align: center
	}
}

@media screen and (min-width: 768px) {

	.c-section.-max-width-none-md .c-section__header,
	.c-section.-max-width-none-md .c-section__body,
	.c-section.-max-width-none-md .c-section__footer {
		max-width: calc(none + 4rem)
	}

	.c-section.-max-width-xsm-md .c-section__header,
	.c-section.-max-width-xsm-md .c-section__body,
	.c-section.-max-width-xsm-md .c-section__footer {
		max-width: 84rem
	}

	.c-section.-max-width-sm-md .c-section__header,
	.c-section.-max-width-sm-md .c-section__body,
	.c-section.-max-width-sm-md .c-section__footer {
		max-width: 100rem
	}

	.c-section.-max-width-md-md .c-section__header,
	.c-section.-max-width-md-md .c-section__body,
	.c-section.-max-width-md-md .c-section__footer {
		max-width: 110.6rem
	}

	.c-section.-max-width-lg-md .c-section__header,
	.c-section.-max-width-lg-md .c-section__body,
	.c-section.-max-width-lg-md .c-section__footer {
		max-width: 112rem
	}

	.c-section.-max-width-xlg-md .c-section__header,
	.c-section.-max-width-xlg-md .c-section__body,
	.c-section.-max-width-xlg-md .c-section__footer {
		max-width: 132.6rem
	}

	.c-section.-max-width-xxlg-md .c-section__header,
	.c-section.-max-width-xxlg-md .c-section__body,
	.c-section.-max-width-xxlg-md .c-section__footer {
		max-width: 140.6rem
	}

	.c-section__description {
		text-align: center
	}
}

@media screen and (min-width: 992px) {

	.c-section.-max-width-none-lg .c-section__header,
	.c-section.-max-width-none-lg .c-section__body,
	.c-section.-max-width-none-lg .c-section__footer {
		max-width: calc(none + 4rem)
	}

	.c-section.-max-width-xsm-lg .c-section__header,
	.c-section.-max-width-xsm-lg .c-section__body,
	.c-section.-max-width-xsm-lg .c-section__footer {
		max-width: 84rem
	}

	.c-section.-max-width-sm-lg .c-section__header,
	.c-section.-max-width-sm-lg .c-section__body,
	.c-section.-max-width-sm-lg .c-section__footer {
		max-width: 100rem
	}

	.c-section.-max-width-md-lg .c-section__header,
	.c-section.-max-width-md-lg .c-section__body,
	.c-section.-max-width-md-lg .c-section__footer {
		max-width: 110.6rem
	}

	.c-section.-max-width-lg-lg .c-section__header,
	.c-section.-max-width-lg-lg .c-section__body,
	.c-section.-max-width-lg-lg .c-section__footer {
		max-width: 112rem
	}

	.c-section.-max-width-xlg-lg .c-section__header,
	.c-section.-max-width-xlg-lg .c-section__body,
	.c-section.-max-width-xlg-lg .c-section__footer {
		max-width: 132.6rem
	}

	.c-section.-max-width-xxlg-lg .c-section__header,
	.c-section.-max-width-xxlg-lg .c-section__body,
	.c-section.-max-width-xxlg-lg .c-section__footer {
		max-width: 140.6rem
	}

	.c-section__description {
		text-align: center
	}
}

.c-section--rich .c-section__header {
	padding: 0
}

.c-section--rich .c-section__body p:not(:first-child) {
	margin-top: 1.5rem
}

.c-section--rich .c-section__body p:not(:last-child) {
	margin-bottom: 1.5rem
}

.c-section--rich .c-section__body figure:not(:first-child) {
	margin-top: 2rem
}

.c-section--rich .c-section__body figure:not(:last-child) {
	margin-bottom: 2rem
}

.c-section--rich .c-section__footer {
	display: flex;
	justify-content: center;
	align-items: center
}

@media not screen and (min-width: 768px) {
	.c-section--rich .c-section__footer {
		margin-top: 3rem
	}
}

.c-section--box.-p-md {
	--section-padding: 3rem
}

.c-section--box.-p-lg {
	--section-padding: 4rem
}

.c-section--box.-p-xlg {
	--section-padding: 5rem
}

.c-section--box.-p-xxlg {
	--section-padding: 8rem
}

@media screen and (min-width: 768px) {
	.c-section--box.-p-sm-md {
		--section-padding: 2rem
	}

	.c-section--box.-p-md-md {
		--section-padding: 3rem
	}

	.c-section--box.-p-lg-md {
		--section-padding: 4rem
	}

	.c-section--box.-p-xlg-md {
		--section-padding: 5rem
	}

	.c-section--box.-p-xxlg-md {
		--section-padding: 8rem
	}
}

.c-section--box .c-section__header {
	background: #f2f2f2;
	border-radius: 1rem 1rem 0 0
}

@media screen and (min-width: 768px) {
	.c-section--box .c-section__header {
		border-radius: 2rem 2rem 0 0
	}
}

.c-section--box .c-section__body {
	background: #f2f2f2;
	border-radius: 1rem
}

@media screen and (min-width: 768px) {
	.c-section--box .c-section__body {
		border-radius: 2rem
	}
}

.c-section--box .c-section__header+.c-section__body {
	border-radius: 0 0 1rem 1rem;
	margin-top: 0
}

@media screen and (min-width: 768px) {
	.c-section--box .c-section__header+.c-section__body {
		border-radius: 0 0 2rem 2rem
	}
}

.c-section--box .c-section__header {
	padding: var(--section-padding) 0 var(--section-padding)
}

@media screen and (min-width: 768px) {
	.c-section--box .c-section__header {
		padding: var(--section-padding) 0 0
	}
}

.c-section--box .c-section__body {
	padding: var(--section-padding) var(--section-side-padding)
}

@media screen and (min-width: 768px) {
	.c-section--box .c-section__body {
		padding: var(--section-padding) var(--section-padding)
	}
}

@media screen and (min-width: 768px) {
	.c-section--box .c-section__header+.c-section__body {
		padding-top: 4rem
	}
}

.c-section--box .c-section__footer {
	padding: 0
}

.c-section--box .c-container {
	--container-gutter: 0rem;
	padding-left: var(--section-padding);
	padding-right: var(--section-padding)
}

.c-collapse:not(.-active) .c-collapse__trigger-on {
	display: none
}

.c-collapse:not(.-active) .c-collapse__body {
	display: none
}

.c-collapse.-active .c-collapse__trigger-off {
	display: none
}

.c-collapse.-overflow:not(.-active) .c-collapse__body {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.c-tab:not(.-label):not(.-box) .c-tab__buttons-inner {
	display: flex;
	list-style: none
}

.c-tab:not(.-label):not(.-box) .c-tab__button {
	display: block;
	height: 100%;
	padding-top: 1.6rem;
	padding-bottom: 1.5rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	border-bottom: solid .1rem transparent;
	color: inherit;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	word-break: break-all
}

.c-tab:not(.-label):not(.-box) .c-tab__button.-active {
	border-bottom-color: #000
}

@media(hover: hover)and (pointer: fine) {
	.c-tab:not(.-label):not(.-box) .c-tab__button:not(.-active):hover {
		opacity: .8
	}
}

.c-tab:not(.-label):not(.-box) .c-tab__panel:not(.-active) {
	display: none
}

.c-tab.-label .c-tab__buttons {
	display: flex
}

.c-tab.-label .c-tab__buttons-inner {
	display: flex;
	align-items: flex-end;
	flex-grow: 1;
	gap: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	list-style: none
}

.c-tab.-label .c-tab__buttons-item {
	flex-basis: 100%
}

.c-tab.-label .c-tab__button {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 4rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	border: .1rem #000;
	border-style: solid solid none solid;
	border-radius: 1rem 1rem 0 0;
	background-color: #000;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	word-break: break-all
}

.c-tab.-label .c-tab__button.-active {
	min-height: 6rem;
	margin-top: 0;
	background-color: #fff;
	color: #000
}

@media(hover: hover)and (pointer: fine) {
	.c-tab.-label .c-tab__button:not(.-active):hover {
		opacity: .8
	}
}

.c-tab.-label .c-tab__panel:not(.-active) {
	display: none
}

.c-tab.-box .c-tab__buttons {
	display: flex
}

.c-tab.-box .c-tab__buttons-inner {
	display: flex;
	flex-grow: 1;
	border: solid .1rem #000;
	list-style: none
}

.c-tab.-box .c-tab__buttons-item {
	flex-basis: 100%
}

.c-tab.-box .c-tab__buttons-item+.c-tab__buttons-item {
	border-left: solid .1rem #fff
}

.c-tab.-box .c-tab__button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 5.8rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	background-color: #000;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	word-break: break-all
}

.c-tab.-box .c-tab__button.-active {
	background-color: transparent;
	color: #000
}

.c-tab.-box .c-tab__button.-active::after {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: ""
}

@media(hover: hover)and (pointer: fine) {
	.c-tab.-box .c-tab__button:not(.-active):hover {
		opacity: .8
	}
}

.c-tab.-box .c-tab__panel:not(.-active) {
	display: none
}

.c-tab.-overflow .c-tab__buttons {
	overflow-x: auto
}

.c-tab.-overflow .c-tab__buttons-inner {
	flex-shrink: 0
}

.c-table {
	min-width: 100%;
	caption-side: bottom;
	border-collapse: collapse;
	border-color: #f2f2f2;
	line-height: 1.5;
	border-radius: 1rem;
	overflow: hidden
}

.c-table thead,
.c-table tbody,
.c-table tr,
.c-table th,
.c-table td {
	text-align: left;
	vertical-align: middle;
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

.c-table thead {
	vertical-align: bottom
}

.c-table tbody {
	vertical-align: inherit
}

.c-table th,
.c-table td {
	font-weight: 400;
	padding: 1.2rem 1rem;
	border-width: 2px
}

@media screen and (min-width: 768px) {

	.c-table th,
	.c-table td {
		padding: 2rem
	}
}

.c-table tbody:first-child tr:first-child th,
.c-table tbody:first-child tr:first-child td,
.c-table thead:first-child tr:first-child th,
.c-table thead:first-child tr:first-child td,
.c-table tfoot:first-child tr:first-child th,
.c-table tfoot:first-child tr:first-child td {
	border-top-width: 0
}

.c-table tbody:last-child tr:last-child th,
.c-table tbody:last-child tr:last-child td,
.c-table thead:last-child tr:last-child th,
.c-table thead:last-child tr:last-child td,
.c-table tfoot:last-child tr:last-child th,
.c-table tfoot:last-child tr:last-child td {
	border-bottom-width: 0
}

.c-table tbody tr th:first-child,
.c-table tbody tr td:first-child,
.c-table thead tr th:first-child,
.c-table thead tr td:first-child,
.c-table tfoot tr th:first-child,
.c-table tfoot tr td:first-child {
	border-left-width: 0
}

.c-table tbody tr th:last-child,
.c-table tbody tr td:last-child,
.c-table thead tr th:last-child,
.c-table thead tr td:last-child,
.c-table tfoot tr th:last-child,
.c-table tfoot tr td:last-child {
	border-right-width: 0
}

.c-table th {
	background: #7e9fbe;
	font-weight: 500;
	color: #fff
}

.c-table td {
	background: #d6dce5
}

.c-table.-tbl-fixed {
	table-layout: fixed;
	width: 100%
}

@media screen and (min-width: 768px) {
	.c-table.-tbl-fixed-md {
		table-layout: fixed;
		width: 100%
	}
}

.c-table.-default {
	color: #000
}

.c-table.-default tbody th,
.c-table.-default tbody td,
.c-table.-default tfoot th,
.c-table.-default tfoot td {
	background: #d6dce5
}

.c-table.-default tbody th,
.c-table.-default tfoot th {
	font-weight: 700;
	color: #0b5092
}

.c-table.-default tbody td,
.c-table.-default tfoot td {
	background: #d6dce5
}

.c-table.-striped {
	color: #000
}

.c-table.-striped tbody th,
.c-table.-striped tbody td,
.c-table.-striped tfoot th,
.c-table.-striped tfoot td {
	background: #d6dce5
}

.c-table.-striped tbody th,
.c-table.-striped tfoot th {
	font-weight: 700;
	color: #0b5092
}

.c-table.-striped tbody td,
.c-table.-striped tfoot td {
	background: #d6dce5
}

.c-table.-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f0f0fe
}

.c-table.-striped tbody tr:nth-of-type(2n) th,
.c-table.-striped tbody tr:nth-of-type(2n) td {
	background: #e1e4ea
}

.c-table.-th-vertical-top th {
	vertical-align: top
}

@media screen and (min-width: 768px) {
	.c-table.-th-vertical-middle-md th {
		vertical-align: middle
	}
}

.c-table.-th-width-small tr>th:first-child {
	width: 39.32203%
}

@media screen and (min-width: 768px) {
	.c-table.-th-width-small tr>th:first-child {
		width: 30.97222%
	}
}

.c-table-overflow {
	overflow: auto
}

.c-table-overflow .c-table th,
.c-table-overflow .c-table td {
	white-space: nowrap
}

.c-text-link,
.c-text-link:hover,
.c-text-link:active {
	color: inherit
}

.c-text-link.-hover-underline {
	color: inherit;
	text-decoration: none
}

@media(hover: hover)and (pointer: fine) {
	.c-text-link.-hover-underline:hover {
		text-decoration: underline
	}
}

.c-text-link.-hover-underline:active {
	text-decoration: none
}

.c-text-link.-color-brand {
	color: #83c5eb
}

.c-text-link.-color-brand:hover {
	color: #d62962
}

.c-text-link.-color-brand:active {
	color: #0b5092
}

.c-text-link.-color-danger {
	color: #ef4747
}

.c-text-link.-color-danger:hover {
	color: #094075
}

.c-text-link.-color-danger:active {
	color: #ef4747
}

.c-message {
	padding: 1em 1.5em;
	background-color: #f0f0fe
}

.c-list {
	line-height: 1.5;
	list-style-type: disc;
	margin-left: 2rem
}

.c-list>li {
	position: relative;
	margin-left: 2.5rem
}

.c-list>li::marker {
	color: #0b5092;
	font-size: 1em
}

.c-list>li+li {
	margin-top: 1rem
}

.c-list>li>ul,
.c-list>li>ol {
	margin-top: 1rem
}

.c-list>li>ul {
	line-height: 1.5;
	list-style-type: disc
}

.c-list>li>ul>li::marker {
	color: #0b5092;
	font-size: 1em
}

.c-list:not(.-no-hierarchy)>li>ul>li+li,
.c-list:not(.-no-hierarchy)>li>ol>li+li {
	margin-top: 1rem
}

.c-list:not(.-no-hierarchy)>li>ul>li,
.c-list:not(.-no-hierarchy)>li>ol>li {
	position: relative;
	margin-left: 2.5rem
}

.c-list:not(.-no-hierarchy)>li>ul,
.c-list:not(.-no-hierarchy)>li>ol {
	padding-left: 1em;
	margin-top: 1rem;
	margin-left: -0.9rem
}

.c-list:not(:first-child) {
	margin-top: 2rem
}

.c-list:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
	.c-list {
		margin-left: 3rem
	}
}

.c-list>li>.c-list {
	padding-left: 1em;
	margin-left: -0.9rem
}

.c-list.-order,
.c-list.-upper-alpha {
	list-style-type: none;
	counter-reset: ordering
}

.c-list.-order[data-count="2"],
.c-list.-upper-alpha[data-count="2"] {
	counter-reset: ordering 1
}

.c-list.-order[data-count="3"],
.c-list.-upper-alpha[data-count="3"] {
	counter-reset: ordering 2
}

.c-list.-order[data-count="4"],
.c-list.-upper-alpha[data-count="4"] {
	counter-reset: ordering 3
}

.c-list.-order[data-count="5"],
.c-list.-upper-alpha[data-count="5"] {
	counter-reset: ordering 4
}

.c-list.-order>li:before,
.c-list.-upper-alpha>li:before {
	counter-increment: ordering;
	content: counters(ordering, "-") "."
}

.c-list.-order.-brackets>li:before,
.c-list.-upper-alpha.-brackets>li:before {
	counter-increment: ordering;
	content: "（"counter(ordering) "）"
}

.c-list.-order>li:before,
.c-list.-upper-alpha>li:before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	font-weight: 700;
	color: #0b5092;
	padding-right: .648em
}

.c-list.-order.-brackets:not(:first-child),
.c-list.-upper-alpha.-brackets:not(:first-child) {
	margin-top: 1rem
}

.c-list.-order.-brackets:not(:last-child),
.c-list.-upper-alpha.-brackets:not(:last-child) {
	margin-bottom: 1rem
}

.c-list.-order.-brackets>li,
.c-list.-upper-alpha.-brackets>li {
	position: relative;
	margin-left: 4.1rem
}

.c-list.-order.-brackets>li:before,
.c-list.-upper-alpha.-brackets>li:before {
	font-weight: 400;
	color: inherit;
	padding: 0
}

.c-list.-order.-brackets>li+li,
.c-list.-upper-alpha.-brackets>li+li {
	margin-top: 0
}

.c-list.-order.-no-hierarchy>li>.c-list.-order,
.c-list.-upper-alpha.-no-hierarchy>li>.c-list.-order {
	counter-reset: ordering2
}

.c-list.-order.-no-hierarchy>li>.c-list.-order[data-count="2"],
.c-list.-upper-alpha.-no-hierarchy>li>.c-list.-order[data-count="2"] {
	counter-reset: ordering2 1
}

.c-list.-order.-no-hierarchy>li>.c-list.-order[data-count="3"],
.c-list.-upper-alpha.-no-hierarchy>li>.c-list.-order[data-count="3"] {
	counter-reset: ordering2 2
}

.c-list.-order.-no-hierarchy>li>.c-list.-order[data-count="4"],
.c-list.-upper-alpha.-no-hierarchy>li>.c-list.-order[data-count="4"] {
	counter-reset: ordering2 3
}

.c-list.-order.-no-hierarchy>li>.c-list.-order[data-count="5"],
.c-list.-upper-alpha.-no-hierarchy>li>.c-list.-order[data-count="5"] {
	counter-reset: ordering2 4
}

.c-list.-order.-no-hierarchy>li>.c-list.-order>li:before,
.c-list.-upper-alpha.-no-hierarchy>li>.c-list.-order>li:before {
	counter-increment: ordering2;
	content: counters(ordering2, "-") "."
}

.c-list.-order.-no-hierarchy>li>.c-list.-order.-brackets>li:before,
.c-list.-upper-alpha.-no-hierarchy>li>.c-list.-order.-brackets>li:before {
	counter-increment: ordering2;
	content: "（"counter(ordering2) "）"
}

.c-list.-order:not(.-no-hierarchy)>li>.c-list.-order,
.c-list.-upper-alpha:not(.-no-hierarchy)>li>.c-list.-order {
	list-style-type: none;
	counter-reset: ordering
}

.c-list.-order:not(.-no-hierarchy)>li>.c-list.-order[data-count="2"],
.c-list.-upper-alpha:not(.-no-hierarchy)>li>.c-list.-order[data-count="2"] {
	counter-reset: ordering 1
}

.c-list.-order:not(.-no-hierarchy)>li>.c-list.-order[data-count="3"],
.c-list.-upper-alpha:not(.-no-hierarchy)>li>.c-list.-order[data-count="3"] {
	counter-reset: ordering 2
}

.c-list.-order:not(.-no-hierarchy)>li>.c-list.-order[data-count="4"],
.c-list.-upper-alpha:not(.-no-hierarchy)>li>.c-list.-order[data-count="4"] {
	counter-reset: ordering 3
}

.c-list.-order:not(.-no-hierarchy)>li>.c-list.-order[data-count="5"],
.c-list.-upper-alpha:not(.-no-hierarchy)>li>.c-list.-order[data-count="5"] {
	counter-reset: ordering 4
}

.c-list.-order:not(.-no-hierarchy)>li>.c-list.-order>li:before,
.c-list.-upper-alpha:not(.-no-hierarchy)>li>.c-list.-order>li:before {
	counter-increment: ordering;
	content: counters(ordering, "-") "."
}

.c-list.-order:not(.-no-hierarchy)>li>.c-list.-order.-brackets>li:before,
.c-list.-upper-alpha:not(.-no-hierarchy)>li>.c-list.-order.-brackets>li:before {
	counter-increment: ordering;
	content: "（"counter(ordering) "）"
}

.c-list.-order:not(.-no-hierarchy)>li>.c-list.-order>li:before,
.c-list.-upper-alpha:not(.-no-hierarchy)>li>.c-list.-order>li:before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	font-weight: 700;
	color: #0b5092;
	padding-right: .648em
}

.c-list.-upper-alpha {
	counter-reset: alphabet
}

.c-list.-upper-alpha[data-count="2"] {
	counter-reset: alphabet 1
}

.c-list.-upper-alpha[data-count="3"] {
	counter-reset: alphabet 2
}

.c-list.-upper-alpha[data-count="4"] {
	counter-reset: alphabet 3
}

.c-list.-upper-alpha[data-count="5"] {
	counter-reset: alphabet 4
}

.c-list.-upper-alpha>li:before {
	counter-increment: alphabet;
	content: counter(alphabet, upper-alpha)
}

.c-list.-upper-alpha.-brackets>li:before {
	counter-increment: alphabet;
	content: "（"counter(alphabet, upper-alpha) "）"
}

.c-list.-upper-alpha>li>.-upper-alpha {
	counter-reset: alphabet2
}

.c-list.-upper-alpha>li>.-upper-alpha[data-count="2"] {
	counter-reset: alphabet2 1
}

.c-list.-upper-alpha>li>.-upper-alpha[data-count="3"] {
	counter-reset: alphabet2 2
}

.c-list.-upper-alpha>li>.-upper-alpha[data-count="4"] {
	counter-reset: alphabet2 3
}

.c-list.-upper-alpha>li>.-upper-alpha[data-count="5"] {
	counter-reset: alphabet2 4
}

.c-list.-upper-alpha>li>.-upper-alpha>li:before {
	counter-increment: alphabet2;
	content: counter(alphabet2, upper-alpha)
}

.c-list.-upper-alpha>li>.-upper-alpha.-brackets>li:before {
	counter-increment: alphabet2;
	content: "（"counter(alphabet2, upper-alpha) "）"
}

.c-list.-check {
	letter-spacing: .05em;
	list-style-type: none;
	padding: 0
}

.c-list.-check:not(:first-child) {
	margin-top: 3rem
}

.c-list.-check:not(:last-child) {
	margin-bottom: 3rem
}

.c-list.-check li {
	position: relative;
	padding-left: 2.5rem
}

.c-list.-check li:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url(/common/img/check.png);
	position: absolute;
	top: .25rem;
	left: 0;
	background-size: contain
}

.c-list.-check li+li {
	margin-top: 1rem
}

.c-list.-check-green {
	letter-spacing: .05em;
	list-style-type: none;
	padding: 0
}

.c-list.-check-green:not(:first-child) {
	margin-top: 3rem
}

.c-list.-check-green:not(:last-child) {
	margin-bottom: 3rem
}

.c-list.-check-green li {
	position: relative;
	padding-left: 2.5rem
}

.c-list.-check-green li:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url(/common/img/check.png);
	position: absolute;
	top: .25rem;
	left: 0;
	background-size: contain
}

.c-list.-check-green li+li {
	margin-top: 1rem
}

.c-list.-check-green li:before {
	background-image: url(../img/check-green.svg)
}

.c-embed {
	aspect-ratio: 16/9
}

.c-embed iframe,
.c-embed embed,
.c-embed object,
.c-embed video {
	width: 100%;
	height: 100%
}

.c-embed.-aspect-1-1 {
	aspect-ratio: 1/1
}

.c-embed.-aspect-4-3 {
	aspect-ratio: 4/3
}

.c-embed.-aspect-16-9 {
	aspect-ratio: 16/9
}

.c-embed.-aspect-21-9 {
	aspect-ratio: 21/9
}

.c-embed.-aspect-9-16 {
	aspect-ratio: 9/16
}

.c-text-style {
	display: flex
}

.c-text-style.-heading-1 {
	font-size: 3rem;
	line-height: 1.46666;
	font-weight: 700
}

@media screen and (min-width: 768px) {
	.c-text-style.-heading-1 {
		font-size: 3rem;
		line-height: 1.46666
	}
}

.c-text-style.-heading-2 {
	font-size: 2.4rem;
	line-height: 1.45833;
	font-weight: 700
}

@media screen and (min-width: 768px) {
	.c-text-style.-heading-2 {
		font-size: 2.4rem;
		line-height: 1.45833
	}
}

.c-text-style.-heading-3 {
	font-size: 2rem;
	line-height: 1.45555;
	font-weight: 700
}

@media screen and (min-width: 768px) {
	.c-text-style.-heading-3 {
		font-size: 2rem;
		line-height: 1.45555
	}
}

.c-text-style.-heading-4 {
	font-size: 1.8rem;
	line-height: 1.55555;
	font-weight: 700
}

@media screen and (min-width: 768px) {
	.c-text-style.-heading-4 {
		font-size: 1.8rem;
		line-height: 1.55555
	}
}

.c-text-style.-small-text {
	font-size: 1.4rem;
	line-height: 1.8
}

@media screen and (min-width: 768px) {
	.c-text-style.-small-text {
		font-size: 1.4rem;
		line-height: 1.8
	}
}

.c-text-style.-line-center {
	font-size: 2.4rem;
	line-height: 1.458333;
	font-weight: 700;
	justify-content: center;
	width: 100%
}

.c-text-style.-line-center .c-text-style__item {
	padding-bottom: 1.2rem;
	border-bottom: 2px solid #0b5092
}

.c-text-style.-line-center.-size-small {
	font-size: 2rem;
	line-height: 1.45
}

.c-text-style.-line-center.-size-small .c-text-style__item {
	padding-bottom: 1rem
}

@media not screen and (min-width: 768px) {
	.c-text-style.-line-center.-size-small-down-md {
		font-size: 2rem;
		line-height: 1.45
	}

	.c-text-style.-line-center.-size-small-down-md .c-text-style__item {
		padding-bottom: 1rem
	}
}

.c-figure {
	display: block;
	overflow: hidden
}

.c-figure.-mailrelay,
.c-figure.-mailscore {
	position: relative;
	display: flex;
	align-items: center;
	aspect-ratio: 308/390
}

.c-figure.-mailrelay .c-figure__img,
.c-figure.-mailscore .c-figure__img {
	object-fit: contain;
	position: absolute
}

.c-figure__img {
	height: auto
}

.c-figure__caption {
	margin-top: 1em;
	font-size: 1.4rem;
	line-height: 1.8;
	line-height: 1.5
}

@media screen and (min-width: 768px) {
	.c-figure__caption {
		font-size: 1.4rem;
		line-height: 1.8
	}
}

@media screen and (min-width: 768px) {
	.c-figure__caption {
		line-height: 1.5
	}
}

.c-figure.-mailrelay {
	transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.c-figure.-mailrelay .c-figure__img {
	transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.c-figure.-mailrelay .c-figure__img.-mail {
	left: 4.8701298701%;
	top: 14.1794871795%;
	width: 86.8928571429%
}

.c-figure.-mailrelay .c-figure__img.-line {
	left: 13.2402597403%;
	top: 4.358974359%;
	width: 81.6915584416%
}

.c-figure.-mailrelay.js-hover-resize__target--active {
	transform: scale(1.08)
}

.c-figure.-mailrelay.js-hover-resize__target--active .c-figure__img.-mail {
	transform: translateY(0.5rem)
}

.c-figure.-mailrelay.js-hover-resize__target--active .c-figure__img.-line {
	transform: scale(0.965) translateY(-0.9rem)
}

.c-figure.-mailscore {
	transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.c-figure.-mailscore .c-figure__img {
	transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.c-figure.-mailscore .c-figure__img.-board {
	left: .487012987%;
	top: 12.0512820513%;
	width: 99.0194805195%
}

.c-figure.-mailscore .c-figure__img.-number {
	left: 6.038961039%;
	top: 19.0769230769%;
	width: 90.4675324675%
}

.c-figure.-mailscore.js-hover-resize__target--active {
	transform: scale(1.08)
}

.c-figure.-mailscore.js-hover-resize__target--active .c-figure__img.-board {
	transform: translateY(0.5rem)
}

.c-figure.-mailscore.js-hover-resize__target--active .c-figure__img.-number {
	transform: scale(0.965) translateY(-0.9rem)
}

.c-figure.-zoom img,
.c-figure.-zoom span:not(.post-date) {
	transition: all 400ms
}

.c-figure.-zoom:hover img,
.c-figure.-zoom:hover span:not(.post-date) {
	opacity: .9;
	transform: scale3d(1.05, 1.05, 1)
}

@media screen and (min-width: 768px) {

	.c-figure.-zoom-md img,
	.c-figure.-zoom-md span:not(.post-date) {
		transition: all 400ms
	}

	.c-figure.-zoom-md:hover img,
	.c-figure.-zoom-md:hover span:not(.post-date) {
		opacity: .9;
		transform: scale3d(1.05, 1.05, 1)
	}
}

.c-figure.-radius-rounded {
	border-radius: 1rem
}

.c-article-list {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-decoration: none;
	border-top: .1rem solid dimgray;
	border-bottom: .1rem solid dimgray
}

.c-article-list+.c-article-list {
	border-top: none
}

.c-article-list__whole-link {
	display: flex;
	gap: .375em 1.5em;
	padding: 1em 3.375em 1em 1.5em;
	position: relative
}

.c-article-list__whole-link,
.c-article-list__whole-link:hover,
.c-article-list__whole-link:active {
	color: inherit;
	text-decoration: none
}

@media(hover: hover)and (pointer: fine) {
	.c-article-list__whole-link:hover {
		opacity: .8;
		color: #000
	}
}

.c-article-list__whole-link::before {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5em;
	transform: translateY(-50%)
}

.c-article-list__body {
	display: flex;
	flex-wrap: wrap;
	gap: .375em 1.5em;
	flex-direction: column
}

.c-article-list__data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .375em 1.5em;
	line-height: 1
}

.c-article-list__time {
	word-break: break-all
}

.c-article-list__image {
	flex-shrink: 0;
	width: 8rem;
	height: 8rem;
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative
}

@media screen and (min-width: 768px) {
	.c-article-list__image {
		width: auto;
		aspect-ratio: 16/9
	}
}

.c-article-list__image-img {
	width: auto;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

@media screen and (min-width: 768px) {
	.c-article-list.-horizontal .c-article-list__body {
		flex-direction: row;
		flex-wrap: nowrap
	}
}

@media screen and (min-width: 768px) {
	.c-article-list.-horizontal .c-article-list__data {
		flex-shrink: 0
	}
}

.c-article-list.-vertiacal .c-article-list__badge {
	width: 100%
}

.c-article-list.-large-image {
	border: none
}

.c-article-list.-large-image .c-article-list__whole-link {
	flex-direction: column;
	gap: 1.5em;
	padding: 0
}

.c-article-list.-large-image .c-article-list__whole-link::before {
	content: none
}

.c-article-list.-large-image .c-article-list__image {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	overflow: auto;
	flex-shrink: inherit
}

.c-article-list.-large-image .c-article-list__image-img {
	width: 100%;
	max-width: 100%;
	height: auto;
	position: static;
	transform: none
}

.c-article-list.-large-image .c-article-list__body {
	width: 100%
}

@media screen and (min-width: 768px) {
	.c-article-list.-large-image .c-article-list__body {
		flex-direction: column
	}
}

.c-hero {
	color: #fff;
	background-color: #000;
	display: flex;
	position: relative
}

.c-hero__aside--left {
	background: linear-gradient(to bottom, #29A8D7, #3B6D9E)
}

@media screen and (min-width: 768px) {
	.c-hero__aside--left .c-hero__aside__container {
		margin-right: 0
	}
}

.c-hero__aside--right {
	background: linear-gradient(to top, #29A8D7, #3B6D9E)
}

@media screen and (min-width: 768px) {
	.c-hero__aside--right .c-hero__aside__container {
		margin-left: 0
	}
}

@media not screen and (min-width: 768px) {
	.c-hero {
		flex-direction: column
	}

	.c-hero__aside--left {
		background: linear-gradient(to top, #29A8D7, #3B6D9E)
	}
}

@media screen and (min-width: 768px) {
	.c-hero {
		height: calc(100vh - 10rem);
		max-height: 66.8rem
	}

	.c-hero__aside {
		width: 50%
	}
}

.c-hero__aside__container {
	padding-top: 6rem;
	padding-bottom: 5rem;
	height: 100%
}

@media screen and (min-width: 768px) {
	.c-hero__aside__container {
		padding-bottom: 6rem;
		min-width: 53.3rem;
		max-width: 100%;
		width: 100%
	}
}

.c-hero__aside__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%
}

@media not screen and (min-width: 768px) {
	.c-hero .c-hero__figure {
		height: 29.7rem;
		width: 24.3111rem
	}
}

@media screen and (min-width: 768px) {
	.c-hero .c-hero__figure {
		min-height: 39rem;
		max-width: 30.8rem;
		width: 100%
	}
}

.c-hero__sub-heading {
	font-size: 1.2rem;
	line-height: 1.33333;
	font-family: din-2014;
	font-weight: bold;
	text-transform: uppercase;
	background: #0b5092;
	padding: .4rem 1rem;
	border-radius: .5rem
}

.c-hero__company-name {
	width: 21.75rem;
	margin-bottom: 3rem
}

@media screen and (min-width: 768px) {
	.c-hero__company-name {
		display: none
	}
}

.c-hero__heading {
	margin-top: 1rem;
	font-size: 3rem;
	line-height: 1.46666;
	font-weight: 700
}

@media screen and (min-width: 768px) {
	.c-hero__heading {
		font-size: 3rem;
		line-height: 1.46666
	}
}

.c-hero__body-text {
	margin-top: .9rem
}

.c-hero__buttons {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 2rem
}

@media not screen and (min-width: 768px) {
	.c-hero__buttons {
		flex-direction: column
	}
}

.c-hero.-size-middle .c-hero__container {
	display: flex;
	align-items: center;
	height: 50rem
}

.c-hero.-size-full .c-hero__container {
	display: flex;
	align-items: center;
	height: 100vh;
	height: 100dvh
}

.c-progress {
	display: flex;
	height: 6rem;
	overflow: hidden;
	background-color: #f2f2f2;
	line-height: 1.5;
	list-style: none
}

.c-progress__item {
	position: relative;
	width: 100%
}

.c-progress__item:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0;
	left: .1rem;
	z-index: 1;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 3rem 0 3rem .5em;
	border-left-color: #fff
}

@media screen and (min-width: 768px) {
	.c-progress__item:not(:first-child)::before {
		border-left-width: 1em
	}
}

.c-progress__item:not(:first-child)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: .1rem;
	height: 100%;
	background-color: #fff
}

.c-progress__item-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-top: .625em;
	padding-bottom: .625em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center
}

.c-progress__item-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 3rem 0 3rem .5em;
	border-left-color: #f2f2f2
}

@media screen and (min-width: 768px) {
	.c-progress__item-inner::after {
		border-left-width: 1em
	}
}

.c-progress__item-inner.-active {
	background-color: #000;
	color: #fff
}

.c-progress__item-inner.-active::after {
	border-left-color: #000
}

.c-cookie {
	display: flex;
	flex-direction: column;
	gap: 1.640625em;
	color: #fff;
	background-color: #000;
	padding: 1.640625em;
	z-index: 1040
}

@media screen and (min-width: 768px) {
	.c-cookie {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 1.640625em
	}
}

.c-cookie__text {
	font-size: 1.2rem;
	line-height: 1.5
}

@media screen and (min-width: 768px) {
	.c-cookie__text {
		font-size: 1.4rem;
		line-height: 1.8
	}
}

.c-cookie__button {
	display: flex;
	flex: 0 0 auto;
	gap: 1.4rem
}

.c-org-chart-table__inner {
	width: calc(100% + 2.75em);
	margin-left: -2.75em;
	border-spacing: 0;
	table-layout: fixed
}

.c-org-chart-table__row:not(:last-child) .c-org-chart-table__cell {
	padding-bottom: 1.875em
}

.c-org-chart-table__cell {
	position: relative;
	padding-left: 2.75em;
	vertical-align: top
}

.c-org-chart-table__cell::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1.375em;
	border-left: solid .1rem #b7b7b7
}

.c-org-chart-table__cell::after {
	content: "";
	position: absolute;
	top: 1.375em;
	left: 0;
	right: 0;
	width: 2.75em;
	border-top: solid .1rem #b7b7b7
}

.c-org-chart-table__cell.-exclude::before,
.c-org-chart-table__cell.-exclude::after {
	display: none
}

.c-org-chart-table__cell.-only::before {
	display: none
}

.c-org-chart-table__cell.-first::before {
	top: 1.375em
}

.c-org-chart-table__cell.-middle::after {
	left: 1.375em;
	width: 1.375em
}

.c-org-chart-table__cell.-last::before {
	height: 1.375em
}

.c-org-chart-table__cell.-last::after {
	left: 1.375em;
	width: 1.375em
}

.c-org-chart-table__item {
	display: flex;
	align-items: center;
	min-height: 2.75em;
	padding-top: .625em;
	padding-bottom: .625em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #f2f2f2;
	line-height: 1.5
}

.c-org-chart-table.-overflow {
	white-space: nowrap
}

.c-org-chart-table.-overflow .c-org-chart-table__inner {
	width: auto
}

.c-org-chart-list {
	list-style: none
}

.c-org-chart-list__cell {
	position: relative;
	padding-left: 2.5em;
	padding-top: 1em;
	vertical-align: top
}

.c-org-chart-list__cell::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: .75em;
	border-left: solid .1rem #b7b7b7
}

.c-org-chart-list__cell::after {
	content: "";
	position: absolute;
	top: 1.75em;
	left: 0;
	right: 0;
	width: 1.5em;
	border-top: solid .1rem #b7b7b7
}

.c-org-chart-list__cell.-first::before {
	top: 0
}

.c-org-chart-list__cell.-first::after {
	left: .75em;
	width: .75em
}

.c-org-chart-list__cell.-middle::after {
	left: .75em;
	width: .75em
}

.c-org-chart-list__cell.-last::before {
	height: 1.75em
}

.c-org-chart-list__cell.-last::after {
	left: .75em;
	width: .75em
}

.c-org-chart-list__item {
	display: flex;
	align-items: center;
	min-height: 1.5em;
	line-height: 1.5
}

.c-header {
	height: 8rem;
	line-height: 1.4
}

@media screen and (min-width: 768px) {
	.c-header {
		border-bottom: 1px solid #d6dce5;
		z-index: 1005;
		display: flex;
		align-items: center;
		height: 10rem;
		background-color: #fff
	}
}

.c-header__main {
	position: relative;
	z-index: 1005;
	display: flex;
	align-items: center;
	height: 8rem;
	background-color: #fff;
	flex: 1
}

@media not screen and (min-width: 768px) {
	.c-header__main {
		border-bottom: 1px solid #d6dce5
	}
}

@media screen and (min-width: 768px) {
	.c-header__main {
		height: 10rem;
		z-index: auto;
		flex-shrink: 0;
		background-color: transparent;
		box-shadow: none
	}
}

.c-header__main-logo {
	max-width: 165px;
	width: 100%;
	margin-left: 15px
}

@media screen and (min-width: 768px) {
	.c-header__main-logo {
		flex-shrink: 0;
		max-width: 180px;
		margin-left: 30px
	}
}

.c-header__main-logo-img {
	height: 4.6rem;
	transition: height 200ms ease
}

@media screen and (min-width: 768px) {
	.c-header__main-logo-img {
		height: 6rem
	}
}

@media screen and (min-width: 768px) {
	.c-header__main-logo-img {
		transition: none
	}
}

.c-header__main-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8rem;
	height: 100%;
	margin-left: auto;
	text-align: center;
	transition: height 200ms ease
}

@media screen and (min-width: 768px) {
	.c-header__main-button {
		width: 10rem
	}
}

@media screen and (min-width: 768px) {
	.c-header__main-button {
		display: none
	}
}

.c-header__main-button.-active .c-header__main-button-line {
	background-color: transparent
}

.c-header__main-button.-active .c-header__main-button-line::before {
	transform: rotate(45deg)
}

.c-header__main-button.-active .c-header__main-button-line::after {
	transform: rotate(-45deg)
}

.c-header__main-button-line {
	position: relative;
	width: 3rem;
	height: .2rem;
	border-radius: 1px;
	background-color: #0b5092;
	transition: background-color 200ms ease
}

.c-header__main-button-line::before,
.c-header__main-button-line::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	border-radius: 1px;
	background-color: #0b5092;
	transition: transform 200ms ease
}

.c-header__main-button-line::before {
	transform: translateY(-1rem)
}

.c-header__main-button-line::after {
	transform: translateY(1rem)
}

.c-header__main-button-text {
	position: absolute;
	visibility: hidden
}

.c-header__aside {
	display: none;
	position: relative;
	z-index: 1080;
	background-color: #fff;
	box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .05);
	min-height: 100%
}

@media not screen and (min-width: 768px) {
	.c-header__aside {
		overflow-y: auto
	}
}

@media screen and (min-width: 768px) {
	.c-header__aside {
		display: flex;
		z-index: auto;
		margin-left: auto;
		background-color: transparent;
		box-shadow: none
	}
}

.c-header__aside.-preview {
	display: block
}

.c-header__aside.-animated {
	display: block;
	transition: height 200ms ease-out
}

.c-header__aside.-active {
	display: block
}

.c-header__aside-inner {
	-webkit-overflow-scrolling: touch;
	transition: height 200ms ease
}

@media not screen and (min-width: 768px) {
	.c-header__aside-inner {
		margin: 3rem 0 11rem
	}
}

@media screen and (min-width: 768px) {
	.c-header__aside-inner {
		height: calc(100vh - 10rem);
		height: calc(100dvh - 10rem)
	}
}

@media screen and (min-width: 768px) {
	.c-header__aside-inner {
		height: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: auto;
		transition: none
	}
}

.c-header__aside-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100%
}

@media screen and (min-width: 768px) {
	.c-header__aside-content {
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		padding-left: 0;
		padding-right: 2rem;
		gap: 7.3rem
	}
}

@media screen and (min-width: 768px) {
	.c-header__aside.-anchor .c-header__aside-content {
		gap: 5rem;
		padding-right: 4rem
	}
}

@media not screen and (min-width: 768px) {
	.c-header__aside {
		color: #fff;
		background-color: #0b5092;
		padding: 0 2rem
	}

	.c-header__menu {
		display: flex;
		flex-direction: column;
		list-style: none;
		width: 100%
	}

	.c-header__menu+.c-header__menu .c-header__menu-list:first-child {
		border-top-style: none
	}

	.c-header__menu-list {
		line-height: 1.5;
		border-bottom: 1px solid #fff
	}

	.c-header__menu-list:first-child {
		border-top: 1px solid #fff
	}

	.c-header__menu-list.-active {
		border-bottom-style: none
	}

	.c-header__menu-list.-active .c-header__menu-link-plus {
		display: none
	}

	.c-header__menu-list.-active .c-header__menu-link-minus {
		display: block
	}

	.c-header__menu-list>.c-header__menu-link {
		text-decoration: none;
		padding: 1.8rem 0
	}

	.c-header__menu-list>.c-header__menu-link:hover {
		opacity: .7
	}

	.c-header__menu-link {
		display: flex;
		align-items: center
	}

	.c-header__menu-link-icon,
	.c-header__menu-link-plus,
	.c-header__menu-link-minus {
		padding-left: 1.875em;
		padding-right: 1.5rem;
		margin-left: auto
	}

	.c-header__menu-link-minus {
		display: none
	}

	.c-header__submenu {
		display: flex;
		flex-direction: column;
		list-style: none
	}

	.c-header__submenu-list {
		font-size: 1.4rem;
		line-height: 1.42857;
		padding-left: 0
	}

	.c-header__submenu-list .c-header__submenu-link {
		text-decoration: none
	}

	.c-header__submenu-list .c-header__submenu-link:hover {
		opacity: .7
	}

	.c-header__menu-list .c-header__submenu {
		flex-direction: row;
		flex-wrap: wrap;
		border-radius: 0 0 1rem 1rem;
		overflow: hidden
	}

	.c-header__menu-list .c-header__submenu-list {
		font-size: 1.2rem;
		line-height: 1.41666;
		flex-direction: row;
		background: rgba(131, 197, 235, .5);
		width: 100%;
		display: flex
	}

	.c-header__menu-list .c-header__submenu-list:not(:first-child) {
		border-top: 1px solid #0b5092
	}

	.c-header__menu-list .c-header__submenu-link {
		padding: 1.6625rem 1.5rem;
		width: 100%
	}

	.c-header__menu--top {
		display: none
	}
}

.c-header__menu--left .c-header__menu-link {
	cursor: pointer
}

@media screen and (min-width: 768px) {
	.c-header__menu--left {
		display: flex;
		flex-direction: column;
		text-align: center;
		list-style: none;
		flex-direction: row;
		gap: 1.5em
	}

	.c-header__menu--left .c-header__menu-link {
		display: block;
		position: relative;
		font-size: 18px;
		padding-bottom: 3.6rem
	}

	.c-header__menu--left .c-header__menu-link,
	.c-header__menu--left .c-header__menu-link:hover,
	.c-header__menu--left .c-header__menu-link:active {
		color: inherit;
		text-decoration: none
	}

	.c-header__menu--left .c-header__menu-link .c-icon {
		color: #2d61a2;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 1.7rem;
		font-weight: bold;
		font-size: .9em
	}

	.c-header__menu--left.c-header__menu .c-header__submenu {
		z-index: 1004;
		visibility: hidden;
		flex-direction: column;
		gap: 1.875em;
		text-align: left;
		list-style: none;
		flex-direction: column;
		gap: 2rem;
		align-items: flex-start;
		position: absolute;
		bottom: 0;
		opacity: 0;
		transform: translate(-50%, 100%);
		transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
		left: 50%;
		width: 20.6rem;
		background: #fff;
		padding: 1rem 3rem 2rem;
		border: 1px solid #d6dce5;
		border-radius: 0 0 1rem 1rem
	}

	.c-header__menu--left .c-header__submenu-list {
		display: flex
	}

	.c-header__menu--left .c-header__submenu-link {
		position: relative;
		font-size: 14px;
		line-height: 1.42857;
		display: inline-block;
		padding-bottom: 1rem
	}

	.c-header__menu--left .c-header__submenu-link,
	.c-header__menu--left .c-header__submenu-link:hover,
	.c-header__menu--left .c-header__submenu-link:active {
		color: inherit;
		text-decoration: none
	}

	.c-header__menu--left .c-header__submenu-link:before {
		content: "";
		display: block;
		visibility: hidden;
		width: 0;
		height: 2px;
		background: #0b5092;
		left: 0;
		bottom: 0;
		position: absolute;
		left: 0;
		transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	.c-header__menu--left .c-header__submenu-link:hover:before,
	.c-header__menu--left .c-header__submenu-link.-current:before {
		visibility: visible;
		width: 100%
	}

	.c-header__menu--left .c-header__menu-list {
		position: relative
	}

	.c-header__menu--left .c-header__menu-list .c-header__menu-link:before {
		content: "";
		display: block;
		visibility: hidden;
		position: absolute;
		width: 0;
		height: 2px;
		background: #0b5092;
		top: auto;
		bottom: 1rem;
		left: 50%;
		transform: translateX(-50%);
		transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	.c-header__menu--left .c-header__menu-list:hover .c-header__menu-link:before,
	.c-header__menu--left .c-header__menu-list.-current .c-header__menu-link:before {
		visibility: visible;
		width: 100%
	}

	.c-header__menu--left .c-header__menu-list:hover .c-header__submenu {
		display: flex;
		visibility: visible;
		opacity: 1;
		padding-top: 3rem
	}

	.c-header__menu--left .c-header__menu-list.-current .c-header__menu-link {
		color: #2d61a2;
		font-weight: bold
	}

	.c-header__menu--left .c-header__submenu-list:hover .c-header__submenu-link:before,
	.c-header__menu--left .c-header__submenu-list.-current .c-header__submenu-link:before {
		visibility: visible;
		width: 100%
	}

	.c-header__menu--left .c-header__submenu-list.-current .c-header__submenu-link {
		color: #2d61a2;
		font-weight: bold
	}

	.c-header__menu--left.-anchor {
		gap: 2.5em
	}

	.c-header__menu--right {
		display: flex;
		flex-direction: column;
		gap: 1.875em;
		text-align: center;
		list-style: none;
		margin-bottom: 1rem;
		flex-direction: row;
		gap: 1.25em;
		align-self: flex-end
	}

	.c-header__menu--right .c-header__menu-link {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 1.42857;
		padding-bottom: 1.1rem
	}

	.c-header__menu--right .c-header__menu-link:before {
		content: "";
		visibility: hidden;
		position: absolute;
		width: 0;
		height: 2px;
		background: #0b5092;
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	.c-header__menu--right .c-header__menu-link,
	.c-header__menu--right .c-header__menu-link:hover,
	.c-header__menu--right .c-header__menu-link:active {
		color: inherit;
		text-decoration: none
	}

	.c-header__menu--right .c-header__menu-link:hover:before,
	.c-header__menu--right .c-header__menu-link.-current:before {
		visibility: visible;
		width: 100%
	}

	.c-header__menu--right .c-header__menu-list.-current {
		font-weight: bold;
		color: #0b5092
	}

	.c-header__menu--right .c-header__menu-list.-current .c-header__menu-link:before {
		visibility: visible;
		width: 100%
	}

	.c-header__menu--right.-buttons {
		gap: 1rem;
		margin-bottom: 0;
		align-self: center
	}

	.c-header__menu--right.-buttons>.c-button {
		font-weight: bold;
		--button-size-base: 1.6rem;
		padding: 1.2rem 2.4rem
	}

	.c-header__menu--top {
		display: none;
		flex-direction: column;
		gap: 1.875em;
		text-align: center;
		list-style: none;
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		flex-direction: row;
		border-radius: 0 0 0 10px;
		overflow: hidden;
		gap: 0
	}

	.c-header__menu--top .c-header__menu-link {
		text-decoration: none;
		font-size: 12px;
		line-height: 1;
		display: block;
		color: #fff;
		padding: 1.4rem 1rem;
		background: #0b5092;
		transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	.c-header__menu--top .c-header__menu-list:first-child .c-header__menu-link {
		padding-left: 2rem
	}

	.c-header__menu--top .c-header__menu-list:last-child .c-header__menu-link {
		padding-right: 2rem
	}

	.c-header__menu--top .c-header__menu-list:hover .c-header__menu-link,
	.c-header__menu--top .c-header__menu-list.-current .c-header__menu-link {
		background: #094075
	}
}

@media screen and (min-width: 768px) {
	.c-header.-sticky-top {
		position: sticky;
		top: 0;
		left: 0;
		right: 0
	}
}

.c-header.-sticky-top .c-header__main {
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

@media screen and (min-width: 768px) {
	.c-header.-sticky-top .c-header__main {
		position: relative
	}
}

.c-header.-sticky-top .c-header__aside {
	position: fixed;
	top: 8rem;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: none
}

@media screen and (min-width: 768px) {
	.c-header.-sticky-top .c-header__aside {
		top: 10rem
	}
}

@media screen and (min-width: 768px) {
	.c-header.-sticky-top .c-header__aside {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto
	}
}

@media screen and (min-width: 768px) {
	.c-header.-animated {
		transition: height 200ms ease
	}
}

@media screen and (min-width: 768px) {
	.c-header.-animated .c-header__main-logo {
		transition: padding 200ms ease
	}
}

@media screen and (min-width: 768px) {
	.c-header.-animated .c-header__main-logo-img {
		transition: height 200ms ease
	}
}

@media screen and (min-width: 768px) {
	.c-header.-animated .c-header__aside-content {
		transition: padding 200ms ease
	}
}

.c-scroll-to-top-button {
	position: absolute;
	top: 0;
	right: -0.5rem;
	z-index: 1020;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	padding: .625em;
	background-color: #0b5092;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	opacity: 0;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translateY(-50%)
}

.c-scroll-to-top-button:active {
	color: #fff
}

@media screen and (min-width: 768px) {
	.c-scroll-to-top-button {
		right: 0;
		padding: .625em;
		font-size: 1.6rem
	}
}

.c-scroll-to-top-button__icon {
	font-size: .9em;
	font-weight: bold
}

.c-scroll-to-top-button__text {
	margin-top: -0.375em;
	text-transform: uppercase
}

.c-scroll-to-top-button.-static {
	position: relative;
	z-index: auto;
	opacity: 1
}

.c-scroll-to-top-button.-active {
	opacity: 1
}

@media(hover: hover)and (pointer: fine) {

	.c-scroll-to-top-button.-static:hover,
	.c-scroll-to-top-button.-active:hover {
		background: #fff;
		color: #0b5092;
		outline: solid .1rem;
		outline-offset: -0.1rem;
		outline-color: #0b5092
	}
}

.c-footer {
	color: #fff;
	background-color: #0b5092;
	padding: 0 2rem;
	position: relative;
	z-index: 1000
}

@media screen and (min-width: 768px) {
	.c-footer {
		padding: 0 4rem
	}
}

.c-footer__container {
	position: relative;
	max-width: 128.6rem;
	margin-right: auto;
	margin-left: auto;
	padding: 3rem 0
}

@media screen and (min-width: 768px) {
	.c-footer__container {
		padding-top: 8rem;
		padding-bottom: 4rem
	}
}

.c-footer__main,
.c-footer__sub {
	margin-right: auto;
	margin-left: auto
}

@media screen and (min-width: 768px) {
	.c-footer__main {
		display: flex;
		margin-bottom: 6rem
	}
}

.c-footer__main-left {
	display: flex;
	flex-direction: column
}

@media not screen and (min-width: 768px) {
	.c-footer__main-left {
		align-items: center
	}
}

@media screen and (min-width: 768px) {
	.c-footer__main-left {
		padding-left: 4rem;
		padding-right: 4rem;
		flex: 1
	}
}

.c-footer__main-right {
	padding: 5rem 0
}

@media screen and (min-width: 768px) {
	.c-footer__main-right {
		padding: 2rem 6rem 0 0;
		display: flex;
		flex-direction: column
	}
}

.c-footer__menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	width: 100%
}

@media screen and (min-width: 768px) {
	.c-footer__menu {
		flex-wrap: wrap;
		flex-direction: row;
		margin-left: auto
	}
}

.c-footer__menu-list {
	line-height: 1.5
}

@media not screen and (min-width: 768px) {
	.c-footer__menu-list {
		border-bottom: 1px solid #fff
	}

	.c-footer__menu-list:first-child {
		border-top: 1px solid #fff
	}
}

.c-footer__menu-list.-active {
	border-bottom-style: none
}

.c-footer__menu-list.-active .c-footer__menu-link-plus {
	display: none
}

.c-footer__menu-list.-active .c-footer__menu-link-minus {
	display: block
}

.c-footer__menu-list>.c-footer__menu-link {
	text-decoration: none
}

@media not screen and (min-width: 768px) {
	.c-footer__menu-list>.c-footer__menu-link {
		padding: 1.8rem 0;
		cursor: pointer
	}
}

@media screen and (min-width: 768px) {
	.c-footer__menu-list>.c-footer__menu-link {
		padding-bottom: 1rem
	}
}

@media screen and (min-width: 768px) {
	.c-footer__menu-list:not(.c-footer__menu-list--collapse) {
		border-left: .1rem solid rgba(255, 255, 255, .3);
		padding-left: 3rem;
		margin-top: 3.3rem
	}
}

@media not screen and (min-width: 768px) {
	.c-footer__menu-list:not(.c-footer__menu-list--collapse) .c-footer__submenu-list:not(:last-child) {
		border-bottom: 1px solid #fff
	}
}

@media not screen and (min-width: 768px) {
	.c-footer__menu-list:not(.c-footer__menu-list--collapse) .c-footer__submenu-link {
		padding: 1.8rem 0;
		display: flex
	}
}

@media screen and (min-width: 768px) {
	.c-footer__menu-list:not(:first-child) {
		margin-left: 6rem
	}

	.c-footer__menu-list--collapse:not(:first-child) {
		margin-left: 4rem
	}

	.c-footer__menu-list--collapse+.c-footer__menu-list:not(.c-footer__menu-list--collapse) {
		margin-left: 6.9rem
	}
}

.c-footer__menu-link {
	display: flex;
	align-items: center
}

.c-footer__menu-link-icon,
.c-footer__menu-link-plus,
.c-footer__menu-link-minus {
	padding-left: 1.875em;
	padding-right: 1.5rem;
	margin-left: auto
}

.c-footer__menu-link-minus {
	display: none
}

.c-footer__submenu {
	display: flex;
	flex-direction: column;
	list-style: none
}

@media screen and (min-width: 768px) {
	.c-footer__submenu {
		gap: 2rem;
		margin-top: 0
	}
}

.c-footer__submenu-list .c-footer__submenu-link {
	position: relative;
	text-decoration: none
}

.c-footer__submenu-list .c-footer__submenu-link:hover {
	opacity: .7
}

@media not screen and (min-width: 768px) {
	.c-footer__submenu-list {
		padding-left: 0
	}
}

@media screen and (min-width: 768px) {
	.c-footer__submenu-list {
		font-size: 1.4rem;
		line-height: 1.42857
	}

	.c-footer__submenu-list .c-footer__submenu-link:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: -0.5rem;
		width: 0;
		border-bottom: 1px solid #fff;
		transition: width .4s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	.c-footer__submenu-list .c-footer__submenu-link:hover {
		opacity: 1
	}

	.c-footer__submenu-list .c-footer__submenu-link:hover:after {
		width: 100%
	}
}

@media not screen and (min-width: 768px) {
	.c-footer__menu-list--collapse .c-footer__submenu {
		flex-direction: row;
		flex-wrap: wrap;
		border-radius: 0 0 1rem 1rem;
		overflow: hidden
	}
}

@media screen and (min-width: 768px) {
	.c-footer__menu-list--collapse .c-footer__submenu {
		padding-top: 2rem;
		border-top: .1rem solid rgba(255, 255, 255, .3);
		gap: 1.1rem
	}
}

.c-footer__menu-list--collapse .c-footer__submenu-list {
	font-size: 1.2rem;
	line-height: 1.41666
}

@media not screen and (min-width: 768px) {
	.c-footer__menu-list--collapse .c-footer__submenu-list {
		flex-direction: row;
		background: rgba(131, 197, 235, .5);
		width: 100%;
		display: flex
	}

	.c-footer__menu-list--collapse .c-footer__submenu-list:not(:first-child) {
		border-top: 1px solid #0b5092
	}
}

@media screen and (min-width: 768px) {
	.c-footer__menu-list--collapse .c-footer__submenu-list {
		padding-left: 0
	}
}

@media not screen and (min-width: 768px) {
	.c-footer__menu-list--collapse .c-footer__submenu-link {
		padding: 1.6625rem 1.5rem;
		width: 100%
	}
}

@media screen and (min-width: 768px) {
	.c-footer__menu-list--small .c-footer__submenu {
		gap: 2.1rem
	}

	.c-footer__menu-list--small .c-footer__submenu-list {
		font-size: 1.2rem;
		line-height: 1.41666
	}
}

.c-footer__logo {
	display: flex;
	justify-content: center;
	margin-bottom: 3.4rem;
	width: 165px;
	height: 33.75px
}

@media screen and (min-width: 768px) {
	.c-footer__logo {
		align-self: baseline;
		flex-shrink: 0;
		margin-bottom: 4.5rem;
		width: 298px;
		height: 61.32px
	}
}

.c-footer__tel {
	margin-bottom: 5rem
}

@media not screen and (min-width: 768px) {
	.c-footer__tel {
		text-align: center
	}
}

@media screen and (min-width: 768px) {
	.c-footer__tel {
		padding-bottom: 4.1rem;
		margin-bottom: 4rem;
		border-bottom: .1rem solid rgba(255, 255, 255, .3)
	}
}

.c-footer__tel-title {
	font-size: 2rem;
	line-height: 1.35;
	letter-spacing: .05em;
	margin-bottom: 2rem
}

.c-footer__tel-number {
	font-size: 5rem;
	line-height: 1.28;
	font-family: din-2014;
	font-weight: 700
}

.c-footer__tel-number:not(:first-child) {
	margin-top: 2rem
}

.c-footer__tel-number,
.c-footer__tel-number:hover,
.c-footer__tel-number:active {
	color: inherit;
	text-decoration: none
}

.c-footer__tel-number .hyphen {
	display: inline-block;
	transform: translateY(-3%)
}

.c-footer__tel-note {
	font-size: 1.6rem;
	line-height: 1.5
}

.c-footer__tel-note:not(:first-child) {
	margin-top: .1rem
}

.c-footer__sub {
	border-top: .1rem solid rgba(255, 255, 255, .3)
}

@media not screen and (min-width: 768px) {
	.c-footer__sub {
		display: flex;
		flex-direction: column-reverse
	}
}

@media screen and (min-width: 768px) {
	.c-footer__sub {
		display: flex;
		align-items: center;
		padding-top: 1.5em
	}
}

.c-footer__link {
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 1.66666;
	list-style: none;
	margin-top: 3rem
}

@media not screen and (min-width: 768px) {
	.c-footer__link {
		padding-bottom: 3rem;
		flex-direction: column;
		border-bottom: .1rem solid rgba(255, 255, 255, .3);
		line-height: 1.41666;
		gap: 2rem
	}
}

@media screen and (min-width: 768px) {
	.c-footer__link {
		margin-top: 2rem;
		justify-content: flex-start;
		margin-top: 0;
		margin-left: auto
	}
}

@media not screen and (min-width: 768px) {
	.c-footer__link-list {
		display: flex;
		justify-content: center
	}
}

@media screen and (min-width: 768px) {
	.c-footer__link-list {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

@media screen and (min-width: 768px) {
	.c-footer__link-list+.c-footer__link-list {
		border-left: .1rem solid rgba(255, 255, 255, .3)
	}
}

.c-footer__copyright {
	font-size: 1.2rem;
	line-height: 1.66666;
	text-align: center;
	margin-top: 3rem
}

@media screen and (min-width: 768px) {
	.c-footer__copyright {
		text-align: left;
		margin-top: 0
	}
}

.c-footer__button {
	justify-content: flex-start
}

@media screen and (min-width: 768px) {
	.c-footer__button.-icon-side {
		padding-right: 3.625em
	}

	.c-footer__button.-icon-side .c-icon.-side-right {
		right: 2.25em
	}
}

.c-floating-banner {
	position: fixed;
	bottom: 2rem;
	left: 0;
	z-index: 1030;
	display: block;
	width: 20rem;
	height: 10rem;
	opacity: 0;
	transition: opacity 200ms ease
}

@media screen and (min-width: 768px) {
	.c-floating-banner {
		bottom: 14rem;
		left: auto;
		right: 0
	}
}

.c-floating-banner__img {
	width: 100%;
	height: 100%
}

.c-floating-banner.-active {
	opacity: 1
}

@media(hover: hover)and (pointer: fine) {

	.c-floating-banner.-static:hover,
	.c-floating-banner.-active:hover {
		opacity: .8
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.c-slider .swiper-wrapper {
	margin-bottom: 6rem
}

.c-slider .swiper-slide {
	list-style-type: none
}

.c-slider .swiper-button-prev,
.c-slider .swiper-button-next {
	justify-content: center;
	align-items: center;
	background-image: none;
	background-color: #0b5092;
	color: #fff;
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #0b5092;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: flex;
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	position: absolute;
	z-index: 20;
	cursor: pointer;
	top: auto;
	right: 2rem;
	bottom: 0;
	left: auto
}

@media(hover: hover)and (pointer: fine) {

	.c-slider .swiper-button-prev:hover,
	.c-slider .swiper-button-next:hover {
		background: #fff;
		color: #0b5092
	}
}

@media not screen and (min-width: 768px) {

	.c-slider .swiper-button-prev,
	.c-slider .swiper-button-next {
		display: none
	}
}

.c-slider .swiper-button-prev {
	right: 10.6rem
}

.c-slider .swiper-button-next {
	right: 4.6rem
}

.c-slider .swiper-pagination-bullets {
	bottom: 8px
}

.c-slider .swiper-pagination-bullet {
	opacity: 1;
	background: #e1e1e1;
	width: 1rem;
	height: 1rem;
	margin: 0 .5rem
}

.c-slider .swiper-pagination-bullet-active {
	background: #0b5092
}

@media screen and (min-width: 768px) {
	.c-form {
		max-width: 110.6rem;
		margin-left: auto;
		margin-right: auto
	}
}

.c-form__table {
	line-height: 1.5
}

.c-form__table-row:not(:first-child) {
	margin-top: 2rem
}

.c-form__table-heading {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem
}

.c-form__table-heading>.c-badge {
	margin-left: 1em
}

.c-form__table-body {
	margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
	.c-form__table-body {
		flex-grow: 1
	}
}

.c-form__footer {
	margin-top: 2rem
}

.c-form__footer-item+.c-form__footer-item {
	margin-top: 2rem
}

.c-form__footer-item.-center {
	display: flex;
	flex-direction: column;
	align-items: center
}

.c-form .c-form__footer-item--privacy-agreement {
	letter-spacing: -0.026em
}

.c-form .c-form__footer-item--checkbox {
	font-size: 1.4rem;
	line-height: 1.42857;
	margin-bottom: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center
}

.c-form .c-form__footer-item--checkbox .c-checkbox {
	padding: 0;
	gap: 0 .625em;
	justify-content: center
}

.c-form .c-form__footer-item--checkbox .c-checkbox .c-checkbox__input {
	width: 2rem;
	height: 2rem;
	margin-top: .05em
}

.c-form .c-form__footer-item--checkbox .c-checkbox:not(.error) .c-checkbox__input {
	border-style: none
}

.c-form__terms {
	border: solid .1rem #f2f2f2
}

.c-form__terms-inner {
	padding-top: .9166666667em;
	padding-bottom: .9166666667em;
	padding-left: 1.4166666667em;
	padding-right: 1.4166666667em;
	font-size: 1.2rem;
	line-height: 1.5
}

.c-form .error-text {
	display: none;
	color: #d62962;
	font-weight: bold;
	margin-top: 1rem
}

.c-form .error~.error-text {
	display: inline-block
}

.c-text-field {
	position: relative;
	display: inline-block;
	width: 100%
}

.c-text-field__input {
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .9375em;
	padding-right: .9375em;
	border-radius: .25em;
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	vertical-align: bottom
}

.c-text-field__input[type=number] {
	-moz-appearance: textfield
}

.c-text-field__input[type=number]::-webkit-outer-spin-button,
.c-text-field__input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.c-text-field__input::placeholder {
	color: #e1e1e1
}

.c-text-field__input:focus {
	border-color: #4f9de0
}

.c-text-field__input:focus-visible {
	border-color: #4f9de0;
	outline: none
}

.c-text-field__input:disabled {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	color: #b7b7b7;
	cursor: not-allowed;
	-webkit-text-fill-color: #b7b7b7;
	opacity: 1
}

.c-text-field__input.error {
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #d62962
}

.c-text-field.-validate .c-text-field__input:invalid {
	border-color: #ef4747
}

.c-text-field.-validate .c-text-field__input:valid {
	padding-right: 2.4375em
}

.c-text-field.-validate .c-text-field__input:valid+.c-text-field__icon::after {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	height: 1em;
	margin-top: auto;
	margin-bottom: auto;
	color: #4f9de0;
	font-size: 1.25em;
	transform: translateX(50%);
	pointer-events: none
}

.c-text-field.-width-xs {
	max-width: 5em
}

.c-text-field.-width-sm {
	max-width: 12em
}

.c-text-field.-width-md {
	max-width: 18.5em
}

.c-text-field.-width-lg {
	max-width: 22em
}

.c-text-field.-width-xl {
	max-width: 36em
}

.c-text-area {
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .9375em;
	padding-right: .9375em;
	border-radius: .25em;
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	vertical-align: bottom
}

.c-text-area::placeholder {
	color: #e1e1e1
}

.c-text-area:focus {
	border-color: #4f9de0
}

.c-text-area:focus-visible {
	border-color: #4f9de0;
	outline: none
}

.c-text-area:disabled {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	color: #b7b7b7;
	cursor: not-allowed;
	-webkit-text-fill-color: #b7b7b7;
	opacity: 1
}

.c-text-area.-validate:invalid {
	border-color: #ef4747
}

.c-text-area.error {
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #d62962
}

.c-text-area.-width-xs {
	max-width: 5em
}

.c-text-area.-width-sm {
	max-width: 12em
}

.c-text-area.-width-md {
	max-width: 18.5em
}

.c-text-area.-width-lg {
	max-width: 22em
}

.c-text-area.-width-xl {
	max-width: 36em
}

.c-select {
	position: relative;
	display: inline-block;
	width: 100%
}

.c-select__label {
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .9375em;
	padding-right: 2.9375em;
	border: solid .1rem #b7b7b7;
	border-radius: .25em;
	color: #000;
	line-height: 1.5;
	vertical-align: bottom
}

.c-select__label:focus {
	border-color: #4f9de0
}

.c-select__label:focus-visible {
	border-color: #4f9de0;
	outline: none
}

.c-select__label:disabled {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	color: #b7b7b7;
	opacity: 1;
	cursor: not-allowed
}

.c-select__label:disabled+.c-select__icon::after {
	color: #b7b7b7
}

.c-select__icon::after {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	height: 1em;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 1.25em;
	transform: translateX(50%);
	pointer-events: none
}

.c-select.-validate .c-select__label:invalid {
	border-color: #ef4747
}

.c-select.-width-xs {
	max-width: 5em
}

.c-select.-width-sm {
	max-width: 12em
}

.c-select.-width-md {
	max-width: 18.5em
}

.c-select.-width-lg {
	max-width: 22em
}

.c-select.-width-xl {
	max-width: 36em
}

.c-radio {
	display: inline-flex;
	align-items: flex-start;
	gap: .625em;
	padding-top: .625em;
	padding-bottom: .625em;
	padding-left: .375em;
	padding-right: .375em;
	color: #000;
	line-height: 1.5;
	cursor: pointer
}

.c-radio__input {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .25em;
	border: solid .125em #9d9d9d;
	border-radius: 50%;
	background-color: #fff
}

.c-radio__input:checked {
	border-color: #d62962;
	border-width: .6rem
}

.c-radio__input:focus {
	border-color: #4f9de0
}

.c-radio__input:focus:checked {
	border-color: #4f9de0
}

.c-radio__input:focus-visible {
	border-color: #4f9de0;
	outline: none
}

.c-radio__input:disabled {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	color: #b7b7b7;
	cursor: not-allowed
}

.c-radio__input:disabled:checked {
	background-color: #fff
}

.c-radio[aria-disabled=true] {
	cursor: not-allowed
}

.c-radio.-validate .c-radio__input:invalid {
	border-color: #ef4747
}

.c-checkbox {
	display: inline-flex;
	align-items: flex-start;
	gap: .625em;
	padding-top: .625em;
	padding-bottom: .625em;
	padding-left: .375em;
	padding-right: .375em;
	color: #000;
	line-height: 1.5;
	cursor: pointer
}

.c-checkbox__input {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .25em;
	border: solid .125em #9d9d9d;
	border-radius: .25em;
	background-color: #fff
}

.c-checkbox__input:checked {
	border-color: #d62962;
	background-color: #d62962
}

.c-checkbox__input:checked::before {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-weight: bold;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	height: 1em;
	margin-top: auto;
	margin-bottom: auto;
	color: #fff;
	font-size: 1em;
	transform: translateX(-50%)
}

.c-checkbox__input:focus {
	border-color: #d62962
}

.c-checkbox__input:focus:checked {
	background-color: #d62962
}

.c-checkbox__input:focus-visible {
	border-color: #d62962;
	outline: none
}

.c-checkbox__input:disabled {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	color: #b7b7b7;
	cursor: not-allowed
}

.c-checkbox.error .c-checkbox__input {
	border: solid .1rem #d62962
}

.c-checkbox[aria-disabled=true] {
	cursor: not-allowed
}

.c-checkbox.-validate .c-checkbox__input:invalid {
	border-color: #ef4747
}

.c-field-group {
	display: flex;
	flex-wrap: wrap
}

.c-field-group__text {
	display: inline-block;
	padding-top: .5em;
	padding-bottom: .5em
}

.c-field-group:not(.-vertical)>* {
	margin-right: 1em
}

.c-field-group:not(.-vertical)>*:last-child {
	margin-right: 0
}

.c-field-group.-vertical {
	flex-direction: column
}

.c-field-group.-vertical>* {
	margin-bottom: .625em
}

.c-field-group.-vertical>*:last-child {
	margin-bottom: 0
}

.c-field-group.-space-x-zero>* {
	margin-right: 0
}

.c-field-group.-space-y-zero>* {
	margin-bottom: 0
}

.c-field-group>.-space-x-zero {
	margin-right: 0
}

.c-field-group>.-space-y-zero {
	margin-bottom: 0
}

.c-field-group.-space-x-xs>* {
	margin-right: .375em
}

.c-field-group.-space-y-xs>* {
	margin-bottom: .375em
}

.c-field-group>.-space-x-xs {
	margin-right: .375em
}

.c-field-group>.-space-y-xs {
	margin-bottom: .375em
}

.c-field-group.-space-x-sm>* {
	margin-right: .625em
}

.c-field-group.-space-y-sm>* {
	margin-bottom: .625em
}

.c-field-group>.-space-x-sm {
	margin-right: .625em
}

.c-field-group>.-space-y-sm {
	margin-bottom: .625em
}

.c-field-group.-space-x-md>* {
	margin-right: 1em
}

.c-field-group.-space-y-md>* {
	margin-bottom: 1em
}

.c-field-group>.-space-x-md {
	margin-right: 1em
}

.c-field-group>.-space-y-md {
	margin-bottom: 1em
}

.c-field-group.-space-x-lg>* {
	margin-right: 1.5em
}

.c-field-group.-space-y-lg>* {
	margin-bottom: 1.5em
}

.c-field-group>.-space-x-lg {
	margin-right: 1.5em
}

.c-field-group>.-space-y-lg {
	margin-bottom: 1.5em
}

.c-field-group.-space-x-xl>* {
	margin-right: 2em
}

.c-field-group.-space-y-xl>* {
	margin-bottom: 2em
}

.c-field-group>.-space-x-xl {
	margin-right: 2em
}

.c-field-group>.-space-y-xl {
	margin-bottom: 2em
}

@media screen and (min-width: 576px) {
	.c-field-group.-space-x-zero-sm>* {
		margin-right: 0
	}

	.c-field-group.-space-y-zero-sm>* {
		margin-bottom: 0
	}

	.c-field-group>.-space-x-zero-sm {
		margin-right: 0
	}

	.c-field-group>.-space-y-zero-sm {
		margin-bottom: 0
	}

	.c-field-group.-space-x-xs-sm>* {
		margin-right: .375em
	}

	.c-field-group.-space-y-xs-sm>* {
		margin-bottom: .375em
	}

	.c-field-group>.-space-x-xs-sm {
		margin-right: .375em
	}

	.c-field-group>.-space-y-xs-sm {
		margin-bottom: .375em
	}

	.c-field-group.-space-x-sm-sm>* {
		margin-right: .625em
	}

	.c-field-group.-space-y-sm-sm>* {
		margin-bottom: .625em
	}

	.c-field-group>.-space-x-sm-sm {
		margin-right: .625em
	}

	.c-field-group>.-space-y-sm-sm {
		margin-bottom: .625em
	}

	.c-field-group.-space-x-md-sm>* {
		margin-right: 1em
	}

	.c-field-group.-space-y-md-sm>* {
		margin-bottom: 1em
	}

	.c-field-group>.-space-x-md-sm {
		margin-right: 1em
	}

	.c-field-group>.-space-y-md-sm {
		margin-bottom: 1em
	}

	.c-field-group.-space-x-lg-sm>* {
		margin-right: 1.5em
	}

	.c-field-group.-space-y-lg-sm>* {
		margin-bottom: 1.5em
	}

	.c-field-group>.-space-x-lg-sm {
		margin-right: 1.5em
	}

	.c-field-group>.-space-y-lg-sm {
		margin-bottom: 1.5em
	}

	.c-field-group.-space-x-xl-sm>* {
		margin-right: 2em
	}

	.c-field-group.-space-y-xl-sm>* {
		margin-bottom: 2em
	}

	.c-field-group>.-space-x-xl-sm {
		margin-right: 2em
	}

	.c-field-group>.-space-y-xl-sm {
		margin-bottom: 2em
	}
}

@media screen and (min-width: 768px) {
	.c-field-group.-space-x-zero-md>* {
		margin-right: 0
	}

	.c-field-group.-space-y-zero-md>* {
		margin-bottom: 0
	}

	.c-field-group>.-space-x-zero-md {
		margin-right: 0
	}

	.c-field-group>.-space-y-zero-md {
		margin-bottom: 0
	}

	.c-field-group.-space-x-xs-md>* {
		margin-right: .375em
	}

	.c-field-group.-space-y-xs-md>* {
		margin-bottom: .375em
	}

	.c-field-group>.-space-x-xs-md {
		margin-right: .375em
	}

	.c-field-group>.-space-y-xs-md {
		margin-bottom: .375em
	}

	.c-field-group.-space-x-sm-md>* {
		margin-right: .625em
	}

	.c-field-group.-space-y-sm-md>* {
		margin-bottom: .625em
	}

	.c-field-group>.-space-x-sm-md {
		margin-right: .625em
	}

	.c-field-group>.-space-y-sm-md {
		margin-bottom: .625em
	}

	.c-field-group.-space-x-md-md>* {
		margin-right: 1em
	}

	.c-field-group.-space-y-md-md>* {
		margin-bottom: 1em
	}

	.c-field-group>.-space-x-md-md {
		margin-right: 1em
	}

	.c-field-group>.-space-y-md-md {
		margin-bottom: 1em
	}

	.c-field-group.-space-x-lg-md>* {
		margin-right: 1.5em
	}

	.c-field-group.-space-y-lg-md>* {
		margin-bottom: 1.5em
	}

	.c-field-group>.-space-x-lg-md {
		margin-right: 1.5em
	}

	.c-field-group>.-space-y-lg-md {
		margin-bottom: 1.5em
	}

	.c-field-group.-space-x-xl-md>* {
		margin-right: 2em
	}

	.c-field-group.-space-y-xl-md>* {
		margin-bottom: 2em
	}

	.c-field-group>.-space-x-xl-md {
		margin-right: 2em
	}

	.c-field-group>.-space-y-xl-md {
		margin-bottom: 2em
	}
}

@media screen and (min-width: 992px) {
	.c-field-group.-space-x-zero-lg>* {
		margin-right: 0
	}

	.c-field-group.-space-y-zero-lg>* {
		margin-bottom: 0
	}

	.c-field-group>.-space-x-zero-lg {
		margin-right: 0
	}

	.c-field-group>.-space-y-zero-lg {
		margin-bottom: 0
	}

	.c-field-group.-space-x-xs-lg>* {
		margin-right: .375em
	}

	.c-field-group.-space-y-xs-lg>* {
		margin-bottom: .375em
	}

	.c-field-group>.-space-x-xs-lg {
		margin-right: .375em
	}

	.c-field-group>.-space-y-xs-lg {
		margin-bottom: .375em
	}

	.c-field-group.-space-x-sm-lg>* {
		margin-right: .625em
	}

	.c-field-group.-space-y-sm-lg>* {
		margin-bottom: .625em
	}

	.c-field-group>.-space-x-sm-lg {
		margin-right: .625em
	}

	.c-field-group>.-space-y-sm-lg {
		margin-bottom: .625em
	}

	.c-field-group.-space-x-md-lg>* {
		margin-right: 1em
	}

	.c-field-group.-space-y-md-lg>* {
		margin-bottom: 1em
	}

	.c-field-group>.-space-x-md-lg {
		margin-right: 1em
	}

	.c-field-group>.-space-y-md-lg {
		margin-bottom: 1em
	}

	.c-field-group.-space-x-lg-lg>* {
		margin-right: 1.5em
	}

	.c-field-group.-space-y-lg-lg>* {
		margin-bottom: 1.5em
	}

	.c-field-group>.-space-x-lg-lg {
		margin-right: 1.5em
	}

	.c-field-group>.-space-y-lg-lg {
		margin-bottom: 1.5em
	}

	.c-field-group.-space-x-xl-lg>* {
		margin-right: 2em
	}

	.c-field-group.-space-y-xl-lg>* {
		margin-bottom: 2em
	}

	.c-field-group>.-space-x-xl-lg {
		margin-right: 2em
	}

	.c-field-group>.-space-y-xl-lg {
		margin-bottom: 2em
	}
}

.c-help-text {
	margin-top: .75em;
	line-height: 1.5;
	padding-bottom: .25em
}

.c-help-text.-size-sm {
	margin-top: .833333em;
	font-size: 1.2rem;
	line-height: 1.41666
}

.c-help-text.-size-xs {
	margin-top: .8em;
	font-size: 1rem;
	line-height: 1.4
}

.search-form form {
	display: flex;
	width: 100%;
	align-items: center
}

@media screen and (min-width: 768px) {
	.search-form form {
		margin: -0.5rem 0
	}
}

.search-form input[type=text] {
	height: 40px;
	margin: 0;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 16px;
	flex: 1;
	width: 100%
}

.search-form input[type=text]::placeholder {
	color: #d1d1d1
}

.icon-search__item {
	transition: fill .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	fill: #000
}

.icon-search {
	width: 2rem;
	height: 2rem
}

.search-form .searchsubmit {
	margin-left: 2rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #0b5092;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #0b5092;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.search-form .searchsubmit .icon-search__item {
	fill: #fff
}

.search-form .searchsubmit:hover {
	background: #fff;
	color: #0b5092
}

.search-form .searchsubmit:hover .icon-search__item {
	fill: #0b5092
}

@media screen and (min-width: 768px) {
	.search-form .searchsubmit {
		margin-right: -0.5rem
	}
}

@media screen and (max-width: 767px) {
	section.search-form .searchsubmit {
		margin-left: 15px
	}
}

.canvas-bg {
	width: 100%;
	height: 100%;
	background-image: url("");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: normal;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	border-radius: 100%;
	background: #f2f2f2;
	font-size: 16px;
	font-weight: 500;
	color: #0b5092;
	transition: all 300ms;
	text-decoration: none;
	color: #fff;
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #0b5092;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #0b5092;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.wp-pagenavi .current {
	background-color: #fff;
	color: #0b5092
}

.wp-pagenavi .extend {
	background: #f2f2f2;
	outline-color: #f2f2f2;
	color: #0b5092
}

.wp-pagenavi a[rel~=prev],
.wp-pagenavi a[rel~=next] {
	background: #0b5092;
	font-size: 0
}

.wp-pagenavi a[rel~=prev]:before,
.wp-pagenavi a[rel~=next]:before {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 2.16rem;
	vertical-align: -0.06em;
	-webkit-font-smoothing: antialiased
}

@media screen and (min-width: 768px) {

	.wp-pagenavi a[rel~=prev]:before,
	.wp-pagenavi a[rel~=next]:before {
		font-size: 1.44rem
	}
}

.wp-pagenavi a[rel~=prev] {
	transform: rotate(180deg)
}

.wp-pagenavi a:not(.extend):not(.current):hover,
.wp-pagenavi span:not(.extend):not(.current):hover {
	background-color: #fff;
	color: #0b5092
}

@media screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 20px
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 40px;
		height: 40px;
		margin: 0 5px
	}
}

.p-header .c-header__main-logo .fill-color {
	fill: #2d61a2
}

.p-header .c-header__right-menu-link.-hover-underline {
	position: relative
}

.p-header .c-header__right-menu-link.-hover-underline:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #0b5092
}

@media(hover: hover)and (pointer: fine) {
	.p-header .c-header__right-menu-link.-hover-underline:hover {
		text-decoration: none
	}

	.p-header .c-header__right-menu-link.-hover-underline:hover:after {
		width: 100%
	}
}

.p-header .c-header__right-menu-link.-hover-underline:active {
	text-decoration: none
}

.p-footer-banner-area .banner_area img {
	padding: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

.p-footer-banner-area .banner_area {
	background: #f0f0ef !important;
	padding: 58px 0 48px;
	position: relative;
	z-index: 10
}

.p-footer-banner-area .banner_area .layout {
	max-width: 1016px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 24px
}

.p-footer-banner-area .banner_area .txt_area {
	position: relative;
	display: flex;
	padding: 24px 0;
	align-items: flex-end;
	border-top: 1px solid rgba(21, 94, 179, .5);
	color: #424242
}

.p-footer-banner-area .banner_area .txt_area .line_up {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #f0f0ef;
	z-index: 2;
	padding-right: 10px;
	font-family: "Lato", sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #155eb3;
	font-size: 16px;
	white-space: nowrap;
	line-height: 1
}

.p-footer-banner-area .banner_area .txt_area .h {
	font-weight: bold;
	font-size: 22px;
	margin-right: 28px
}

.p-footer-banner-area .banner_area .txt_area .txt {
	font-size: 16px
}

.p-footer-banner-area .banner_area .item_group {
	display: flex;
	justify-content: space-between
}

.p-footer-banner-area .banner_area .item_group .item {
	max-width: 227px;
	width: calc((100% - 60px)/4)
}

@media not screen and (min-width: 768px) {
	.p-footer-banner-area .banner_area {
		padding: 40px 0
	}

	.p-footer-banner-area .banner_area .txt_area {
		display: block
	}

	.p-footer-banner-area .banner_area .txt_area .h {
		font-size: 20px;
		margin-bottom: 12px
	}

	.p-footer-banner-area .banner_area .item_group {
		display: block
	}

	.p-footer-banner-area .banner_area .item_group .item {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 24px
	}

	.p-footer-banner-area .banner_area .item_group .item:last-of-type {
		margin-bottom: 0
	}
}

.p-logo-loop {
	display: flex;
	width: 100%;
	height: 15rem;
	margin-top: 5.4rem;
	background: #fff;
	overflow: hidden
}

.p-logo-loop img {
	width: auto;
	height: 100%;
	max-width: initial
}

.p-logo-loop img:first-child {
	animation: loop 50s -25s linear infinite
}

.p-logo-loop img:last-child {
	animation: loop2 50s linear infinite
}

@keyframes loop {
	0% {
		transform: translateX(100%)
	}

	to {
		transform: translateX(-100%)
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-200%)
	}
}

.p-aside-navigation {
	gap: 2rem;
	display: flex;
	flex-direction: column
}

.p-aside-navigation__button {
	width: 100%;
	justify-content: space-between
}

.p-aside-navigation__button.-outline-brand {
	background: #fff
}

.p-aside-navigation__button.-outline-brand:hover {
	background: #0b5092
}

.p-aside-navigation__button.-letter-spacing-small .c-button__text {
	letter-spacing: -0.06em
}

@media screen and (min-width: 768px) {
	.p-aside-navigation--small-md .c-button__text {
		font-size: 1.2rem
	}

	.p-aside-navigation--small-md .p-aside-navigation__button {
		padding: .8rem 1.4rem .8rem 2rem
	}
}

@media not screen and (min-width: 768px) {
	.p-aside-navigation--2col-down-md {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1.5rem
	}

	.p-aside-navigation--2col-down-md .p-aside-navigation__button {
		font-size: 1.2rem;
		line-height: 1.4166666;
		padding: .9583333em 1em
	}
}

.p-entry__header {
	padding-top: 3.6rem;
	padding-bottom: 3.2rem;
	min-height: 12.8rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column
}

@media screen and (min-width: 768px) {
	.p-entry__header {
		padding-top: 8rem;
		padding-bottom: 5rem;
		min-height: 17.6rem
	}
}

@media screen and (min-width: 768px) {
	.p-entry__page-title:not(.c-page-title--xs):not(.c-page-title--sm) {
		margin-top: 1.5rem;
		margin-bottom: -0.8rem
	}
}

.p-entry__page-title .c-page-title__inner {
	height: 7.6rem
}

.p-entry--has-navigation .p-entry__header,
.p-entry--has-navigation .p-entry__footer {
	background: #f2f2f2
}

.p-entry--has-navigation .p-entry__header {
	justify-content: flex-end
}

@media screen and (min-width: 768px) {
	.p-entry--has-navigation .p-entry__header {
		padding-bottom: 0
	}
}

.p-entry--has-navigation .p-entry__tab--top:not(:first-child) {
	margin-top: 5rem
}

@media not screen and (min-width: 768px) {
	.p-entry--has-navigation .p-entry__tab--top {
		display: none
	}
}

.p-entry--has-navigation .p-entry__footer {
	min-height: 11rem;
	padding-top: 0;
	justify-content: flex-start
}

@media screen and (min-width: 768px) {
	.p-entry--has-navigation .p-entry__footer {
		padding-bottom: 5rem
	}
}

.p-entry--has-navigation .p-entry__tab--bottom.-label .c-tab__button {
	border-radius: 0 0 1rem 1rem
}

.p-entry__tab--navigation {
	width: 100%
}

.p-entry__tab--navigation.-label .c-tab__buttons-inner {
	padding-right: 0;
	padding-left: 0;
	gap: 2rem
}

.p-entry__tab--navigation.-label .c-tab__button {
	min-height: 6rem;
	background: #0b5092;
	border-style: none;
	font-weight: bold;
	font-size: 1.8rem;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.p-entry__tab--navigation.-label .c-tab__button.-active {
	color: #0b5092
}

@media(hover: hover)and (pointer: fine) {
	.p-entry__tab--navigation.-label .c-tab__button:not(.-active):hover {
		opacity: initial;
		background: #fff;
		color: #0b5092
	}
}

@media not screen and (min-width: 768px) {
	.p-entry__tab--navigation.p-entry__tab--bottom {
		padding: 3rem 2rem
	}
}

@media not screen and (min-width: 768px) {
	.p-entry__tab--navigation.p-entry__tab--bottom.-label .c-tab__buttons-inner {
		flex-wrap: wrap;
		gap: 1.5rem
	}

	.p-entry__tab--navigation.p-entry__tab--bottom.-label .c-tab__button {
		border-radius: 1rem;
		min-height: 6rem;
		font-size: 1.6rem;
		line-height: 1.5
	}

	.p-entry__tab--navigation.p-entry__tab--bottom.-label .c-tab__buttons-item {
		max-width: calc((100% + 1.5rem)/2 - 1.5rem);
		width: 100%
	}
}

.p-entry__badges {
	max-width: 36rem;
	margin-right: auto;
	margin-left: auto;
	justify-content: center
}

.p-entry__post-title {
	text-align: center;
	font-size: 3rem;
	line-height: 1.45833;
	font-weight: 700;
	color: #0b5092;
	position: relative
}

.p-entry__post-title:not(:first-child) {
	margin-top: 3rem
}

.p-entry__post-title:not(:last-child) {
	margin-bottom: 3rem
}

.p-entry__post-title.-border {
	text-align: left;
	font-size: 2.4rem;
	line-height: 1.45833;
	padding-bottom: 3.2rem
}

.p-entry__post-title.-border:not(:first-child) {
	margin-top: 2rem
}

.p-entry__post-title.-border:not(:last-child) {
	margin-bottom: 4rem
}

.p-entry__post-title.-border:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0b5092
}

.p-entry__post-description {
	font-size: 2.4rem;
	line-height: 1.45833;
	font-weight: bold;
	text-align: center
}

.p-entry__post-description:not(:first-child) {
	margin-top: 3rem
}

.p-entry__post-description:not(:last-child) {
	margin-bottom: 5rem
}

@media not screen and (min-width: 768px) {
	.p-entry__post-description {
		font-size: 2rem;
		line-height: 1.45;
		text-align: left
	}
}

.p-entry__info {
	display: flex;
	align-items: center
}

.p-entry__info:not(:last-child) {
	margin-bottom: 2rem
}

.p-entry__info-date {
	color: #aeb8c7;
	font-weight: 700;
	white-space: nowrap;
}

.p-entry__info-date:not(:last-child) {
	border-right: 1px solid #d6dce5;
	padding-right: 2rem;
	margin-right: 2rem
}

@media not screen and (min-width: 768px) {
	.p-entry__info-date:not(:last-child) {
		padding-right: 1.5rem;
		margin-right: 1.5rem
	}
}

.p-entry__slider:not(:first-child) {
	margin-top: 4rem
}

.p-entry__slider:not(:last-child) {
	margin-bottom: 0
}

.p-entry__eyecatch-figure:not(:first-child) {
	margin-top: 4rem
}

.p-entry__eyecatch-figure:not(:last-child) {
	margin-bottom: 0
}

.p-entry__text-style {
	margin-bottom: 5rem
}

@media not screen and (min-width: 768px) {
	.p-entry__text-style {
		margin-top: 1.8rem
	}
}

.p-entry__select-link .c-select__label {
	background: #f2f2f2;
	font-size: 1.6rem;
	line-height: 1.5;
	border-style: none;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	padding-left: 2rem
}

.p-entry__select-link .c-select__icon {
	color: #0b5092;
	font-size: .9em
}

.p-entry__select-link .c-select__icon :after {
	right: 2.5rem
}

.c-heading-l {
	position: relative;
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 700;
	color: #0b5092;
	padding-bottom: 2.2rem
}

.c-heading-l:not(:first-child) {
	margin-top: 4rem
}

.c-heading-l:not(:last-child) {
	margin-bottom: 3rem
}

.c-heading-l:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #0B5092, #0B5092 1em, #fff 1em)
}

.c-heading-m {
	border-top: 1px solid #d6dce5;
	padding-top: 2.1rem;
	padding-left: 1.2rem;
	font-size: 1.8rem;
	line-height: 1.44444;
	box-sizing: border-box;
	position: relative
}

.c-heading-m:before {
	content: "";
	display: block;
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 2px;
	height: 2rem;
	background: #0b5092
}

.c-heading-m:not(:first-child) {
	margin-top: 3rem
}

.c-heading-m:not(:last-child) {
	margin-bottom: 2rem
}

.c-heading-s {
	position: relative;
	font-weight: 700;
	padding-left: 3rem
}

.c-heading-s:not(:first-child) {
	margin-top: 3rem
}

.c-heading-s:not(:last-child) {
	margin-bottom: 1rem
}

.c-heading-s:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .9em;
	transform: translateY(-50%);
	width: 100%;
	width: 2rem;
	height: 2px;
	background: #d6dce5
}

.c-emphasis-block {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	margin-left: 0;
	background: #fff
}

.c-emphasis-block:not(:first-child) {
	margin-top: 2rem
}

.c-emphasis-block:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
	.c-emphasis-block {
		padding: 2rem 3rem;
		border-radius: 2rem
	}
}

.c-emphasis-block .c-list {
	margin-left: 0
}

.c-emphasis-block.-counter-hierarchy,
.c-emphasis-block.counter-hierarchy {
	padding: 2rem
}

.c-emphasis-block.-counter-hierarchy:not(:first-child),
.c-emphasis-block.counter-hierarchy:not(:first-child) {
	margin-top: 4rem
}

.c-emphasis-block.-counter-hierarchy:not(:last-child),
.c-emphasis-block.counter-hierarchy:not(:last-child) {
	margin-bottom: 4rem
}

@media screen and (min-width: 768px) {

	.c-emphasis-block.-counter-hierarchy,
	.c-emphasis-block.counter-hierarchy {
		padding: 3rem
	}

	.c-emphasis-block.-counter-hierarchy:not(:first-child),
	.c-emphasis-block.counter-hierarchy:not(:first-child) {
		margin-top: 4rem
	}

	.c-emphasis-block.-counter-hierarchy:not(:last-child),
	.c-emphasis-block.counter-hierarchy:not(:last-child) {
		margin-bottom: 4rem
	}
}

.c-emphasis-block.-counter-hierarchy .c-list,
.c-emphasis-block.-counter-hierarchy .ez-toc-list,
.c-emphasis-block.counter-hierarchy .c-list,
.c-emphasis-block.counter-hierarchy .ez-toc-list {
	margin-top: 3rem
}

.c-code-block {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	margin-left: 0;
	color: #fff;
	background: #224261;
	white-space: initial
}

.c-code-block:not(:first-child) {
	margin-top: 2rem
}

.c-code-block:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
	.c-code-block {
		padding: 2rem 3rem;
		border-radius: 2rem
	}
}

.c-code-block .c-list {
	margin-left: 0
}

.c-outline-block {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	margin-left: 0;
	border: 1px solid #0b5092;
	background: transparent
}

.c-outline-block:not(:first-child) {
	margin-top: 2rem
}

.c-outline-block:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
	.c-outline-block {
		padding: 2rem 3rem;
		border-radius: 2rem
	}
}

.c-outline-block .c-list {
	margin-left: 0
}

.c-note {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.41666
}

.c-note:not(:first-child) {
	margin-top: 1rem
}

.c-note:not(:last-child) {
	margin-bottom: 1rem
}

.ez-toc-title-container {
	display: flex;
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 700;
	justify-content: center
}

.ez-toc-title-container .ez-toc-title {
	padding-bottom: 1.2rem;
	border-bottom: 2px solid #0b5092
}

.p-wysiwyg font {
	font-size: inherit
}

.p-wysiwyg h2 {
	position: relative;
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 700;
	color: #0b5092;
	padding-bottom: 2.2rem
}

.p-wysiwyg h2:not(:first-child) {
	margin-top: 4rem
}

.p-wysiwyg h2:not(:last-child) {
	margin-bottom: 3rem
}

.p-wysiwyg h2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #0B5092, #0B5092 1em, #fff 1em)
}

.p-wysiwyg h3 {
	border-top: 1px solid #d6dce5;
	padding-top: 2.1rem;
	padding-left: 1.2rem;
	font-size: 1.8rem;
	line-height: 1.44444;
	box-sizing: border-box;
	position: relative
}

.p-wysiwyg h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 2px;
	height: 2rem;
	background: #0b5092
}

.p-wysiwyg h3:not(:first-child) {
	margin-top: 3rem
}

.p-wysiwyg h3:not(:last-child) {
	margin-bottom: 2rem
}

.p-wysiwyg h4 {
	position: relative;
	font-weight: 700;
	padding-left: 3rem
}

.p-wysiwyg h4:not(:first-child) {
	margin-top: 3rem
}

.p-wysiwyg h4:not(:last-child) {
	margin-bottom: 1rem
}

.p-wysiwyg h4:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .9em;
	transform: translateY(-50%);
	width: 100%;
	width: 2rem;
	height: 2px;
	background: #d6dce5
}

.p-wysiwyg ul,
.p-wysiwyg ol {
	line-height: 1.5;
	list-style-type: disc;
	margin-left: 1rem
}

.p-wysiwyg ul>li,
.p-wysiwyg ol>li {
	position: relative;
	margin-left: 2.5rem
}

.p-wysiwyg ul>li::marker,
.p-wysiwyg ol>li::marker {
	color: #0b5092;
	font-size: 1em
}

.p-wysiwyg ul>li+li,
.p-wysiwyg ol>li+li {
	margin-top: 1rem
}

.p-wysiwyg ul>li>ul,
.p-wysiwyg ul>li>ol,
.p-wysiwyg ol>li>ul,
.p-wysiwyg ol>li>ol {
	margin-top: 1rem
}

.p-wysiwyg ul>li>ul,
.p-wysiwyg ol>li>ul {
	line-height: 1.5;
	list-style-type: disc
}

.p-wysiwyg ul>li>ul>li::marker,
.p-wysiwyg ol>li>ul>li::marker {
	color: #0b5092;
	font-size: 1em
}

.p-wysiwyg ul:not(.-no-hierarchy)>li>ul>li+li,
.p-wysiwyg ul:not(.-no-hierarchy)>li>ol>li+li,
.p-wysiwyg ol:not(.-no-hierarchy)>li>ul>li+li,
.p-wysiwyg ol:not(.-no-hierarchy)>li>ol>li+li {
	margin-top: 1rem
}

.p-wysiwyg ul:not(.-no-hierarchy)>li>ul>li,
.p-wysiwyg ul:not(.-no-hierarchy)>li>ol>li,
.p-wysiwyg ol:not(.-no-hierarchy)>li>ul>li,
.p-wysiwyg ol:not(.-no-hierarchy)>li>ol>li {
	position: relative;
	margin-left: 2.5rem
}

.p-wysiwyg ul:not(.-no-hierarchy)>li>ul,
.p-wysiwyg ul:not(.-no-hierarchy)>li>ol,
.p-wysiwyg ol:not(.-no-hierarchy)>li>ul,
.p-wysiwyg ol:not(.-no-hierarchy)>li>ol {
	padding-left: 1em;
	margin-top: 1rem;
	margin-left: -0.9rem
}

.p-wysiwyg ul:not(:first-child),
.p-wysiwyg ol:not(:first-child) {
	margin-top: 2rem
}

.p-wysiwyg ul:not(:last-child),
.p-wysiwyg ol:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {

	.p-wysiwyg ul,
	.p-wysiwyg ol {
		margin-left: 1.5rem
	}
}

.p-wysiwyg ul>li>ul,
.p-wysiwyg ul>li>ol,
.p-wysiwyg ol>li>ul,
.p-wysiwyg ol>li>ol {
	padding-left: 1em;
	margin-left: -0.9rem
}

.p-wysiwyg ol {
	list-style-type: none;
	counter-reset: ordering
}

.p-wysiwyg ol[data-count="2"] {
	counter-reset: ordering 1
}

.p-wysiwyg ol[data-count="3"] {
	counter-reset: ordering 2
}

.p-wysiwyg ol[data-count="4"] {
	counter-reset: ordering 3
}

.p-wysiwyg ol[data-count="5"] {
	counter-reset: ordering 4
}

.p-wysiwyg ol>li:before {
	counter-increment: ordering;
	content: counters(ordering, "-") "."
}

.p-wysiwyg ol.-brackets>li:before {
	counter-increment: ordering;
	content: "（"counter(ordering) "）"
}

.p-wysiwyg ol>li:before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	font-weight: 700;
	color: #0b5092;
	padding-right: .648em
}

.p-wysiwyg ol.-brackets:not(:first-child) {
	margin-top: 1rem
}

.p-wysiwyg ol.-brackets:not(:last-child) {
	margin-bottom: 1rem
}

.p-wysiwyg ol.-brackets>li {
	position: relative;
	margin-left: 4.1rem
}

.p-wysiwyg ol.-brackets>li:before {
	font-weight: 400;
	color: inherit;
	padding: 0
}

.p-wysiwyg ol.-brackets>li+li {
	margin-top: 0
}

.p-wysiwyg ol.-no-hierarchy>li>ol {
	counter-reset: ordering2
}

.p-wysiwyg ol.-no-hierarchy>li>ol[data-count="2"] {
	counter-reset: ordering2 1
}

.p-wysiwyg ol.-no-hierarchy>li>ol[data-count="3"] {
	counter-reset: ordering2 2
}

.p-wysiwyg ol.-no-hierarchy>li>ol[data-count="4"] {
	counter-reset: ordering2 3
}

.p-wysiwyg ol.-no-hierarchy>li>ol[data-count="5"] {
	counter-reset: ordering2 4
}

.p-wysiwyg ol.-no-hierarchy>li>ol>li:before {
	counter-increment: ordering2;
	content: counters(ordering2, "-") "."
}

.p-wysiwyg ol.-no-hierarchy>li>ol.-brackets>li:before {
	counter-increment: ordering2;
	content: "（"counter(ordering2) "）"
}

.p-wysiwyg ol:not(.-no-hierarchy)>li>ol {
	list-style-type: none;
	counter-reset: ordering
}

.p-wysiwyg ol:not(.-no-hierarchy)>li>ol[data-count="2"] {
	counter-reset: ordering 1
}

.p-wysiwyg ol:not(.-no-hierarchy)>li>ol[data-count="3"] {
	counter-reset: ordering 2
}

.p-wysiwyg ol:not(.-no-hierarchy)>li>ol[data-count="4"] {
	counter-reset: ordering 3
}

.p-wysiwyg ol:not(.-no-hierarchy)>li>ol[data-count="5"] {
	counter-reset: ordering 4
}

.p-wysiwyg ol:not(.-no-hierarchy)>li>ol>li:before {
	counter-increment: ordering;
	content: counters(ordering, "-") "."
}

.p-wysiwyg ol:not(.-no-hierarchy)>li>ol.-brackets>li:before {
	counter-increment: ordering;
	content: "（"counter(ordering) "）"
}

.p-wysiwyg ol:not(.-no-hierarchy)>li>ol>li:before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	font-weight: 700;
	color: #0b5092;
	padding-right: .648em
}

.p-wysiwyg .ez-toc-list {
	line-height: 1.5;
	list-style-type: disc;
	margin-left: 2rem;
	list-style-type: none;
	counter-reset: ordering;
	margin-left: 0 !important
}

.p-wysiwyg .ez-toc-list>li {
	position: relative;
	margin-left: 2.5rem
}

.p-wysiwyg .ez-toc-list>li::marker {
	color: #0b5092;
	font-size: 1em
}

.p-wysiwyg .ez-toc-list>li+li {
	margin-top: 1rem
}

.p-wysiwyg .ez-toc-list>li>ul,
.p-wysiwyg .ez-toc-list>li>ol {
	margin-top: 1rem
}

.p-wysiwyg .ez-toc-list>li>ul {
	line-height: 1.5;
	list-style-type: disc
}

.p-wysiwyg .ez-toc-list>li>ul>li::marker {
	color: #0b5092;
	font-size: 1em
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>ul>li+li,
.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>ol>li+li {
	margin-top: 1rem
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>ul>li,
.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>ol>li {
	position: relative;
	margin-left: 2.5rem
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>ul,
.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>ol {
	padding-left: 1em;
	margin-top: 1rem;
	margin-left: -0.9rem
}

.p-wysiwyg .ez-toc-list:not(:first-child) {
	margin-top: 2rem
}

.p-wysiwyg .ez-toc-list:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
	.p-wysiwyg .ez-toc-list {
		margin-left: 3rem
	}
}

.p-wysiwyg .ez-toc-list>li>.ez-toc-list {
	padding-left: 1em;
	margin-left: -0.9rem
}

.p-wysiwyg .ez-toc-list[data-count="2"] {
	counter-reset: ordering 1
}

.p-wysiwyg .ez-toc-list[data-count="3"] {
	counter-reset: ordering 2
}

.p-wysiwyg .ez-toc-list[data-count="4"] {
	counter-reset: ordering 3
}

.p-wysiwyg .ez-toc-list[data-count="5"] {
	counter-reset: ordering 4
}

.p-wysiwyg .ez-toc-list>li:before {
	counter-increment: ordering;
	content: counters(ordering, "-") "."
}

.p-wysiwyg .ez-toc-list.-brackets>li:before {
	counter-increment: ordering;
	content: "（"counter(ordering) "）"
}

.p-wysiwyg .ez-toc-list>li:before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	font-weight: 700;
	color: #0b5092;
	padding-right: .648em
}

.p-wysiwyg .ez-toc-list.-brackets:not(:first-child) {
	margin-top: 1rem
}

.p-wysiwyg .ez-toc-list.-brackets:not(:last-child) {
	margin-bottom: 1rem
}

.p-wysiwyg .ez-toc-list.-brackets>li {
	position: relative;
	margin-left: 4.1rem
}

.p-wysiwyg .ez-toc-list.-brackets>li:before {
	font-weight: 400;
	color: inherit;
	padding: 0
}

.p-wysiwyg .ez-toc-list.-brackets>li+li {
	margin-top: 0
}

.p-wysiwyg .ez-toc-list.-no-hierarchy>li>.ez-toc-list {
	counter-reset: ordering2
}

.p-wysiwyg .ez-toc-list.-no-hierarchy>li>.ez-toc-list[data-count="2"] {
	counter-reset: ordering2 1
}

.p-wysiwyg .ez-toc-list.-no-hierarchy>li>.ez-toc-list[data-count="3"] {
	counter-reset: ordering2 2
}

.p-wysiwyg .ez-toc-list.-no-hierarchy>li>.ez-toc-list[data-count="4"] {
	counter-reset: ordering2 3
}

.p-wysiwyg .ez-toc-list.-no-hierarchy>li>.ez-toc-list[data-count="5"] {
	counter-reset: ordering2 4
}

.p-wysiwyg .ez-toc-list.-no-hierarchy>li>.ez-toc-list>li:before {
	counter-increment: ordering2;
	content: counters(ordering2, "-") "."
}

.p-wysiwyg .ez-toc-list.-no-hierarchy>li>.ez-toc-list.-brackets>li:before {
	counter-increment: ordering2;
	content: "（"counter(ordering2) "）"
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>.ez-toc-list-level-3 {
	list-style-type: none;
	counter-reset: ordering
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>.ez-toc-list-level-3[data-count="2"] {
	counter-reset: ordering 1
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>.ez-toc-list-level-3[data-count="3"] {
	counter-reset: ordering 2
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>.ez-toc-list-level-3[data-count="4"] {
	counter-reset: ordering 3
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>.ez-toc-list-level-3[data-count="5"] {
	counter-reset: ordering 4
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>.ez-toc-list-level-3>li:before {
	counter-increment: ordering;
	content: counters(ordering, "-") "."
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>.ez-toc-list-level-3.-brackets>li:before {
	counter-increment: ordering;
	content: "（"counter(ordering) "）"
}

.p-wysiwyg .ez-toc-list:not(.-no-hierarchy)>li>.ez-toc-list-level-3>li:before {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	font-weight: 700;
	color: #0b5092;
	padding-right: .648em
}

.p-wysiwyg .w-box,
.p-wysiwyg #ez-toc-container {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	margin-left: 0;
	background: #fff
}

.p-wysiwyg .w-box:not(:first-child),
.p-wysiwyg #ez-toc-container:not(:first-child) {
	margin-top: 2rem
}

.p-wysiwyg .w-box:not(:last-child),
.p-wysiwyg #ez-toc-container:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {

	.p-wysiwyg .w-box,
	.p-wysiwyg #ez-toc-container {
		padding: 2rem 3rem;
		border-radius: 2rem
	}
}

.p-wysiwyg .w-box .c-list,
.p-wysiwyg #ez-toc-container .c-list {
	margin-left: 0
}

.p-wysiwyg .w-box.-counter-hierarchy,
.p-wysiwyg .w-box.counter-hierarchy,
.p-wysiwyg #ez-toc-container.-counter-hierarchy,
.p-wysiwyg #ez-toc-container.counter-hierarchy {
	padding: 2rem
}

.p-wysiwyg .w-box.-counter-hierarchy:not(:first-child),
.p-wysiwyg .w-box.counter-hierarchy:not(:first-child),
.p-wysiwyg #ez-toc-container.-counter-hierarchy:not(:first-child),
.p-wysiwyg #ez-toc-container.counter-hierarchy:not(:first-child) {
	margin-top: 4rem
}

.p-wysiwyg .w-box.-counter-hierarchy:not(:last-child),
.p-wysiwyg .w-box.counter-hierarchy:not(:last-child),
.p-wysiwyg #ez-toc-container.-counter-hierarchy:not(:last-child),
.p-wysiwyg #ez-toc-container.counter-hierarchy:not(:last-child) {
	margin-bottom: 4rem
}

@media screen and (min-width: 768px) {

	.p-wysiwyg .w-box.-counter-hierarchy,
	.p-wysiwyg .w-box.counter-hierarchy,
	.p-wysiwyg #ez-toc-container.-counter-hierarchy,
	.p-wysiwyg #ez-toc-container.counter-hierarchy {
		padding: 3rem
	}

	.p-wysiwyg .w-box.-counter-hierarchy:not(:first-child),
	.p-wysiwyg .w-box.counter-hierarchy:not(:first-child),
	.p-wysiwyg #ez-toc-container.-counter-hierarchy:not(:first-child),
	.p-wysiwyg #ez-toc-container.counter-hierarchy:not(:first-child) {
		margin-top: 4rem
	}

	.p-wysiwyg .w-box.-counter-hierarchy:not(:last-child),
	.p-wysiwyg .w-box.counter-hierarchy:not(:last-child),
	.p-wysiwyg #ez-toc-container.-counter-hierarchy:not(:last-child),
	.p-wysiwyg #ez-toc-container.counter-hierarchy:not(:last-child) {
		margin-bottom: 4rem
	}
}

.p-wysiwyg .w-box.-counter-hierarchy .c-list,
.p-wysiwyg .w-box.-counter-hierarchy .ez-toc-list,
.p-wysiwyg .w-box.counter-hierarchy .c-list,
.p-wysiwyg .w-box.counter-hierarchy .ez-toc-list,
.p-wysiwyg #ez-toc-container.-counter-hierarchy .c-list,
.p-wysiwyg #ez-toc-container.-counter-hierarchy .ez-toc-list,
.p-wysiwyg #ez-toc-container.counter-hierarchy .c-list,
.p-wysiwyg #ez-toc-container.counter-hierarchy .ez-toc-list {
	margin-top: 3rem
}

.p-wysiwyg .code-box {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	margin-left: 0;
	color: #fff;
	background: #224261;
	white-space: initial
}

.p-wysiwyg .code-box:not(:first-child) {
	margin-top: 2rem
}

.p-wysiwyg .code-box:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
	.p-wysiwyg .code-box {
		padding: 2rem 3rem;
		border-radius: 2rem
	}
}

.p-wysiwyg .code-box .c-list {
	margin-left: 0
}

.p-wysiwyg .line-box {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
	margin-left: 0;
	border: 1px solid #0b5092;
	background: transparent
}

.p-wysiwyg .line-box:not(:first-child) {
	margin-top: 2rem
}

.p-wysiwyg .line-box:not(:last-child) {
	margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
	.p-wysiwyg .line-box {
		padding: 2rem 3rem;
		border-radius: 2rem
	}
}

.p-wysiwyg .line-box .c-list {
	margin-left: 0
}

.p-wysiwyg .wp-block-image img {
	height: auto
}

.p-wysiwyg .wp-block-table table {
	min-width: 100%;
	caption-side: bottom;
	border-collapse: collapse;
	border-color: #f2f2f2;
	line-height: 1.5;
	border-radius: 1rem;
	overflow: hidden
}

.p-wysiwyg .wp-block-table table thead,
.p-wysiwyg .wp-block-table table tbody,
.p-wysiwyg .wp-block-table table tr,
.p-wysiwyg .wp-block-table table th,
.p-wysiwyg .wp-block-table table td {
	text-align: left;
	vertical-align: middle;
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

.p-wysiwyg .wp-block-table table thead {
	vertical-align: bottom
}

.p-wysiwyg .wp-block-table table tbody {
	vertical-align: inherit
}

.p-wysiwyg .wp-block-table table th,
.p-wysiwyg .wp-block-table table td {
	font-weight: 400;
	padding: 1.2rem 1rem;
	border-width: 2px
}

@media screen and (min-width: 768px) {

	.p-wysiwyg .wp-block-table table th,
	.p-wysiwyg .wp-block-table table td {
		padding: 2rem
	}
}

.p-wysiwyg .wp-block-table table tbody:first-child tr:first-child th,
.p-wysiwyg .wp-block-table table tbody:first-child tr:first-child td,
.p-wysiwyg .wp-block-table table thead:first-child tr:first-child th,
.p-wysiwyg .wp-block-table table thead:first-child tr:first-child td,
.p-wysiwyg .wp-block-table table tfoot:first-child tr:first-child th,
.p-wysiwyg .wp-block-table table tfoot:first-child tr:first-child td {
	border-top-width: 0
}

.p-wysiwyg .wp-block-table table tbody:last-child tr:last-child th,
.p-wysiwyg .wp-block-table table tbody:last-child tr:last-child td,
.p-wysiwyg .wp-block-table table thead:last-child tr:last-child th,
.p-wysiwyg .wp-block-table table thead:last-child tr:last-child td,
.p-wysiwyg .wp-block-table table tfoot:last-child tr:last-child th,
.p-wysiwyg .wp-block-table table tfoot:last-child tr:last-child td {
	border-bottom-width: 0
}

.p-wysiwyg .wp-block-table table tbody tr th:first-child,
.p-wysiwyg .wp-block-table table tbody tr td:first-child,
.p-wysiwyg .wp-block-table table thead tr th:first-child,
.p-wysiwyg .wp-block-table table thead tr td:first-child,
.p-wysiwyg .wp-block-table table tfoot tr th:first-child,
.p-wysiwyg .wp-block-table table tfoot tr td:first-child {
	border-left-width: 0
}

.p-wysiwyg .wp-block-table table tbody tr th:last-child,
.p-wysiwyg .wp-block-table table tbody tr td:last-child,
.p-wysiwyg .wp-block-table table thead tr th:last-child,
.p-wysiwyg .wp-block-table table thead tr td:last-child,
.p-wysiwyg .wp-block-table table tfoot tr th:last-child,
.p-wysiwyg .wp-block-table table tfoot tr td:last-child {
	border-right-width: 0
}

.p-wysiwyg .wp-block-table table th {
	background: #7e9fbe;
	font-weight: 500;
	color: #fff
}

.p-wysiwyg .wp-block-table table td {
	background: #d6dce5
}

.p-wysiwyg .wp-block-table.-overflow {
	overflow: auto
}

.p-wysiwyg .wp-block-table.-overflow table th,
.p-wysiwyg .wp-block-table.-overflow table td {
	white-space: nowrap
}

.p-wysiwyg .wp-block-table.tbl-fixed table {
	table-layout: fixed;
	width: 100%
}

@media screen and (min-width: 768px) {
	.p-wysiwyg .wp-block-table.tbl-fixed-md table {
		table-layout: fixed;
		width: 100%
	}
}

.js-caseList__item.-off {
	display: none
}

#satori__creative_container .satori__custom_form {
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	color: inherit
}

#satori__creative_container .satori__custom_form .satori__input_group,
#satori__creative_container .satori__custom_form .satori__horiz_group {
	margin: 0;
	padding: 0
}

#satori__creative_container .satori__custom_form .satori__input_group label,
#satori__creative_container .satori__custom_form .satori__horiz_group label {
	color: inherit;
	font-size: inherit;
	padding: 0;
	display: block;
	font-weight: bold;
	margin-bottom: 1rem
}

#satori__creative_container .satori__custom_form .satori__require {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: .66667em .83334em;
	text-decoration: none;
	color: #fff;
	outline: solid .1rem;
	outline-offset: -0.1rem;
	margin: 0 0 0 1em;
	font-size: 1rem;
	padding: .5em .6em;
	border-radius: .5em;
	background-color: #d62962;
	outline-color: #d62962;
	font-weight: 700
}

#satori__creative_container .satori__custom_form .satori__system_notes {
	display: none
}

#satori__creative_container .satori__horiz_group {
	gap: 2rem
}

#satori__creative_container .satori__custom_form .satori__input_group input[type=text],
#satori__creative_container .satori__custom_form .satori__input_group input[type=email],
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel] {
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .9375em;
	padding-right: .9375em;
	border-radius: .25em;
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	vertical-align: bottom;
	border-style: none;
	box-shadow: none
}

#satori__creative_container .satori__custom_form .satori__input_group textarea {
    width: 100%;
	height: 20rem;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .9375em;
    padding-right: .9375em;
    border-radius: .25em;
    background-color: #fff;
    color: #000;
    line-height: 1.5;
    vertical-align: bottom;
	border-style: none;
	box-shadow: none
}

#satori__creative_container .satori__custom_form .satori__input_group input[type=text][type=number],
#satori__creative_container .satori__custom_form .satori__input_group input[type=email][type=number],
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel][type=number] {
	-moz-appearance: textfield
}

#satori__creative_container .satori__custom_form .satori__input_group input[type=text][type=number]::-webkit-outer-spin-button,
#satori__creative_container .satori__custom_form .satori__input_group input[type=text][type=number]::-webkit-inner-spin-button,
#satori__creative_container .satori__custom_form .satori__input_group input[type=email][type=number]::-webkit-outer-spin-button,
#satori__creative_container .satori__custom_form .satori__input_group input[type=email][type=number]::-webkit-inner-spin-button,
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel][type=number]::-webkit-outer-spin-button,
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel][type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none
}

#satori__creative_container .satori__custom_form .satori__input_group input[type=text]::placeholder,
#satori__creative_container .satori__custom_form .satori__input_group input[type=email]::placeholder,
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel]::placeholder {
	color: #e1e1e1
}

#satori__creative_container .satori__custom_form .satori__input_group input[type=text]:focus,
#satori__creative_container .satori__custom_form .satori__input_group input[type=email]:focus,
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel]:focus {
	border-color: #4f9de0
}

#satori__creative_container .satori__custom_form .satori__input_group input[type=text]:focus-visible,
#satori__creative_container .satori__custom_form .satori__input_group input[type=email]:focus-visible,
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel]:focus-visible {
	border-color: #4f9de0;
	outline: none
}

#satori__creative_container .satori__custom_form .satori__input_group input[type=text]:disabled,
#satori__creative_container .satori__custom_form .satori__input_group input[type=email]:disabled,
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel]:disabled {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	color: #b7b7b7;
	cursor: not-allowed;
	-webkit-text-fill-color: #b7b7b7;
	opacity: 1
}

#satori__creative_container .satori__custom_form .satori__input_group input[type=text].error,
#satori__creative_container .satori__custom_form .satori__input_group input[type=email].error,
#satori__creative_container .satori__custom_form .satori__input_group input[type=tel].error {
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #d62962
}

#satori__creative_container .satori__message {
	text-align: left;
	margin: 0;
	letter-spacing: -0.026em
}

#satori__creative_container .satori__message a {
	color: #0b5092;
	text-decoration: underline
}

#satori__creative_container .satori__message a:hover {
	color: #094075;
	text-decoration: none
}

#satori__creative_container [id=satori__privacy_policy_agreement_wrapper] {
	display: flex;
	flex-direction: column;
	gap: 2rem
}

#satori__creative_container [id=satori__privacy_policy_agreement_wrapper] .satori__input_group {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	justify-content: flex-start;
	gap: 0 .875rem
}

#satori__creative_container [id=satori__privacy_policy_agreement_wrapper] .satori__input_group input {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	flex-shrink: 0;
	border-radius: .25em;
	background-color: #fff;
	width: 2rem;
	height: 2rem;
	margin-top: .05em;
	border-style: none
}

#satori__creative_container [id=satori__privacy_policy_agreement_wrapper] .satori__input_group input:checked {
	border-color: #83c5eb;
	background-color: #83c5eb
}

#satori__creative_container [id=satori__privacy_policy_agreement_wrapper] .satori__input_group input:checked:before {
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-weight: bold;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	height: 1em;
	margin-top: auto;
	margin-bottom: auto;
	color: #fff;
	font-size: 1em;
	transform: translateX(-50%)
}

#satori__creative_container [id=satori__privacy_policy_agreement_wrapper] .satori__input_group input:focus {
	border-color: #4f9de0;
	background-color: #4f9de0
}

#satori__creative_container [id=satori__privacy_policy_agreement_wrapper] .satori__input_group label {
	margin: 0;
	width: calc(100% - 2.875rem);
	text-align: left;
	font-weight: inherit;
	color: inherit !important
}

#satori__creative_container .error .satori__error_messages {
	font-size: 1rem;
	color: #d01726;
	margin-top: .6rem;
	display: flex;
	flex-direction: column;
	gap: .2rem;
	line-height: 1.3;
	text-align: left
}

#satori__creative_container .satori__submit_group {
	margin: 2rem 0 0 0
}

#satori__creative_container .satori__submit_group .satori__btn {
	--button-size-base: 1.6rem;
	--button-size-magnification: 1;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1.125em 1.375em 1.125em 1.875em;
	font-size: calc(var(--button-size-base)*var(--button-size-magnification));
	line-height: 1.5;
	background-color: #0b5092;
	color: #fff;
	outline: solid .1rem;
	outline-offset: -0.1rem;
	outline-color: #0b5092;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 100%;
	transition: background-color .4s cubic-bezier(0.165, 0.84, 0.44, 1), color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1 !important;
	border-radius: 9999rem
}

@media screen and (min-width: 768px) {
	#satori__creative_container .satori__submit_group .satori__btn {
		--button-size-base: 1.4rem;
		padding: .6785714286em 1.1785714286em;
		width: auto
	}
}

#satori__creative_container .satori__submit_group .satori__btn:active,
#satori__creative_container .satori__submit_group .satori__btn[href]:hover,
#satori__creative_container .satori__submit_group .satori__btn[type=submit]:hover,
#satori__creative_container .satori__submit_group .satori__btn.-hover:hover {
	outline-width: .1rem
}

#satori__creative_container .satori__submit_group .satori__btn:active {
	color: #fff
}

@media(hover: hover)and (pointer: fine) {

	#satori__creative_container .satori__submit_group .satori__btn[href]:hover,
	#satori__creative_container .satori__submit_group .satori__btn[type=submit]:hover,
	#satori__creative_container .satori__submit_group .satori__btn.-hover:hover {
		background: #fff;
		color: #0b5092
	}
}

#satori__creative_container .satori__submit_group .satori__btn:hover {
	background: #fff;
	color: #0b5092
}

/*# sourceMappingURL=common.css.map */