@charset "UTF-8";
html {
	font-size: 62.5%;
}

#l-header {
	/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
	/* change colours to suit your needs */
	/* change colours to suit your needs */
	/* change border colour to suit your needs */
	/* Remove the inner border and padding in Firefox. */
	/* Apply cursor pointer to button elements */
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 1.9;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* Adjust font size */
	-webkit-text-size-adjust: 100%;
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	height: 60px;
	position: static;
	top: auto;
	left: auto;
}

#l-header html, #l-header body, #l-header div, #l-header span, #l-header object, #l-header iframe,
#l-header h1, #l-header h2, #l-header h3, #l-header h4, #l-header h5, #l-header h6, #l-header p, #l-header blockquote, #l-header pre,
#l-header abbr, #l-header address, #l-header cite, #l-header code,
#l-header del, #l-header dfn, #l-header em, #l-header img, #l-header ins, #l-header kbd, #l-header q, #l-header samp,
#l-header small, #l-header strong, #l-header sub, #l-header sup, #l-header var,
#l-header b, #l-header i,
#l-header dl, #l-header dt, #l-header dd, #l-header ol, #l-header ul, #l-header li,
#l-header fieldset, #l-header form, #l-header label, #l-header legend,
#l-header table, #l-header caption, #l-header tbody, #l-header tfoot, #l-header thead, #l-header tr, #l-header th, #l-header td,
#l-header article, #l-header aside, #l-header canvas, #l-header details, #l-header figcaption, #l-header figure,
#l-header footer, #l-header header, #l-header hgroup, #l-header menu, #l-header nav, #l-header section, #l-header summary,
#l-header time, #l-header mark, #l-header audio, #l-header video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#l-header body {
	line-height: 1;
}

#l-header article, #l-header aside, #l-header details, #l-header figcaption, #l-header figure,
#l-header footer, #l-header header, #l-header hgroup, #l-header menu, #l-header nav, #l-header section {
	display: block;
}

#l-header nav ul {
	list-style: none;
}

#l-header blockquote, #l-header q {
	quotes: none;
}

#l-header blockquote:before, #l-header blockquote:after,
#l-header q:before, #l-header q:after {
	content: '';
	content: none;
}

#l-header a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#l-header ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

#l-header mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

#l-header del {
	text-decoration: line-through;
}

#l-header abbr[title], #l-header dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

#l-header table {
	border-collapse: collapse;
	border-spacing: 0;
}

#l-header hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

#l-header input, #l-header select {
	vertical-align: middle;
}

#l-header html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: transparent;
}

#l-header *,
#l-header ::before,
#l-header ::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#l-header main {
	width: 100%;
	display: block;
}

#l-header body,
#l-header input,
#l-header button,
#l-header select,
#l-header textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

#l-header body {
	width: 100%;
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.9;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* Adjust font size */
	-webkit-text-size-adjust: 100%;
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

#l-header h1, #l-header h2, #l-header h3, #l-header h4, #l-header h5, #l-header h6 {
	font-weight: normal;
}

#l-header a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

#l-header a:active,
#l-header a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

#l-header img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#l-header table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#l-header ol,
#l-header ul {
	list-style: none;
}

#l-header input,
#l-header button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-style: none;
	color: inherit;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#l-header button, #l-header select {
	text-transform: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#l-header button::-moz-focus-inner,
#l-header [type="button"]::-moz-focus-inner,
#l-header [type="reset"]::-moz-focus-inner,
#l-header [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

#l-header button,
#l-header [type="button"],
#l-header [type="reset"],
#l-header [type="submit"],
#l-header [role="button"] {
	cursor: pointer;
}

#l-header legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

#l-header textarea {
	overflow: auto;
}

#l-header [type=number]::-webkit-inner-spin-button, #l-header [type=number]::-webkit-outer-spin-button {
	height: auto;
}

#l-header [type=search] {
	-webkit-appearance: textfield;
}

#l-header [type=search]::-webkit-search-cancel-button, #l-header [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

@media print, screen and (min-width: 768px) {
	#l-header {
		height: 90px;
	}
}

#l-header .l-header {
	height: 60px;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header {
		height: 90px;
	}
}

#l-header .l-header_inner {
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	background: #FFF;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_inner {
		height: 90px;
	}
}

#l-header .l-header_logo {
	flex: 0 0 56px;
	padding-left: 15px;
	margin-right: auto;
	z-index: 11;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_logo {
		flex: 0 0 78px;
	}
}

#l-header .l-header_btn {
	position: relative;
	z-index: 11;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#l-header .l-header_btn.is-active .l-header_btn_bar {
	left: 6px;
	top: 0px;
	background-color: #FFF;
}

#l-header .l-header_btn.is-active .l-header_btn_bar:nth-child(1) {
	transform: rotate(45deg);
}

#l-header .l-header_btn.is-active .l-header_btn_bar:nth-child(2) {
	display: none;
}

#l-header .l-header_btn.is-active .l-header_btn_bar:nth-child(3) {
	top: 21px;
	left: 5px;
	transform: rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_btn {
		display: none;
	}
}

#l-header .l-header_btn_wrap {
	position: relative;
	width: 30px;
	height: 24px;
}

#l-header .l-header_btn_bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	display: block;
	background-color: #005AAB;
	transition-property: background-color;
	transition-timing-function: ease-out;
	transition-duration: .2s;
}

#l-header .l-header_btn_bar:nth-child(1) {
	transform-origin: left top;
}

#l-header .l-header_btn_bar:nth-child(2) {
	top: 12px;
}

#l-header .l-header_btn_bar:nth-child(3) {
	top: 23px;
	transform-origin: left bottom;
}

#l-header .l-header_nav {
	width: 100%;
	height: calc(100vh);
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	padding: 0 37px;
	background: linear-gradient(90deg, #005AAB, #0C9496);
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-duration: .2s;
	opacity: 0;
	visibility: hidden;
}

#l-header .l-header_nav.is-show {
	opacity: 1;
	visibility: visible;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_nav {
		width: auto;
		padding: 0;
		opacity: 1;
		position: static;
		background: transparent;
		height: 100%;
		visibility: visible;
	}
}

#l-header .l-header_nav_list_wrap {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_nav_list_wrap {
		height: 100%;
		display: flex;
		align-items: center;
	}
}

#l-header .l-header_nav_list:not(:last-child) {
	margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_nav_list {
		height: 100%;
	}
	#l-header .l-header_nav_list:not(:last-child) {
		margin-bottom: 0;
		margin-right: 15px;
	}
}

@media print, screen and (min-width: 1025px) {
	#l-header .l-header_nav_list:not(:last-child) {
		margin-right: 30px;
	}
}

#l-header .l-header_nav_list.l-header_nav_list--dl {
	margin-top: 45px;
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_nav_list.l-header_nav_list--dl {
		margin: 0;
		width: 100px;
	}
	#l-header .l-header_nav_list.l-header_nav_list--dl .c-btn_inner {
		background-color: #005AAB;
	}
	#l-header .l-header_nav_list.l-header_nav_list--dl .c-btn_inner:before {
		left: 50%;
		top: 15px;
		background-image: url(/common/images/icon/icon-form-white.svg);
		width: 22px;
		height: 22px;
		transform: translateX(-50%);
	}
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_nav_list.l-header_nav_list--mail {
		width: 100px;
	}
	#l-header .l-header_nav_list.l-header_nav_list--mail .c-btn {
		background-color: #FFF;
	}
	#l-header .l-header_nav_list.l-header_nav_list--mail .c-btn_inner {
		background-color: #000;
	}
	#l-header .l-header_nav_list.l-header_nav_list--mail .c-btn_inner:before {
		left: 50%;
		top: 20px;
		background-image: url(/common/images/icon/icon-mail-white.svg);
		width: 23px;
		height: 16px;
		transform: translateX(-50%);
	}
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_nav_list .c-btn {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#l-header .l-header_nav_list .c-btn_inner {
		padding: 45px 0 10px;
	}
	#l-header .l-header_nav_list .c-btn_text {
		color: #FFF;
		font-size: 1.3rem;
		line-height: 1.4;
	}
}

/* 言語ボタン 共通 */
#l-header .c-header_btn--lanBtn {
	display: flex;
	align-items: center;
	background-color: #F5F5F5;
	padding: 7px 12px 7px 16px;
	border-radius: 100px;
	cursor: pointer;
}
@media print, screen and (min-width: 768px) {
	#l-header .c-header_btn--lanBtn {
		padding: 10px 17px 10px 21px;
	}
}

#l-header .c-header_btn--lanBtn::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #333;
	margin-left: 11px;
	line-height: 1;
	width: 6px;
	height: 6px;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	transition: all 0.3s;
}

#l-header .c-header_btn--lanBtn.is-open::after {
	transform: translateY(15%) rotate(315deg);
}

#l-header .c-header_btn--lanBtnText {
	font-weight: bold;
	letter-spacing: 0;
	font-size: 1.2rem;
}

#l-header .c-header_btn--lanBtnIcon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

/* open */
#l-header .c-header_btn--lanOpen {
	display: none;
	border-radius: 3px;
	position: absolute;
	background: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px 10%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	-webkit-filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.25));
}
@media print, screen and (min-width: 768px) {
	#l-header .c-header_btn--lanOpen {
		top: 75px;
	}
}

#l-header .l-header_btn--lanOpen.is-open {
	display: block;
	-webkit-animation: nav-fadeIn 0.3s forwards;
	        animation: nav-fadeIn 0.3s forwards;
}

#l-header .l-header_nav_list--lanOpen.is-open {
	display: block;
	-webkit-animation: nav-fadeIn 0.3s forwards;
	        animation: nav-fadeIn 0.3s forwards;
}

@-webkit-keyframes nav-fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes nav-fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#l-header .c-header_btn--lanOpenLink {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 10px 10px;
	display: block;
}
@media print, screen and (min-width: 768px) {
	#l-header .c-header_btn--lanOpenLink {
		font-size: 1.3rem;
	}
}

#l-header .c-header_btn--lanOpenItem:not(:last-child) {
	border-bottom: 1px solid #E1E1E1;
}


/* SP */
#l-header .l-header_btn--lan {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_btn--lan {
		display: none;
	}
}

/* PC */
#l-header .l-header_nav_list--lan {
	display: none;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_nav_list--lan {
		height: 100%;
		display: flex;
		align-items: center;
	}
}

@media print, screen and (min-width: 768px) {
	.l-header_nav_list--lanOpenLink:hover {
		color: #005AAB !important;
		transition: all 0.3s;
	}
}



#l-header .l-header_nav_link {
	display: block;
	color: #FFF;
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	#l-header .l-header_nav_link {
		height: 100%;
		display: flex;
		align-items: center;
		color: #333;
		font-size: 1.4rem;
		font-weight: bold;
		position: relative;
	}
	#l-header .l-header_nav_link:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background-color: #005AAB;
		left: 0;
		bottom: 0;
		transform: scale(0);
		transform-origin: left;
		transition-property: transform;
		transition-duration: .2s;
		transition-timing-function: ease-out;
	}
	#l-header .l-header_nav_link.is-current, #l-header .l-header_nav_link:hover {
		color: #005AAB;
	}
	#l-header .l-header_nav_link.is-current:before, #l-header .l-header_nav_link:hover:before {
		transform: scale(1);
	}
}

#l-header .l-body {
	-webkit-animation: bodyFade 1s ease-out 0s 1 normal;
	        animation: bodyFade 1s ease-out 0s 1 normal;
}

#l-header .l-body.is-fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

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

@keyframes bodyFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#l-header .c-btn {
	display: block;
	max-width: 300px;
	text-align: center;
	background-color: #000;
	text-decoration: none !important;
}

#l-header .c-btn--center {
	margin-left: auto;
	margin-right: auto;
}

#l-header .c-btn_inner {
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transition-property: opacity;
}

#l-header .c-btn_inner:hover {
	opacity: .8;
}

@media print, screen and (min-width: 768px) {
	#l-header .c-btn_inner {
		padding: 14px 25px;
	}
}

#l-header .c-btn_text {
	font-size: 1.5rem;
	font-weight: bold;
	color: #005AAB;
}

#l-header .c-btn--grad .c-btn_inner {
	background: linear-gradient(90deg, #005AAB, #0C9496);
}

#l-header .c-btn--grad .c-btn_text {
	color: #FFF;
}

#l-header .c-btn--grad.c-btn--dl .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-form-white.svg);
}

#l-header .c-btn--grad.c-btn--mail .c-btn_inner::before {
	background-image: url(/common/images/icon/icon-mail-white.svg);
}

#l-header .c-btn--blue .c-btn_inner {
	background-color: #005AAB;
}

#l-header .c-btn--blue .c-btn_text {
	color: #FFF;
}

#l-header .c-btn--blue.c-btn--dl .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-form-white.svg);
}

#l-header .c-btn--blue.c-btn--mail .c-btn_inner::before {
	background-image: url(/common/images/icon/icon-mail-white.svg);
}

#l-header .c-btn--yellow .c-btn_inner {
	background-color: #ffd200;
}

#l-header .c-btn--yellow .c-btn_text {
	color: #005AAB;
}

#l-header .c-btn--yellow.c-btn--dl .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-form-blue.svg);
}

#l-header .c-btn--yellow.c-btn--mail .c-btn_inner::before {
	background-image: url(/common/images/icon/icon-mail-blue.svg);
}

#l-header .c-btn--black {
	background-color: #FFF;
}

#l-header .c-btn--black .c-btn_inner {
	background-color: #000;
}

#l-header .c-btn--black .c-btn_text {
	color: #FFF;
}

#l-header .c-btn--black.c-btn--dl .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-form-white.svg);
}

#l-header .c-btn--black.c-btn--mail .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-mail-white.svg);
}

#l-header .c-btn--dl .c-btn_inner {
	position: relative;
}

#l-header .c-btn--dl .c-btn_inner:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(/common/images/icon/icon-form-blue.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	#l-header .c-btn--dl .c-btn_inner:before {
		width: 26px;
		height: 26px;
		left: 25px;
	}
}

#l-header .c-btn--mail .c-btn_inner {
	position: relative;
}

#l-header .c-btn--mail .c-btn_inner:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 14px;
	background-image: url(/common/images/icon/icon-mail-blue.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	#l-header .c-btn--mail .c-btn_inner:before {
		left: 25px;
		width: 28px;
		height: 20px;
	}
}

#l-header .c-btn--arrow .c-btn_inner {
	position: relative;
}

#l-header .c-btn--arrow .c-btn_inner:after {
	position: absolute;
	content: "";
	opacity: 0;
	width: 16px;
	height: 9px;
	background-image: url(/common/images/icon/icon-arrow-white.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	#l-header .c-btn--arrow .c-btn_inner:after {
		right: 25px;
		width: 18px;
		height: 10px;
	}
}

#l-header .c-btn--arrow:hover .c-btn_inner {
	position: relative;
}

#l-header .c-btn--arrow:hover .c-btn_inner:after {
	opacity: 1;
	-webkit-animation: arrow 1.5s infinite;
	        animation: arrow 1.5s infinite;
}

#l-header .c-btn--reverse .c-btn_inner {
	position: relative;
}

#l-header .c-btn--reverse .c-btn_inner:after {
	position: absolute;
	content: "";
	opacity: 0;
	width: 16px;
	height: 9px;
	background-image: url(/common/images/icon/icon-arrow-white.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 20px;
	top: 50%;
	transform: translateY(-50%) scale(-1, 1);
}

@media print, screen and (min-width: 768px) {
	#l-header .c-btn--reverse .c-btn_inner:after {
		left: 25px;
		width: 18px;
		height: 10px;
	}
}

#l-header .c-btn--reverse:hover .c-btn_inner {
	position: relative;
}

#l-header .c-btn--reverse:hover .c-btn_inner:after {
	opacity: 1;
	-webkit-animation: arrow-reverse 1.5s infinite;
	        animation: arrow-reverse 1.5s infinite;
}

#l-header .c-btn--cv .c-btn_inner {
	padding: 14px 20px;
}

#l-header .c-btn--cv .c-btn_text {
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	#l-header .c-btn--cv {
		max-width: 410px;
	}
	#l-header .c-btn--cv .c-btn_inner {
		padding: 23px 30px;
	}
	#l-header .c-btn--cv .c-btn_text {
		font-size: 1.8rem;
	}
	#l-header .c-btn--cv.c-btn--mail .c-btn_inner:before, #l-header .c-btn--cv.c-btn--dl .c-btn_inner:before {
		left: 30px;
	}
}

@-webkit-keyframes arrow {
	50% {
		transform: translateY(-50%) translateX(75%);
		opacity: 1;
	}
	100% {
		transform: translateY(-50%) translateX(150%);
		opacity: 0;
	}
}

@keyframes arrow {
	50% {
		transform: translateY(-50%) translateX(75%);
		opacity: 1;
	}
	100% {
		transform: translateY(-50%) translateX(150%);
		opacity: 0;
	}
}

@-webkit-keyframes arrow-reverse {
	50% {
		transform: translateY(-50%) translateX(-75%) scale(-1, 1);
		opacity: 1;
	}
	100% {
		transform: translateY(-50%) translateX(-150%) scale(-1, 1);
		opacity: 0;
	}
}

@keyframes arrow-reverse {
	50% {
		transform: translateY(-50%) translateX(-75%) scale(-1, 1);
		opacity: 1;
	}
	100% {
		transform: translateY(-50%) translateX(-150%) scale(-1, 1);
		opacity: 0;
	}
}

.l-subMenu {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 50;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu {
		top: 90px;
		height: 50px;
	}
}

.l-subMenu + main::before {
	display: block;
	content: "";
	width: 100%;
	height: 40px;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu + main::before {
		height: 50px;
	}
}


.l-subMenu_inner {
	width: 100%;
	height: 40px;
	background-color: #f9f9f9;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_inner {
		height: 50px;
	}
}

.l-subMenu_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 11;
	flex: 0 0 20px;
	width: calc(20px + 16em);
	height: 100%;
	margin-left: auto;
	margin-right: 0;
}

.l-subMenu--servicePage .l-subMenu_btn {
	width: calc(20px + 23em);
}

.l-subMenu_btn span {
	position: absolute;
	width: 14px;
	height: 2px;
	display: block;
	background-color: #005AAB;
	top: 50%;
	left: auto;
	right: 0;
	transform: translateX(0) translateY(-50%);
}

.l-subMenu_btn span:last-child {
	width: 2px;
	height: 14px;
	transform: translateX(-6px) translateY(-50%) !important;
}

.l-subMenu_btn.is-active span:last-child {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_btn {
		display: none;
	}
}

.l-subMenu_nav {
	padding-top: 40px;
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-duration: .2s;
	opacity: 0;
	visibility: hidden;
}

.l-subMenu_nav.is-show {
	opacity: 1;
	visibility: visible;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_nav {
		padding-top: 0;
		padding-right: 80px;
		opacity: 1;
		visibility: visible;
	}
}

.l-subMenu_list_wrap {
	background-color: #fff;
	padding: 20px 15px 40px;
	max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.l-subMenu--hasFixedCv .l-subMenu_list_wrap {
	max-height: calc(100vh - 100px - 74px);
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_list_wrap {
		background-color: transparent;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_list:not(:last-child) {
		margin-right: 38px;
	}
}

.l-subMenu_link,
.l-subMenu_accord_btn {
	display: block;
	width: 100%;
	padding: 8px 0;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	transition-timing-function: ease-out;
	transition-property: color;
	transition-duration: .2s;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_link,
	.l-subMenu_accord_btn {
		border-bottom: none;
		padding: 11px 8px;
		font-size: 1.5rem;
		height: 50px;
		line-height: 28px;
	}
	.l-subMenu_link:hover,
	.l-subMenu_accord_btn:hover {
		color: #005AAB;
	}
	.l-subMenu_link:hover:before,
	.l-subMenu_accord_btn:hover:before {
		border-color: #005AAB;
	}
}

.l-subMenu_link.is-current {
	color: #005AAB;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_link.is-current {
		color: white;
		background: #005AAB;
	}
}

.l-subMenu_accord_btn {
	position: relative;
	text-align: left;
	padding-right: 28px;
}

.l-subMenu_accord_btn:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	right: 8px;
	top: 50%;
	transform: translateY(-75%) rotate(-45deg);
	transition-timing-function: ease-out;
	transition-property: border-color;
	transition-duration: .2s;
}

.l-subMenu_accord_btn.is-active:before {
	transform: translateY(-20%) rotate(-225deg);
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord_btn {
		line-height: 28px;
	}
	.l-subMenu_accord_btn.is-active:before {
		border-color: #005AAB;
	}
}

.l-subMenu_prev {
	position: absolute;
	left: 0;
	right: 0;
	padding-left: 20px;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 36px;
	text-align: right;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_prev {
		top: 50%;
		width: 300px;
		margin-left: 0;
		padding-left: 66px;
		text-align: left;
		transform: translateY(-50%);
	}
}

@media print, screen and (min-width: 900px) {
	.l-subMenu_prev {
		width: 400px;
	}
}

.l-subMenu_prev > span:not([class]) {
	display: inline-block;
	vertical-align: middle;
}

.l-subMenu_prev a {
	position: absolute;
	z-index: 100;
	top: 7px;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_prev a {
		font-size: 1.6rem;
		padding-left: 15px;
		top: 11px;
		line-height: 1.9;
	}
}

.l-subMenu_prev a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/csm_kintai/images/common/arrow-left.png);
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	width: 8px;
	height: 13px;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_prev a::before {
		width: 6px;
		height: 10px;
	}
}

.l-subMenu_accord_btn.is-current {
	color: #005AAB;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord_btn.is-current {
		padding: 11px 28px 11px 8px;
		color: white;
		background: #005AAB;
	}
	.l-subMenu_accord_btn.is-current:before {
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
}

.l-subMenu_strong {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	background-color: #DD3D5F;
	color: #fff;
	padding: 1px  3px 0;
	margin-left: 5px;
	transform: translateY(-2px);
}

.l-subMenu_accord {
	display: none;
	transition-property: height;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord {
		display: block;
		opacity: 0;
		transform: scaleY(0);
		transition-property: transform, opacity;
		transition-timing-function: ease-out;
		transition-duration: .2s;
		transform-origin: center top;
		position: absolute;
		right: 0;
		top: 50px;
		background-color: #fff;
		padding: 37px 0 40px;
		width: 100%;
	}
}

.l-subMenu_accord_list_wrap {
	padding: 17px 12px;
	border-bottom: 1px solid #e6e6e6;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord_list_wrap {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		border-bottom: none;
		width: 702px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord_list {
		width: 234px;
		margin-right: 0;
	}
}

.l-subMenu_accord_list:nth-child(1), .l-subMenu_accord_list:nth-child(4) {
	width: 234px;
}

.l-subMenu_accord_list:not(:last-child) {
	margin-bottom: 6px;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord_list:not(:last-child) {
		margin-bottom: 30px;
		margin-right: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord_list:nth-child(n+3) {
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord_list {
		margin-right: 0;
	}
}

.l-subMenu_accord_link {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	transition-timing-function: ease-out;
	transition-property: color;
	transition-duration: .2s;
}

.l-subMenu_accord_link:hover, .l-subMenu_accord_link.is-current {
	color: #005AAB;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_accord_link {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_list.l-subMenu_list--accrod {
		margin-right: 40px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_list--accrod:hover .l-subMenu_accord_btn {
		color: #005AAB;
	}
	.l-subMenu_list--accrod:hover .l-subMenu_accord_btn:before {
		border-color: #005AAB;
		transform: translateY(-20%) rotate(-225deg);
	}
	.l-subMenu_list--accrod:hover .l-subMenu_accord_btn.is-current {
		color: #FFF;
	}
	.l-subMenu_list--accrod:hover .l-subMenu_accord_btn.is-current:before {
		border-color: #FFF;
		transform: translateY(-20%) rotate(-225deg);
	}
	.l-subMenu_list--accrod:hover .l-subMenu_accord {
		display: block;
		opacity: 1;
		transform: scaleY(1);
	}
}

.l-subMenu_nav--grid .l-subMenu_accord_list_wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

@media print, screen and (min-width: 768px) {
	.l-subMenu_nav--grid .l-subMenu_accord_list_wrap {
		grid-template-columns: repeat(3, 1fr);
		gap: 28px 24px;
	}
}

.l-subMenu_nav--grid .l-subMenu_accord_list {
	width: 100%;
	margin-bottom: 0;
}

#l-footer {
	/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
	/* change colours to suit your needs */
	/* change colours to suit your needs */
	/* change border colour to suit your needs */
	/* Remove the inner border and padding in Firefox. */
	/* Apply cursor pointer to button elements */
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 1.9;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* Adjust font size */
	-webkit-text-size-adjust: 100%;
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

#l-footer html, #l-footer body, #l-footer div, #l-footer span, #l-footer object, #l-footer iframe,
#l-footer h1, #l-footer h2, #l-footer h3, #l-footer h4, #l-footer h5, #l-footer h6, #l-footer p, #l-footer blockquote, #l-footer pre,
#l-footer abbr, #l-footer address, #l-footer cite, #l-footer code,
#l-footer del, #l-footer dfn, #l-footer em, #l-footer img, #l-footer ins, #l-footer kbd, #l-footer q, #l-footer samp,
#l-footer small, #l-footer strong, #l-footer sub, #l-footer sup, #l-footer var,
#l-footer b, #l-footer i,
#l-footer dl, #l-footer dt, #l-footer dd, #l-footer ol, #l-footer ul, #l-footer li,
#l-footer fieldset, #l-footer form, #l-footer label, #l-footer legend,
#l-footer table, #l-footer caption, #l-footer tbody, #l-footer tfoot, #l-footer thead, #l-footer tr, #l-footer th, #l-footer td,
#l-footer article, #l-footer aside, #l-footer canvas, #l-footer details, #l-footer figcaption, #l-footer figure,
#l-footer footer, #l-footer header, #l-footer hgroup, #l-footer menu, #l-footer nav, #l-footer section, #l-footer summary,
#l-footer time, #l-footer mark, #l-footer audio, #l-footer video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#l-footer body {
	line-height: 1;
}

#l-footer article, #l-footer aside, #l-footer details, #l-footer figcaption, #l-footer figure,
#l-footer footer, #l-footer header, #l-footer hgroup, #l-footer menu, #l-footer nav, #l-footer section {
	display: block;
}

#l-footer nav ul {
	list-style: none;
}

#l-footer blockquote, #l-footer q {
	quotes: none;
}

#l-footer blockquote:before, #l-footer blockquote:after,
#l-footer q:before, #l-footer q:after {
	content: '';
	content: none;
}

#l-footer a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#l-footer ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

#l-footer mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

#l-footer del {
	text-decoration: line-through;
}

#l-footer abbr[title], #l-footer dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

#l-footer table {
	border-collapse: collapse;
	border-spacing: 0;
}

#l-footer hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

#l-footer input, #l-footer select {
	vertical-align: middle;
}

#l-footer html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: transparent;
}

#l-footer *,
#l-footer ::before,
#l-footer ::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#l-footer main {
	width: 100%;
	display: block;
}

#l-footer body,
#l-footer input,
#l-footer button,
#l-footer select,
#l-footer textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

#l-footer body {
	width: 100%;
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.9;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* Adjust font size */
	-webkit-text-size-adjust: 100%;
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

#l-footer h1, #l-footer h2, #l-footer h3, #l-footer h4, #l-footer h5, #l-footer h6 {
	font-weight: normal;
}

#l-footer a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

#l-footer a:active,
#l-footer a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

#l-footer img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#l-footer table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#l-footer ol,
#l-footer ul {
	list-style: none;
}

#l-footer input,
#l-footer button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-style: none;
	color: inherit;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#l-footer button, #l-footer select {
	text-transform: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#l-footer button::-moz-focus-inner,
#l-footer [type="button"]::-moz-focus-inner,
#l-footer [type="reset"]::-moz-focus-inner,
#l-footer [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

#l-footer button,
#l-footer [type="button"],
#l-footer [type="reset"],
#l-footer [type="submit"],
#l-footer [role="button"] {
	cursor: pointer;
}

#l-footer legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

#l-footer textarea {
	overflow: auto;
}

#l-footer [type=number]::-webkit-inner-spin-button, #l-footer [type=number]::-webkit-outer-spin-button {
	height: auto;
}

#l-footer [type=search] {
	-webkit-appearance: textfield;
}

#l-footer [type=search]::-webkit-search-cancel-button, #l-footer [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#l-footer .l-fixedCv {
	position: relative;
	z-index: -1;
	padding: 12px 15px;
	background-color: #FFF;
	width: 100%;
	transform: translateY(100%);
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}

#l-footer .l-fixedCv.is-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	transform: translateY(0);
}

#l-footer .l-fixedCv .c-btn--dl .c-btn_inner::before,
#l-footer .l-fixedCv .c-btn--mail .c-btn_inner::before {
	content: none;
}

#l-footer .l-fixedCv .c-btn_text {
	font-size: 1.1rem;
	padding-left: 25px;
	position: relative;
}

#l-footer .l-fixedCv .c-btn_text:before {
	position: absolute;
	content: "";
	width: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#l-footer .l-fixedCv .c-btn--dl .c-btn_text:before {
	background-image: url(/common/images/icon/icon-form-white.svg);
	height: 20px;
}

#l-footer .l-fixedCv .c-btn--mail .c-btn_text:before {
	background-image: url(/common/images/icon/icon-mail-white.svg);
	height: 14px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-fixedCv {
		display: none;
	}
}

#l-footer .l-fixedCv_wrap {
	display: flex;
	justify-content: center;
}

#l-footer .l-fixedCv_list {
	width: calc((100% - 5px) / 2);
}

#l-footer .l-fixedCv_list:not(:last-child) {
	margin-right: 5px;
}

#l-footer .c-breadNav + .l-footer {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-breadNav + .l-footer {
		margin-top: 0;
	}
}

#l-footer .l-footer {
	position: relative;
	padding: 50px 20px 130px;
}

#l-footer .l-footer.l-footer--noBtn {
	padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer {
		padding: 70px 20px 95px;
	}
	#l-footer .l-footer.l-footer--noBtn {
		padding-bottom: 95px;
	}
	#l-footer .l-footer a {
		position: relative;
		transition-property: color;
		transition-duration: .2s;
		transition-timing-function: ease-out;
	}
	#l-footer .l-footer a:hover {
		color: #005AAB;
	}
}

#l-footer .l-footer_inner {
	padding: 0 20px 45px;
	border-bottom: 1px solid #DDD;
	font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_inner {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		display: flex;
		font-size: 1.3rem;
	}
}

#l-footer .l-footer_top {
	position: absolute;
	top: -20px;
	right: 50%;
	transform: translateX(50%);
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_top {
		right: 30px;
		transform: none;
	}
}

#l-footer .l-footer_top a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #000;
	text-indent: -9999px;
	transition-property: opacity;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}

#l-footer .l-footer_top a:before {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-20%) rotate(-45deg);
	transform-origin: center center;
}

#l-footer .l-footer_top a:hover {
	opacity: .8;
}

#l-footer .l-footer_logo {
	margin-bottom: 35px;
	text-align: center;
}

#l-footer .l-footer_logo img {
	display: inline-block;
	width: 60px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_logo {
		margin-bottom: 0;
		text-align: left;
		flex: 1 1 270px;
	}
	#l-footer .l-footer_logo img {
		width: 82px;
	}
}

#l-footer .l-footer_logo_text {
	margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_logo_text {
		margin-top: 15px;
	}
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_main {
		display: flex;
		flex: 1 1 830px;
	}
}

#l-footer .l-footerNav {
	margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footerNav {
		margin-bottom: 0;
		flex: 1 1 75%;
	}
}

#l-footer .l-footerNav_wrap {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footerNav_wrap {
		height: 205px;
		flex-direction: column;
	}
}

@media print, screen and (max-width: 767px) {
	#l-footer .l-footerNav_list {
		width: calc(50% - 20px);
	}

	#l-footer .l-footerNav_list:nth-child(odd) {
		margin-right: 40px;
	}

	#l-footer .l-footerNav_list:nth-child(n + 3) {
		margin-top: 15px;
	}
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footerNav_list {
		width: 33.3%;
		flex: 0 0 40px;
	}
	#l-footer .l-footerNav_list:nth-child(odd) {
		margin-right: 0;
	}
	#l-footer .l-footerNav_list:nth-child(n + 4) {
		margin-top: 0;
	}
	#l-footer .l-footerNav_list:nth-child(4) {
		flex: 1 1 85px;
	}
	#l-footer .l-footerNav_list:nth-child(5) {
		flex: 1 1 100%;
	}
}

#l-footer .l-footerNav_detail_wrap {
	display: none;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footerNav_detail_wrap {
		display: block;
		margin-top: 15px;
		margin-bottom: 80px;
	}
}

#l-footer .l-footerNav_detail_list:not(:last-child) {
	margin-bottom: 5px;
}

#l-footer .l-footerNav_detail_link {
	position: relative;
	display: inline-block;
	padding-left: 1em;
	font-size: 1.2rem;
}

#l-footer .l-footerNav_detail_link:before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	width: 5px;
	height: 1px;
	background-color: #333;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_special {
		flex: 1 1 25%;
	}
}

#l-footer .l-footer_special_ttl {
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_special_ttl {
		margin-bottom: 10px;
	}
}

#l-footer .l-footer_special_wrap {
	display: flex;
	flex-wrap: wrap;
}

#l-footer .l-footer_special {
	width: calc(50% - 20px);
}

#l-footer .l-footer_special:nth-child(odd) {
	margin-right: 40px;
}

#l-footer .l-footer_special:nth-child(n + 3) {
	margin-top: 15px;
}

#l-footer .l-footer_bottom {
	padding: 25px 15px 0;
	font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_bottom {
		padding: 35px 0 0;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		font-size: 1.3rem;
	}
}

#l-footer .l-footer_bottom_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_bottom_wrap {
		flex-direction: flex-start;
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_bottom_list:not(:last-child) {
		margin-right: 30px;
	}
}

#l-footer .l-footer_copy {
	text-align: center;
	font-family: "PT Sans", sans-serif;
}

@media print, screen and (min-width: 768px) {
	#l-footer .l-footer_copy {
		text-align: right;
	}
}

#l-footer .c-btn {
	display: block;
	max-width: 300px;
	text-align: center;
	background-color: #000;
	text-decoration: none !important;
}

#l-footer .c-btn--center {
	margin-left: auto;
	margin-right: auto;
}

#l-footer .c-btn_inner {
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transition-property: opacity;
}

#l-footer .c-btn_inner:hover {
	opacity: .8;
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-btn_inner {
		padding: 14px 25px;
	}
}

#l-footer .c-btn_text {
	font-size: 1.5rem;
	font-weight: bold;
	color: #005AAB;
}

#l-footer .c-btn--grad .c-btn_inner {
	background: linear-gradient(90deg, #005AAB, #0C9496);
}

#l-footer .c-btn--grad .c-btn_text {
	color: #FFF;
}

#l-footer .c-btn--grad.c-btn--dl .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-form-white.svg);
}

#l-footer .c-btn--grad.c-btn--mail .c-btn_inner::before {
	background-image: url(/common/images/icon/icon-mail-white.svg);
}

#l-footer .c-btn--blue .c-btn_inner {
	background-color: #005AAB;
}

#l-footer .c-btn--blue .c-btn_text {
	color: #FFF;
}

#l-footer .c-btn--blue.c-btn--dl .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-form-white.svg);
}

#l-footer .c-btn--blue.c-btn--mail .c-btn_inner::before {
	background-image: url(/common/images/icon/icon-mail-white.svg);
}

#l-footer .c-btn--yellow .c-btn_inner {
	background-color: #ffd200;
}

#l-footer .c-btn--yellow .c-btn_text {
	color: #005AAB;
}

#l-footer .c-btn--yellow.c-btn--dl .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-form-blue.svg);
}

#l-footer .c-btn--yellow.c-btn--mail .c-btn_inner::before {
	background-image: url(/common/images/icon/icon-mail-blue.svg);
}

#l-footer .c-btn--black {
	background-color: #FFF;
}

#l-footer .c-btn--black .c-btn_inner {
	background-color: #000;
}

#l-footer .c-btn--black .c-btn_text {
	color: #FFF;
}

#l-footer .c-btn--black.c-btn--dl .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-form-white.svg);
}

#l-footer .c-btn--black.c-btn--mail .c-btn_inner:before {
	background-image: url(/common/images/icon/icon-mail-white.svg);
}

#l-footer .c-btn--dl .c-btn_inner {
	position: relative;
}

#l-footer .c-btn--dl .c-btn_inner:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(/common/images/icon/icon-form-blue.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-btn--dl .c-btn_inner:before {
		width: 26px;
		height: 26px;
		left: 25px;
	}
}

#l-footer .c-btn--mail .c-btn_inner {
	position: relative;
}

#l-footer .c-btn--mail .c-btn_inner:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 14px;
	background-image: url(/common/images/icon/icon-mail-blue.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-btn--mail .c-btn_inner:before {
		left: 25px;
		width: 28px;
		height: 20px;
	}
}

#l-footer .c-btn--arrow .c-btn_inner {
	position: relative;
}

#l-footer .c-btn--arrow .c-btn_inner:after {
	position: absolute;
	content: "";
	opacity: 0;
	width: 16px;
	height: 9px;
	background-image: url(/common/images/icon/icon-arrow-white.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-btn--arrow .c-btn_inner:after {
		right: 25px;
		width: 18px;
		height: 10px;
	}
}

#l-footer .c-btn--arrow:hover .c-btn_inner {
	position: relative;
}

#l-footer .c-btn--arrow:hover .c-btn_inner:after {
	opacity: 1;
	-webkit-animation: arrow 1.5s infinite;
	        animation: arrow 1.5s infinite;
}

#l-footer .c-btn--reverse .c-btn_inner {
	position: relative;
}

#l-footer .c-btn--reverse .c-btn_inner:after {
	position: absolute;
	content: "";
	opacity: 0;
	width: 16px;
	height: 9px;
	background-image: url(/common/images/icon/icon-arrow-white.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 20px;
	top: 50%;
	transform: translateY(-50%) scale(-1, 1);
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-btn--reverse .c-btn_inner:after {
		left: 25px;
		width: 18px;
		height: 10px;
	}
}

#l-footer .c-btn--reverse:hover .c-btn_inner {
	position: relative;
}

#l-footer .c-btn--reverse:hover .c-btn_inner:after {
	opacity: 1;
	-webkit-animation: arrow-reverse 1.5s infinite;
	        animation: arrow-reverse 1.5s infinite;
}

#l-footer .c-btn--cv .c-btn_inner {
	padding: 14px 20px;
}

#l-footer .c-btn--cv .c-btn_text {
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-btn--cv {
		max-width: 410px;
	}
	#l-footer .c-btn--cv .c-btn_inner {
		padding: 23px 30px;
	}
	#l-footer .c-btn--cv .c-btn_text {
		font-size: 1.8rem;
	}
	#l-footer .c-btn--cv.c-btn--mail .c-btn_inner:before, #l-footer .c-btn--cv.c-btn--dl .c-btn_inner:before {
		left: 30px;
	}
}

@keyframes arrow {
	50% {
		transform: translateY(-50%) translateX(75%);
		opacity: 1;
	}
	100% {
		transform: translateY(-50%) translateX(150%);
		opacity: 0;
	}
}

@keyframes arrow-reverse {
	50% {
		transform: translateY(-50%) translateX(-75%) scale(-1, 1);
		opacity: 1;
	}
	100% {
		transform: translateY(-50%) translateX(-150%) scale(-1, 1);
		opacity: 0;
	}
}

#l-footer .c-breadNav {
	padding: 65px 20px 0;
	height: 100px;
	overflow-y: hidden;
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-breadNav {
		height: auto;
		overflow-y: visible;
		padding: 95px 20px 15px;
	}
}

#l-footer .c-breadNav_wrap {
	font-size: 0;
	white-space: nowrap;
	overflow-x: scroll;
	padding-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-breadNav_wrap {
		white-space: wrap;
		overflow-x: visible;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
}

#l-footer .c-breadNav_list {
	display: inline-block;
	font-size: 1.3rem;
	color: #666;
}

#l-footer .c-breadNav_list:not(:last-child) {
	position: relative;
	margin-right: 10px;
	padding-right: 15px;
}

#l-footer .c-breadNav_list:not(:last-child):before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #005AAB;
	border-bottom: 1px solid #005AAB;
	right: 0;
	top: 50%;
	transform: rotate(-45deg) translateY(-70%);
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-breadNav_list:not(:last-child) {
		margin-right: 15px;
		padding-right: 20px;
	}
}

#l-footer .c-breadNav_link {
	color: #333;
	position: relative;
	transition-property: color;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}

#l-footer .c-breadNav_link:hover {
	color: #005AAB;
}

#l-footer .c-cv {
	padding: 30px 25px 50px;
	color: #FFF;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/common/images/cv/cv-footer-bg-common-sp.jpg);
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-cv {
		padding: 70px 20px 80px;
		background-image: url(/common/images/cv/cv-footer-bg-common-pc.jpg);
	}
}

#l-footer .c-cv_ttl {
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-cv_ttl {
		font-size: 2.6rem;
	}
}

#l-footer .c-cv_text {
	font-size: 1.6rem;
	margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-cv_text {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
}

#l-footer .c-cv_btn .c-btn:not(:first-child) {
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	#l-footer .c-cv_btn {
		display: flex;
		justify-content: center;
	}
	#l-footer .c-cv_btn .c-btn {
		flex: 1 1 410px;
		margin-left: 0;
		margin-right: 0;
	}
	#l-footer .c-cv_btn .c-btn:not(:first-child) {
		margin-top: 0;
		margin-left: 30px;
	}
}


/* 20241022 l-subMenu */

@media print, screen and (min-width: 768px) {
	.l-subMenu {
		height: auto;
	}
	.l-subMenu_inner {
		height: auto;
	}
	.l-subMenu_prev {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.l-subMenu_nav {
		padding-right: 5%;
	}
	.l-subMenu_accord {
		top: 100%;
	}
	
}
@media print, screen and (max-width: 1249px) {
	.l-subMenu_prev {
		position: relative;;
		top: 0;
		margin-left: 0;
		padding: 15px 10px 15px 20px;
		text-align: left;
		transform: unset;
	}
	.l-subMenu_list_wrap {
		justify-content: flex-start;
	}
	.l-subMenu_nav {
		padding-right: 3%;
	}
	.l-subMenu_link, .l-subMenu_accord_btn {
		font-size: 1.4rem;
	}
	.l-subMenu_list:not(:last-child) {
		margin-right: 2%;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.l-subMenu_strong {
		font-size: .8rem;
		padding: 1px 3px 0;
		margin-left: 3px;
	}
	.l-subMenu + main::before {
		height: 98px;
	}

}
@media print, screen and (max-width: 767px) {
	.l-subMenu_nav {
		padding-right: 0;
	}
	.l-subMenu_prev {
		position: absolute;
		left: 0;
		right: 0;
		padding-left: 20px;
		top: 50%;
		transform: translateY(-50%);
		padding-right: 36px;
		text-align: right;
		line-height: 1.2;
		font-weight: bold;
		font-size: 1.4rem;
	}
	.l-subMenu_list:not(:last-child) {
		margin-right: 0;
		width: 100%;
	}
	.l-subMenu + main::before {
		height: 40px;
	}
}
