@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;
}
button:hover {
	opacity: 0.5;
}

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] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

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] {
	width: 100%;
	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: #B7B7B7;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
	color: #B7B7B7;
}

body {
	min-width: 120rem;
}
@media screen and (max-width: 767px) {
	html, body {
		min-width: auto;
	}
}

html {
	font-size: 62.5%;
}

body {
	line-height: 1.5;
	color: #000000;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	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: 4.1025641026vw;
		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;
	}
}
body {
	scroll-behavior: smooth;
	font-size: 1.6rem;
	line-height: 1.4285714286;
	overflow-y: scroll;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 4.1025641026vw;
	}
}
body.fixed {
	position: fixed;
}

.l-main {
	display: block;
}

.l-content-inner {
	width: 120rem;
	margin: auto;
	max-width: 96%;
	padding: 0 2rem;
}
@media screen and (max-width: 767px) {
	.l-content-inner {
		width: 100%;
		padding: 0 2.5641025641vw;
	}
}

.l-narrow-inner {
	width: 110rem;
	max-width: 100%;
	margin: auto auto auto;
}

.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: #000000;
}

.m-white {
	color: #ffffff;
}

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

.m-relative {
	position: relative;
}

.m-en {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.m-en.-light {
	font-weight: 300;
}
.m-en.-medium {
	font-weight: 500;
}
.m-en.-bold {
	font-weight: 700;
}
.m-en.-black {
	font-weight: 900;
}

.m-logo {
	font-family: "Russo One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

.slick-slide {
	height: auto !important;
}

/*------------- btn --------*/
.c-btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-btn-area-full {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.c-btn-area-full {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 5.1282051282vw;
	}
}

.c-btn {
	display: block;
	width: 23rem;
	height: 4.6rem;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.c-btn {
		width: 51.2820512821vw;
		height: 10.2564102564vw;
	}
}
.c-btn:hover {
	opacity: 1;
}
.c-btn__inn {
	width: 100%;
	height: 100%;
	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;
	border-radius: 100vh;
	border: 0.1rem solid #000000;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.c-btn__inn {
		font-size: 3.5897435897vw;
	}
}
.c-btn__inn:hover {
	opacity: 1;
}
@media print, screen and (min-width: 768px) {
	.c-btn__inn:hover {
		background-color: rgba(25, 76, 221, 0.2);
	}
}

/*--------- title ---------------*/
.c-pagettl {
	padding-top: 6rem;
}
.c-pagettl__content {
	/*border-bottom: 0.1rem solid #CCCCCC;
	padding-bottom: 1.5rem;*/
}
.c-pagettl__image {
	height: 60rem;
	width: 100%;
	margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
	.c-pagettl__image {
		height: 120.5128205128vw;
	}
	
	
}
.c-pagettl__image img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.c-pagettl__image picture {
	display: block;
	height: 100%;
}
.c-pagettl.-fullimg {
	padding-top: 0;
}
.c-pagettl.-fullimg .c-pagettl__content {
	border-bottom: none;
	padding-bottom: 0;
}
.c-pagettl.-nobdr .c-pagettl__content {
	border-bottom: none;
	padding-bottom: 0;
}

.c-title-style01 .title-en {
	font-size: 3.3rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.c-title-style01 .title-en {
		font-size: 6.6923076923vw;
		margin-bottom:2rem;
	}
	.u_line::before {
		width: 5rem; /* 線の長さ */
	}
	
}
@media screen and (max-width: 767px) {
	.c-title-style01 .title-jp {
		font-size: 3.3333333333vw;
	}
}
.c-title-style01.-blue .title-en,
.c-title-style01.-blue .title-jp {
	color: #004E9B;
}
.c-title-style01.-white .title-en,
.c-title-style01.-white .title-jp {
	color: #000000;
}
.c-title-style01.-center .title-en,
.c-title-style01.-center .title-jp {
	text-align: center;
}
.u_line {
    position: relative;
    text-align: left; /* 文字の中央寄せ */
}
.u_line::before {
    background-color: #194CDD; /* 線の色 */
    border-radius: 0px; /* 線の両端を丸く */
    bottom: -15px; /* 線の位置 */
    content: "";
    height: 4px; /* 線の高さ */
    left: 0%; /* 線の中央寄せ */
    position: absolute;
    width: 65px; /* 線の長さ */
}

/*------------- news ------------*/
.c-news-item {
	padding: 2.5rem 3rem 2.5rem 3rem;
	border-bottom: 0.1rem solid #CCCCCC;
	margin-left:3rem;
	margin-right:3rem;
}
@media screen and (max-width: 767px) {
	.c-news-item {
		border-bottom-width: 0.2564102564vw;
		padding: 10vw 2vw;
		margin-left:1vw;
		margin-right:1vw;
	}
}
.c-news-item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.c-news-item__link {
		display: block;
	}
}
.c-news-item .cnt {
	/*width: 66rem;*/
}
@media screen and (max-width: 767px) {
	.c-news-item .cnt {
		width: 100%;
	}
}
.c-news-item .text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #777777;
	font-size: 1.5rem;
	line-height: 1.7333333333;
}
@media screen and (max-width: 767px) {
	.c-news-item .text {
		-webkit-line-clamp: 6;
		font-size: 3.5897435897vw;
		line-height: 1.8571428571;
	}
}
.c-news-item .img {
	width: 20rem;
	height: 15rem;
}
@media screen and (max-width: 767px) {
	.c-news-item .img {
		width: 92.3076923077vw;
		height: 69.2307692308vw;
		margin-top: 5.1282051282vw;
	}
}
.c-news-item .img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.c-news-item.-nopost {
	border-bottom: none;
}

.c-news .heading {
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.c-news .heading {
		margin-bottom: 3.5897435897vw;
	}
}
.c-news .heading .date {
	font-size: 1.2rem;
	color: #777777;
}
@media screen and (max-width: 767px) {
	.c-news .heading .date {
		margin-bottom: 0.7692307692vw;
		font-size: 3.0769230769vw;
	}
}
.c-news .heading .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 2rem;
	line-height: 1.5294117647;
}
@media screen and (max-width: 767px) {
	.c-news .heading .title {
		font-size: 5.5vw;
	}
}

.c-tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0.5em 1em;
	margin-top: 0.5rem;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.c-tag-list {
		margin-top: 1.7948717949vw;
		font-size: 3.8461538462vw;
	}
}

.c-tag-item {
	border-radius: 100vh;
	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;
	min-width: 9rem;
	height: 2.6rem;
	border: 0.1rem solid #CCCCCC;
	font-size: 1rem;
	padding: 0 1em;
	color: #777777;
}
@media screen and (max-width: 767px) {
	.c-tag-item {
		font-size: 2.5641025641vw;
		border-width: 0.2564102564vw;
		min-width: 24.358974359vw;
		height: 6.9230769231vw;
	}
}
.c-tag-item:has(a) {
	padding: 0;
	border: none;
}
.c-tag-item:has(a) a {
	padding: 0 1em;
	border: 0.1rem solid #CCCCCC;
	border-radius: 100vh;
	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;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.c-tag-item:has(a) a {
		border-width: 0.2564102564vw;
	}
}

.c-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1.5rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.c-pager {
		gap: 3.0769230769vw;
		margin-top: 12.8205128205vw;
	}
}
.c-pager-item {
	width: 3.6rem;
	height: 3.6rem;
}
@media screen and (max-width: 767px) {
	.c-pager-item {
		width: 9.2307692308vw;
		height: 9.2307692308vw;
	}
}
.c-pager-item__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: 100%;
	height: 100%;
	border-radius: 0.5rem;
	border: 0.1rem solid #CCCCCC;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.c-pager-item__link {
		font-size: 3.8461538462vw;
		border-radius: 1.2820512821vw;
		border-width: 0.2564102564vw;
	}
}
.c-pager-item.-current .c-pager-item__link {
	pointer-events: none;
	cursor: default;
	background-color: #004E9B;
	color: #ffffff;
	border-color: #004E9B;
}
.c-pager-item.-arrow span {
	opacity: 0.5;
}
.c-pager-item.-dots {
	width: 1.5rem;
}
@media screen and (max-width: 767px) {
	.c-pager-item.-dots {
		width: 3.8461538462vw;
	}
}
.c-pager-item.-dots span {
	border: none;
}

.c-table {
	width: 100%;
}
.c-table th, .c-table td {
	text-align: left;
	vertical-align: top;
	font-size: 1.5rem;
	padding: 2.4rem 0;
	line-height: 1.7333333333;
}
@media screen and (max-width: 767px) {
	.c-table th, .c-table td {
		font-size: 3.5897435897vw;
		line-height: 1.5714285714;
		padding: 7.1794871795vw 0;
	}
}
.c-table th {
	width: 23rem;
	border-bottom: 0.1rem solid #004E9B;
	padding-left: 7.4rem;
}
@media screen and (max-width: 767px) {
	.c-table th {
		width: 23.0769230769vw;
		border-bottom-width: 0.2564102564vw;
		padding-left: 1.2820512821vw;
	}
}
.c-table td {
	border-bottom: 0.1rem solid #999999;
	padding-left: 2rem;
}
@media screen and (max-width: 767px) {
	.c-table td {
		padding-left: 2.5641025641vw;
		border-bottom-width: 0.2564102564vw;
	}
}
.c-table tr:first-of-type th {
	border-top: 0.1rem solid #004E9B;
}
.c-table tr:first-of-type td {
	border-top: 0.1rem solid #999999;
}
@media screen and (max-width: 767px) {
	.c-table.-spblock tr {
		display: block;
		width: 100%;
		position: relative;
	}
	.c-table.-spblock tr:first-of-type::before, .c-table.-spblock tr:first-of-type::after {
		content: "";
		position: absolute;
		height: 0.2564102564vw;
		width: 100%;
		background-color: #999999;
		left: 0;
		top: 0;
	}
	.c-table.-spblock tr:first-of-type::after {
		background-color: #004E9B;
		width: 38.4615384615vw;
	}
	.c-table.-spblock th, .c-table.-spblock td {
		display: block;
		width: 100%;
		padding: 1.2820512821vw 1.2820512821vw;
		border: none !important;
	}
	.c-table.-spblock th {
		padding-top: 7.6923076923vw;
	}
	.c-table.-spblock th::before {
		content: "";
		width: 100%;
		height: 0.2564102564vw;
		display: block;
		background-color: #999999;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.c-table.-spblock td {
		padding-bottom: 7.6923076923vw;
	}
	.c-table.-spblock td::before {
		content: "";
		width: 38.4615384615vw;
		height: 0.2564102564vw;
		display: block;
		background-color: #004E9B;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

/*----------- formparts -----------*/
.c-form__table > dt {
	font-size: 1.5rem;
	margin-bottom: 0.4rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.c-form__table > dt {
		font-size: 3.5897435897vw;
		margin-top: 10.2564102564vw;
		margin-bottom: 2.0512820513vw;
	}
}
.c-form__table > dt:first-of-type {
	margin-top: 0;
}
.c-form__table > dt .hissu {
	font-size: 1.5rem;
	color: #BC0000;
	display: inline-block;
	margin-left: 0.5em;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.c-form__table > dt .hissu {
		font-size: 3.5897435897vw;
	}
}
.c-form__table.-notice dt {
	font-weight: 700;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.c-form__table.-notice dt {
		margin-bottom: 2.0512820513vw;
	}
}

input[type=text].c-form__parts,
input[type=email].c-form__parts,
input[type=tel].c-form__parts,
input[type=password].c-form__parts,
textarea.c-form__parts,
select.c-form__parts,
*.c-form__parts {
	width: 100%;
	border-radius: 0.5rem;
	border: 0.1rem solid #707070;
	background-color: #ffffff;
	padding: 1.1rem 1.5rem;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	input[type=text].c-form__parts,
	input[type=email].c-form__parts,
	input[type=tel].c-form__parts,
	input[type=password].c-form__parts,
	textarea.c-form__parts,
	select.c-form__parts,
	*.c-form__parts {
		font-size: max(3.5897435897vw, 16px);
		border-radius: 1.2820512821vw;
		padding: 2.5641025641vw 2.5641025641vw;
		min-height: 11.5384615385vw;
	}
}
input[type=text].c-form__parts.error,
input[type=email].c-form__parts.error,
input[type=tel].c-form__parts.error,
input[type=password].c-form__parts.error,
textarea.c-form__parts.error,
select.c-form__parts.error,
*.c-form__parts.error {
	border-color: #BC0000;
}
input[type=text].c-form__parts::-webkit-input-placeholder, input[type=email].c-form__parts::-webkit-input-placeholder, input[type=tel].c-form__parts::-webkit-input-placeholder, input[type=password].c-form__parts::-webkit-input-placeholder, textarea.c-form__parts::-webkit-input-placeholder, select.c-form__parts::-webkit-input-placeholder, *.c-form__parts::-webkit-input-placeholder {
	color: #999999;
}
input[type=text].c-form__parts::-moz-placeholder, input[type=email].c-form__parts::-moz-placeholder, input[type=tel].c-form__parts::-moz-placeholder, input[type=password].c-form__parts::-moz-placeholder, textarea.c-form__parts::-moz-placeholder, select.c-form__parts::-moz-placeholder, *.c-form__parts::-moz-placeholder {
	color: #999999;
}
input[type=text].c-form__parts:-ms-input-placeholder, input[type=email].c-form__parts:-ms-input-placeholder, input[type=tel].c-form__parts:-ms-input-placeholder, input[type=password].c-form__parts:-ms-input-placeholder, textarea.c-form__parts:-ms-input-placeholder, select.c-form__parts:-ms-input-placeholder, *.c-form__parts:-ms-input-placeholder {
	color: #999999;
}
input[type=text].c-form__parts::-ms-input-placeholder, input[type=email].c-form__parts::-ms-input-placeholder, input[type=tel].c-form__parts::-ms-input-placeholder, input[type=password].c-form__parts::-ms-input-placeholder, textarea.c-form__parts::-ms-input-placeholder, select.c-form__parts::-ms-input-placeholder, *.c-form__parts::-ms-input-placeholder {
	color: #999999;
}
input[type=text].c-form__parts::placeholder,
input[type=email].c-form__parts::placeholder,
input[type=tel].c-form__parts::placeholder,
input[type=password].c-form__parts::placeholder,
textarea.c-form__parts::placeholder,
select.c-form__parts::placeholder,
*.c-form__parts::placeholder {
	color: #999999;
}
input[type=text].c-form__parts:focus, input[type=text].c-form__parts:focus-visible,
input[type=email].c-form__parts:focus,
input[type=email].c-form__parts:focus-visible,
input[type=tel].c-form__parts:focus,
input[type=tel].c-form__parts:focus-visible,
input[type=password].c-form__parts:focus,
input[type=password].c-form__parts:focus-visible,
textarea.c-form__parts:focus,
textarea.c-form__parts:focus-visible,
select.c-form__parts:focus,
select.c-form__parts:focus-visible,
*.c-form__parts:focus,
*.c-form__parts:focus-visible {
	outline: none !important;
}
input[type=text].c-form__parts::-webkit-credentials-auto-fill-button,
input[type=email].c-form__parts::-webkit-credentials-auto-fill-button,
input[type=tel].c-form__parts::-webkit-credentials-auto-fill-button,
input[type=password].c-form__parts::-webkit-credentials-auto-fill-button,
textarea.c-form__parts::-webkit-credentials-auto-fill-button,
select.c-form__parts::-webkit-credentials-auto-fill-button,
*.c-form__parts::-webkit-credentials-auto-fill-button {
	margin: 0;
	width: 0;
	background-color: transparent;
}
input[type=text].c-form__parts::-webkit-credentials-auto-fill-button,
input[type=email].c-form__parts::-webkit-credentials-auto-fill-button,
input[type=tel].c-form__parts::-webkit-credentials-auto-fill-button,
input[type=password].c-form__parts::-webkit-credentials-auto-fill-button,
textarea.c-form__parts::-webkit-credentials-auto-fill-button,
select.c-form__parts::-webkit-credentials-auto-fill-button,
*.c-form__parts::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
input[type=text].c-form__parts ::-ms-reveal,
input[type=email].c-form__parts ::-ms-reveal,
input[type=tel].c-form__parts ::-ms-reveal,
input[type=password].c-form__parts ::-ms-reveal,
textarea.c-form__parts ::-ms-reveal,
select.c-form__parts ::-ms-reveal,
*.c-form__parts ::-ms-reveal {
	display: none;
}

select.c-form__parts {
	background-image: url(../images/common/icon_arrow-select.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	select.c-form__parts {
		background-size: 4.6153846154vw;
		background-position: right 5.1282051282vw center;
	}
}
select.c-form__parts:disabled {
	color: #999999;
	opacity: 1;
}

textarea.c-form__parts {
	height: 20rem;
}
@media screen and (max-width: 767px) {
	textarea.c-form__parts {
		height: 89.7435897436vw;
	}
}

.c-form__radio li + li {
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	.c-form__radio li + li {
		margin-top: 2.0512820513vw;
	}
}
.c-form__radio label input[type=radio] + span {
	padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
	.c-form__radio label input[type=radio] + span {
		padding-left: 6.4102564103vw;
	}
}
.c-form__radio label input[type=radio] + span::before {
	width: 1.6rem;
	height: 1.6rem;
	border-color: #999999;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.c-form__radio label input[type=radio] + span::before {
		width: 4.1025641026vw;
		height: 4.1025641026vw;
	}
}
.c-form__radio label input[type=radio]:checked + span {
	padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
	.c-form__radio label input[type=radio]:checked + span {
		padding-left: 6.4102564103vw;
	}
}
.c-form__radio label input[type=radio]:checked + span::before {
	border-color: transparent;
}
.c-form__radio label input[type=radio]:checked + span::after {
	position: absolute;
	display: inline-block;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 0.5rem solid #004E9B;
	border-radius: 50%;
	z-index: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
}
@media screen and (max-width: 767px) {
	.c-form__radio label input[type=radio]:checked + span::after {
		border-width: 1.2820512821vw;
		width: 4.1025641026vw;
		height: 4.1025641026vw;
	}
}
.c-form__radio label input[type=radio]:disabled + span::before {
	background-color: #666666;
}
.c-form__radio label input[type=radio]:disabled:checked + span::after {
	border-color: #666666;
}
.c-form__radio.disabled label {
	cursor: default;
}

.c-form__check label.-disabled {
	cursor: default;
}
.c-form__check label input[type=checkbox] + span {
	padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
	.c-form__check label input[type=checkbox] + span {
		padding-left: 8.9743589744vw;
	}
}
.c-form__check label input[type=checkbox] + span::before {
	width: 2rem;
	height: 2rem;
	border-color: #000000;
	background-color: #ffffff;
	left: 0;
	top: 52%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
	.c-form__check label input[type=checkbox] + span::before {
		width: 5.1282051282vw;
		height: 5.1282051282vw;
		border-width: 0.2564102564vw;
	}
}
.c-form__check label input[type=checkbox] + span::after {
	display: block;
	position: absolute;
	width: 2rem;
	height: 2rem;
	background-image: url(../images/common/icon_checkbox.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border: 0.1rem solid #000000;
	left: 0;
	top: 52%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0;
	opacity: 0;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
	.c-form__check label input[type=checkbox] + span::after {
		width: 5.1282051282vw;
		height: 5.1282051282vw;
		border-width: 0.2564102564vw;
	}
}
.c-form__check label input[type=checkbox]:checked + span::after {
	opacity: 1;
}
.c-form__check label input[type=checkbox]:checked + span::before {
	opacity: 0;
}
.c-form__check label input[type=checkbox]:disabled + span::before {
	background-color: #666666;
}
.c-form__check label input[type=checkbox]:disabled:checked + span::after {
	background-color: #666666;
}

.c-form__agree .c-form__check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-form__agree .c-form__check a {
	text-decoration: underline;
}

/*------------------- footer ---------------------*/
.c-contact__recruit {
	background-color: #3D86A7;
	padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
	.c-contact__recruit {
		padding: 6.4102564103vw 0;
	}
}
.c-contact__recruit .c-btn {
	width: 29.5rem;
	height: 5.4rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.c-contact__recruit .c-btn {
		width: 55.8974358974vw;
		height: 12.8205128205vw;
	}
}
.c-contact__recruit .c-btn__inn {
	border-color: #ffffff;
	color: #ffffff;
}
@media print, screen and (min-width: 768px) {
	.c-contact__recruit .c-btn__inn:hover {
		background-color: rgba(255, 255, 255, 0.3);
	}
}
.c-contact__inq {
	background-color: #004E9B;
	padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
	.c-contact__inq {
		padding: 10.2564102564vw 0;
	}
}
.c-contact__inq .l-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.c-contact__inq .l-content-inner {
		display: block;
	}
}
.c-contact__inq-box {
	width: 50%;
	border-right: 0.1rem solid #ffffff;
	padding: 4.2rem 0;
}
@media screen and (max-width: 767px) {
	.c-contact__inq-box {
		width: 100%;
		border-right: none;
		border-bottom: 0.2564102564vw solid #ffffff;
		padding: 0 0 10.2564102564vw;
	}
}
.c-contact__inq-box.-mail {
	border-right: none;
}
@media screen and (max-width: 767px) {
	.c-contact__inq-box.-mail {
		border-bottom: none;
		padding-top: 10.2564102564vw;
		padding-bottom: 0;
	}
}
.c-contact__inq-box.-mail .c-btn {
	width: 29.5rem;
	height: 5.4rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.c-contact__inq-box.-mail .c-btn {
		width: 55.8974358974vw;
		height: 12.8205128205vw;
	}
}
.c-contact__inq-box.-mail .c-btn__inn {
	border-color: #ffffff;
	color: #ffffff;
}
@media print, screen and (min-width: 768px) {
	.c-contact__inq-box.-mail .c-btn__inn:hover {
		background-color: rgba(255, 255, 255, 0.3);
	}
}
.c-contact__inq-title {
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.c-contact__inq-title {
		font-size: 4.6153846154vw;
	}
}
.c-contact__inq-text {
	text-align: center;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.7333333333;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.c-contact__inq-text {
		font-size: 3.5897435897vw;
		line-height: 1.8571428571;
	}
}
.c-contact__inq-tel {
	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;
	font-size: 3.6rem;
	font-weight: 500;
	color: #ffffff;
	height: 5.4rem;
}
@media screen and (max-width: 767px) {
	.c-contact__inq-tel {
		font-size: 7.4358974359vw;
		height: auto;
	}
}
.c-contact__inq-tel::before {
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background-image: url(../images/common/icon_tel.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}




.c-contact{
	padding-left:4.2rem;
	padding-right:4.2rem;
	height: 18.5rem;
}
.l-sitemap{
	float:left;
	width: 70%;
	height: 10rem;
	font-size: 1.3rem;
}
.l-s01,.l-s02,.l-s03,.l-s04,.l-s05{
	float:left;
	width: 20%;
	line-height:2.5rem;
	padding-top:4.5rem;
}
.l-sitemap li{
	list-style-type: square;
}
.l-sitemap  li::marker{
	color: #194CDD;
}
.r-sitemap{
	float:right;
	width: 20%;
}

@media screen and (max-width: 767px) {
	.c-contact{
		height: 12.3rem;
		padding-left:1rem;
		padding-right:1rem;
	}
	.l-sitemap {
		display: none;
		loat:left;
		width: 60%;
	}
	.r-sitemap{
		float:right;
		width: 40%;
		height: 10rem;
	}
	a[href^="tel:"] {
    pointer-events: none;
  }
}












.c-totop {
	position: fixed;
	right: 10px;
	z-index: 2;
	bottom: 20px;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.c-totop {
		right: 3.8461538462vw;
		bottom: 5.1282051282vw;
	}
}
.c-totop .c-totop-btn {
	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-radius: 50%;
	border: 0.2rem solid #AAAAAA;
	width: 6rem;
	height: 6rem;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width: 767px) {
	.c-totop .c-totop-btn {
		width: 10.2564102564vw;
		height: 10.2564102564vw;
		border-width: 0.2564102564vw;
	}
}
.c-totop .c-totop-btn::before {
	content: "";
	width: 2.5rem;
	height: 2.6rem;
	background-image: url(../images/common/icon_totop.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
	.c-totop .c-totop-btn::before {
		width: 4.1025641026vw;
		height: 4.1025641026vw;
	}
}

.c-totop.is-show {
	-webkit-animation: showAnime 0.5s forwards;
	        animation: showAnime 0.5s forwards;
}

@-webkit-keyframes showAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes showAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.c-totop.is-hide {
	-webkit-animation: hideAnime 0.5s forwards;
	        animation: hideAnime 0.5s forwards;
}

@-webkit-keyframes hideAnime {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes hideAnime {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* --------------------------------------------------
  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);
}

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

.l-header {
	position: fixed;
	z-index: 10;
	width: 100%;
	left: 0;
	top: 0;
	height: 9rem;
	background-color: #ffffff;
	border-bottom: 0.1rem solid #CCCCCC;
}
@media screen and (max-width: 767px) {
	.l-header {
		height: 14.1025641026vw;
		padding-top: 3.8461538462vw;
		border-bottom-width: 0.2564102564vw;
	}
	.l-header.is-open {
		background-color: #DBEDFF;
		border-bottom: none;
	}
}
.l-header__inner {
	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;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.l-header__inner {
		display: block;
	}
}
.l-header__logo {
	width: 25rem;
}
@media screen and (max-width: 767px) {
	.l-header__logo {
		width: 43vw;
	}
}
.l-header__logo a,
.l-header__logo img {
	display: block;
}
.l-header__logo img {
	width: 100%;
}
.l-header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	.l-header__nav {
		display: block;
		padding-bottom: 20vw;
	}
}
.l-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
}
@media screen and (max-width: 767px) {
	.l-header__nav-list {
		display: block;
		padding: 7.6923076923vw 0 0 12.3076923077vw;
	}
}
.l-header__nav-item {
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.l-header__nav-item {
		font-size: 4.1025641026vw;
		margin-top: 7.6923076923vw;
	}
	.l-header__nav-item:first-of-type {
		margin-top: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.l-header__nav-item a:hover {
		color: #194CDD;
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.l-header__nav-item a::after {
		content: "";
		width: 2.0512820513vw;
		height: 2.5641025641vw;
		background-image: url(../images/common/arr_drawer.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		margin-left: 1em;
		display: inline-block;
	}
}
.l-header__nav-item.-hav-child {
	position: relative;
}
.l-header__nav-item.-hav-child .l-header__nav-item-link {
	display: block;
	cursor: pointer;
}
@media print, screen and (min-width: 768px) {
	.l-header__nav-item.-hav-child:hover .l-header__nav-child {
		opacity: 1;
		visibility: visible;
	}
}
@media print, screen and (min-width: 768px) {
	.l-header__nav-child {
		position: absolute;
		left: -1.5rem;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		padding: 2rem 1.5rem;
		background-color: #ffffff;
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
		opacity: 0;
		visibility: hidden;
	}
}
@media screen and (max-width: 767px) {
	.l-header__nav-child {
		margin-top: 3.8461538462vw;
		padding-left: 16.4102564103vw;
	}
}
.l-header__nav-child__item {
	font-size: 1.5rem;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.l-header__nav-child__item {
		font-size: 4.1025641026vw;
	}
}
.l-header__nav-child__item:first-of-type {
	margin-top: 0;
}
.l-header__nav-child__item a {
	padding-left: 1.5em;
	position: relative;
}
.l-header__nav-child__item a::before {
	content: "";
	width: 1em;
	height: 0.1rem;
	background-color: #000000;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}
@media print, screen and (min-width: 768px) {
	.l-header__nav-child__item a:hover {
		color: #194CDD;
		opacity: 1;
	}
	.l-header__nav-child__item a:hover::before {
		background-color: #194CDD;
	}
}
.l-header__nav-contact {
	width: 15rem;
	height: 4rem;
}
@media screen and (max-width: 767px) {
	.l-header__nav-contact {
		width: 51.2820512821vw;
		height: 10.2564102564vw;
		margin: 10.2564102564vw auto auto;
	}
}
.l-header__nav-contact .c-btn__inn {
	background-color: #000000;
	color: #ffffff;
	font-size: 1.5rem;
	border: 0.1rem solid #000000;
}
@media screen and (max-width: 767px) {
	.l-header__nav-contact .c-btn__inn {
		font-size: 3.5897435897vw;
	}
}
@media print, screen and (min-width: 768px) {
	.l-header__nav-contact .c-btn__inn:hover {
		background-color: #ffffff;
		color: #000000;
	}
}
@media screen and (max-width: 767px) {
	.l-header .drawer__heading {
		height: 23.0769230769vw;
		padding: 12.8205128205vw 3.8461538462vw 0;
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #DBEDFF;
	}
}
.l-header .drawer__logo {
	width: 38.4615384615vw;
}
.l-header .drawer__logo img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.l-header .drbtn {
		position: absolute;
		z-index: 11;
		height: 9.2307692308vw;
		width: 9.2307692308vw;
		right: 3.8461538462vw;
		top: 3.8461538462vw;
		cursor: pointer;
	}
	.l-header .drbtn .hambarg {
		display: block;
		position: absolute;
		height: 0.5128205128vw;
		width: 9.2307692308vw;
		border-radius: 100vh;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-webkit-transform-origin: center center;
		        transform-origin: center center;
		background-color: #555555;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.l-header .drbtn .hambarg:nth-child(1) {
		top: 0;
	}
	.l-header .drbtn .hambarg:nth-child(2) {
		top: 2.5641025641vw;
	}
	.l-header .drbtn .text {
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		font-size: 3.3333333333vw;
		color: #555555;
		text-align: center;
		width: 120%;
	}
	.l-header .drbtn .text .close {
		display: none;
	}
	.l-header .drbtn.is-action {
		position: fixed;
		border: none;
	}
	.l-header .drbtn.is-action .hambarg {
		left: 50%;
	}
	.l-header .drbtn.is-action .hambarg:nth-child(1) {
		-webkit-transform: translateX(-50%) rotate(27deg);
		        transform: translateX(-50%) rotate(27deg);
		top: 1.2820512821vw;
	}
	.l-header .drbtn.is-action .hambarg:nth-child(2) {
		-webkit-transform: translateX(-50%) rotate(-27deg);
		        transform: translateX(-50%) rotate(-27deg);
		top: 1.2820512821vw;
	}
	.l-header .drbtn.is-action .text .menu {
		display: none;
	}
	.l-header .drbtn.is-action .text .close {
		display: inline;
	}
	.l-header .drawer {
		max-height: 100vh;
		width: 100%;
		-webkit-transition: 0;
		transition: 0;
		position: absolute;
		top: 14.1025641026vw;
		left: 0;
		z-index: 2;
		padding: 0 0 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		background-color: #DBEDFF;
	}
	.l-header .drawer.is-action {
		max-width: 100%;
		position: fixed;
		opacity: 1;
		visibility: visible;
		z-index: 5;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.l-header .drawer .l-header__nav {
		max-height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none; /* IE, Edge 対応 */
		scrollbar-width: none; /* Firefox 対応 */
		width: 100%;
	}
	.l-header .drawer .l-header__nav::-webkit-scrollbar { /* Chrome, Safari 対応 */
		display: none;
	}
}

/* --------------------------------------------------
  footer
-------------------------------------------------- */
.l-footer {
	position: relative;
}
.l-footer-content {
	background-color: #F4F4F4;
	padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
	.l-footer-content {
		padding: 5.1282051282vw 0;
	}
}
.l-footer-content .l-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.l-footer-content .l-content-inner {
		display: block;
	}
}
.l-footer-cpy, .l-footer-link {
	font-size: 1.3rem;
	color: #666666;
}
@media screen and (max-width: 767px) {
	.l-footer-cpy, .l-footer-link {
		text-align: center;
		font-size: 3.3333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.l-footer-cpy {
		margin-top: 1em;
	}
}
