@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/shared/fonts/NotoSansJP-Regular-subset.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/shared/fonts/NotoSansJP-Medium-subset.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/shared/fonts/NotoSansJP-Bold-subset.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('/shared/fonts/NotoSansJP-Black-subset.woff2') format('woff2');
}
:root {
	--arrow-mask: url(/shared/img/common/ico-btn-arrow-r.svg) no-repeat center / 100%;
	--arrow-mask-short: url(/shared/img/common/ico-btn-arrow-r-shart.svg) no-repeat center / 100%;
	--target-mask: url(/shared/img/common/ico-btn-target.svg) no-repeat center / 100%;
	--download-mask: url(/shared/img/common/ico-btn-download.svg) no-repeat center / 100%;
	--megaArrow-mask: url(/shared/img/common/ico-mega-arrow.svg) no-repeat center / 100%;
	--linkArrow-mask: url(/shared/img/common/link-arrow.svg) no-repeat center / 100%;
	--anchor-mask: url(/shared/img/win10-eos/anchor-arrow.svg) no-repeat center / 100%;
}
*,*::before,*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.5;
}
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
p,dd,dt,li,pre,code,a {
	overflow-wrap: break-word;
}
body {
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", "Meiryo", sans-serif;
	color: #000000;
}
ol,ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,button,textarea,select {
	font: inherit;
}
:focus:not(:focus-visible) {
	outline: none;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.pc {
	display: block;
}
.sp,
.tablet {
	display: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: #00000000;
}
area {
	border: none;
	outline: none;
}
html.is_fixed,
html.is_fixed body {
	overflow: hidden;
}
h3,
h4 {
	font-weight: normal;
}
.inner {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
}
main {
	position: relative;
	overflow: hidden;
	padding-top: 70px;
}
.site_main {
	width: 100%;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 103;
	background-color: #FFFFFF33;
	backdrop-filter: blur(20px);
}
header.is_hover {
	background-color: #FFFFFF99;
}
.c_lp header {
	position: absolute;
	background-color: #FFFFFF;
	backdrop-filter: unset;
}
.c_lp header.is_hover {
	background-color: #FFFFFF99;
	backdrop-filter: blur(20px);
}
.header_container {
	position: relative;
}
.header_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1240px;
	gap: 40px;
	margin: auto;
	height: 70px;
	padding: 0 20px;
}
.header_logo a,
.drawer_logo>a,
.footer_address_logo a,
.footer_navi_block_head p a,
.footer_navi_block_body li a,
.footer_navi_block_body li button,
.footer_sns li a {
	transition: opacity 0.5s ease;
}
.header_logo a:hover,
.drawer_logo>a:hover,
.footer_address_logo a:hover,
.footer_navi_block_head p a:hover,
.footer_navi_block_body li a:hover,
.footer_navi_block_body li button:hover,
.footer_sns li a:hover {
	opacity: 0.6;
}
.header_logo a img {
	width: 250px;
}
.main_nav {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	height: 100%;
}
.main_nav nav ul {
	display: flex;
	align-items: center;
	gap: 20px;
}
.main_nav nav li a {
	font-family: "Montserrat", sans-serif;
	color: #000000;
	display: block;
	font-weight: 900;
	line-height: 125%;
	padding: 8px 20px 16px;
	white-space: nowrap;
}
.main_nav nav li a span {
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", "Meiryo", sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #595757;
	display: block;
}
.main_nav_buttons {
	display: flex;
	align-items: center;
	height: 100%;
}
.main_nav_button {
	width: 120px;
	height: 30px;
	border-radius: 999px;
	background: #0093FF;
	border: 2px solid #0093FF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.5s ease;
}
.main_nav_button:hover {
	color: #0093FF;
	background: #FFFFFF;
}
.mega_layer {
	display: none;
	padding: 40px;
	z-index: 30;
}
.c_lp header.active .mega_layer {
	display: none;
}
.mega_layer.is_active,
.mega.is_active {
	display: block;
}
.mega {
	display: none;
	position: relative;
}
.mega_content {
	display: flex;
	gap: min(4%, 60px);
}
.mega[data-mega="service"] .mega_content {
	justify-content: center;
}
.mega_col {
	width: 240px;
}
.mega p {
	font-weight: 500;
	font-size: clamp(20px, 2vw, 25px);
	margin-bottom: 10px;
}
.mega[data-mega="service"] .mega_col:nth-child(3) p {
	margin-top: calc(1.5em + 20px);
}
.mega p+p {
	margin-top: 20px;
}
.mega p a {
	color: #202733;
	transition: all 0.5s ease;
	display: block;
}
.mega p a:hover {
	color: #0093FF;
}
.mega p a span {
	position: relative;
	padding-right: 40px;
}
.mega p a span::before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url(/shared/img/common/ico-accordion.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	cursor: pointer;
	transform: rotate(90deg);
}
.mega ul {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.mega li {
	border-bottom: 1px solid #000000;
}
.mega li a {
	padding: 16px 53px 16px 0;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	position: relative;
	transition: all 0.5s ease;
	display: block;
}
.mega li a:hover {
	color: #0093FF;
}
.mega li a::before,
.mega li a::after,
.drawer_group li a::before,
.drawer_group li a::after,
.drawer_group li button:not(.drawer_accordionBtn)::before,
.drawer_group li button:not(.drawer_accordionBtn)::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 16px;
	-webkit-mask: var(--megaArrow-mask);
	mask: var(--megaArrow-mask);
	transition: all 0.5s ease;
}
.mega li a::before,
.mega li a::after {
	background-color: #000000;
}
.drawer_group li a::before,
.drawer_group li a::after,
.drawer_group li button:not(.drawer_accordionBtn)::before,
.drawer_group li button:not(.drawer_accordionBtn)::after {
	background-color: #FFFFFF;
}
.mega li a::after {
	opacity: 0;
	background-color: #0093FF;
}
.mega li a:hover::before,
.drawer_group li a:hover::before,
.drawer_group li button:not(.drawer_accordionBtn):hover::before,
.drawer_button a:hover::before,
[class^="c_btn"] a:hover::before {
	opacity: 0;
}
.mega li a:hover::after,
.drawer_group li a:hover::after,
.drawer_group li button:not(.drawer_accordionBtn):hover::after,
.drawer_button a:hover::after,
[class^="c_btn"] a:hover::after {
	opacity: 1;
}
.burger_area {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 102;
}
.burger {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	z-index: 100;
	width: 70px;
	height: 70px;
	position: relative;
	background-color: #0093FF;
	border: none;
	outline: none;
}
.burger_bars {
	position: relative;
	width: 40px;
	display: block;
}
.burger_bars span {
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background: #FFFFFF;
	transition: 0.3s ease-in-out;
}
.burger_bars span:nth-child(1) {
	top: -12px;
}
.burger.active .burger_bars span:nth-child(1) {
	top: 0;
	left: 0;
	transform: rotate(-45deg);
}
.burger_bars span:nth-child(2) {
	top: 0;
}
.burger.active .burger_bars span:nth-child(2) {
	opacity: 0;
}
.burger_bars span:nth-child(3) {
	top: 12px;
	width: 20px;
}
.burger.active .burger_bars span:nth-child(3) {
	top: 0;
	left: 0;
	transform: rotate(45deg);
	width: 40px;
}
.drawer {
	transition: 0.5s all ease-in-out;
	width: 100%;
	height: 100dvh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translateY(-101%);
	background-color: #0093FF;
	overflow: auto;
}
.drawer.active {
	display: block;
	transform: translateY(0);
}
.drawer_nav {
	position: relative;
	padding: 70px 0;
}
.drawer_nav::before {
	position: absolute;
	content: "";
	width: 522px;
	height: 509px;
	background-image: url(/shared/img/common/header-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	top: -150px;
	left: -80px;
	filter: sepia(1) saturate(5) hue-rotate(180deg) brightness(1.1) contrast(1.2);
}
.drawer_inner {
	max-width: 1200px;
	width: 100%;
	padding: 0 40px;
	margin: auto;
	position: relative;
}
.drawer_top {
	display: flex;
	gap: 60px 40px;
	margin-bottom: 40px;
}
.drawer_logo {
	width: 320px;
	border-right: 1px solid #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 9;
}
.drawer_logo>a img {
	width: 250px;
	filter: brightness(0) invert(100%);
}
.drawer_logo>ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.drawer_logo>ul li a,
.drawer_logo>ul li button {
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF;
	position: relative;
	border: none;
	background-color: transparent;
}
.drawer_logo>ul li a::after,
.drawer_logo>ul li button::after {
	position: absolute;
	content: "";
	top: 50%;
	right: -32px;
	transform: translate(-10px, -50%);
	width: 24px;
	height: 16px;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-mask: var(--linkArrow-mask);
	mask: var(--linkArrow-mask);
	background-color: #FFFFFF;
}
.drawer_logo>ul li a:hover::after,
.drawer_logo>ul li button:hover::after {
	transform: translate(0, -50%);
	opacity: 1;
}
.drawer_groups {
	width: calc(100% - 360px);
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}
.drawer_group {
	width: calc((100% - 80px) / 3);
}
.drawer_title {
	display: none;
}
.drawer_lead {
	margin-bottom: 4px;
}
.drawer_lead+p {
	margin-top: 28px;
}
.drawer_lead a {
	font-weight: 700;
	color: #FFFFFF;
	display: block;
	position: relative;
	transition: all 0.5s ease;
	padding: 4px 40px 4px 0;
}
.drawer_lead a:hover {
	color: #0C3484;
}
.drawer_lead a::before,
.drawer_lead a::after {
	position: absolute;
	background-image: url(/shared/img/common/anchor-arrow_w.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	content: "";
	top: 0;
	right: 0;
	transition: all 0.5s ease;
}
.drawer_lead a::after {
	opacity: 0;
	background-image: url(/shared/img/common/anchor-arrow_b.svg);
}
.drawer_lead a:hover::before {
	opacity: 0;
}
.drawer_lead a:hover::after {
	opacity: 1;
}
.drawer_group ul {
	display: flex;
	flex-direction: column;
	margin-bottom: 36px;
	gap: 8px;
}
.drawer_group li {
	border-bottom: 1px solid #FFFFFF;
}
.drawer_group li a,
.drawer_group li button:not(.drawer_accordionBtn) {
	font-weight: 500;
	font-size: 13px;
	display: block;
	color: #FFFFFF;
	padding: 16px 53px 16px 0;
	position: relative;
	transition: all 0.5s ease;
	width: 100%;
	border: none;
	text-align: left;
}
.drawer_group li a:hover,
.drawer_group li button:not(.drawer_accordionBtn):hover {
	color: #0C3484;
}
.drawer_group li a::after,
.drawer_group li button:not(.drawer_accordionBtn)::after {
	opacity: 0;
	background-color: #0C3484;
}
.drawer_button a {
	width: 348px;
	height: 50px;
	border-radius: 999px;
	border: 1px solid #FFFFFF;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	position: relative;
	transition: all 0.5s ease;
}
.drawer_button a:hover {
	background: #FFFFFF;
	color: #0093FF;
	border-color: #0093FF;
}
.drawer_button a::before,
.drawer_button a::after {
	width: 53px;
	height: 16px;
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	-webkit-mask: var(--arrow-mask);
	mask: var(--arrow-mask);
	background-color: #FFFFFF;
}
.drawer_button a::after {
	opacity: 0;
	background-color: #0093FF;
}
footer {
	position: relative;
}
.footer_bottom {
	background-color: #F7F7F7;
	padding: 24px 0;
}
.footer_bottom .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
.footer_bottom_logo ul {
	display: flex;
	gap: 40px;
}
.footer_bottom_logo li img {
	height: 70px;
}
.footer_copy p {
	font-size: 10px;
}
.footer_head {
	background-color: #3B3B3B;
	padding: 40px 20px 80px;
	color: #FFFFFF;
}
.footer_head .inner {
	padding: 0;
	display: flex;
	justify-content: space-between;
	gap: 40px 20px;
}
.footer_address_logo {
	margin-bottom: 40px;
	position: relative;
}
.footer_address_logo a img {
	width: 132px;
}
.footer_address_text p {
	font-weight: 500;
	font-size: 13px;
	line-height: 230%;
}
.footer_navi {
	display: flex;
	gap: 40px;
	padding-top: 60px;
	position: relative;
}
.footer_navi_block {
	min-width: 140px;
}
.footer_navi_block_head {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #707070;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.footer_navi_block_head:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.footer_navi_block_head p a {
	color: #FFFFFF;
}
.footer_navi_block_head p a span {
	display: block;
}
.footer_navi_block_head_en {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 13px;
	margin-bottom: 4px;
}
.footer_navi_block_head_ja {
	font-weight: 500;
}
.footer_navi_block_body ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.footer_navi_block_body li a,
.footer_navi_block_body li button {
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	background-color: transparent;
	outline: none;
	border: none;
}
.footer_sns {
	position: absolute;
	top: 0;
	right: 0;
}
.footer_sns ul {
	display: flex;
	gap: 28px;
	align-items: center;
}
.footer_sns li a img {
	width: 22px;
	display: block;
}
.c_head_content {
	padding: 48px 0;
	position: relative;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: linear-gradient(#F7F7F7 0%, #FFFFFF 100%);
}
.c_head_content::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background-image: url(/shared/img/common/head-bg.png);
	background-size: auto 100%;
	background-position: center right;
	background-repeat: no-repeat;
	width: 100%;
	height: 324px;
}
.c_head_title {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}
.c_head_title p {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #0093FF;
	white-space: nowrap;
}
.c_head_title h1 {
	font-weight: 700;
	font-size: 35px;
	line-height: 125%;
	margin: 0;
}
.c_bredlist {
	padding: 8px 0;
}
.c_bredlist ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 16px;
}
.c_bredlist li {
	position: relative;
}
.c_bredlist li::before {
	position: absolute;
	content: "";
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 4px;
	height: 4px;
	transform: translateY(-50%) rotate(45deg);
	top: 55%;
	right: -10px;
}
.c_bredlist li:last-child::before {
	content: none;
}
.c_bredlist li a,
.c_bredlist li span {
	font-size: 12px;
	line-height: 175%;
	color: #000000;
}
.anchor {
	padding-top: 100px;
	margin-top: -100px;
}
a.link_tel {
	pointer-events: none;
	color: #000000;
}
.c_content_title {
	margin-bottom: 40px;
}
.c_content_title p {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 125%;
	color: #0093FF;
	margin-bottom: 4px;
}
.c_content_title h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 150%;
	color: #202733;
}
[class^="c_btn"] a {
	min-height: 50px;
	padding: 16px 0;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin: 0 auto 0 0;
	transition: all 0.5s ease;
}
.c_btn a {
	width: 300px;
	color: #0093FF;
	border: 1px solid #0093FF;
}
.c_btn.c_btn_bg_w a {
	background-color: #FFFFFF;
}
.c_btn02 a {
	width: 350px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.c_btn03 a {
	width: 257px;
	background: #0093FF;
	font-weight: 500;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.c_btn a:hover {
	color: #FFFFFF;
	background-color: #0093FF;
}
.c_btn02 a:hover,
.c_btn03 a:hover {
	color: #0093FF;
	background-color: #FFFFFF;
}
.c_btn.c_btn_bg_w a:hover {
	background-color: #0093FF;
	border-color: #FFFFFF;
}
[class^="c_btn"] a::before,
[class^="c_btn"] a::after {
	width: 53px;
	height: 16px;
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	-webkit-mask: var(--arrow-mask);
	mask: var(--arrow-mask);
	background-color: #0093FF;
}
.c_btn02 a::before,
.c_btn03 a::before {
	background-color: #FFFFFF;
}
[class^="c_btn"] a::after {
	opacity: 0;
}
.c_btn a::after {
	background-color: #FFFFFF;
}
.c_btn02 a::after,
.c_btn03 a::after {
	background-color: #0093FF;
}
.c_btn.c_btn_small a::before,
.c_btn.c_btn_small a::after {
	-webkit-mask: var(--arrow-mask-short);
	mask: var(--arrow-mask-short);
	background-color: #0093FF;
	width: 34px;
}
.c_btn.c_btn_small a::after {
	background-color: #FFFFFF;
}
[class^="c_btn"].c_btn_target a[target="_blank"]::before,
[class^="c_btn"].c_btn_target a[target="_blank"]::after,
[class^="c_btn"].c_btn_download a::before,
[class^="c_btn"].c_btn_download a::after {
	content: none;
}
[class^="c_btn"].c_btn_target a[target="_blank"] span,
[class^="c_btn"].c_btn_download a span {
	position: relative;
}
[class^="c_btn"].c_btn_target a[target="_blank"] span::before,
[class^="c_btn"].c_btn_target a[target="_blank"] span::after,
[class^="c_btn"].c_btn_download a span::before,
[class^="c_btn"].c_btn_download a span::after {
	width: 17px;
	height: 17px;
	content: "";
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	-webkit-mask: var(--target-mask);
	mask: var(--target-mask);
	background-color: #0093FF;
}
[class^="c_btn"].c_btn_target a[target="_blank"] span::after {
	opacity: 0;
}
.c_btn.c_btn_target a[target="_blank"] span::after {
	background-color: #FFFFFF;
}
.c_btn03.c_btn_target a[target="_blank"] span::before {
	background-color: #FFFFFF;
}
.c_btn03.c_btn_target a[target="_blank"] span::after {
	background-color: #0093FF;
}
[class^="c_btn"].c_btn_target a[target="_blank"]:hover span::before,
[class^="c_btn"].c_btn_download a:hover span::before,
[class^="c_btn"].c_btn_link a:hover span::before {
	opacity: 0;
}
[class^="c_btn"].c_btn_target a[target="_blank"]:hover span::after,
[class^="c_btn"].c_btn_download a:hover span::after,
[class^="c_btn"].c_btn_link a:hover span::after {
	opacity: 1;
}
.c_btn.c_btn_download a span::before,
.c_btn.c_btn_download a span::after {
	width: 18px;
	height: 18px;
	-webkit-mask: var(--download-mask);
	mask: var(--download-mask);
}
.c_btn.c_btn_download a span::after {
	background-color: #FFFFFF;
	opacity: 0;
}
.c_btn03.c_btn_link a::before {
	content: none;
}
.c_btn03.c_btn_link a span {
	position: static;
}
.c_btn03.c_btn_link a span::before,
.c_btn03.c_btn_link a span::after {
	width: 10px;
	height: 6px;
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	-webkit-mask: var(--anchor-mask);
	mask: var(--anchor-mask);
	background-color: #FFFFFF;
}
.c_btn03.c_btn_link a span::after {
	background-color: #0093FF;
	opacity: 0;
}
.c_bgtext {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.c_bgtext_scroll {
	display: flex;
	animation: marquee 20s linear infinite;
	will-change: transform;
	width: max-content;
	gap: 20px;
	overflow: hidden;
	white-space: nowrap;
}
@keyframes marquee {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}
.c_bgtext_scroll img {
	height: 144px;
	display: block;
}
.c_info_panel {
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.c_info_panel_tel {
	font-weight: 900;
	font-size: 35px;
	line-height: 125%;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	gap: 8px;
	align-items: center;
}
.c_info_panel_tel span {
	font-size: 20px;
}
.c_info_panel_hours {
	font-weight: 900;
	font-size: 16px;
	line-height: 175%;
	color: #FFFFFF;
	display: flex;
	gap: 8px;
	align-items: center;
}
.c_info_panel_hours span {
	width: 120px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #0C14FE;
}
.u_last_mb_0>*:last-child {
	margin-bottom: 0;
}
@media (max-width: 1360px) {
	.header_content {
		max-width: 1310px;
		margin-right: 0;
		padding-right: 90px;
	}
}
@media (max-width: 1200px) {
	.header_content {
		gap: 1.5vw;
	}
	.main_nav {
		gap: 1vw;
	}
	.main_nav nav ul {
		gap: 1vw;
	}
	.drawer_groups {
		gap: 20px;
	}
	.drawer_group {
		width: calc((100% - 40px) / 3);
	}
}
@media (max-width: 1180px) {
	.drawer_top {
		flex-direction: column;
		gap: 40px;
	}
	.drawer_logo {
		width: 100%;
		border-right: none;
	}
	.drawer_logo>ul {
		margin-top: 40px;
		flex-direction: row;
		gap: 12px 20px;
		flex-wrap: wrap;
	}
	.drawer_groups {
		width: 100%;
		gap: 20px 40px;
	}
	.drawer_group {
		width: calc((100% - 80px) / 3);
	}
	.drawer_lead {
		border-left: 2px solid #FFFFFF;
	}
	.drawer_lead a {
		padding: 4px 40px 4px 12px;
	}
}
@media (max-width: 1000px) {
	.main_nav {
		display: none;
	}
}
@media (max-width: 980px) {
	.footer_navi {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 20px;
	}
	.footer_navi_block_head {
		gap: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
	.tablet {
		display: block;
	}
}
@media (max-width: 767px) {
	body {
		min-width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	a.link_tel {
		pointer-events: auto;
	}
	.site_content {
		min-height: 0;
	}
	.c_lp header {
		position: fixed;
	}
	.header_container {
		padding: 0 90px 0 20px;
	}
	.header_content {
		gap: 20px;
		padding: 0;
	}
	.header_logo a img {
		width: 200px;
	}
	.drawer {
		top: 70px;
		transform: translateY(calc(-100% - 70px));
		height: calc(100dvh - 70px);
		background-color: #FFFFFF;
	}
	.drawer_nav {
		margin-right: auto;
		padding: 20px 0 60px;
	}
	.drawer_nav::before {
		content: none;
	}
	.drawer_inner {
		padding: 0 20px;
	}
	.drawer_top {
		gap: 0;
		margin-bottom: 0;
	}
	.drawer_logo {
		display: none;
	}
	.drawer_groups {
		flex-direction: column;
		gap: 16px;
		justify-content: center;
	}
	.drawer_group {
		width: 100%;
	}
	.drawer_title {
		display: flex;
		justify-content: space-between;
		background-color: #EFEFEF;
	}
	.drawer_title a {
		font-weight: 700;
		font-size: 13px;
		color: #595757;
		background-color: #EFEFEF;
		padding: 14px 20px;
		display: block;
		width: calc(100% - 70px);
		position: relative;
	}
	.drawer_title a::before,
	.drawer_group li a::before,
	.drawer_group li a::after,
	.drawer_group li button:not(.drawer_accordionBtn)::before,
	.drawer_group li button:not(.drawer_accordionBtn)::after {
		-webkit-mask: var(--arrow-mask-short);
		mask: var(--arrow-mask-short);
		background-color: #BABABA;
		width: 40px;
		right: 16px;
	}
	.drawer_title a::before {
		height: 16px;
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease;
	}
	.drawer_title a span {
		font-family: "Montserrat", sans-serif;
		font-weight: 800;
		font-size: 18px;
		color: #000000;
		display: block;
		line-height: 125%;
	}
	.drawer_accordionBtn {
		width: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #E6E6E6;
		cursor: pointer;
		border: none;
	}
	.drawer_group .drawer_title+ul .drawer_accordionBtn {
		background-color: #EFEFEF;
	}
	.drawer_accordionBtn span {
		border-radius: 50%;
		width: 29px;
		height: 29px;
		background-color: #0093FF;
		display: flex;
		position: relative;
	}
	.drawer_accordionBtn span::before,
	.drawer_accordionBtn span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		background: #FFFFFF;
		transform: translate(-50%, -50%);
		transition: all 0.25s ease;
	}
	.drawer_accordionBtn span::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.drawer_accordionBtn.is_open span::after {
		transform: translate(-50%, -50%) rotate(0deg);
		opacity: 0;
	}
	.drawer_group ul {
		gap: 0;
		margin-bottom: 20px;
	}
	.drawer_group .drawer_title+ul {
		transition: height 0.35s ease;
		height: 0;
		overflow: hidden;
		border-top: 1px solid #FFFFFF;
	}
	.drawer_group li a,
	.drawer_group li button:not(.drawer_accordionBtn) {
		padding: 14px 20px;
		color: #202733;
		background-color: #EFEFEF;
		position: relative;
	}
	.drawer_group .drawer_title+li a {
		background-color: #E6E6E6;
	}
	.drawer_group li a:hover,
	.drawer_group li button:not(.drawer_accordionBtn):hover {
		opacity: 0.6;
		color: #000000;
	}
	.drawer_group .drawer_title+li li a {
		background-color: #EFEFEF;
	}
	.drawer_buttons {
		display: none;
	}
	.footer_bottom {
		padding: 32px 0;
	}
	.footer_bottom .inner {
		flex-direction: column;
		gap: 36px;
	}
	.footer_bottom_logo ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 8px;
	}
	.footer_bottom_logo li img {
		height: 84px;
	}
	.footer_copy p {
		text-align: center;
	}
	.footer_head {
		padding: 60px 0 60px;
	}
	.footer_head .inner {
		padding: 0 20px;
		flex-direction: column;
		align-items: center;
	}
	.footer_address_logo {
		text-align: center;
	}
	.footer_address_text p {
		text-align: center;
		line-height: 175%;
		margin-bottom: 8px;
	}
	.footer_navi {
		display: flex;
		flex-direction: column;
		padding-top: 0;
		gap: 40px;
		width: 100%;
	}
	.footer_navi_block {
		min-width: 0;
		width: 100%;
	}
	.footer_navi_block_head p a {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		gap: 20px;
	}
	.footer_navi_block_head_en {
		margin-bottom: 0;
	}
	.footer_navi_block_body ul {
		gap: 12px 8px;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.footer_navi_block_body li {
		width: calc(50% - 4px);
	}
	.footer_sns {
		position: static;
		padding-top: 12px;
	}
	.footer_sns ul {
		justify-content: center;
	}
	.c_head_content {
		padding: 20px 0;
		height: 170px;
	}
	.c_head_content::before {
		background-image: url(/shared/img/common/head-bg-sp.png);
		height: 170px;
	}
	.c_head_title {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.c_head_title p {
		font-size: 14px;
		line-height: 125%;
		margin-bottom: 4px;
	}
	.c_head_title h1 {
		font-size: 20px;
		line-height: 150%;
	}
	.c_content_title h2 {
		font-size: 18px;
	}
	.c_btn a {
		max-width: 300px;
		width: 100%;
		margin-left: auto;
	}
	.c_btn.c_btn_target a[target="_blank"] span,
	.c_btn.c_btn_download a span,
	.c_btn03.c_btn_target a[target="_blank"] span {
		position: static;
	}
	.c_btn.c_btn_target a[target="_blank"] span::before,
	.c_btn.c_btn_target a[target="_blank"] span::after,
	.c_btn03.c_btn_target a[target="_blank"] span::before,
	.c_btn03.c_btn_target a[target="_blank"] span::after {
		right: 28px;
	}
	.c_btn.c_btn_download a span::before,
	.c_btn.c_btn_download a span::after {
		right: 20px;
	}
	.c_btn02 a {
		width: 284px;
		margin-left: auto;
	}
	[class^="c_btn"].c_btn_sp a::before,
	[class^="c_btn"].c_btn_sp a::after {
		-webkit-mask: var(--arrow-mask-short);
		mask: var(--arrow-mask-short);
		width: 34px;
	}
	.c_btn03 a {
		width: 100%;
	}
	.c_btn03.c_btn_sp a::before,
	.c_btn03.c_btn_sp a::after {
		width: 25px;
	}
	.c_btn03.c_btn_link a span::before,
	.c_btn03.c_btn_link a span::after {
		right: 24px;
	}
	.c_bgtext {
		bottom: -94px;
		width: calc(100% + 40px);
	}
	.c_bgtext_scroll img {
		height: 74px;
	}
	.c_info_panel {
		flex-direction: column;
		gap: 8px;
	}
	.c_info_panel_tel {
		display: block;
	}
}