/* function */
/* mixin */
/* animation
----------------------------------------*/
/* animation mixins
----------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-text-size-adjust: 100%;
	/* Prevent adjustments of font size after orientation changes in iOS */
	word-break: normal;
}

@media screen and (min-width: 64.0625rem) {
	html {
		background-color: #000;
	}
}

*,
::before,
::after {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	margin: 0;
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
}

/*  # =================================================================
    # General elements
    # ================================================================= */
hr {
	height: 0;
	/* Add the correct box sizing in Firefox */
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

details,
main {
	display: block;
	/* Render the `main` element consistently in IE. */
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: none;
	/* Remove the bottom border in Chrome 57 */
	/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

pre {
	font-size: 1em;
	/* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: 500;
	/* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*  # =================================================================
    # Forms
    # ================================================================= */
input {
	border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
	/* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	color: inherit;
	cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge 18- and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	/* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

/*  # =================================================================
    # Specify media element style
    # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not([fill]) {
	fill: currentColor;
}

/*  # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		clip: rect(0 0 0 0) !important;
		position: absolute !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/**
* Foundation
* ========================== */
/**
* Foundation
* ========================== */
/* function */
/**
* Foundation
* ========================== */
/* mixin */
/**
* Foundation
* ========================== */
/* base */
::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html.is-loading, html.is-drawer-open {
	overflow: hidden;
}

body {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Poppins", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.06em;
	line-height: 1.4;
	font-weight: 400;
	overflow-x: hidden;
	color: #333333;
}

body.preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	cursor: pointer;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
}

label,
button,
select {
	cursor: pointer;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: left;
}

@font-face {
	font-family: "futurabook";
	src: url("../font/Futura Book font.woff2") format("woff2"), url("../font/Futura Book font.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

.l-header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
}

.l-header__wrapper {
	height: 3.75rem;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-header__logo {
	margin-left: 0.625rem;
}

.l-header__logo a {
	display: block;
}

.l-header__logo img,
.l-header__logo svg {
	width: 15.875rem;
	height: 2.4375rem;
}

@media screen and (min-width: 64.0625rem) {
	.l-header__wrapper {
		height: 5rem;
	}
	.l-header__logo {
		margin-left: 1.5rem;
	}
	.l-header__logo img,
	.l-header__logo svg {
		width: 21.125rem;
		height: 3.1875rem;
	}
}

.l-nav.-global {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-nav.-global .l-nav__item {
	height: 3.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

.l-nav.-global .l-nav-item {
	padding: 0 12px;
	position: relative;
}

.l-nav.-global .l-nav-item__link {
	padding: 0 12px;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
        color: inherit;
}

.l-nav.-global .l-nav-item__link:hover {
	color: #025eaf;
	text-decoration: none;
}

.l-nav.-global .l-nav-item:not(:first-of-type)::before {
	content: "";
	display: block;
	width: 1px;
	height: 0.875rem;
	background-color: #cccccc;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-nav.-global .l-nav__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-nav.-global .l-nav-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #025eaf;
	width: 3.75rem;
	height: 3.75rem;
	cursor: pointer;
}

.l-nav.-global .l-nav-button.-menu .l-nav-button__icon {
	width: 1.25rem;
	height: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-nav.-global .l-nav-button.-menu .l-nav-button__icon span {
	display: block;
	background-color: #fff;
	width: 1.25rem;
	height: 0.0625rem;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-nav.-global .l-nav-button.-menu .l-nav-button__text {
	font-size: .9rem;
	letter-spacing: .04em;
	line-height: 1;
	margin-top: .4375rem;
	display: block;
}

.l-nav.-global .l-nav-button.-menu .l-nav-button__text::before {
	content: "MENU";
}

.l-nav.-global .l-nav-button.-menu.-active .l-nav-button__icon span:nth-of-type(1) {
	-webkit-transform: translate(0, 0.46875rem) rotate(-45deg);
	transform: translate(0, 0.46875rem) rotate(-45deg);
}

.l-nav.-global .l-nav-button.-menu.-active .l-nav-button__icon span:nth-of-type(2) {
	opacity: 0;
}

.l-nav.-global .l-nav-button.-menu.-active .l-nav-button__icon span:nth-of-type(3) {
	-webkit-transform: translate(0, -0.46875rem) rotate(45deg);
	transform: translate(0, -0.46875rem) rotate(45deg);
}

.l-nav.-global .l-nav-button.-menu.-active .l-nav-button__text::before {
	content: "CLOSE";
}

.l-nav.-global .l-nav-button.-menu.-active .l-nav.-aside {
	opacity: 1;
	visibility: inherit;
}

.l-nav.-global .l-nav-button.-search {
	display: none;
}

.l-nav.-global .l-nav-button__text {
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 0.6875rem;
	color: #fff;
}

.l-nav.-global .l-nav-button__icon {
	color: #fff;
}

.l-nav.-global .l-nav-button__icon img,
.l-nav.-global .l-nav-button__icon svg {
	width: 1.0625rem;
	height: 1.0625rem;
}

@media screen and (min-width: 64.0625rem) {
	.l-nav.-global {
		align-items: center;
	}
	.l-nav.-global .l-nav__item {
		width: 21.5rem;
		height: 3.125rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.l-nav.-global .l-nav-item:first-child ul {
		display: flex;
	}
	.l-nav.-global .l-nav-item:first-child ul li + li {
		margin-left: 1.25rem;
	}
	.l-nav.-global .l-nav-item:first-child ul li .l-nav-item__link {
		font-size: 0.75rem;
		color: #666666;
		padding: 0;
	}
	.l-nav.-global .l-nav-item:first-child ul li .l-nav-item__link:hover {
		color: #025eaf;
	}
	.l-nav.-global .l-nav-item:nth-child(2):before {
		content: none;
	}
	.l-nav.-global .l-nav-item:nth-child(3) .l-nav-item__link {
		padding-right: 0;
	}
	.l-nav.-global .l-nav__button {
		margin-left: 1.875rem;
	}
	.l-nav.-global .l-nav-button {
		width: 5rem;
		height: 5rem;
	}
	.l-nav.-global .l-nav-button.-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.l-nav.-global .l-nav-button.-search .l-nav-button__icon {
		position: relative;
		width: 1.0625rem;
		height: 1.0625rem;
	}
	.l-nav.-global .l-nav-button.-search .l-nav-button__icon img,
	.l-nav.-global .l-nav-button.-search .l-nav-button__icon svg {
		position: absolute;
		opacity: 1;
		visibility: visible;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.l-nav.-global .l-nav-button.-search .l-nav-button__icon img:nth-of-type(1),
	.l-nav.-global .l-nav-button.-search .l-nav-button__icon svg:nth-of-type(1) {
		opacity: 1;
		visibility: visible;
	}
	.l-nav.-global .l-nav-button.-search .l-nav-button__icon img:nth-of-type(2),
	.l-nav.-global .l-nav-button.-search .l-nav-button__icon svg:nth-of-type(2) {
		opacity: 0;
		visibility: hidden;
	}
	.l-nav.-global .l-nav-button.-search .l-nav-button__text {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.l-nav.-global .l-nav-button.-search.-active .l-nav-button__text {
		opacity: 0;
		visibility: hidden;
	}
	.l-nav.-global .l-nav-button.-search.-active .l-nav-button__icon img:nth-of-type(1),
	.l-nav.-global .l-nav-button.-search.-active .l-nav-button__icon svg:nth-of-type(1) {
		opacity: 0;
		visibility: hidden;
	}
	.l-nav.-global .l-nav-button.-search.-active .l-nav-button__icon img:nth-of-type(2),
	.l-nav.-global .l-nav-button.-search.-active .l-nav-button__icon svg:nth-of-type(2) {
		opacity: 1;
		visibility: visible;
	}
	.l-nav.-global .l-nav-button__text {
		display: block;
	}
}

.l-nav.-aside {
	overflow-y: scroll;
	position: fixed;
	height: calc(100% - 3.75rem);
	top: 3.75rem;
	left: 0;
	background-color: #025eaf;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.l-nav.-aside .l-nav-menu__title {
	position: relative;
}

.l-nav.-aside .l-nav-menu-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-nav.-aside .l-nav-menu-title__ja {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1;
	font-weight: 500;
}

.l-nav.-aside .l-nav-menu-title__en {
	color: #6096c6;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 0.625rem;
}

.l-nav.-aside .l-nav-menu__icon {
	display: none;
}

.l-nav.-aside .l-nav-menu-item__link {
	display: block;
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.1;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.l-nav.-aside .l-nav-menu-item__link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.l-nav.-aside .l-nav-menu-item a[target=_blank] svg,
.l-nav.-aside .l-nav-menu-item a[target=_blank] img {
	width: 0.625rem;
	height: 0.625rem;
	margin-left: 2px;
}

.l-nav.-aside .l-nav-menu__form {
	display: block;
	margin-top: 1.875rem;
	color: #fff;
	position: relative;
}

.l-nav.-aside .l-nav-menu__form input {
	color: #fff;
	border: 1px solid #fff;
	padding: 0.75rem 1.25rem;
	width: 100%;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.l-nav.-aside .l-nav-menu__form input::-webkit-input-placeholder {
	color: #fff;
}

.l-nav.-aside .l-nav-menu__form input::-moz-placeholder {
	color: #fff;
}

.l-nav.-aside .l-nav-menu__form input:-ms-input-placeholder {
	color: #fff;
}

.l-nav.-aside .l-nav-menu__form input::-ms-input-placeholder {
	color: #fff;
}

.l-nav.-aside .l-nav-menu__form input::placeholder {
	color: #fff;
}

.l-nav.-aside .l-nav-menu__form img,
.l-nav.-aside .l-nav-menu__form svg {
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	z-index: 1;
}

.l-nav.-aside .l-nav-menu__form .form.gsc-search-box {
	margin-bottom: 0;
}

.l-nav.-aside .l-nav-menu__form table.gsc-search-box {
	margin-bottom: 0;
	position: relative;
}

.l-nav.-aside .l-nav-menu__form .gsc-input-box {
	padding: 0;
	border: none;
}

.l-nav.-aside .l-nav-menu__form .gsib_b {
	display: none;
}

.l-nav.-aside .l-nav-menu__form .gsib_a {
	padding: 0;
	background-color: #025eaf;
}

.l-nav.-aside .l-nav-menu__form table.gsc-search-box td.gsc-input {
	padding-right: 0;
}

.l-nav.-aside .l-nav-menu__form input.gsc-input {
	background: none !important;
	border: none !important;
	padding: 0.75rem 1.25rem !important;
	width: 100%;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1;
	position: relative;
	height: 3.125rem !important;
	background-color: #1c6eb7 !important;
}

.l-nav.-aside .l-nav-menu__form input.gsc-input::placeholder {
	font-size: 0.8125rem;
}

.l-nav.-aside .l-nav-menu__form .gsc-search-button {
	background-color: #1c6eb7 !important;
}

.l-nav.-aside .l-nav-menu__form .gsc-search-button .gsc-search-button-v2 {
	right: 0;
	border: none;
	width: 4rem;
	height: 3.125rem;
	border-radius: 0;
	margin: 0;
	background-image: url(../images/icon/ico_search.svg);
	background-size: 1rem 1rem;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 !important;
}

.l-nav.-aside .l-nav-menu__form .gsc-search-button .gsc-search-button-v2 svg {
	display: none;
}

.l-nav.-aside .l-nav-menu-banner {
	width: 100%;
}

.l-nav.-aside .l-nav-menu-banner__link {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 3.4375rem;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.3571428571;
	outline: 2px solid transparent;
	outline-offset: -2px;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, outline 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, outline 0.3s ease;
}

.l-nav.-aside .l-nav-menu-banner__link:hover {
	background-color: #025eaf;
	color: #fff;
	outline: 2px solid #fff;
	text-decoration: none;
}

.l-nav.-aside .l-nav-menu-banner__link:hover img {
	filter: invert(100%) sepia(100%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}

@media screen and (min-width: 64.0625rem) {
	.l-nav.-aside {
		height: calc(100% - 5rem);
		top: 5rem;
	}
	.l-nav.-aside .l-nav__wrapper {
		padding: 90px 2.34375% 100px;
	}
	.l-nav.-aside .l-nav__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.l-nav.-aside .l-nav-menu {
		width: 18.0327868852%;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item__link {
		font-size: 0.9375rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.l-nav.-aside .l-nav-menu:not(:first-of-type) {
		margin-left: 2.4590163934%;
	}
	.l-nav.-aside .l-nav-menu__title {
		padding-bottom: 1.875rem;
		border-bottom: 1px solid #6096c6;
		pointer-events: none;
	}
	.l-nav.-aside .l-nav-menu-title__ja {
		font-size: 1.25rem;
		letter-spacing: 0.08em;
		line-height: 1;
		font-weight: 500;
	}
	.l-nav.-aside .l-nav-menu-title__en {
		font-size: 0.75rem;
		letter-spacing: 0.08em;
		line-height: 1;
		margin-left: 16px;
	}
	.l-nav.-aside .l-nav-menu__banner {
		margin-top: 1.875rem;
	}
	/* .l-nav.-aside .l-nav-menu__banner + .l-nav-menu__item {
    margin-top: 1.875rem;
  } */
	.l-nav.-aside .l-nav-menu-banner {
		width: 100%;
	}
	.l-nav.-aside .l-nav-menu-banner:not(:first-of-type) {
		margin-top: 0.5rem;
	}
	.l-nav.-aside .l-nav-menu-banner__link {
		background-color: #fff;
		height: 4.375rem;
		font-size: 0.9375rem;
		letter-spacing: 0.08em;
		line-height: 1;
                color: inherit;
	}
	.l-nav.-aside .l-nav-menu-banner__link img {
		width: 1.125rem;
		margin-left: 0.5rem;
	}
	.l-nav.-aside .l-nav-menu-banner__link br {
		display: none;
	}
	.l-nav.-aside .l-nav-menu__item {
		margin-top: 0.875rem;
		padding-left: 1.25rem;
	}
	.l-nav.-aside .l-nav-menu-item .l-nav-menu-item__link {
		padding: 1rem 0 1rem;
	}
	.l-nav.-aside .l-nav-menu-item__link {
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1.1;
	}
	.l-nav.-aside .l-nav-menu-item a[target=_blank] svg,
	.l-nav.-aside .l-nav-menu-item a[target=_blank] img {
		width: 0.625rem;
		height: 0.625rem;
		margin-left: 2px;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu__item {
		margin-top: 3.125rem;
		padding-left: 0;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu__item .l-nav-menu-item__link {
		padding: 0;
		line-height: 1.1;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu__item .l-nav-menu-item:nth-child(4) .l-nav-menu-item__link {
		line-height: 1.4;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu__banner + .l-nav-menu__item {
		margin-top: 1.875rem;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu__banner + .l-nav-menu__item .l-nav-menu-item__link {
		display: flex;
		align-items: center;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu__banner + .l-nav-menu__item .c-svg {
		width: 1.25rem;
		margin-left: 0.625rem;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item:not(:first-of-type) {
		margin-top: 1rem;
	}
}


@media screen and (min-width: 64.0625rem) and (max-width: 80rem) {
	.l-nav.-aside .l-nav-menu-title__ja {
		font-size: 1.15rem;
	}
	.l-nav.-aside .l-nav-menu-title__en {
		font-size: 0.55rem;
	}
}


@media screen and (max-width: 64rem) {
	.l-nav.-aside {
		overflow-y: scroll;
	}
	.l-nav.-aside .l-nav__wrapper {
		padding-bottom: 2.5rem;
	}
	.l-nav.-aside .l-nav-menu.-sm {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 1.875rem;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item:nth-child(even):before {
		content: "";
		display: block;
		width: 1px;
		height: 0.75rem;
		background-color: #6096c6;
		margin: 0 1.75rem;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item:nth-child(even):nth-child(4):before {
		content: none;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item:nth-child(n + 3) {
		margin-top: 1.25rem;
		width: 100%;
		justify-content: center;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item__link {
		font-size: 0.875rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item a[target=_blank] svg,
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item a[target=_blank] img {
		margin-left: 0.125rem;
	}
	.l-nav-menu__banner + .l-nav-menu__item {
		width: 90%;
		margin: auto;
		margin-top: 2.1875rem;
	}
	.l-nav-menu__banner + .l-nav-menu__item .l-nav-menu-item__link {
		display: flex;
		align-items: center;
	}
	.l-nav-menu__banner + .l-nav-menu__item .c-svg {
		width: 1.875rem;
		margin-left: 1.5625rem;
	}
}

@media screen and (max-width: 374px) {
	.l-nav.-aside .l-nav-menu.-sm .l-nav-menu-item:nth-child(even):before {
		margin: 0 1rem;
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu.-md .l-nav-menu__item {
		display: none;
		background-color: #1c6eb7;
	}
	.l-nav.-aside .l-nav-menu.-md .l-nav-menu-item .l-nav-menu-item__link {
		padding: 0.875rem 0 0.875rem 10.6666666667vw;
	}
	.l-nav.-aside .l-nav-menu.-md .l-nav-menu-item:first-child .l-nav-menu-item__link {
		padding-top: 1.75rem;
	}
	.l-nav.-aside .l-nav-menu.-md .l-nav-menu-item:last-child .l-nav-menu-item__link {
		padding-bottom: 0;
	}
	.l-nav.-aside .l-nav-menu.-md .l-nav-menu-item:last-of-type {
		padding-bottom: 1.75rem;
		border-bottom: 1px solid #6096c6;
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu.-active .l-nav-menu__icon span:nth-of-type(1) {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu__title {
		padding: 1.25rem 5.3333333333vw;
		cursor: pointer;
		border-bottom: 1px solid #6096c6;
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 5.3333333333vw;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-nav.-aside .l-nav-menu__icon span {
		display: block;
		width: 0.625rem;
		height: 0.0625rem;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.l-nav.-aside .l-nav-menu__icon span:nth-of-type(1) {
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
		-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		transform: translate(-50%, -50%) rotate(-90deg);
	}
	.l-nav.-aside .l-nav-menu .l-nav-menu__title.is-active .l-nav-menu__icon span:nth-of-type(1) {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu__form {
		display: flex;
		justify-content: center;
		align-items: center;
		/* display: block;
    width: 100%; */
		margin: auto;
		margin: 2.25rem auto 0;
		color: #fff;
	}
	.l-nav.-aside .l-nav-menu__form .l-nav-menu-form {
		width: 90%;
	}
	.l-nav.-aside .l-nav-menu__form input {
		color: #fff;
		border: 1px solid #fff;
		padding: 0.75rem 1.25rem;
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1;
		display: flex;
		justify-content: center;
	}
	.l-nav.-aside .l-nav-menu__form input::-webkit-input-placeholder {
		color: #fff;
	}
	.l-nav.-aside .l-nav-menu__form input::-moz-placeholder {
		color: #fff;
	}
	.l-nav.-aside .l-nav-menu__form input:-ms-input-placeholder {
		color: #fff;
	}
	.l-nav.-aside .l-nav-menu__form input::-ms-input-placeholder {
		color: #fff;
	}
	.l-nav.-aside .l-nav-menu__form input::placeholder {
		color: #fff;
	}
	.l-nav.-aside .l-nav-menu__form img,
	.l-nav.-aside .l-nav-menu__form svg {
		position: absolute;
		pointer-events: none;
		top: 50%;
		right: 1.25rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0.8125rem;
		height: 0.8125rem;
		z-index: 1;
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu-form {
		position: relative;
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu__banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 2.25rem;
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu-banner:nth-of-type(n + 2) {
		margin-top: 0.625rem;
	}
	.l-nav.-aside .l-nav-menu-banner__link {
		text-align: center;
		height: 4.0625rem;
	}
	.l-nav.-aside .l-nav-menu-banner__link img {
		width: 1.6875rem;
		margin-left: 1rem;
	}
}

.l-nav.-search {
	display: none;
}

@media screen and (min-width: 64.0625rem) {
	.l-nav.-search {
		display: block;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		right: 0;
		top: 5rem;
	}
	.l-nav.-search .l-nav__item {
		padding: 1rem 40px 1.625rem;
		background-color: #eeeeee;
	}
	.l-nav.-search .l-nav-item {
		position: relative;
	}
	.l-nav.-search .l-nav-item:focus-within .l-nav-item__placeholder {
		display: none;
	}
	.l-nav.-search .l-nav-item__placeholder {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		position: absolute;
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1;
		color: #a4a4a4;
		pointer-events: none;
	}
}

.l-footer {
	position: relative;
	background-color: #f4f4f4;
	color: #333333;
}

.l-footer__menu {
	padding-bottom: 8.9333333333%;
}

.l-footer-menu.-md .l-footer-menu-title {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1;
	display: block;
}

.l-footer-menu.-md .l-footer-menu__icon {
	display: none;
}

.l-footer-menu.-md .l-footer-menu-item__link {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.l-footer-menu.-md .l-footer-menu-item__link:hover {
	color: #025eaf;
	text-decoration: none;
}

.l-footer-menu.-md .l-footer-menu-item__link br {
	display: none;
}

.l-footer-menu.-sm .l-footer-menu-item a[target=_blank] img,
.l-footer-menu.-sm .l-footer-menu-item a[target=_blank] svg {
	width: 0.625rem;
	height: 0.625rem;
	margin-left: 2px;
}

.l-footer-menu.-sm .l-footer-menu-item__link {
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.l-footer-menu.-sm .l-footer-menu-item__link:hover {
	color: #025eaf;
	text-decoration: none;
}

.l-footer__baseboard {
	color: #fff;
	padding: 2rem 1.25rem;
	background-color: #003463;
}

.l-footer__baseboard .l-footer__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.l-footer-baseboard__menu {
	grid-row: 4/5;
	grid-column: 1/2;
	margin-top: 2.5rem;
}

.l-footer-baseboard__menu.scholl {
	grid-row: 3/4;
	grid-column: 1/2;
}

.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu__item {
	flex-direction: column;
}

.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu-item:not(:first-child):before {
	content: none;
}

.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu-item .l-footer-baseboard-menu-item__link {
	width: 100%;
	font-size: 0.875rem;
	padding: 0.625rem 0;
}

.l-footer-baseboard__menu.other > ul > li + li {
	margin-top: 1.25rem;
}

.l-footer-baseboard-menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	/* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
}

.l-footer-baseboard-menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-footer-baseboard-menu-item:not(:first-child)::before {
	content: "";
	display: inline-block;
	height: 1rem;
	width: 0.0625rem;
	margin: 0 0.625rem;
	background-color: #fff;
}

.l-footer-baseboard-menu-item__link {
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.l-footer-baseboard-menu-item__link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.l-footer-baseboard-menu-item a[target=_blank] svg,
.l-footer-baseboard-menu-item a[target=_blank] img {
	width: 0.625rem;
	height: 0.625rem;
	margin-left: 0.2rem;
}

.l-footer__logo {
	grid-row: 1/2;
	grid-column: 1/2;
}

.l-footer__logo img {
	width: 17.875rem;
	height: 2.75rem;
}

.l-footer__adress {
	grid-row: 2/3;
	grid-column: 1/2;
	margin-top: 1.25rem;
}

.l-footer__copyright {
	grid-row: 5/6;
	grid-column: 1/2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.l-footer__button {
	position: absolute;
	right: 0;
	bottom: 11.5625rem;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}

.l-footer__button.-active {
	opacity: 1;
	visibility: visible;
}

.l-footer__button.-sticky {
	position: fixed;
	bottom: 0;
}

.l-footer__button.-footer {
	/* position: absolute;
  right: 0;
  bottom: 11.5625rem; */
	position: fixed;
	right: 0;
	bottom: 0;
}

.l-footer__button.-footer .c-button.-return .c-button__link {
	background-color: #fff;
}

.l-footer__button.-footer .c-button.-return .c-button__link .c-button__icon svg {
	fill: #003463;
	color: #003463;
}

@media screen and (min-width: 64.0625rem) {
	.l-footer__baseboard {
		padding: 3.75rem 0;
	}
	.l-footer__inner {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
}


@media screen and (min-width: 64.0625rem) {
	.l-footer__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 9.2592592593% 0;
	}
}

@media screen and (min-width: 64.0625rem) {
	.l-footer-menu:nth-of-type(1) {
		width: 13.7037037037%;
	}
	.l-footer-menu:nth-of-type(2) {
		width: 12.037037037%;
	}
	.l-footer-menu:nth-of-type(3) {
		width: 11.8518518519%;
	}
	.l-footer-menu:nth-of-type(4) {
		width: 11.4814814815%;
	}
	.l-footer-menu:nth-of-type(5) {
		width: 13.6111111111%;
	}
	.l-footer-menu:nth-of-type(6) {
		width: 13.7037037037%;
	}
	.l-footer-menu.-md:not(:first-of-type) {
		margin-left: 4.7222222222%;
	}
	.l-footer-menu.-md .l-footer-menu__title {
		margin-bottom: 1.75rem;
	}
	.l-footer-menu.-md .l-footer-menu-title {
		font-size: 1.125rem;
		letter-spacing: 0.08em;
		line-height: 1;
		font-weight: 500;
		padding-bottom: 0.3125rem;
		display: inline-block;
		border-bottom: 1px solid #000;
	}
	.l-footer-menu.-md .l-footer-menu-item:not(:first-of-type) {
		margin-top: 0.6875rem;
	}
	.l-footer-menu.-md .l-footer-menu-item__link {
		font-size: 0.875rem;
		letter-spacing: 0.08em;
		line-height: 1.625;
	}
	.l-footer-menu.-md .l-footer-menu-item__link br {
		display: block;
	}
	.l-footer-menu.-sm:not(:first-of-type) {
		margin-left: 6.2962962963%;
	}
	.l-footer-menu.-sm .l-footer-menu-item__link {
		font-size: 0.8125rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.l-footer-menu.-sm .l-footer-menu-item:not(:first-child) {
		margin-top: 0.875rem;
	}
	.l-footer-menu.-sm .l-footer-menu-item:nth-child(5), .l-footer-menu.-sm .l-footer-menu-item:nth-child(8) {
		margin-top: 1.875rem;
	}
}

@media screen and (min-width: 64.0625rem) {
	.l-footer__baseboard .l-footer__inner {
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
		-ms-grid-rows: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.l-footer__baseboard .l-footer__inner > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.l-footer__baseboard .l-footer__inner > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.l-footer__baseboard .l-footer__inner > *:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.l-footer__baseboard .l-footer__inner > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
}

@media screen and (min-width: 64.0625rem) {
	.l-footer-baseboard__menu {
		grid-row: 3/4;
		grid-column: 2/4;
	}
	.l-footer-baseboard__menu.scholl {
		grid-row: 1/2;
		grid-column: 2/4;
		margin-top: 0;
	}
	.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu__item {
		height: 3.125rem;
		flex-direction: row;
	}
	.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu-item:not(:first-child) {
		margin-top: 0;
	}
	.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu-item:not(:first-child):before {
		content: "";
	}
	.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu-item__link {
		font-size: 0.875rem;
	}
	.l-footer-baseboard-menu__item {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.l-footer-baseboard-menu-item:not(:first-child)::before {
		margin: 0 24px;
	}
	.l-footer-baseboard-menu-item__link {
		font-size: 0.75rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
}

@media screen and (min-width: 64.0625rem) {
	.l-footer__logo {
		grid-row: 1/2;
		grid-column: 1/2;
	}
	.l-footer__logo img {
		width: 19.875rem;
		height: 3rem;
	}
}

@media screen and (min-width: 64.0625rem) {
	.l-footer__adress {
		font-size: 0.8125rem;
		margin-top: 1.5625rem;
	}
}

@media screen and (min-width: 64.0625rem) {
	.l-footer__copyright {
		grid-row: 3/4;
		grid-column: 1/2;
		/* -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; */
		margin-top: 3.75rem;
	}
}

@media screen and (min-width: 64.0625rem) {
	.l-footer__button {
		bottom: 10.5rem;
	}
	.l-footer__button.-footer {
		bottom: 0;
	}
}

@media screen and (min-width: 64.0625rem) and (max-width: 77.5rem) {
	.l-footer-baseboard__menu .l-footer-baseboard-menu-item__link {
		font-size: 0.69rem;
	}
	.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu__item {
		flex-wrap: wrap;
		width: 28rem;
		height: auto;
		margin-left: auto;
	}
	.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu-item:nth-child(n + 4) {
		margin-top: 0.25rem;
	}
	.l-footer-baseboard__menu.scholl .l-footer-baseboard-menu-item:nth-child(4):before {
		content: none;
	}
	.l-footer-baseboard__menu.other > ul:first-child > li {
		width: 28rem;
		margin-left: auto;
	}
	.l-footer-baseboard__menu.other > ul:first-child > li:first-child {
		width: 28rem;
		margin-left: auto;
	}
	.l-footer-baseboard__menu.other > ul:first-child > li:first-child .l-footer-baseboard-menu-item:nth-child(4) {
		margin-top: 1.25rem;
	}
	.l-footer-baseboard__menu.other > ul:first-child > li:first-child .l-footer-baseboard-menu-item:nth-child(4):before {
		content: none;
	}
}

@media screen and (max-width: 64rem) {
	.l-footer-menu.-md .l-footer-menu__title {
		cursor: pointer;
		padding: 1.25rem 5.3333333333vw;
		position: relative;
		border-bottom: 1px solid #e5e5e5;
	}
	.l-footer-menu.-md .l-footer-menu__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 5.3333333333vw;
		width: 0.625rem;
		height: 0.625rem;
	}
	.l-footer-menu.-md .l-footer-menu__icon span {
		display: block;
		position: absolute;
		width: 0.625rem;
		height: 0.0625rem;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: #333333;
	}
	.l-footer-menu.-md .l-footer-menu__icon span:nth-of-type(1) {
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
		-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		transform: translate(-50%, -50%) rotate(-90deg);
	}
	.l-footer-menu.-md .l-footer-menu-item {
		padding-left: 10.6666666667vw;
		padding-top: 1.5rem;
	}
	.l-footer-menu.-md .l-footer-menu-item:last-of-type {
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #e5e5e5;
	}
	.l-footer-menu.-sm {
		margin-top: 8.5333333333%;
		padding: 0 5.3333333333vw;
	}
	.l-footer-menu.-sm .l-footer-menu__item {
		column-count: 2;
	}
	.l-footer-menu.-sm .l-footer-menu-item:not(:first-child) {
		margin-top: 0.625rem;
	}
	.l-footer-menu.-sm .l-footer-menu-item:nth-child(5), .l-footer-menu.-sm .l-footer-menu-item:nth-child(8) {
		margin-top: 1.25rem;
	}
	.l-footer-menu.-active .l-footer-menu__icon span:nth-of-type(1) {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	.l-footer__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
	}
	.l-footer__copyright {
		margin-top: 2.5rem;
	}
}

html,
body {
	background-color: #fff;
}

body {
	padding-top: 3.75rem;
}

@media screen and (min-width: 64.0625rem) {
	body {
		padding-top: 5rem;
	}
}

.l-inner {
	padding-right: 5.3333333333vw;
	padding-left: 5.3333333333vw;
}

@media screen and (min-width: 48em) {
	.l-inner {
		max-width: 67.5rem;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-right: auto;
		margin-left: auto;
		padding-right: 6.25rem;
		padding-left: 6.25rem;
	}
}

#tpl-contents img {
	max-width: inherit;
}

@media screen and (min-width: 64.0625rem) {
	.l-nav.-search .gsc-search-button-v2 {
		position: absolute;
		top: calc(50% - 0.125rem);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		border: none;
		width: 2.875rem;
		height: 2.875rem;
		border-radius: 50%;
		margin: 0;
		background-image: url(../images/icon/ico_search.svg);
		background-size: 1rem 1rem;
		background-position: center;
		background-repeat: no-repeat;
		padding: 0;
	}
	.l-nav.-search .gsc-search-button-v2 svg {
		display: none;
	}
	.l-nav.-search .gsib_b {
		display: none;
	}
	.l-nav.-search .gsib_a {
		padding: 0;
	}
	.l-nav.-search table.gsc-search-box td.gsc-input {
		padding-right: 0;
	}
	.l-nav.-search .gsc-input-box {
		border: none;
		background-color: transparent;
	}
	.l-nav.-search #___gcse_0 {
		width: 31.25rem !important;
	}
	.l-nav.-search input.gsc-input {
		padding: 1.25rem 3.125rem 1.25rem 0 !important;
		height: auto !important;
		width: 31.25rem !important;
		margin: 0 !important;
		background: none !important;
		border-bottom: 1px solid #025eaf !important;
	}
}

@media screen and (max-width: 64rem) {
	.l-nav.-aside .l-nav-menu__form .form.gsc-search-box {
		margin-bottom: 0;
	}
	.l-nav.-aside .l-nav-menu__form table.gsc-search-box {
		margin-bottom: 0;
		position: relative;
	}
	.l-nav.-aside .l-nav-menu__form .gsc-input-box {
		padding: 0;
		border: none;
	}
	.l-nav.-aside .l-nav-menu__form .gsib_b {
		display: none;
	}
	.l-nav.-aside .l-nav-menu__form .gsib_a {
		padding: 0;
		background-color: #025eaf;
	}
	.l-nav.-aside .l-nav-menu__form input.gsc-input {
		background: none !important;
		border: none !important;
		padding: 0.75rem 1.25rem !important;
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1;
		position: relative;
		background-color: #1c6eb7 !important;
	}
	.l-nav.-aside .l-nav-menu__form input.gsc-input::placeholder {
		font-size: 0.8125rem;
	}
	.l-nav.-aside .l-nav-menu__form .gsc-search-button {
		width: 0;
	}
	.l-nav.-aside .l-nav-menu__form .gsc-search-button .gsc-search-button-v2 {
		background-size: 0.82rem 0.82rem;
		width: 2.5rem;
		height: 3.125rem;
		top: auto;
	}
}

.tpl-grid-wrap__item__img img {
	max-width: 100% !important;
}

#tpl-contents .list-wrap .item a {
	background-color: #fff;
}

@media only screen and (max-width: 740px) {
	#tpl-contents img {
		max-width: 100%;
	}
	#tpl-contents .tpl-inner-wrap {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.c-button.-main .c-button__link {
	color: #fff;
	background-color: #025eaf;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.c-button.-main .c-button__link:hover {
	background-color: #fff;
	color: #025eaf;
	text-decoration: none;
}

.c-button.-primary.-lg {
	width: 100%;
}

.c-button.-primary.-lg .c-button__link {
	height: 3.75rem;
	width: 100%;
	padding-left: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline-offset: -2px;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, outline 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, outline 0.3s ease;
	outline: 2px solid transparent;
}

.c-button.-primary.-lg .c-button__link:hover {
	outline: 2px solid #025eaf;
	text-decoration: none;
}

.c-button.-primary.-lg .c-button__title {
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.2142857143;
}

.c-button.-primary.-lg .c-button__icon {
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-button.-primary.-lg .c-button__icon svg,
.c-button.-primary.-lg .c-button__icon img {
	width: 0.8125rem;
	height: 0.3125rem;
	position: relative;
	bottom: 0.0625rem;
}

@media screen and (min-width: 64.0625rem) {
	.c-button.-primary.-lg {
		width: 22.5rem;
	}
	.c-button.-primary.-lg .c-button__link {
		height: 5rem;
		padding-left: 41px;
	}
	.c-button.-primary.-lg .c-button__title {
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1.875;
	}
	.c-button.-primary.-lg .c-button__icon {
		margin-left: 32px;
	}
	.c-button.-primary.-lg .c-button__icon svg,
	.c-button.-primary.-lg .c-button__icon img {
		width: 0.875rem;
		height: 0.375rem;
		bottom: 0.125rem;
	}
}

.c-button.-primary.-md .c-button__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 1em;
}

.c-button.-primary.-md .c-button__icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 64.0625rem) {
	.c-button.-primary.-md {
		width: 16.875rem;
	}
	.c-button.-primary.-md .c-button__link {
		height: 4.375rem;
	}
	.c-button.-primary.-md .c-button__title {
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1.625;
	}
	.c-button.-primary.-md .c-button__icon {
		margin-left: 25px;
	}
	.c-button.-primary.-md .c-button__icon img,
	.c-button.-primary.-md .c-button__icon svg {
		width: 0.875rem;
		height: 0.375rem;
	}
}

@media screen and (max-width: 64rem) {
	.c-button.-primary.-md {
		width: 42.6666666667vw;
	}
	.c-button.-primary.-md .c-button__title {
		font-size: 3.2vw;
		letter-spacing: 0.1em;
		line-height: 1.1666666667;
	}
	.c-button.-primary.-md .c-button__link {
		padding: 4vw 3.7333333333vw;
	}
	.c-button.-primary.-md .c-button__icon {
		bottom: 0.5333333333vw;
		margin-left: 2.4vw;
	}
	.c-button.-primary.-md .c-button__icon img,
	.c-button.-primary.-md .c-button__icon svg {
		width: 3.4666666667vw;
		height: 1.3333333333vw;
	}
}

.c-button.-special.-md {
	width: 45rem;
}

.c-button.-special.-md .c-button__title {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.c-button.-special.-md .c-button__link {
	background-color: #003463;
	height: 5rem;
	padding-left: 31px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: outline 0.3s ease, background-color 0.3s ease, color 0.3s ease;
	transition: outline 0.3s ease, background-color 0.3s ease, color 0.3s ease;
	outline: 2px solid transparent;
	outline-offset: -2px;
}

.c-button.-special.-md .c-button__link:hover {
	color: #003463;
	background-color: #fff;
	text-decoration: none;
	outline: 2px solid #003463;
}

.c-button.-special.-md .c-button__icon {
	margin-left: 20px;
	position: relative;
	top: 0.03125rem;
}

.c-button.-special.-md .c-button__icon img,
.c-button.-special.-md .c-button__icon svg {
	width: 0.6875rem;
	height: 0.6875rem;
}

@media screen and (min-width: 64.0625rem) {
	.c-button.-special.-md .c-button__title {
		font-size: 1.125rem;
		letter-spacing: 0.08em;
		line-height: 1.6666666667;
	}
	.c-button.-special.-md .c-button__icon {
		margin-left: 32px;
	}
	.c-button.-special.-md .c-button__link {
		height: 7.5rem;
		padding-left: 38px;
	}
}

.c-button.-return .c-button__link {
	background-color: #003463;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 3.125rem;
	height: 3.125rem;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.c-button.-return .c-button__link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.c-button.-return .c-button__icon img,
.c-button.-return .c-button__icon svg {
	width: 0.75rem;
	height: 0.4375rem;
}

@media screen and (min-width: 64.0625rem) {
	.c-button.-return .c-button__link {
		width: 5rem;
		height: 5rem;
	}
	.c-button.-return .c-button__icon img,
	.c-button.-return .c-button__icon svg {
		width: 1.125rem;
		height: 0.625rem;
	}
}

.c-heading.-primary .c-heading__title.-en {
	display: block;
	font-size: 2.375rem;
	letter-spacing: 0.04em;
}

.c-heading.-white .c-heading__title.-en {
	color: #fff;
}

@media screen and (min-width: 64.0625rem) {
	.c-heading.-primary .c-heading__title.-en {
		font-size: 3.375rem;
		letter-spacing: 0.06em;
		line-height: 1;
	}
}

.c-card.-topics .c-card__link:hover {
	text-decoration: none;
}

.c-card.-topics .c-card__link:hover .c-card-image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.c-card.-topics .c-card__link:hover .c-card__time {
	color: #025eaf;
}

.c-card.-topics .c-card__link:hover .c-card__title {
	color: #025eaf;
}

.c-card.-topics .c-card__image {
	overflow: hidden;
}

.c-card.-topics .c-card-image {
	padding-bottom: 66.6666666667%;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-card.-topics .c-card-image img {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
}

.c-card.-topics .c-card__time {
	display: inline-block;
	margin-top: 0.9375rem;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.c-card.-topics .c-card__title {
	margin-top: 0.625rem;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.6428571429;
}

.c-card.-topics .c-card__cat {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1.0625rem;
}

.c-card.-topics .c-card__cat li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #e8eef7;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-right: .5rem;
	margin-bottom: .5rem;
}

.c-card.-topics .icon-blank {
	display: none;
}

@media screen and (min-width: 64.0625rem) {
	.c-card.-topics .c-card__time {
		margin-top: 1.25rem;
		font-size: 0.875rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.c-card.-topics .c-card__title {
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1.625;
	}
	.c-card.-topics .c-card__cat li {
		width: 4.75rem;
		height: 1.25rem;
		font-size: 0.75rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
}

@media screen and (max-width: 64rem) {
	.c-card.-topics .c-card__cat li {
		padding: 0.375rem 14px;
		min-width: 4.528125rem;
	}
}

.c-card__link {
	display: block;
        color: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img.c-ofi.-cover {
		object-fit: cover;
	}
}

img.c-ofi.-contain {
	-o-object-fit: contain;
	object-fit: contain;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img.c-ofi.-contain {
		object-fit: contain;
	}
}

.c-pagination {
	padding: 2.5rem 0 5.125rem;
}

.c-pagination__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-pagination-item:first-of-type a {
	border-left: 1px solid #e5e5e5;
}

.c-pagination-item.-current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #025eaf;
	color: #fff;
	width: 3.125rem;
	height: 3.125rem;
}

.c-pagination-item__link {
	width: 3.125rem;
	height: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.c-pagination-item__link:hover {
	text-decoration: none;
}

.c-pagination-item.-prev img,
.c-pagination-item.-prev svg, .c-pagination-item.-next img,
.c-pagination-item.-next svg {
	width: 0.8125rem;
	height: 0.3125rem;
}

.c-pagination-item.-prev {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

@media screen and (min-width: 64.0625rem) {
	.c-pagination {
		padding: 3.75rem 0 8.5rem;
	}
	.c-pagination-item.-current {
		width: 3.75rem;
		height: 3.75rem;
	}
	.c-pagination-item__link {
		width: 3.75rem;
		height: 3.75rem;
	}
}

@media screen and (max-width: 64rem) {
	.c-pagination-item:nth-of-type(6), .c-pagination-item:nth-of-type(7), .c-pagination-item:nth-of-type(8), .c-pagination-item:nth-of-type(9), .c-pagination-item:nth-of-type(10) {
		display: none;
	}
}

/**
*  p-notice
* ========================== */
.p-notice {
	background-color: #ffd648;
	padding: 1.875rem;
}

.p-notice__wrapper .label {
	font-size: 0.9375rem;
	padding-bottom: 0.9375rem;
}

.p-notice__wrapper .items {
	padding-top: 1.25rem;
	position: relative;
}

.p-notice__wrapper .items:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.p-notice__wrapper .items .item__wrap .date {
	font-size: 0.8125rem;
	margin-right: 1.25rem;
}

.p-notice__wrapper .items .item__wrap .title {
	font-size: 0.875rem;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	margin-top: 0.5rem;
}

.p-notice__wrapper .items .item__wrap .title .icon-blank {
	display: inline-block;
	top: -0.23rem;
}

.p-notice__wrapper .items .item__wrap .txt {
	font-size: 0.8125rem;
	margin-top: 0.8em;
}

.p-notice__wrapper .items .item__wrap:hover {
	text-decoration: none;
}

.p-notice__wrapper .items .item + .item {
	margin-top: 1.5626rem;
}

@media screen and (min-width: 64.0625rem) {
	.p-notice {
		padding: 30px 0;
		padding-left: 5rem;
	}
	.p-notice__wrapper {
		display: flex;
		align-items: center;
	}
	.p-notice__wrapper .label {
		font-size: 16px;
		padding-right: 30px;
		padding-bottom: 0;
	}
	.p-notice__wrapper .items {
		padding-top: 0;
		padding-left: 40px;
		position: relative;
	}
	.p-notice__wrapper .items:before {
		content: "";
		width: 1px;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-notice__wrapper .items .item__wrap {
		display: flex;
		align-items: flex-start;
	}
	.p-notice__wrapper .items .item__wrap .date {
		font-size: 14px;
		margin-right: 25px;
	}
	.p-notice__wrapper .items .item__wrap .title {
		width: 720px;
		font-size: 15px;
		margin-top: -1px;
	}
	.p-notice__wrapper .items .item__wrap .title .icon-blank {
		top: -4px;
	}
	.p-notice__wrapper .items .item__wrap .txt {
		font-size: 14px;
	}
	.p-notice__wrapper .items .item + .item {
		margin-top: 18px;
	}
	.p-notice__wrapper .items a.item__wrap {
		color: inherit;
	}
	.p-notice__wrapper .items a.item__wrap .date, .p-notice__wrapper .items a.item__wrap .title {
		-webkit-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	.p-notice__wrapper .items a.item__wrap:hover {
		text-decoration: none;
	}
	.p-notice__wrapper .items a.item__wrap:hover .date, .p-notice__wrapper .items a.item__wrap:hover .title {
		color: #025eaf;
	}
}

/**
* p-facade
* ========================== */
.p-facade__wrapper {
	position: relative;
}

.p-facade__cover {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: calc(100vh - 5rem);
	background-color: #fff;
}

.p-facade__item {
	position: absolute;
	z-index: 10;
	top: 0;
}

.p-facade-item__title.-en {
	display: block;
	font-family: "futurabook";
	text-shadow: 0 0 1.3125rem rgba(52, 87, 101, 0.3);
}

.p-facade-item__title.-ja {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-weight: 700;
	color: #003463;
}

.p-facade-item__title.-ja p span {
	display: inline-block;
}

.p-facade-item__title.-ja h2 {
	white-space: nowrap;
}

.p-facade-item__box {
	background-color: #fff;
	font-family: "Noto Serif JP", serif;
}

.p-facade-item-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #003463;
	position: relative;
}

.p-facade-item-box__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-facade-item-box__title {
	text-align: center;
}

.p-facade-item__catchcopy.-en {
	font-family: "futurabook";
	display: block;
	text-shadow: 0 0 1.3125rem rgba(52, 87, 101, 0.3);
}

.p-facade-item__catchcopy.-ja {
	display: block;
	text-shadow: 0 0 1.3125rem rgba(52, 87, 101, 0.3);
}

.mainvisual-slider {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.mainvisual-slider.slider-in {
	opacity: 0;
	transition-property: opacity;
	transition-duration: .3s;
}

.mainvisual-slider.slider-appeared {
	opacity: 1;
}

.mainvisual-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mainvisual-slider div[data-item="0"] .p-facade__item {
	width: 100%;
	height: 100%;
}

.mainvisual-slider div[data-item="0"] .p-facade-item__title {
	color: #fff;
}

.mainvisual-slider div[data-item="0"] .p-facade-item__catchcopy.-en {
	color: #fff;
}

.mainvisual-slider div[data-item="0"] .p-facade-item__catchcopy.-ja {
	color: #fff;
}

.mainvisual-slider div[data-item="1"] .p-facade__item,
.mainvisual-slider div[data-item="2"] .p-facade__item {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mainvisual-slider div[data-item="1"] .p-facade-item__button,
.mainvisual-slider div[data-item="2"] .p-facade-item__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-facade-slider {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	overflow: hidden;
}

.p-facade-slider__image {
	position: relative;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: block;
	overflow: hidden;
}

.p-facade-slider img {
	width: 100%;
	position: relative;
}

.p-facade-slider__prev,
.p-facade-slider__next {
	width: 20px;
	height: 30px;
	position: absolute;
	z-index: 1;
	top: 50%;
	cursor: pointer;
}

.p-facade-slider__prev:after,
.p-facade-slider__next:after {
	position: absolute;
	top: -50%;
	content: "";
	width: 20px;
	height: 20px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.p-facade-slider__prev {
	left: 10px;
}

.p-facade-slider__prev::after {
	transform: rotate(-135deg);
}

.p-facade-slider__next {
	right: 10px;
}

.p-facade-slider__next::after {
	transform: rotate(45deg);
}

.p-facade-slider__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-facade-slider__pagination .swiper-pagination-bullet {
	width: 0.375rem;
	height: 0.375rem;
	background-color: #ccc;
	border-radius: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-facade-slider__pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 1rem;
}

.p-facade-slider__pagination .swiper-pagination-bullet-active {
	background-color: #025eaf;
}

.p-facade__scroll {
	display: none;
	position: absolute;
	bottom: -1.6875rem;
	left: 0;
}

.p-facade-scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-facade-scroll__text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1;
}

.p-facade-scroll__bar {
	width: 0.0625rem;
	height: 5.625rem;
	display: block;
	background-color: #cccccc;
	margin-top: 0.9375rem;
	overflow: hidden;
	position: relative;
}

.p-facade-scroll-bar {
	display: block;
	position: absolute;
	width: 0.0625rem;
	height: 5.625rem;
	top: -5.625rem;
	right: 0;
	background-color: #025eaf;
	-webkit-animation: scrollBar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
	animation: scrollBar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes scrollBar {
	0%, 5% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 11.25rem, 0);
		transform: translate3d(0, 11.25rem, 0);
	}
}

@keyframes scrollBar {
	0%, 5% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 11.25rem, 0);
		transform: translate3d(0, 11.25rem, 0);
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-facade__cover {
		margin-left: 5rem;
	}
	.p-facade-item__title.-en {
		font-size: 6.125rem;
		letter-spacing: 0.08em;
		line-height: 0.9591836735;
	}
	.p-facade-item__title.-ja p {
		font-size: 1.625rem;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.p-facade-item__title.-ja p span:not(:first-of-type) {
		margin-left: 18px;
	}
	.p-facade-item__title.-ja h2 {
		margin-top: 1.625rem;
		font-size: 3rem;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.p-facade-item__catchcopy.-en {
		font-size: 1.375rem;
		letter-spacing: 0.08em;
		line-height: 1;
		margin-top: 0.6875rem;
	}
	.p-facade-item__catchcopy.-ja {
		font-size: 1.5rem;
		letter-spacing: 0.08em;
		line-height: 1;
		margin-top: 1.75rem;
	}
	.p-facade-item__box {
		width: 42.375rem;
		padding: 1.875rem 0;
		margin-top: 2.5rem;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.p-facade-item-box {
		width: 50%;
		padding: 0 30px;
	}
	.p-facade-item-box:not(:first-of-type)::before {
		content: "";
		position: absolute;
		left: -30px;
		top: 0;
		display: block;
		height: 100%;
		width: 1px;
		background-color: #003463;
		margin: 0 30px;
	}
	.p-facade-item-box__wrapper {
		padding: 0.3125rem 0 1.6875rem;
	}
	.p-facade-item-box__title {
		font-size: 1.5625rem;
		letter-spacing: 0.1em;
		line-height: 1.68;
	}
	.p-facade-item-box__text {
		margin-top: 2.25rem;
	}
	.p-facade-item-box__text p {
		font-size: 0.9375rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.p-facade-item-box__text p:not(:first-of-type) {
		margin-top: 0.875rem;
	}
	.mainvisual-slider {
		padding-left: 5rem !important;
		width: 100%;
	}
	.mainvisual-slider div[data-item="0"] .p-facade__item {
		padding: 4.5rem 0 0 78px;
	}
	.mainvisual-slider div[data-item="0"] .p-facade-item__button {
		margin-top: 3.75rem;
	}
	.mainvisual-slider div[data-item="1"] .p-facade__item,
	.mainvisual-slider div[data-item="2"] .p-facade__item {
		margin-left: 80px;
	}
	.mainvisual-slider div[data-item="1"] .p-facade-item__button,
	.mainvisual-slider div[data-item="2"] .p-facade-item__button {
		margin-top: 1.875rem;
	}
	.p-facade-slider__pagination {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 5rem;
		position: absolute;
		left: 0;
		bottom: 17.125rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.p-facade-slider__pagination .swiper-pagination-bullet {
		cursor: pointer;
	}
	.p-facade-slider__pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-top: 10px;
		margin-left: 0;
	}
	.p-facade-slider__prev {
		left: 100px;
	}
	.p-facade-slider__next {
		right: 20px;
	}
	.p-facade__scroll {
		display: block;
		width: 5rem;
	}
}

@media screen and (max-width: 64rem) {
	.mainvisual-slider div[data-item="0"] .p-facade__item {
		padding: 6.6666666667vw 0 0 6.6666666667vw;
	}
	.mainvisual-slider div[data-item="0"] .p-facade-item__title.-en br {
		display: none;
	}
	.mainvisual-slider div[data-item="0"] .p-facade-item__button {
		position: absolute;
		bottom: 6.6666666667vw;
		right: 6.6666666667vw;
	}
	.mainvisual-slider div[data-item="1"] .p-facade__item,
	.mainvisual-slider div[data-item="2"] .p-facade__item {
		width: 100%;
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
	.mainvisual-slider div[data-item="1"] .p-facade-item__button,
	.mainvisual-slider div[data-item="2"] .p-facade-item__button {
		margin-top: 5.6vw;
	}
	.p-facade-slider__pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 1.5rem;
	}
	/* .p-facade-slider__pagination .swiper-pagination-bullet:not(:first-of-type) {
    margin-left: 1.875rem;
  } */
	.p-facade-item__title.-en {
		font-size: 10.9333333333vw;
		letter-spacing: 0.06em;
		line-height: 1;
	}
	.p-facade-item__title.-ja p {
		font-size: 4vw;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.p-facade-item__title.-ja p span:not(:first-of-type) {
		margin-left: 4.8vw;
	}
	.p-facade-item__title.-ja h2 {
		margin-top: 4vw;
		font-size: 7.4666666667vw;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.p-facade-item__wrapper {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
	.p-facade-item__box {
		padding: 4.8vw 0 5.3333333333vw;
		margin-top: 5.3333333333vw;
	}
	.p-facade-item-box__title {
		font-size: 4.5333333333vw;
		letter-spacing: 0.1em;
		line-height: 1.4705882353;
	}
	.p-facade-item-box__text {
		margin-top: 3.7333333333vw;
	}
	.p-facade-item-box__text p {
		font-size: 3.2vw;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.p-facade-item-box__text p:not(:first-of-type) {
		margin-top: 2.9333333333vw;
	}
	.p-facade-item-box:not(:first-of-type) .p-facade-item-box__wrapper {
		padding-top: 2.9333333333vw;
		margin-top: 4vw;
		border-top: 0.2666666667vw solid #003463;
	}
	.p-facade-item__catchcopy.-en {
		font-size: 4vw;
		letter-spacing: 0.08em;
		line-height: 1;
		margin-top: 1.8666666667vw;
	}
	.p-facade-item__catchcopy.-ja {
		font-size: 5.0666666667vw;
		letter-spacing: 0.08em;
		line-height: 1;
		margin-top: 3.7333333333vw;
	}
}

/* slider controller
----------------------------------------*/
.slider-controller {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}

.slider-controller__indicator {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.slider-controller__bar {
	position: relative;
	width: 80px;
	height: 2px;
	background-color: #d9d9d9;
	overflow: hidden;
}

.slider-controller__bar span {
	width: 100%;
	background-color: #025eaf;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition-timing-function: linear;
}

@media screen and (max-width: 64rem) {
	.slider-controller {
		display: none;
	}
}

/**
* p-news
* ========================== */
.p-news__title span {
	display: block;
	color: #025eaf;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

.p-news__title h2 {
	font-size: 1.625rem;
	letter-spacing: 0.08em;
	line-height: 1;
	font-weight: 500;
	margin-top: 0.875rem;
}

.p-news__title br {
	display: none;
}

.p-news-item {
	display: block;
	padding: 1.25rem 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-news-item:hover {
	color: #025eaf;
	text-decoration: none;
}

.p-news-item:hover .p-news-item__title {
	color: #025eaf;
}

.p-news-item:first-of-type {
	border-top: 1px solid #e5e5e5;
}

.p-news-item__time {
	display: inline-block;
	width: 5.9375rem;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #666666;
}

.p-news-item__cat {
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 1.375rem;
	width: 4.5rem;
	color: #333333;
	background-color: #e8eef7;
}

.p-news-item__title {
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.6428571429;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-news-item__title .icon-blank {
	top: -6px;
}

.p-news-item__title br {
	display: none;
}

.p-news__button {
	max-width: 80rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	margin-top: 2rem;
	margin-right: auto;
	padding-right: 6.25rem;
}

@media screen and (min-width: 64.0625rem) {
	.p-news {
		margin-top: 7.5rem;
	}
	.p-news__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-news__wrapper {
		max-width: 67.5rem;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-right: auto;
		margin-left: auto;
		padding-right: 6.25rem;
		padding-left: 6.25rem;
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-news__title {
		width: 23.5rem;
	}
	.p-news__title h2 {
		font-size: 2.5rem;
		letter-spacing: 0.06em;
		line-height: 1.45;
		font-weight: 500;
		margin-top: 1rem;
	}
	.p-news__title span {
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1;
		font-weight: 500;
		margin-top: 1rem;
	}
	.p-news__title br {
		display: block;
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-news__item {
		width: calc(100% - 23.5rem);
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-news-item {
		padding: 1.625rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.p-news-item__time {
		font-size: 0.875rem;
		letter-spacing: 0.08em;
		line-height: 1;
		width: 5.625rem;
	}
	.p-news-item__title {
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1.625;
		margin-top: 0.935rem;
	}
	.p-news-item__cat {
		height: 1.25rem;
		width: 4.75rem;
		font-size: 0.75rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.p-news-item__cat + .p-news-item__cat {
		margin-left: 0.5rem;
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-news__button {
		margin-top: 3.75rem;
	}
}

@media screen and (max-width: 64rem) {
	.p-news {
		margin-top: 3.125rem;
	}
	.p-news__title {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
}


@media screen and (max-width: 64rem) {
	.p-news__item {
		margin-top: 2.25rem;
	}
}

@media screen and (max-width: 64rem) {
	.p-news-item {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
}

@media screen and (max-width: 64rem) {
	.p-news-item__title {
		margin-top: 0.5rem;
	}
	.p-news-item__title .icon-blank {
		top: -0.25rem;
	}
}

@media screen and (max-width: 64rem) {
	.p-news-item__cat {
		padding-top: 0.125rem;
	}
}

@media screen and (max-width: 64rem) {
	.p-news__button {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
	.p-news__button .c-button {
		margin-left: 0;
	}
}

/**
* p-topics
* ========================== */
.p-topics {
	position: relative;
}

.p-topics__text {
	position: absolute;
	left: -5px;
	top: 5.5rem;
	color: #d8e9f8;
	opacity: 0.05;
	font-size: 3.4375rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-topics__bg {
	background-color: #025eaf;
	height: 20rem;
	width: calc(50% + 5.5rem);
	position: absolute;
	top: 0;
	left: 0;
}

.p-topics__wrapper {
	padding-right: 5.3333333333vw;
	padding-left: 5.3333333333vw;
	position: relative;
	z-index: 10;
}

.p-topics .p-topics__item .p-topics__card .p-topics-card .c-card__link .icon-blank {
	display: inline-block;
	top: -6px;
}

@media screen and (min-width: 48em) {
	.p-topics__wrapper {
		max-width: 67.5rem;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-right: auto;
		margin-left: auto;
		padding-right: 6.25rem;
		padding-left: 6.25rem;
	}
}

.p-topics__item.-slider .p-topics-item {
	display: none;
}

.p-topics__item.-slider .p-topics-item.-active {
	display: block;
}

.p-topics__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-topics-cat__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5.125rem;
	height: 1.875rem;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
	background-color: #f4f4f4;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-topics-cat__link:hover {
	text-decoration: none;
}

.p-topics-cat__link:hover:not(.-active) {
	color: #025eaf;
}

.p-topics-cat__link.-active {
	background-color: #003463;
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-topics__card {
	margin-top: 2.3125rem;
}

.list-wrap .p-topics__card {
	margin-top: 2.3125rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 1rem;
	box-sizing: border-box;
}

.p-topics__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.75rem;
}

.p-topics__pagination .swiper-pagination-bullet {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #cccccc;
}

.p-topics__pagination .swiper-pagination-bullet:not(:first-of-type) {
	margin-left: 15px;
}

.p-topics__pagination .swiper-pagination-bullet-active {
	background-color: #025eaf;
}

@media screen and (min-width: 64.0625rem) {
	.p-topics {
		padding-top: 7.0625rem;
	}
	.p-topics.l-section {
		margin-top: 7.5rem;
	}
	.p-topics__text {
		font-size: 7.5rem;
		letter-spacing: 0.1em;
		line-height: 1;
		top: 8.125rem;
		left: -10px;
	}
	.p-topics__bg {
		height: 23rem;
		width: calc(50% + 4.25rem);
		top: 0;
	}
	.p-topics__heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.p-topics__cat {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.p-topics-cat__item:not(:first-of-type) {
		margin-left: 14px;
	}
	.p-topics-cat__link {
		width: 6.25rem;
		height: 2.125rem;
		font-size: 0.9375rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.p-topics-cat__link.-active {
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.p-topics__card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 1.875rem;
	}
	.p-topics-card {
		width: 30.5555555556%;
	}
	.p-topics-card:nth-of-type(n + 4) {
		margin-top: 5.1851851852%;
	}
	.p-topics-card:not(:nth-of-type(3n)) {
		margin-right: 4.1666666667%;
	}
	.p-topics__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 3.75rem;
	}
	.p-topics__button .c-button.-primary {
		width: 26.25rem;
	}
}

@media screen and (max-width: 64rem) {
	.p-topics {
		padding-top: 3.125rem;
		overflow: hidden;
	}
	.p-topics.l-section {
		margin-top: 4.375rem;
	}
	.p-topics__cat {
		margin-top: 1.5625rem;
	}
	.p-topics-cat__item:not(:last-of-type) {
		margin-right: 14px;
		margin-bottom: 0.8125rem;
	}
	.p-topics__item.-slider {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		list-style: none;
		padding: 0;
		z-index: 1;
		margin-top: -1.25rem;
	}
	.p-topics__item.-slider .swiper-wrapper {
		position: relative;
		width: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	.p-topics__item.-slider .p-topics-card {
		width: 92.5373134328%;
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		height: 100%;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		margin-right: 5.9701492537%;
	}
	.p-topics__item.-nomal .p-topics-card {
		width: 48%;
		margin-bottom: 2rem;
	}
	.p-topics__button {
		margin-top: 2rem;
	}
	.p-topics__button .c-button {
		width: 26.25rem;
	}
	.p-topics .p-topics__item .p-topics-item .p-topics__card .p-topics-card .c-card__link .icon-blank {
		top: -0.25rem;
	}
}

/**
* p-info
* ========================== */
.p-info {
	position: relative;
}

.p-info-left__bg {
	background-color: #e5eff7;
	height: 20rem;
	width: calc(50% + 5.5rem);
	position: absolute;
	top: 0;
	left: 0;
}

.p-info-right__bg {
	background-color: #f3f3f3;
	height: 32.5em;
	width: calc(50% + 5.5rem);
	position: absolute;
	bottom: -3.125em;
	right: 0;
}

.p-info__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 13.75rem;
}

.p-info-item {
	padding: 1.25rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.p-info-item:last-of-type {
	border-bottom: none;
}

.p-info-item__link {
	display: block;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: inherit;
}

.p-info-item__link:hover {
	text-decoration: none;
	color: #025eaf;
}

.p-info-item__head {
	display: flex;
	align-items: center;
}

.p-info__item .items {
	background: #fff;
	width: 100%;
	padding: 0.625em 1.25em;
	box-sizing: border-box;
}

.p-info-item__time {
	display: block;
	color: #666666;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-info-item__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-info-item__cat li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #e8eef7;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-info-item__cat li:not(:first-child) {
	margin-left: 10px;
}

.p-info-item__title {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.6428571429;
	display: block;
}

.p-info__wrapper {
	padding-top: 2.9375rem;
}

@media screen and (min-width: 64.0625rem) {
	.p-info {
		margin-top: 7.5rem;
	}
	.p-info__wrapper {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media screen and (min-width: 80.0625rem) {
	.p-info__wrapper {
		max-width: 67.5rem;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 48rem) and (max-width: 80rem) {
	.p-info__wrapper {
		padding-right: 6.25rem;
		padding-left: 6.25rem;
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-info__item {
		width: calc(100% - 13.75rem);
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-info-item {
		padding: 0.9375em 0;
	}
	.p-info-item__time {
		font-size: 0.875rem;
		letter-spacing: 0.08em;
		line-height: 1.8571428571;
		width: 5.9375rem;
	}
	.p-info-item__cat li {
		width: 4.75rem;
		height: 1.25rem;
		font-size: 0.75rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.p-info-item__title {
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1.625;
		margin-top: 0.3125em;
	}
	.p-info-item__title .icon-blank {
		top: -6px;
	}
}

@media screen and (min-width: 64.0625rem) {
	.p-info__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: flex-start;
		margin-top: 1.875em;
	}
	.p-info__button .c-button.-primary {
		width: 23.125em;
	}
}

@media screen and (max-width: 64rem) {
	.p-info {
		margin-top: 4.375rem;
	}
	.p-info__header {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
	.p-info-item__cat {
		margin-left: 1.5rem;
	}
	.p-info-item__cat li {
		padding: 0.3125rem 0.9375rem;
		min-width: 4.528125rem;
	}
	.p-info-item__title {
		margin-top: 2rem;
	}
}


@media screen and (max-width: 64rem) {
	.p-info__item {
		margin-top: 1.5625rem;
	}
}

@media screen and (max-width: 64rem) {
	.p-info-item {
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
}

@media screen and (max-width: 64rem) {
	.p-info-item__title {
		margin-top: 0.5rem;
	}
	.p-info-item__title .icon-blank {
		top: -0.25rem;
	}
}

@media screen and (max-width: 64rem) {
	.p-info__button {
		margin-top: 2rem;
		padding-right: 5.3333333333vw;
		padding-left: 5.3333333333vw;
	}
}

.p-info__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-info__cat.-sp {
	display: none;
}

.p-info-cat__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5.125rem;
	height: 1.875rem;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 1;
	background-color: #f4f4f4;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-info-cat__link:hover {
	text-decoration: none;
}

.p-info-cat__link:hover:not(.-active) {
	color: #025eaf;
}

.p-info-cat__link.-active {
	background-color: #003463;
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

@media screen and (min-width: 64.0625rem) {
	.p-info__cat {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.p-info-cat__item:not(:first-of-type) {
		margin-left: 14px;
	}
	.p-info-cat__link {
		width: 6.25rem;
		height: 2.125rem;
		font-size: 0.9375rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.p-info-cat__link.-active {
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
		line-height: 1;
	}
}

@media screen and (max-width: 64rem) {
	.p-info__cat {
		display: none;
	}
	.p-info__cat.-sp {
		display: block;
		position: relative;
		width: 6.875rem;
		border: 1px solid #000;
		margin-top: 1.625rem;
	}
	.p-info__cat.-sp:after {
		content: "";
		display: block;
		position: absolute;
		right: 0.75rem;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 0.3125rem;
		height: 0.3125rem;
		border-right: 0.0625rem solid #333;
		border-top: 0.0625rem solid #333;
		transform: rotate(135deg);
	}
	.p-info__cat.-sp select {
		width: 100%;
		padding: 0.5rem;
	}
	.p-info-cat__item:not(:last-of-type) {
		margin-right: 14px;
		margin-bottom: 0.8125rem;
	}
}

/**
* p-about
* ========================== */
.p-about {
	margin-top: 4.375rem;
	position: relative;
}

.p-about-left__bg {
	background-color: #e5eff7;
	height: 42.5em;
	width: calc(80%);
	position: absolute;
	top: 0;
	left: 0;
}

.p-about__text {
	position: absolute;
	color: #d8e9f8;
	opacity: 0.05;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.4375rem;
	letter-spacing: 0.08em;
	line-height: 1;
	top: 1.75rem;
	right: -1.5rem
}

.p-about__text span {
	display: block;
	width: 0.3125rem;
}

.p-about__wrapper {
	transform: translateY(0px);
}

.p-about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-about-item__title {
	font-size: 1.4375rem;
	letter-spacing: 0.08em;
	line-height: 1;
	font-weight: 500;
	color: #fff;
}

.p-about-item__title a {
	color: inherit;
	text-decoration: none;
	position: relative;
}

.p-about-item__title a:hover:after {
	right: -1.25em;
}

.p-about-item__title a:after {
	content: '';
	display: block;
	position: absolute;
	right: -0.9375em;
	top: 0;
	bottom: 0;
	margin: auto 0;
	color: #fff;
	width: 0.5em;
	height: 0.25em;
	background-image: url(../images/icon/ico_arrow.svg);
	background-position: center;
	transition: all 0.3s ease 0s;
	filter: invert(1);
}

.p-about-item__cat a {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 0.2rem;
	display: inline-block;
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) no-repeat right bottom/100% 1px;
	background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom/100% 1px;
}

.p-about-item__cat a:hover {
	-webkit-animation: stroke 0.6s ease;
	animation: stroke 0.6s ease;
	text-decoration: none;
}

@-webkit-keyframes stroke {
	0% {
		background-size: 100% 1px;
		background-position-x: right;
	}
	50% {
		background-size: 0 1px;
		background-position-x: right;
	}
	51% {
		background-size: 0 1px;
		background-position-x: left;
	}
	100% {
		background-size: 100% 1px;
		background-position-x: left;
	}
}

@keyframes stroke {
	0% {
		background-size: 100% 1px;
		background-position-x: right;
	}
	50% {
		background-size: 0 1px;
		background-position-x: right;
	}
	51% {
		background-size: 0 1px;
		background-position-x: left;
	}
	100% {
		background-size: 100% 1px;
		background-position-x: left;
	}
}

.p-about-item__button {
	margin-top: 1.375rem;
}

.p-about-item__button a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 0.8125rem;
	letter-spacing: 0;
	line-height: 1;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.p-about-item__button a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.p-about-item__button a img,
.p-about-item__button a svg {
	width: 0.75rem;
	height: 0.3125rem;
	margin-left: 0.75rem;
	position: relative;
	bottom: 0.0625rem;
}

@media screen and (min-width: 64.0625rem) {
	.p-about {
		margin-top: 7.5rem;
	}
	.p-about__text {
		top: 2.5rem;
		right: -2.5rem;
		font-size: 7.5rem;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	.p-about__text span {
		width: 18px;
	}
	.p-about__wrapper {
		padding: 5em 0 3.75rem;
		max-width: 67.5rem;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		margin-right: auto;
		margin-left: auto;
	}
	.p-about__item {
		width: 105em;
	}
	.p-about-item {
		width: 25%;
		aspect-ratio: 295/480;
		padding: 3rem 1.875rem 2.8125rem;
	}

	.p-about-item__image {
		padding: 0 0 133.3333333333%;
	}
	.p-about-item__title {
		font-size: 1.875rem;
		letter-spacing: 0;
		line-height: 1;
		font-weight: 500;
		margin-top: 0;
	}
	.p-about-item__cat {
		margin-top: 2.8rem;
	}
	.p-about-item__cat li:not(:first-of-type) {
		margin-top: 1.1875rem;
	}
	.p-about-item__cat a {
		font-size: .9375rem;
		letter-spacing: 0em;
		line-height: 1;
		padding-bottom: 0.1rem;
	}
	.p-about-item__button {
		margin-top: 1.875rem;
	}
	.p-about-item__button a {
		font-size: .8125rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.p-about-item__button a img,
	.p-about-item__button a svg {
		width: 0.8125rem;
		height: 0.3125rem;
		bottom: 0.125rem;
		margin-left: 0.875rem;
	}
}

@media screen and (max-width: 80rem) {
	.p-about-left__bg {
		height: 40.625em;
	}
	.p-about__item {
		width: 100%;
		flex-wrap: nowrap;
		aspect-ratio: 1180/480;
	}
}

@media screen and (max-width: 64rem) {
	.p-about__item {
		flex-wrap: wrap;
		aspect-ratio: 750/2480;
	}
	.p-about-item {
		width: 100%;
		height: 19.375rem;
		padding: 3rem 1.875rem;
		aspect-ratio: 750/620;
	}
	.p-about-item__cat {
		margin-top: 2rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.p-about-item__cat li:not(:last-of-type) {
		margin-bottom: 1.0625rem;
	}
	.p-about-item__cat > li {
		margin-bottom: 0;
	}
	.p-about-item__cat > li:first-child {
		width: 10.625rem;
	}
	.p-about-item__button {
		text-align: right;
	}
	.p-about-item:nth-child(3) .p-about-item__cat {
		display: block;
	}
}

.p-about__item {
	background-size: cover;
}

@media screen and (min-width: 64.0625rem) {
	.p-about__item {
		background-image: url(../images/page/top/img_about-bg.jpg);
	}
}

@media screen and (max-width: 64rem) {
	.p-about__item {
		background-image: url(../images/page/top/img_about-bg_sp.jpg);
		background-size: cover;
	}
}

.p-about-item__cat li .c-svg {
	width: 0.625rem;
}

@media screen and (max-width: 64rem) {
	.p-about-item__cat li .c-svg {
		width: 0.85rem;
	}
}

body.is-desctopmode .p-about .p-about-item,
body.device-tb .p-about .p-about-item {
	aspect-ratio: 295/540;
}

body.is-desctopmode .p-about .p-about__item,
body.device-tb .p-about .p-about__item {
	height: wm(650);
	background-size: cover;
}

/**
* p-sns
* ========================== */
.p-sns__wrapper {
	padding: 3.75rem 0;
}

.p-sns-item__title {
	text-align: center;
	font-size: 1.1875rem;
	letter-spacing: 0.08em;
	line-height: 0.8421052632;
}

.p-sns-item__button {
	margin-top: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 64.0625rem) {
	.p-sns__wrapper {
		padding: 6.25rem 0;
	}
	.p-sns-item__title {
		font-size: 1.5rem;
		letter-spacing: 0.08em;
		line-height: 1;
	}
	.p-sns-item__button {
		margin-top: 1.875rem;
	}
}

/**
* p-links
* ========================== */
.p-links__item {
	padding: 3.75rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-links-item {
	width: 47.0149253731%;
}

.p-links-item__link {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 66.6666666667%;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.p-links-item__link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.p-links-item__link img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 64.0625rem) {
	.p-links__item {
		padding: 5.5555555556% 0 11.1111111%;
	}
	.p-links-item {
		width: 22.2222222222%;
	}
	.p-links-item:not(:first-child) {
		margin-left: 3.7037037037%;
	}
}

@media screen and (max-width: 64rem) {
	.p-links-item:nth-of-type(even) {
		margin-left: 5.9701492537%;
	}
	.p-links-item:nth-of-type(n + 3) {
		margin-top: 5.9701492537%;
	}
}

.u-device.-sp {
	display: block;
}

.u-device.-pc {
	display: none;
}

@media screen and (min-width: 481px) {
	.u-device.-sp {
		display: none;
	}
	.u-device.-pc {
		display: block;
	}
}

/**
* p-banner
* ========================== */
.p-banner {
	background-color: #f6f6f6;
	padding: 3.125rem 0 3.125rem;
}

.p-banner div {
	color: #333;
	line-height: 1.6;
	font-size: 1rem;
}

.p-banner div + div {
	margin-top: 1.9rem;
}

.p-banner div a {
	display: block;
}

.p-banner div a:hover {
	text-decoration: none;
	color: #025eaf;
}

.p-banner div a .icon-blank {
	display: inline-block;
	top: -6px;
}

@media screen and (max-width: 64rem) {
	.p-banner {
		padding: 1.5625rem 0;
		margin-top: 1.5rem;
	}
	.p-banner div {
		font-size: 0.875rem;
		display: inline-block;
	}
	.p-banner div + div {
		margin-top: 1.5rem;
	}
	.p-banner div a .icon-blank {
		display: inline-block;
		top: -0.135rem;
	}
}

.topics .list-wrap .p-topics__wrapper {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.topics .list-wrap .p-topics-item .p-topics-card .c-card__link .c-card__title .icon-blank {
	display: inline-block;
	top: -6px;
}

@media screen and (max-width: 64rem) {
	.topics .list-wrap .p-topics-item .p-topics-card .c-card__link .c-card__title .icon-blank {
		top: -0.25rem;
	}
}

.p-facade__cover.intro-in {
	opacity: 1;
	transition: opacity 1s;
}

.p-facade__cover.intro-in.appeared {
	opacity: 0;
	z-index: 0;
}

.p-facade__scroll.intro-in {
	opacity: 0;
	transition: opacity 1s;
}

.p-facade__scroll.intro-in.appeared {
	opacity: 1;
	z-index: 1;
}

.l-section .slide-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-section .slide-in .section-head-jp,
.l-section .slide-in .sec-data__inner {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-section .slide-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.l-section .slide-in.appeared .section-head-jp {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.4s;
}

.l-section .slide-in.appeared .sec-data__inner {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.8s;
}

@media screen and (min-width: 64.0625rem) {
	.p-topics .p-topics-slider.slide-in .p-topics-card {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.p-topics .p-topics-slider.slide-in.appeared .p-topics-card:nth-child(1) {
		opacity: 1;
		transform: translate(0, 0);
		transition-delay: 0s;
	}
	.p-topics .p-topics-slider.slide-in.appeared .p-topics-card:nth-child(2) {
		opacity: 1;
		transform: translate(0, 0);
		transition-delay: 0.2s;
	}
	.p-topics .p-topics-slider.slide-in.appeared .p-topics-card:nth-child(3) {
		opacity: 1;
		transform: translate(0, 0);
		transition-delay: 0.4s;
	}
	.p-topics .p-topics-slider.slide-in.appeared .p-topics-card:nth-child(4) {
		opacity: 1;
		transform: translate(0, 0);
		transition-delay: 0.6s;
	}
	.p-topics .p-topics-slider.slide-in.appeared .p-topics-card:nth-child(5) {
		opacity: 1;
		transform: translate(0, 0);
		transition-delay: 0.8s;
	}
	.p-topics .p-topics-slider.slide-in.appeared .p-topics-card:nth-child(6) {
		opacity: 1;
		transform: translate(0, 0);
		transition-delay: 1s;
	}
}

@media screen and (max-width: 64rem) {
	.p-topics .p-topics-slider.slide-in {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.p-topics .p-topics-slider.slide-in.appeared {
		opacity: 1;
		transform: translate(0, 0);
		transition-delay: 0.2s;
	}
}

.p-news .p-news__item.slide-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-news .p-news__item.slide-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.2s;
}

.p-info .c-heading.slide-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-info .c-heading.slide-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.1s;
}

.p-info .p-info__item.slide-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-info .p-info__item.slide-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.2s;
}

.p-about .p-about-item.slide-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-about .p-about-item.slide-in.appeared:nth-child(1) {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.p-about .p-about-item.slide-in.appeared:nth-child(2) {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.2s;
}

.p-about .p-about-item.slide-in.appeared:nth-child(3) {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.4s;
}

.p-about .p-about-item.slide-in.appeared:nth-child(4) {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.6s;
}
