@charset "UTF-8";
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
	cursor: default; /* 1 */
	line-height: 1.5; /* 2 */
	-moz-tab-size: 4; /* 3 */
	-o-tab-size: 4;
	   tab-size: 4; /* 3 */
	-webkit-tap-highlight-color: transparent; /* 4 */
	-ms-text-size-adjust: 100%; /* 5 */
	-webkit-text-size-adjust: 100%; /* 5 */
	word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
	display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
	list-style: none;
	padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
	max-width: 100%;
	height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
	border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
	border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
	margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
	overflow: visible; /* 1 */
	text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
	border: 1px solid #a0a0a0; /* 1 */
	padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
	overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	white-space: normal; /* 1 */
	color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
	text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
	margin: 0; /* 1 */
	overflow: auto; /* 2 */
	resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	color: inherit;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
	box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
	display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
	background-color: white;
	border: solid;
	color: black;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

dialog:not([open]) {
	display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
	cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
	cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
	display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

/**
 * Add
 */
dl dd {
	margin-left: 0;
}

figure {
	margin: 0;
}

table {
	table-layout: fixed;
}

menu {
	padding: 0;
}

picture {
	display: block;
}

p {
	margin: 0;
	padding: 0;
}

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

img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}

/*--------------- form reset ------------*/
button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	font-family: inherit;
	font-size: 100%;
	display: block;
	padding: 0;
	outline: none;
	margin: 0;
	border: none;
	background-color: transparent;
}
button:hover {
	opacity: 0.7;
	background-color: transparent;
}

input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}

input[type=checkbox], input[type=radio] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

label {
	position: relative;
	display: block;
	word-break: break-all;
}
label input[type=checkbox] + span {
	position: relative;
	padding-left: 15px;
}
label input[type=radio] + span {
	position: relative;
	padding-left: 25px;
}
label input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
}
label input[type=checkbox] + span::before {
	border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
	background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
	background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
	border: 2px solid #313131;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
label input[type=checkbox] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 12px;
	height: 12px;
	border: 0.1rem #313131 solid;
}
label input[type=checkbox] + span::after {
	z-index: 1;
	margin: 2px 4px;
	width: 6px;
	height: 9px;
}
label input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
}
label input[type=radio] + span::before {
	position: absolute;
	display: inline-block;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #686868;
	border-radius: 50%;
	z-index: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	background-color: transparent;
	width: 14px;
	height: 14px;
}
label input[type=radio]:checked + span::before {
	border-color: #007acc;
}
label input[type=radio]:checked + span::after {
	position: absolute;
	display: inline-block;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #007acc;
	border-radius: 50%;
	z-index: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 3px;
	width: 8px;
	height: 8px;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel], input[type=search], input[type=date] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

input[type=button], input[type=submit] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

button[type=submit], input[type=reset], button[type=button] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
}

/*-------- select ------------*/
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

input[type=text], input[type=email], input[type=tel], input[type=date] {
	max-width: 100%;
}

textarea {
	width: 100%;
	max-width: 100%;
	resize: vertical;
	overflow: auto;
}

input[type=button] {
	color: #fff;
	border-style: none;
}
input[type=submit] {
	color: #fff;
	border-style: none;
}
input[type=submit]:hover {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	input[type=text], input[type=email], input[type=tel] {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	input[type=text], input[type=email], input[type=tel] {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
}
::-webkit-input-placeholder {
	color: rgba(45, 44, 53, 0.5);
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
	color: rgba(45, 44, 53, 0.5);
}

@media screen and (max-width: 767px) {
	html, body {
		overflow-x: hidden;
	}
}

html {
	font-size: 62.5%;
}
@media screen and (max-width: 1439px) {
	html {
		font-size: 0.68vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.666vw;
	}
}

body {
	line-height: 1.5;
	color: #2D2C35;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	   -moz-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	        text-size-adjust: none;
}

dl, ul, ol {
	margin: 0;
	padding: 0;
}

img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

label {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	html {
		min-height: 100vh;
	}
	body {
		line-height: 1.5714285714;
		min-width: 1%;
		position: relative;
		font-size: 3.7333333333vw;
		max-width: 100%;
	}
}
/* link
--------------------------------------------------*/
a {
	color: inherit;
	/*&:hover,
	&:focus {
		text-decoration: underline;
	}*/
}
a:link, a:active, a:visited {
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
	}
	a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover {
		opacity: 0.7;
	}
	.js-imgHover a:hover,
	.js-imgHover a:hover img {
		opacity: 1;
	}
	a,
	a * {
		outline: 1px solid transparent;
		outline: none;
	}
}
.m-ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.m-ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.m-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.m-link-close {
	pointer-events: none;
}

.m-blk {
	color: #2D2C35;
}

.m-white {
	color: #ffffff;
}

.m-bold {
	font-weight: bold;
}

.m-relative {
	position: relative;
}

.m-text {
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.m-text {
		font-size: 3.7333333333vw;
		line-height: 1.75;
	}
}

.m-noto {
	font-family: "Noto Sans JP", sans-serif;
}

.m-yugo {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.m-mont {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

.m-koulen {
	font-family: "Koulen", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.m-pop {
	font-family: "Poppins", sans-serif;
}

.m-roboto {
	font-family: "Roboto", sans-serif;
}

@media print, screen and (min-width: 768px) {
	a.m-tellink[href^="tel:"] {
		pointer-events: none;
	}
}
.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slide {
	height: auto;
}

.c-fadeup {
	opacity: 0;
	-webkit-transform: translateY(3rem);
	        transform: translateY(3rem);
}
.c-fadeup.js-animeOn {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.js-animeOn.-delay1 {
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.js-animeOn.-delay2 {
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}
.js-animeOn.-delay3 {
	-webkit-transition-delay: 1.5s;
	        transition-delay: 1.5s;
}

.c-btn {
	width: 30rem;
	height: 4.8rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.c-btn {
		width: 86.6666666667vw;
		height: 13.8666666667vw;
	}
}
.c-btn__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
	border: 0.1rem solid #005BAC;
	color: #005BAC;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-align: center;
	border-radius: 100vh;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-transition: 0.3s background-color, 0.3s color;
	transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767px) {
	.c-btn__inn {
		font-size: 3.7333333333vw;
		padding-top: 0;
	}
}
.c-btn__inn .arrow {
	width: 0.8rem;
	height: 1.6rem;
	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;
	right: 1.6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.c-btn__inn .arrow {
		width: 2.6666666667vw;
		height: 5.3333333333vw;
		right: 4.5333333333vw;
	}
}
.c-btn__inn .arrow svg {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.c-btn__inn:hover {
		color: #ffffff;
		background-color: #005BAC;
		opacity: 1;
	}
}
.c-btn.-ma {
	margin-right: auto;
	margin-left: auto;
}
.c-btn.-blue .c-btn__inn {
	background-color: #005BAC;
	color: #ffffff;
}
@media print, screen and (min-width: 768px) {
	.c-btn.-blue .c-btn__inn:hover {
		background-color: rgba(0, 91, 172, 0.6);
		opacity: 1;
		border: 0.1rem solid rgba(0, 91, 172, 0.3);
	}
}
.c-btn:hover {
	opacity: 1;
}

input.c-btn {
	width: 30rem;
	height: 4.8rem;
	max-width: 100%;
	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: #ffffff;
	border: 0.1rem solid #005BAC;
	color: #005BAC;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-align: center;
	border-radius: 100vh;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-transition: 0.3s background-color, 0.3s color;
	transition: 0.3s background-color, 0.3s color;
	cursor: pointer;
	position: relative;
	background-image: url(../images/common/arrow_btn.svg);
	background-repeat: no-repeat;
	background-position: center right 1.6rem;
	background-size: 0.8rem;
}
@media screen and (max-width: 767px) {
	input.c-btn {
		width: 86.6666666667vw;
		height: 13.8666666667vw;
	}
}
@media screen and (max-width: 767px) {
	input.c-btn {
		font-size: 3.7333333333vw;
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	input.c-btn {
		background-size: 2.6666666667vw;
		background-position: center right 4.5333333333vw;
	}
}
@media print, screen and (min-width: 768px) {
	input.c-btn:hover {
		color: #ffffff;
		background-color: #005BAC;
		opacity: 1;
		background-image: url(../images/common/arrow_btn-w.svg);
	}
}
input.c-btn.-ma {
	margin-right: auto;
	margin-left: auto;
}
input.c-btn.-blue {
	background-color: #005BAC;
	color: #ffffff;
	background-image: url(../images/common/arrow_btn-w.svg);
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media print, screen and (min-width: 768px) {
	input.c-btn.-blue:hover {
		opacity: 0.6;
	}
}

.c-secttl__jp {
	color: #005BAC;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
	.c-secttl__jp {
		font-size: 5.3333333333vw;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
}
.c-secttl__en {
	margin-top: 0.8rem;
	color: #005BAC;
	text-align: center;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 700;
	line-height: 1.2142857143;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.c-secttl__en {
		margin-top: 1.0666666667vw;
		font-size: 3.2vw;
	}
}

.c-contact {
	padding-top: 16rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
	.c-contact {
		padding-top: 16vw;
		padding-bottom: 28vw;
	}
}
.c-contact__text {
	text-align: center;
	margin-top: 4.8rem;
	font-size: 1.8rem;
	line-height: 2.2;
}
@media screen and (max-width: 767px) {
	.c-contact__text {
		margin-top: 6.4vw;
		line-height: 2;
		text-align: left;
		font-size: 3.7333333333vw;
	}
}
.c-contact__list {
	margin-top: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.c-contact__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 9.6vw;
		gap: 5.3333333333vw;
	}
}
.c-contact__list .item {
	width: 28.2rem;
	height: 28rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	border-radius: 0.8rem;
	padding: 0 2.1rem;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media screen and (max-width: 767px) {
	.c-contact__list .item {
		width: 100%;
		height: auto;
		padding: 5.3333333333vw;
		border-radius: 2.1333333333vw;
	}
}
.c-contact__list .item .icon {
	width: 10.4rem;
	height: 6.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.c-contact__list .item .icon {
		width: 9.6vw;
		height: 6.6666666667vw;
	}
}
.c-contact__list .item .icon img {
	max-width: 100%;
	max-height: 100%;
}
.c-contact__list .item .title {
	margin-top: 1.6rem;
	color: #005BAC;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.c-contact__list .item .title {
		font-size: 4.2666666667vw;
		margin-top: 3.2vw;
	}
}
.c-contact__list .item .text {
	margin-top: 1.4rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.42;
}
@media screen and (max-width: 767px) {
	.c-contact__list .item .text {
		margin-top: 2.1333333333vw;
		font-size: 3.7333333333vw;
	}
}
.c-contact__list .item .c-btn {
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.c-contact__list .item .c-btn {
		margin-top: 3.2vw;
		height: 10.6666666667vw;
	}
}

.c-pagettl {
	background-image: url(../images/common/bg_pagettl.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 29.9rem;
}
@media screen and (max-width: 767px) {
	.c-pagettl {
		background-image: url(../images/common/bg_pagettl_sp.png);
		background-size: 48.6666666667vw;
	}
}
.c-pagettl .l-content-inner {
	width: 144rem;
}
@media screen and (max-width: 767px) {
	.c-pagettl .l-content-inner {
		width: 100%;
		padding: 0;
	}
}
.c-pagettl__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.c-pagettl__content {
		display: block;
		padding-top: 5.0666666667vw;
	}
}
.c-pagettl__image {
	width: 97.7rem;
	max-width: 67.8472222222vw;
}
@media screen and (max-width: 767px) {
	.c-pagettl__image {
		max-width: none;
		width: 94.9333333333vw;
		margin: 0 0 0 auto;
	}
}
.c-pagettl__image img {
	display: block;
	width: 100%;
}
.c-pagettl__title {
	width: calc(100% - 97.7rem);
	padding-left: 11rem;
}
@media screen and (max-width: 767px) {
	.c-pagettl__title {
		width: 100%;
		padding: 2.6666666667vw 6.6666666667vw 0;
		display: block;
	}
}
.c-pagettl__title .title__jp {
	color: #005BAC;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.c-pagettl__title .title__jp {
		font-size: 6.9333333333vw;
		text-align: left;
	}
}
.c-pagettl__title .title__en {
	color: #005BAC;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.c-pagettl__title .title__en {
		font-size: 3.2vw;
		text-align: left;
		margin-top: 1.3333333333vw;
	}
}
@media print, screen and (min-width: 768px) {
	.c-pagettl.c-pagettl02 {
		background-image: none;
		position: relative;
	}
	.c-pagettl.c-pagettl02 .c-pagettl__title {
		position: relative;
	}
	.c-pagettl.c-pagettl02 .c-pagettl__title .title__jp, .c-pagettl.c-pagettl02 .c-pagettl__title .title__en {
		color: #ffffff;
	}
	.c-pagettl.c-pagettl02 .c-pagettl__image {
		position: relative;
	}
	.c-pagettl.c-pagettl02::before {
		content: "";
		width: 59.3055555556vw;
		height: 38.1944444444vw;
		max-height: 100%;
		background-color: #005BAC;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
	}
}

.p-news__list .item {
	border-top: 0.1rem solid rgba(0, 0, 0, 0.5);
}
.p-news__list .item__inn {
	display: block;
	position: relative;
	padding: 2rem 5.8rem 2rem 0;
}
@media screen and (max-width: 767px) {
	.p-news__list .item__inn {
		padding: 5.3333333333vw 0;
	}
}
.p-news__list .item__inn::after {
	content: "";
	width: 1rem;
	height: 2rem;
	background-image: url(../images/common/arrow_news.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-news__list .item__inn::after {
		content: none;
	}
}
.p-news__list .item .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.8rem;
}
@media screen and (max-width: 767px) {
	.p-news__list .item .heading {
		gap: 4.2666666667vw;
	}
}
.p-news__list .item .date {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
	.p-news__list .item .date {
		font-size: 3.2vw;
	}
}
.p-news__list .item .cate-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-news__list .item .cate-list {
		gap: 2.1333333333vw;
	}
}
.p-news__list .item .cate-list .cate {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	min-width: 8rem;
	height: 2.4rem;
	padding: 0 1em;
	border-radius: 100vh;
	border: 0.1rem solid #000000;
}
@media screen and (max-width: 767px) {
	.p-news__list .item .cate-list .cate {
		font-size: 2.6666666667vw;
		min-width: 18.6666666667vw;
		height: 5.3333333333vw;
	}
}
.p-news__list .item .title {
	margin-top: 1.2rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
	.p-news__list .item .title {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}
@media screen and (max-width: 767px) {
	.p-news__list .item .title {
		margin-top: 2.1333333333vw;
		font-size: 3.7333333333vw;
		line-height: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}
.p-news__list .item:last-of-type {
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.5);
}

/* --------------------------------------------------
  header
-------------------------------------------------- */
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow-y: scroll;
}

.l-header {
	width: 100%;
	left: 0;
	top: 0;
	height: 11.6rem;
	position: absolute;
	background-color: white;
	z-index: 99;
	-webkit-transition: 0.3s height;
	transition: 0.3s height;
}
@media screen and (max-width: 767px) {
	.l-header {
		height: 21.3333333333vw;
		min-width: auto;
		position: fixed;
	}
}
.l-header__inner {
	width: 144rem;
	max-width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem 5.6rem 0 8rem;
}
@media screen and (max-width: 767px) {
	.l-header__inner {
		padding: 4.6666666667vw 0 0;
		height: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.l-header__logo {
	width: 15.8rem;
	-webkit-transition: 0.3s width;
	transition: 0.3s width;
	padding-top: 2.2rem;
}
@media screen and (max-width: 767px) {
	.l-header__logo {
		width: 29.3333333333vw;
		padding-top: 0;
	}
}
.l-header__logo a,
.l-header__logo img {
	display: block;
}
.l-header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3.2rem;
	padding-top: 1.9rem;
}
@media screen and (max-width: 767px) {
	.l-header__menu {
		display: block;
		padding-top: 0;
	}
}
.l-header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.8rem;
}
@media screen and (max-width: 767px) {
	.l-header__nav {
		display: block;
	}
}
.l-header__nav .item {
	font-weight: 500;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.l-header__nav .item {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.1;
		color: #ffffff;
		border-bottom: 0.1333333333vw solid rgba(255, 255, 255, 0.5);
	}
	.l-header__nav .item:not(.hav-child) .item-link {
		display: block;
		padding: 4.6666666667vw 0;
	}
	.l-header__nav .item.hav-child {
		padding: 4.6666666667vw 0;
		position: relative;
	}
	.l-header__nav .item.hav-child .toggle {
		width: 4.2666666667vw;
		height: 4.2666666667vw;
		position: absolute;
		top: 5.3333333333vw;
		right: 4vw;
	}
	.l-header__nav .item.hav-child .toggle::before, .l-header__nav .item.hav-child .toggle::after {
		content: "";
		display: block;
		width: 100%;
		height: 0.2666666667vw;
		background-color: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
	.l-header__nav .item.hav-child .toggle::after {
		width: 0.2666666667vw;
		height: 100%;
		opacity: 1;
	}
	.l-header__nav .item.hav-child .toggle.ac::after {
		opacity: 0;
	}
	.l-header__nav .item.hav-child .item-link {
		display: inline-block;
	}
}
@media print, screen and (min-width: 768px) {
	.l-header__nav .item-link.is-current {
		padding-bottom: 1.2rem;
		position: relative;
		color: #005BAC;
	}
	.l-header__nav .item-link.is-current::after {
		content: "";
		width: 100%;
		height: 0.2rem;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #005BAC;
	}
}
@media print, screen and (min-width: 768px) {
	.l-header__nav .child, .l-header__nav .toggle {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.l-header__nav .child {
		padding-left: 5.0666666667vw;
		padding-top: 5.3333333333vw;
	}
	.l-header__nav .child li {
		font-size: 3.7333333333vw;
		font-weight: 500;
		line-height: 1.7;
		margin-top: 1.2em;
	}
	.l-header__nav .child li:first-of-type {
		margin-top: 0;
	}
}
.l-header .c-btn {
	width: 18rem;
}
@media screen and (max-width: 767px) {
	.l-header .c-btn {
		width: 100%;
		margin-top: 6.4vw;
	}
}
.l-header .c-btn__inn {
	font-weight: 700;
}
.l-header .c-btn__inn::after {
	content: none;
}
@media screen and (max-width: 767px) {
	.l-header .sp-btm {
		margin-top: 10.6666666667vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.l-header .sp-btm__link {
		color: #ffffff;
		font-size: 2.6666666667vw;
		line-height: 1.4;
	}
	.l-header .sp-btm__sns {
		width: 8.5333333333vw;
	}
	.l-header .sp-btm__sns a, .l-header .sp-btm__sns img {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.l-header .drbtn {
		position: absolute;
		z-index: 11;
		height: 5.0666666667vw;
		width: 8.6666666667vw;
		right: 6.6666666667vw;
		top: 8.4666666667vw;
		cursor: pointer;
	}
	.l-header .drbtn:hover {
		opacity: 1;
	}
	.l-header .drbtn span {
		position: absolute;
		left: 0;
		color: #005BAC;
		display: block;
		top: 0;
		width: 100%;
		height: 1.6vw;
	}
	.l-header .drbtn span:nth-of-type(2) {
		bottom: 0;
		top: auto;
	}
	.l-header .drbtn span:nth-of-type(1) {
		-webkit-animation: btn07-bar01 0.75s forwards;
		        animation: btn07-bar01 0.75s forwards;
	}
	@-webkit-keyframes btn07-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(35deg);
			        transform: translateY(0) rotate(35deg);
		}
		50% {
			-webkit-transform: translateY(2vw) rotate(0);
			        transform: translateY(2vw) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			        transform: translateY(0) rotate(0);
		}
	}
	@keyframes btn07-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(35deg);
			        transform: translateY(0) rotate(35deg);
		}
		50% {
			-webkit-transform: translateY(2vw) rotate(0);
			        transform: translateY(2vw) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			        transform: translateY(0) rotate(0);
		}
	}
	.l-header .drbtn span:nth-of-type(2) {
		-webkit-animation: btn07-bar03 0.75s forwards;
		        animation: btn07-bar03 0.75s forwards;
	}
	@-webkit-keyframes btn07-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(-35deg);
			        transform: translateY(0) rotate(-35deg);
		}
		50% {
			-webkit-transform: translateY(-2vw) rotate(0);
			        transform: translateY(-2vw) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			        transform: translateY(0) rotate(0);
		}
	}
	@keyframes btn07-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(-35deg);
			        transform: translateY(0) rotate(-35deg);
		}
		50% {
			-webkit-transform: translateY(-2vw) rotate(0);
			        transform: translateY(-2vw) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			        transform: translateY(0) rotate(0);
		}
	}
	.l-header .drbtn.is-action span:nth-of-type(1) {
		-webkit-animation: active-btn07-bar01 0.75s forwards;
		        animation: active-btn07-bar01 0.75s forwards;
	}
	@-webkit-keyframes active-btn07-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			        transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(2vw) rotate(0);
			        transform: translateY(2vw) rotate(0);
		}
		100% {
			-webkit-transform: translateY(2vw) rotate(35deg);
			        transform: translateY(2vw) rotate(35deg);
		}
	}
	@keyframes active-btn07-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			        transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(2vw) rotate(0);
			        transform: translateY(2vw) rotate(0);
		}
		100% {
			-webkit-transform: translateY(2vw) rotate(35deg);
			        transform: translateY(2vw) rotate(35deg);
		}
	}
	.l-header .drbtn.is-action span:nth-of-type(2) {
		-webkit-animation: active-btn07-bar03 0.75s forwards;
		        animation: active-btn07-bar03 0.75s forwards;
	}
	@-webkit-keyframes active-btn07-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			        transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-2vw) rotate(0);
			        transform: translateY(-2vw) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-1.4666666667vw) rotate(-35deg);
			        transform: translateY(-1.4666666667vw) rotate(-35deg);
		}
	}
	@keyframes active-btn07-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			        transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-2vw) rotate(0);
			        transform: translateY(-2vw) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-1.4666666667vw) rotate(-35deg);
			        transform: translateY(-1.4666666667vw) rotate(-35deg);
		}
	}
	.l-header .drbtn.is-action {
		position: fixed;
	}
	.l-header .drbtn.is-action span {
		color: #ffffff;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.l-header .drbtn.is-action span + span {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.l-header .drawer {
		max-height: 100vh;
		width: 88vw;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		padding: 0 0 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		background-color: #005BAC;
		-webkit-transform: translateX(120%);
		        transform: translateX(120%);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.l-header .drawer.is-action {
		max-width: 100%;
		position: fixed;
		opacity: 1;
		visibility: visible;
		z-index: 5;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	.l-header .drawer__heading {
		padding-left: 5.3333333333vw;
		padding-top: 1.0666666667vw;
	}
	.l-header .drawer__logo {
		width: 37.3333333333vw;
	}
	.l-header .drawer .l-header__menu {
		max-height: calc(100% - 20.4vw);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none; /* IE, Edge 対応 */
		scrollbar-width: none; /* Firefox 対応 */
		width: 100%;
		display: block;
		padding: 4.6666666667vw 8vw 6.6666666667vw 8vw;
	}
	.l-header .drawer .l-header__menu::-webkit-scrollbar { /* Chrome, Safari 対応 */
		display: none;
	}
	.l-header .drawer .l-header__nav {
		display: block;
	}
}
@media print, screen and (min-width: 768px) {
	.l-header.is-fixed {
		height: 7.8rem;
	}
	.l-header.is-fixed .l-header__inner {
		padding-top: 1rem;
	}
	.l-header.is-fixed .l-header__logo {
		width: 12rem;
	}
	.l-header.is-fixed .l-header__menu {
		padding-top: 0;
	}
	.l-header.is-fixed .l-header__menu .item {
		font-size: 1.4rem;
	}
}

/* --------------------------------------------------
  footer
-------------------------------------------------- */
.l-footer {
	background-color: #F4F4F4;
	padding-top: 7rem;
	padding-bottom: 5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.l-footer {
		padding-top: 12.6666666667vw;
		padding-bottom: 13.3333333333vw;
	}
	.l-footer .l-content-inner {
		padding: 0 8vw;
	}
}
.l-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.l-footer__top {
		display: block;
	}
}
.l-footer__logo {
	width: 21.2rem;
}
@media screen and (max-width: 767px) {
	.l-footer__logo {
		width: 34.6666666667vw;
	}
}
.l-footer__logo a, .l-footer__logo img {
	display: block;
}
.l-footer__add {
	margin-left: 11.4rem;
	padding-top: 1.7rem;
}
@media screen and (max-width: 767px) {
	.l-footer__add {
		margin: 4.6666666667vw 0 0;
		padding-top: 0;
	}
}
.l-footer__add .text1 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.l-footer__add .text1 {
		font-size: 4.2666666667vw;
		line-height: 1.45;
	}
}
.l-footer__add .text2 {
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.l-footer__add .text2 {
		font-size: 3.2vw;
		line-height: 1.9166666667;
	}
}
.l-footer__sns {
	width: 4rem;
	margin-left: 3.2rem;
	padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	.l-footer__sns {
		width: 8.5333333333vw;
		margin: 2.1333333333vw 0 0;
		padding-top: 0;
	}
}
.l-footer__sns a, .l-footer__sns img {
	display: block;
}
.l-footer__sitemap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7.5rem;
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	.l-footer__sitemap {
		display: block;
		margin-top: 10.6666666667vw;
	}
	.l-footer__sitemap > li {
		margin-top: 5.3333333333vw;
	}
	.l-footer__sitemap > li:first-of-type {
		margin-top: 0;
	}
}
.l-footer__sitemap .title {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
	.l-footer__sitemap .title {
		font-size: 4.2666666667vw;
	}
}
.l-footer__sitemap .under {
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	.l-footer__sitemap .under {
		margin-top: 2.1333333333vw;
	}
	.l-footer__sitemap .under.flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.l-footer__sitemap .under.flex.brand {
		gap: 0 10.4vw;
	}
	.l-footer__sitemap .under.flex.brand ul {
		width: 41.3333333333vw;
	}
	.l-footer__sitemap .under.flex.brand ul:nth-of-type(2n) {
		width: 27.7333333333vw;
	}
	.l-footer__sitemap .under.flex.brand ul li {
		line-height: 1.4285714286;
		margin-top: 0.5714285714em;
	}
	.l-footer__sitemap .under.flex.btns {
		gap: 2.8vw 2.6666666667vw;
	}
	.l-footer__sitemap .under.flex.btns li {
		width: 40.2666666667vw;
		margin-top: 0;
	}
}
.l-footer__sitemap .under li {
	font-size: 1.2rem;
	line-height: 1.6666666667;
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	.l-footer__sitemap .under li {
		font-size: 3.7333333333vw;
		line-height: 1.9;
		margin-top: 0.2em;
	}
}
.l-footer__sitemap .under li:first-of-type {
	margin-top: 0;
}
.l-footer__sitemap .under .c-btn {
	width: 23.7rem;
	margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	.l-footer__sitemap .under .c-btn {
		width: 40.2666666667vw;
		height: 9.6vw;
	}
}
.l-footer__sitemap .under .c-btn:first-of-type {
	margin-top: 0;
}
.l-footer__sitemap .under .c-btn__inn {
	background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
	.l-footer__sitemap .under .c-btn__inn {
		font-size: 3.2vw;
	}
	.l-footer__sitemap .under .c-btn__inn .arrow {
		width: 1.3333333333vw;
		height: 2.4vw;
		right: 2.6666666667vw;
	}
}
@media print, screen and (min-width: 768px) {
	.l-footer__sitemap .under .c-btn__inn:hover {
		background-color: #005BAC;
	}
}
.l-footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.l-footer__links {
		position: static;
		margin-top: 11.6vw;
		gap: 5.6vw;
	}
}
.l-footer__links li a {
	display: block;
}
.l-footer__links li.link01 {
	width: 8.6rem;
}
@media screen and (max-width: 767px) {
	.l-footer__links li.link01 {
		width: 20vw;
	}
}
.l-footer__links li.link02 {
	width: 11.5rem;
}
@media screen and (max-width: 767px) {
	.l-footer__links li.link02 {
		width: 26.5333333333vw;
	}
}
.l-footer__links li.link03 {
	width: 9.9rem;
}
@media screen and (max-width: 767px) {
	.l-footer__links li.link03 {
		width: 24.9333333333vw;
	}
}
.l-footer__links li.link03 a {
	background-blend-mode: multiply;
	background: url(../images/common/img_logo03.png) #F4F4F4 50%/cover no-repeat;
}
.l-footer__links li.link03 a img {
	opacity: 0;
}
.l-footer__mdl {
	margin-top: 5.6rem;
	border-top: 0.1rem solid #2D2C35;
	padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
	.l-footer__mdl {
		margin-top: 8.5333333333vw;
		padding-top: 5.3333333333vw;
	}
}
.l-footer__sitemap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	line-height: 1.75;
	gap: 2em;
}
@media screen and (max-width: 767px) {
	.l-footer__sitemap2 {
		font-size: 3.7333333333vw;
	}
}
.l-footer__btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	.l-footer__btm {
		display: block;
		margin-top: 8.6666666667vw;
	}
}
.l-footer .cpy {
	font-size: 1.4rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.l-footer .cpy {
		font-size: 2.4vw;
	}
}
.l-footer .link {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
	.l-footer .link {
		margin-top: 1.6vw;
		font-size: 2.1333333333vw;
	}
}
.l-footer .link a {
	text-decoration: underline;
}
.l-footer__bnr {
	width: 36rem;
	position: absolute;
	right: 0;
	top: 7.2rem;
}
@media screen and (max-width: 767px) {
	.l-footer__bnr {
		top: 12vw;
		width: 32vw;
	}
}
.l-footer__bnr-inn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	border-radius: 1rem 0 0 1rem;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	padding: 1.4rem 0 1.4rem 3rem;
	gap: 2rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.l-footer__bnr-inn {
		display: block;
		padding: 3.3333333333vw 4vw;
		border-radius: 1.3333333333vw 0 0 1.3333333333vw;
	}
}
.l-footer__bnr .img {
	width: 8.2rem;
}
@media screen and (max-width: 767px) {
	.l-footer__bnr .img {
		width: 22.4vw;
		margin: auto;
	}
}
.l-footer__bnr .img img {
	display: block;
	margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
	.l-footer__bnr .img img {
		margin-bottom: -1.3333333333vw;
	}
}
.l-footer__bnr .cnt {
	width: 14rem;
}
@media screen and (max-width: 767px) {
	.l-footer__bnr .cnt {
		width: 100%;
		margin-top: 2.6666666667vw;
	}
}
.l-footer__bnr .cnt p {
	font-size: 1.4rem;
	line-height: 1.57;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.l-footer__bnr .cnt p {
		font-size: 2.6666666667vw;
		line-height: 1.4;
	}
}
.l-footer .totop {
	width: 10.6666666667vw;
	position: absolute;
	right: 6.6666666667vw;
	bottom: 12.6666666667vw;
}
.l-footer .totop a, .l-footer .totop img {
	display: block;
}

body {
	font-size: 1.6rem;
	line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 3.7333333333vw;
	}
}
body.fixed {
	position: fixed;
}

.l-main {
	display: block;
}

.l-content-inner {
	width: 120rem;
	margin: auto;
	max-width: 100%;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.l-content-inner {
		width: 100%;
		padding: 0 6.6666666667vw;
	}
}
@media print, screen and (min-width: 768px) {
	.l-content-inner.-wide {
		width: 140rem;
	}
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}
@media print, screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
	text-align: left;
}

.u-alignC {
	text-align: center;
}

.u-alignR {
	text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
	text-decoration: underline !important;
}

.u-bold {
	font-weight: bold;
}

/*----------- shadow ------------*/
.u-boxshadow {
	-webkit-box-shadow: 0 0 10px rgba(24, 99, 175, 0.25);
	        box-shadow: 0 0 10px rgba(24, 99, 175, 0.25);
}
/*# sourceMappingURL=common.css.map */