@charset "utf-8";
/*
* {
    box-sizing: border-box
}

::after,
::before {
    box-sizing: inherit
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25rem
}

sup {
    top: -.5rem
}

img {
    border-style: none;
    vertical-align: bottom
}

embed,
iframe,
object {
    border: 0;
    vertical-align: bottom
}

input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
    cursor: default
}

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    padding: 0
}

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

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

template {
    display: none
}

[hidden] {
    display: none
} */

@keyframes scroll-hint-appear {
	0% {
		transform: translateX(40px);
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	100%,
	50% {
		transform: translateX(-40px);
		opacity: 0;
	}
}

.spOnly {
	display: none;
}

@media (max-width: 960px) {
	.spOnly {
		display: block;
	}
}

html {
	font-size: 16px;
}

#allwrap {
	/* overflow: hidden; */
}
/*
p {
	margin: 1.5rem 0;
}

a {
	color: #03c;
	text-decoration: none;
} */
/*
img {
	display: block;
	max-width: 100%;
	height: auto;
} */

@media (max-width: 960px) {
	p {
		/* margin: 1rem 0; */
	}
}

:root {
	--main-black: #333;
	--main-blue: #1253b2;
	--main-white: #fff;
	--light-blue: #edf3fa;
	--marker-blue: #d9f9ff;
	--dark-gray: #666;
	--light-gray: #f7fafc;
	--light-gray2: #e6e6e6;
	--grad-blue: linear-gradient(91.82deg, #178ce6 9.8%, #176be6 88.43%);
	--vivid-blue: #058ff2;
	--vivid-light-blue: #ebf8ff;
	--main-pink: #f24963;
	--light-pink: #fff2f4;
	--marker-pink: #ffebeb;
}

body {
	/* font-family:
		"Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
		"Hiragino Sans", Meiryo, sans-serif; */
	/* font-size: 16px; */
	/* letter-spacing: 0; */
	/* line-height: 1.7; */
	/* color: var(--main-black); */
	/* font-feature-settings: "pkna"; */
	/* overflow-y: scroll; */
}
/*
a {
	cursor: pointer !important;
}

@media (max-width: 960px) {
	body {
		font-size: 15px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
} */

header {
	position: relative;
}

.header_nav {
	height: 115px;
	background: var(--main-white);
	position: fixed;
	z-index: 100;
	width: 100%;
	box-shadow: 0 5px 16px 0 rgba(10, 48, 102, 0.08);
	top: 0;
	transition: transform 300ms ease;
}

body.is-scroll-down .header_nav {
	transform: translateY(-115px);
}
@media (max-width: 960px) {
	body.is-scroll-down .header_nav {
		transform: translateY(-48px);
	}
}

.header_nav a {
	text-decoration: none;
}

.nav_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: inherit;
	padding: 0 2.5rem;
}

.global_nav {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

@media (max-width: 960px) {
	.global_nav {
		display: none;
	}
}

.global_nav_upper {
	display: flex;
	margin-left: auto;
	column-gap: 16px;
	height: 51px;
	align-items: center;
	margin-top: 5px;
}

.global_nav_upper .global_nav_tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}

.global_nav_upper .global_nav_tel span:nth-of-type(1) {
	color: var(--main-blue);
	font-weight: 700;
	font-size: 24px;
}

.global_nav_upper .global_nav_tel span:nth-of-type(1)::before {
	display: inline-block;
	margin-right: 5px;
	content: "";
	width: 22px;
	height: 22px;
	background: url(../img/icon_call.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 2px;
}

.global_nav_upper .global_nav_tel span:nth-of-type(2) {
	color: var(--main-black);
	font-size: 14px;
}

.global_nav_upper .global_nav_inquiry {
	color: var(--main-white);
	font-weight: 700;
	background: var(--main-blue);
	font-size: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 40px;
	border-radius: 5px;
	z-index: 1;
	position: relative;
}

.global_nav_upper .global_nav_inquiry span::before {
	display: inline-block;
	margin-right: 5px;
	content: "";
	width: 22px;
	height: 22px;
	background: url(../img/icon_mail.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 2px;
}

.global_nav_upper .global_nav_inquiry::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--grad-blue);
	transition: opacity 0.4s ease;
	opacity: 0;
	z-index: -1;
	border-radius: 5px;
}

@media (any-hover: hover) {
	.global_nav_upper .global_nav_inquiry:hover::before {
		opacity: 1;
	}
}

.global_nav_lower {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 54px;
}

.nav_logo {
	min-width: 260px;
	transition: opacity 0.2s ease;
}

@media (any-hover: hover) {
	.nav_logo:hover {
		opacity: 0.7;
	}
}

ul.nav_list {
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
}

ul.nav_list > li {
	font-weight: 700;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	height: inherit;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
}

ul.nav_list > li::before {
	content: "";
	width: 1px;
	position: relative;
	top: 0;
	left: -1px;
	height: 44px;
	background-color: var(--light-blue);
}

@media (any-hover: hover) {
	ul.nav_list > li:hover {
		background-color: var(--light-blue);
	}

	ul.nav_list > li:hover::before {
		background-color: transparent;
	}
}

ul.nav_list > li .head {
	color: var(--main-blue);
	display: flex;
	position: relative;
	width: -webkit-fill-available;
	height: -webkit-fill-available;
	align-items: center;
	padding: 0 24px 0 23px;
}

.nav_list > li a.head {
	transition: opacity 0.2s ease;
}

ul.nav_list > li .head::after {
	content: "";
	position: absolute;
	bottom: 6px;
	right: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-right: solid 1px var(--main-blue);
	border-bottom: solid 1px var(--main-blue);
}

@-moz-document url-prefix() {
	ul.nav_list > li .head::after {
		bottom: -9px;
	}
}

.nav_list > li:not(:has(ul)) .head::after {
	content: none !important;
}

.nav_list > li:last-of-type {
	border-left: none;
	background: var(--light-blue);
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	height: 49px;
	margin-left: 8px;
	margin-bottom: 5px;
}

.nav_list > li:last-of-type a.head {
	padding: 0 24px;
}

.nav_list > li:last-of-type::before {
	content: none !important;
}

.nav_list > li:last-of-type span::after {
	display: inline-block;
	margin-left: 5px;
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/icon_recruit.webp) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 2px;
}

@media (any-hover: hover) {
	.nav_list > li:last-of-type:hover {
		background: #c8dcfa;
	}

	.nav_list > li:last-of-type:hover a.head {
		opacity: 1;
	}

	.nav_list > li a.head:hover {
		opacity: 0.7;
	}
}

.megaMenu {
	background-color: rgba(237, 243, 250, 0.8);
	left: 0;
	top: 115px;
	opacity: 0;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 100%;
	transition: opacity 0.4s ease;
}

ul.megaMenu_list {
	padding-bottom: 40px;
	padding-top: 40px;
	gap: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1100px;
	flex-wrap: wrap;
	margin: 0 auto;
}

ul.megaMenu_list li {
	position: relative;
}

ul.megaMenu_list li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: 0 0;
	box-shadow: 2px -2px 0 0 var(--main-white);
	z-index: 1;
}

ul.megaMenu_list li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	background: var(--main-blue);
	color: var(--main-white);
	border-radius: 5px;
	width: 356px;
	height: 56px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: background 0.4s ease;
}

ul.megaMenu_list li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--grad-blue);
	transition: opacity 0.4s ease;
	opacity: 0;
	z-index: -1;
}

@media (any-hover: hover) {
	ul.megaMenu_list li a:hover::before {
		opacity: 1;
	}
}

ul.megaMenu_list li a::after {
	content: none !important;
}

@media (any-hover: hover) {
	ul.nav_list > li:hover .megaMenu {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 1100px) {
	.global_nav_upper .global_nav_tel span:nth-of-type(1) {
		font-size: 2vw;
	}

	.global_nav_upper .global_nav_tel span:nth-of-type(2) {
		font-size: 1.2vw;
	}

	.global_nav_upper .global_nav_inquiry {
		font-size: 1.7vw;
		padding: 0 3vw;
	}

	ul.nav_list > li {
		font-size: 1.2vw;
	}

	ul.nav_list > li .head {
		padding: 0 1.5vw 0 calc(1.5vw - 1px);
	}

	ul.nav_list > li .head::after {
		bottom: 8px;
	}

	.nav_list > li:last-of-type a.head {
		padding: 0 2vw;
	}
}

@media (max-width: 960px) {
	.nav_wrap {
		padding: 0 10px;
		position: relative;
		box-shadow: 0 3px 10px 0 rgba(10, 48, 102, 0.08);
	}

	.header_nav {
		height: 48px;
	}

	.header_nav.appear {
		top: 0;
	}

	.nav_logo {
		min-width: 148px;
		max-width: 148px;
		margin-right: auto;
	}

	ul.nav_list {
		display: none;
	}

	.global_nav_lower {
		display: none;
	}
}

@media (max-width: 960px) {
	.nav_wrap {
		padding: 0 50px 0 10px;
		justify-content: flex-end;
	}

	.global_nav_upper {
		opacity: 0;
		transition: opacity 0.4s ease;
		height: 48px;
		column-gap: 0;
		margin-top: 0;
	}

	.global_nav_upper.appear {
		opacity: 1;
	}

	.global_nav_upper .global_nav_tel {
		background: var(--light-blue);
		height: 48px;
		line-height: 1.2;
		padding: 0 6px;
	}

	.global_nav_upper .global_nav_tel span {
		white-space: nowrap;
	}

	.global_nav_upper .global_nav_tel span:nth-of-type(1) {
		font-size: 9px;
	}

	.global_nav_upper .global_nav_tel span:nth-of-type(1)::before {
		margin: 0 auto;
		width: 22px;
		height: 22px;
		display: block;
	}

	.global_nav_upper .global_nav_tel span:nth-of-type(2) {
		font-size: 7px;
	}

	.global_nav_upper .global_nav_inquiry {
		font-size: 9px;
		border-radius: 0;
		padding: 0 18px;
	}

	.global_nav_upper .global_nav_inquiry span {
		white-space: nowrap;
	}

	.global_nav_upper .global_nav_inquiry span::before {
		display: block;
		margin: 0 auto;
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 359px) {
	.global_nav_upper .global_nav_inquiry,
	.global_nav_upper .global_nav_tel {
		padding: 0 5px;
	}

	.global_nav_upper .global_nav_tel span:nth-of-type(1) {
		font-size: 8px;
	}

	.global_nav_upper .global_nav_inquiry {
		font-size: 8px;
	}
}

.burger_nav {
	display: block;
	position: fixed;
	top: 48px;
	right: 0;
	bottom: 0;
	width: 100%;
	background: var(--light-blue);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 0.5s;
	z-index: -1;
	opacity: 0;
	padding: 30px 24px;
	box-sizing: border-box;
	visibility: hidden;
}

.open .burger_nav {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.toggle_btn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 50px;
	height: 48px;
	display: inline-flex;
	justify-content: center;
}

.toggle_btn span {
	display: inline-block;
	transition: all 0.4s;
	position: absolute;
	height: 2px;
	background: var(--main-blue);
	width: 40%;
}

.toggle_btn span:nth-child(1) {
	top: 15px;
}

.toggle_btn span:nth-child(2) {
	top: 22px;
}

.toggle_btn::after {
	content: "メニュー";
	position: absolute;
	bottom: 5px;
	color: var(--main-blue);
	font-size: 9px;
	text-transform: uppercase;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	white-space: nowrap;
	letter-spacing: 0;
}

.open .toggle_btn {
	background-color: var(--main-white);
}

.open .toggle_btn span {
	background-color: var(--main-blue);
}

.open .toggle_btn span:nth-child(1) {
	top: 12px;
	transform: translateY(6px) rotate(-45deg);
	width: 35%;
}

.open .toggle_btn span:nth-child(2) {
	top: 24px;
	transform: translateY(-6px) rotate(45deg);
	width: 35%;
}

.open .toggle_btn::after {
	content: "とじる";
	color: var(--main-blue);
}

body.no-scroll {
	overflow: hidden;
}

.burger_accordionhead {
	font-size: 15px;
	line-height: normal;
	font-weight: 700;
	padding: 0.6rem 0 0.6rem 0.3rem;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--main-blue);
	border-bottom: 1px solid #d7e6f7;
}

.burger_accordionhead::after {
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: solid 2px var(--main-blue);
	border-right: solid 2px var(--main-blue);
	transform: rotate(45deg);
	margin-right: 5px;
}

.burger_accordionhead.active::after {
	transform: rotate(225deg);
	margin-top: -3px;
}

.burger_accordionhead.default_active::after {
	transform: rotate(225deg);
}

.burger_accordionhead.default_active.active::after {
	transform: rotate(45deg);
}

a.burger_accordionhead::after {
	content: none !important;
}

ul.burger_accordionlist {
	margin-bottom: 1.5rem;
}

ul.burger_accordionlist li {
	font-size: 14px;
	display: flex;
	margin: 0;
	border-bottom: 1px solid #d7e6f7;
	padding: 0.6rem 0 0.6rem 1.2rem;
}

ul.burger_accordionlist li a {
	color: var(--main-black);
	width: 100%;
}

.burger_accordionlist {
	display: none;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.burger_accordionhead.default_active + .burger_accordionlist {
	display: block;
	max-height: 9999px;
}

body.index video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

body.index video::-webkit-media-controls {
	display: none !important;
}

body.index video::-moz-media-controls {
	display: none !important;
}

body.index video::-ms-media-controls {
	display: none !important;
}

body.index video::-o-media-controls {
	display: none !important;
}

.contents_wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 5rem 0;
	position: relative;
}

footer .contents_wrap {
	padding: 5rem 0 3.5rem;
}

footer a {
	text-decoration: none;
}

@media (max-width: 960px) {
	.contents_wrap {
		width: calc(100% - 48px);
		margin: 0 auto;
		padding: 3.5rem 0;
	}

	footer .contents_wrap {
		padding: 3.5rem 0 2.5rem;
	}
}

p.first {
	margin-top: 0;
}

footer {
	position: relative;
}

@keyframes ptb_on {
	from {
		background-color: var(--main-blue);
	}

	to {
		background-color: transparent;
	}
}

@keyframes ptb_out {
	from {
		background-color: transparent;
	}

	to {
		background-color: var(--main-blue);
	}
}

button#topBtn {
	width: 56px;
	height: 56px;
	position: fixed !important;
	bottom: 30px;
	right: 30px;
	background-color: var(--main-blue);
	color: var(--main-white);
	padding: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.4s ease,
		visibility 0.4s ease;
	box-shadow: 0 0 20px 0 rgba(10, 48, 102, 0.35);
	position: relative;
	z-index: 1;
}

button#topBtn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--grad-blue);
	transition: opacity 0.4s ease;
	opacity: 0;
	z-index: -1;
	border-radius: 50%;
}

@media (any-hover: hover) {
	button#topBtn:hover {
		animation: ptb_on 1s forwards;
	}

	button#topBtn:not(:hover) {
		animation: ptb_out 0s forwards;
	}

	button#topBtn:hover::before {
		opacity: 1;
	}
}

button#topBtn::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 13px;
	height: 13px;
	border-top: 2px solid var(--main-white);
	border-right: 2px solid var(--main-white);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	margin: 3px auto 0;
}

@media (max-width: 960px) {
	button#topBtn {
		bottom: 15px;
		right: 15px;
		position: fixed;
	}
}

footer {
	background: #f2f5f7;
}

.footermenu_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.footermenu_menuarea {
	width: 44%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 40px;
}

.footermenu_bannerarea {
	width: 33%;
	margin-top: 15px;
}

.footermenu_box {
	width: 100%;
}

.footermenu_title {
	color: var(--main-blue);
	font-weight: 700;
	font-size: 15px;
	margin: 0 0 5px;
	line-height: 1.5;
}

.footermenu_title.first {
	margin-top: 0;
}

ul.footermenu li {
	display: flex;
	align-items: center;
	margin: 0 0 5px 3px;
	line-height: 1.5;
	white-space: nowrap;
}

ul.footermenu li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 1px;
	background: var(--main-blue);
	margin-right: 8px;
}

ul.footermenu li:last-of-type {
	margin-bottom: 32px;
}

ul.footermenu li a {
	color: var(--main-black);
	font-size: 14px;
	transition: all 0.2s;
}

@media (any-hover: hover) {
	ul.footermenu li a:hover {
		color: var(--main-blue);
		opacity: initial !important;
	}
}

.footermenu_logo img {
	width: 356px;
	margin: 0 auto;
}

.footermenu_banner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.footermenu_banner a {
	transition: opacity 0.4s ease;
}

@media (any-hover: hover) {
	.footermenu_banner a:hover {
		opacity: 0.7;
	}
}

.footermenu_banner .banner1 {
	width: 48px;
}

.footermenu_banner .banner2 {
	width: 97px;
}

.footermenu_banner .banner3 {
	width: 166px;
}

.footermenu_link_common {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footermenu_link_common a {
	font-size: 14px;
	color: var(--main-black);
	padding: 0 1.5rem;
	position: relative;
	white-space: nowrap;
}

@media (any-hover: hover) {
	.footermenu_link_common a:hover {
		color: var(--main-blue);
		opacity: initial !important;
	}
}

.footermenu_link_common a:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateX(50%) translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: var(--dark-gray);
}

.copy_right {
	text-align: center;
	font-size: 12px;
	width: 100%;
	background: var(--main-blue);
	color: var(--main-white);
	margin: 0 !important;
	height: 50px;
	line-height: 50px;
}

@media (max-width: 960px) {
	.footermenu_wrap {
		flex-direction: column;
	}

	.footermenu_menuarea {
		width: fit-content;
		margin: 0 auto;
		flex-direction: row;
		column-gap: 32px;
	}

	.footermenu_box {
		width: 100%;
	}

	.footermenu_bannerarea {
		width: 100%;
		margin-top: 15px;
	}

	.footermenu_logo img {
		width: 238px;
	}

	.footermenu_banner .banner1 {
		width: 32px;
	}

	.footermenu_banner .banner2 {
		width: 65px;
	}

	.footermenu_banner .banner3 {
		width: 111px;
	}
}

@media (max-width: 600px) {
	.footermenu_menuarea {
		flex-direction: column;
	}

	.footermenu_title {
		font-size: 15px;
		margin: 0 0 5px;
	}

	ul.footermenu li {
		margin: 0 0 5px 3px;
	}

	ul.footermenu li:last-of-type {
		margin-bottom: 1.5rem;
	}

	.copy_right {
		height: 34px;
		line-height: 34px;
	}
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition:
		opacity 1s ease,
		visibility 0s 1s;
}

@keyframes dot-blink {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}

.footer__group-company {
	display: flex;
	margin: -2px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer__group-company-item {
	width: 9%;
	height: 54px;
	margin: 2px;
}

.footer__group-company-item img {
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 1000px) {
	.footer__group-company {
		flex-wrap: wrap;
	}

	.footer__group-company-item {
		max-width: 100px;
		width: 17%;
	}
}
.cta_bg {
	background-color: var(--main-blue);
	background-image: radial-gradient(circle, #0a59cc 21%, transparent 22%);
	background-size: 12px 12px;
}
.cta_wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.cta_info {
	padding: 2.5rem 0;
	font-weight: 700;
	color: var(--main-white);
	font-size: 20px;
	text-align: center;
	width: 65%;
}
.cta_info a {
	text-decoration: none;
}
.cta_catch {
	font-size: 28px;
	margin-bottom: 5px;
}
.cta_tell {
	font-size: 50px;
}
a .cta_tell.telLink {
	color: var(--main-white);
}
.cta_tell::before {
	content: "";
	width: 36px;
	height: 36px;
	background: url(../img/cta_call.webp) no-repeat;
	background-size: contain !important;
	margin-right: 16px;
	display: inline-block;
}
.no-webp .cta_tell::before {
	background: url(../img/cta_call.png) no-repeat;
}
.cta_time {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 32px;
}
.cta_time span {
	font-size: 20px;
	border: solid 1px var(--main-white);
	border-radius: 3px;
	padding: 1px 8px;
	margin-right: 8px;
}
.cta_link {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 75%;
	background: var(--main-white);
	color: var(--main-blue) !important;
	padding: 1.4rem 0;
	border-radius: 5px;
	position: relative;
	font-weight: 700;
	overflow: hidden;
	transition: all 0.4s ease;
	z-index: 1;
}
.cta_link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--grad-blue);
	transition: opacity 0.4s ease;
	opacity: 0;
	z-index: -1;
}
.cta_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: 0 0;
	box-shadow: 2px -2px 0 0 var(--main-blue);
	z-index: 2;
	transition: border-color 0.4s ease;
}
@media (any-hover: hover) {
	.cta_link:hover {
		color: var(--main-white) !important;
		background: 0 0;
	}
	.cta_link:hover::after {
		background: 0 0;
		box-shadow: 2px -2px 0 0 var(--main-white);
	}
	.cta_link:hover::before {
		opacity: 1;
	}
}
.cta_navigator {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 1100px) {
	.cta_wrap {
		width: calc(100% - 48px);
	}
}
@media (max-width: 960px) {
	.cta_navigator {
		max-width: 300px;
	}
}
@media (max-width: 600px) {
	.cta_bg {
		margin-top: 0;
	}
	.cta_wrap {
		margin: 0 auto;
		padding: 0 0 2rem;
	}
	.cta_info {
		width: 100%;
		padding: 1.5rem 0 2rem;
	}
	.cta_catch {
		font-size: 20px;
		margin-bottom: 0;
	}
	.cta_tell {
		font-size: 38px;
		margin-bottom: 5px;
	}
	.cta_tell::before {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.cta_time {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.cta_time span {
		font-size: 18px;
		border-radius: 3px;
		padding: 1px 8px;
		margin-right: 8px;
	}
	.cta_link {
		padding: 1rem 0;
		min-width: 80%;
		margin: 0 auto 0 0;
		display: block;
		font-size: 18px;
	}
	.cta_navigator {
		max-width: 171px;
		z-index: 1;
		right: -24px;
	}
}
