@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
	/* ------------color------------ */
	--black: #000000;
	--white: #ffffff;
	--gray: #454545;
	--red: #00649a;
	--purple: #9747ff;
	--red: #dc4f4e;
}
::placeholder {
	color: #bababa;
}
input,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: none;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	color: #333333;
	background: white;
	overflow-x: hidden;
}

h2 {
	font-size: 52px;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.07rem;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 18px;
	}
}

/* ------------フォント------------ */
.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.be-vietnam-pro {
	font-family: "Be Vietnam Pro", sans-serif;
	font-style: normal;
}
.be-vietnam-pro-thin {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.be-vietnam-pro-extralight {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.be-vietnam-pro-light {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.be-vietnam-pro-regular {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.be-vietnam-pro-medium {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.be-vietnam-pro-semibold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.be-vietnam-pro-bold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.be-vietnam-pro-extrabold {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.be-vietnam-pro-black {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.be-vietnam-pro-thin-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.be-vietnam-pro-extralight-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.be-vietnam-pro-light-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.be-vietnam-pro-regular-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.be-vietnam-pro-medium-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.be-vietnam-pro-semibold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.be-vietnam-pro-bold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.be-vietnam-pro-black-italic {
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 900;
	font-style: italic;
}

.bebas-neue-regular {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}
/* ------------フォント------------ */

/* ------------レスポンシブ------------ */
.pc {
	display: block;
}
.sp {
	display: none;
}

@media (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* ------------レスポンシブ------------ */

/* ------------共通パーツ------------ */
/* .sticky {
    position: sticky;
    top: 0;
} */
.content_wrap {
	max-width: 1100px;
	width: 80%;
	margin: auto;
}
.content_margin {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sec_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sec_title,
.sec_title span {
	letter-spacing: 0.04rem;
	background: #dc4f4e;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	width: max-content;
	animation: AnimationTitle 5s ease infinite;
	font-weight: 500;
	white-space: nowrap;
}
.sec_title.white,
.sec_title.white span {
	background: unset;
	-webkit-text-fill-color: unset;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.sec_title,
	.sec_title span {
		width: fit-content;
		white-space: normal;
	}
}

@keyframes AnimationTitle {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 50% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.sec_subtitle {
	font-size: 14px;
	letter-spacing: 0.04rem;
	margin-top: 10px;
}
.sec_subtitle::before {
	content: "";
	display: inline-block;
	background-color: #333;
	width: 13px;
	height: 13px;
	border-radius: 9999px;
	margin-right: 10px;
}
#recruit .sec_subtitle::before {
	background: #fff;
	width: 12px;
	height: 12px;
}
.sec_subtitle.white {
	color: #fff;
}
.sec_subtitle.white::before {
	background-color: #fff;
}
.sec_copy {
	letter-spacing: 0.04rem;
	line-height: 1.5;
	margin-top: 46px;
}
.sec_description {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04rem;
	line-height: 1.7;
	margin-top: 46px;
}
.sec_btn {
	margin-top: 48px;
}
.sec_btn.white {
	color: #fff;
}
.sec_btn_pc {
	display: block;
}
.sec_btn_sp {
	display: none;
}
.view_more_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.view_more_btn span {
	font-size: 18px;
	letter-spacing: 0.04rem;
	line-height: 1.5;
	transition: all 0.2s;
}
.view_more_btn svg,
.view_more_btn svg rect,
.view_more_btn svg path {
	transition: all 0.2s;
}
.view_more_btn:hover span {
	color: var(--red);
}
.view_more_btn:hover svg {
	margin-left: 4px;
}
.view_more_btn:hover svg rect,
.view_more_btn:hover svg path {
	stroke: var(--red);
}

@media screen and (min-width: 1600px) {
	.content_wrap {
		max-width: 1300px;
	}
}

@media screen and (max-width: 1024px) {
	.content_wrap {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.content_margin {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/* ------------共通パーツ------------ */

/* ------------下層共通パーツ------------ */
#underPageKv {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 340px;
	width: 100%;
	background-image: url(../images/pc/under_kv-min.jpg);
}
.under_page_kv_content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	padding-left: 170px;
	padding-left: min(170px, 11.8vw);
}
.under_page_kv_title {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.07rem;
	color: #fff;
}
.under_page_kv_subtitle {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.04rem;
	color: #fff;
}
.under_page_kv_subtitle::before {
	content: "";
	display: inline-block;
	background-color: #fff;
	width: 11px;
	height: 11px;
	border-radius: 9999px;
	margin-right: 12px;
}

@media screen and (max-width: 767px) {
	#underPageKv {
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: 260px;
		width: 100%;
		margin-top: 80px;
		background-image: url(../images/sp/under_kv-sp-min.jpg);
	}
	.under_page_kv_content {
		padding-left: 20px;
	}
	.under_page_kv_title {
		font-size: 30px;
		line-height: 1.5;
	}
	.under_page_kv_subtitle {
		font-size: 14px;
		line-height: 1.1;
	}
	.sec_btn_pc {
		display: none;
	}
	.sec_btn_sp {
		display: block;
	}
}
/* ------------下層共通パーツ------------ */

/* ------------header------------ */
/* header {
	position: fixed;
	top: 0;
	width: 100%
} */
.header {
	width: 100%;
	padding: 20px 20px 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s;
}
.header_fixed {
	display: none;
	/*     position: fixed; */
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	transition: all 0.5s;
	z-index: 100;
}
/* .header_fixed.fixed {
    display: block;
} */
.header_inner {
	height: 90px;
	padding: 17px 30px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	/* padding: 0 calc(40px + (100vw - 100%)) 0 30px; */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/* transition: all 0.3s; */
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.header_logo {
	width: 54px;
	height: 100%;
	display: block;
	position: relative;
}
.logo_img {
	position: absolute;
	top: 0;
	left: 0;
}
.header_menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.header_list a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #333;
	transition: all 0.3s;
}
.header.fixType .header_list a {
	color: #000;
}
.header_contact a {
	background-color: var(--black);
	padding: 11px 23px;
	border-radius: 9999px;
	box-sizing: border-box;
	transition: all 0.3s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 6px;
	line-height: 1.1;
	border: 1px solid var(--black);
}
.header.fixType .header_contact a {
	color: #fff;
}
.header_contact a {
	text-align: center;
	color: #fff;
}

.header_hamburger {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: relative;
}
.header_hamburger span {
	display: inline-block;
	transition: all 0.4s; /*アニメーションの設定*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 2px;
	background: #333;
	width: 28px;
}
.header_hamburger.active span {
	background-color: #fff;
}
.header_hamburger span:nth-of-type(1) {
	top: 10px;
}

.header_hamburger span:nth-of-type(2) {
	top: 20px;
}

.header_hamburger span:nth-of-type(3) {
	top: 30px;
}

.header_hamburger.active span:nth-of-type(1) {
	top: 12px;
	left: 7px;
	transform: translateY(7px) rotate(-45deg);
	width: 26px;
}
.header_hamburger.active span:nth-of-type(2) {
	opacity: 0; /*真ん中の線は透過*/
}
.header_hamburger.active span:nth-of-type(3) {
	top: 26px;
	left: 7px;
	transform: translateY(-7px) rotate(45deg);
	width: 26px;
}

.header__nav {
	display: none;
}

.header_list {
	position: relative;
}
.header_list:not(.header_contact) a::after {
	content: "";
	height: 1px;
	bottom: -8px;
	width: 100%;
	display: block;
	position: absolute;
	transform: scale(0, 1);
	transition: transform 0.5s;
	transform-origin: left top;
	background-color: #333;
}
.header.fixType .header_list:not(.header_contact) a::after {
	background-color: #000;
}
.header_list:hover a::after {
	background-color: #333;
	transform: scale(1, 1);
}
.header_list svg path {
	transition: all 0.3s;
}
.header_list:hover svg path {
	fill: var(--red);
}

.header.fixType .header_list:hover a::after {
	background-color: #000;
}
.header_contact:hover a,
.header.fixType .header_contact:hover a {
	background-color: #fff;
}
.header_contact:hover a,
.header.fixType .header_contact:hover a {
	color: var(--red);
}
.header_fixed .header_list:not(.header_contact) a::after {
	background-color: #000;
	bottom: -6px;
}

.header_cta_contact {
	gap: 30px;
}

@media screen and (max-width: 1024px) {
	.header {
		position: fixed;
	}
	.header_inner {
		height: 60px;
		padding: 10px 20px;
	}
	.header_logo {
		width: 40px;
		height: 100%;
	}
	.header_menu_wrap {
		display: none;
	}

	.header_hamburger {
		display: block;
		position: fixed;
		top: 30px;
		right: 35px;
		z-index: 2000;
	}

	/* header_nav */
	.header__nav {
		display: block;
		background-color: rgba(255, 255, 255, 0.7);
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
		position: fixed;
		top: 0;
		right: -100%;
		max-width: 440px;
		width: 100%;
		height: 100dvh;
		z-index: 1000;
		transition: all 0.5s;
		overflow-y: scroll;
	}
	.header__nav.active {
		right: 0px;
	}
	.header_nav_logo {
		width: 160px;
	}
	.header_nav_logo img {
		width: 100%;
	}
	.header_nav_menu {
		width: 100%;
	}
	.header_nav_inner {
		margin-top: 80px;
		margin-bottom: 40px;
		padding: 0px 20px 20px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
	.header_nav_list {
		border-bottom: 1px solid #c4c4c4;
	}
	.header_nav_list a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.04rem;
		padding: 20px 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		color: #fff;
	}
	.header_nav_list a svg {
		width: 24px;
		height: 24px;
	}
	.header_memu_icon {
		margin-top: 20px;
		display: block;
		width: fit-content;
	}
	.header_nav_contact {
		width: 240px;
		height: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: var(--red);
		border-radius: 50px;
		gap: 6px;
		color: #fff;
		box-sizing: border-box;
		transition: all 0.3s;
	}
	.header_nav_contact span {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.7;
		letter-spacing: 0.04rem;
	}
	.header_nav_contact:hover {
		border: 1px solid var(--red);
		background-color: #fff;
		color: var(--red);
	}
	.header_nav_contact:hover svg path {
		fill: var(--red);
	}
}

@media screen and (max-width: 767px) {
	.header {
		padding: 10px 10px 0 10px;
	}
	.header_hamburger {
		top: 20px;
		right: 25px;
	}
	.header_hamburger span {
		height: 1px;
	}
}
/* ------------header------------ */

/* ------------footer------------ */
.footer {
	background-color: #222222;
	color: #fff;
	padding: 60px 70px 30px 70px;
}
.footer_upper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_info_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 18px;
}
.footer_logo {
	width: 104px;
}
.footer_logo img {
	width: 100%;
}
.footer_info {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.footer_info .company_name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.07rem;
	line-height: 1.7;
}
.footer_info .company_adress {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.07rem;
	line-height: 1.7;
}
.footer_info .company_tel {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.08rem;
}
.footer_menu_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 90px;
}
.footer_menu {
	display: flex;
	flex-direction: row;
}
.footer_list {
	padding: 0 20px;
	transition: all 0.3s;
}
.footer_list a {
	transition: all 0.3s;
}
.footer_list:hover a {
	opacity: 0.6;
}
.footer_list:first-child {
	padding: 0 20px 0 0;
}
.footer_list:last-child {
	padding: 0 0 0 20px;
}
/* .footer_list:not(:last-child) {
	border-right: 1px solid #fff;
} */
.footer_list a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04rem;
}
.sns_link a {
	display: flex;
	flex-direction: row;
	justify-content: end;
	gap: 16px;
}
.sns_link p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04rem;
	line-height: 1.5;
}
.footer_bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	gap: 36px;
}
.footer_bottom_menu {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	row-gap: 16px;
}
.footer_bottom_list {
	padding: 0 24px;
}
.footer_bottom_list:not(:last-child) {
	border-right: 1px solid #fff;
}
.footer_bottom_list a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1rem;
	transition: all 0.3s;
}
.footer_bottom_list a:hover {
	opacity: 0.6;
}
.copyright_wrap {
	width: 100vw;
	background: #000;
	padding: 8px 0;
	text-align: center;
}
.copyright {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04rem;
	text-align: center;
}
.pagetop-sp {
	display: none;
}

@media screen and (max-width: 1200px) {
	.footer_list {
		padding: 0 20px;
	}
	.footer_list:first-child {
		padding: 0 20px 0 0;
	}
	.footer_list:last-child {
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	.footer_upper {
		gap: 20px;
	}
	.footer_menu {
		flex-wrap: wrap;
		row-gap: 20px;
		justify-content: end;
	}
	.footer_list:first-child {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		padding: 110px 30px 30px 30px;
		position: relative;
	}
	.footer_upper {
		flex-direction: column;
		gap: 40px;
	}
	.footer_info_wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	/* .footer_logo {
		width: 140px;
	} */
	.footer_info {
		width: 100%;
		align-items: center;
	}
	.footer_info .company_adress {
		text-align: center;
	}
	.footer_menu_wrap {
		flex-direction: column;
		gap: 24px;
	}
	.footer_menu {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 40px;
	}
	.footer_list {
		padding: 0;
	}
	.footer_list:first-child {
		padding: 0;
	}
	.footer_list:last-child {
		padding: 0;
	}
	.footer_list a {
		font-weight: 400;
		font-size: 14px;
	}
	.pagetop {
		display: none;
	}
	.pagetop-sp {
		display: block;
		position: absolute;
		top: 30px;
		right: 30px;
	}
	.footer_bottom {
		font-size: 14px;
	}
	.footer_bottom_list {
		padding: 0 10px;
	}
	.footer_bottom_list:not(:last-child) {
		border-right: none;
	}
	.footer_bottom_list a {
		font-size: 10px;
	}
	/* .footer_bottom_menu {
		justify-content: flex-start;
	} */
	.copyright {
		text-align: center;
	}
}
/* ------------footer------------ */

/* ------------cta------------ */
#cta {
}
.cta_inner {
	width: 100%;
	background: var(--red);
	padding: 76px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.cta_head h3 {
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 0.07rem;
	font-weight: 500;
	text-align: center;
	color: white;
}
.cta_contact {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	max-width: 800px;
	width: 100%;
}
.cta_item {
	border-radius: 4px;
	max-width: 800px;
}
.cta_item a {
	border-radius: 4px;
	height: 110px;
	display: block;
}
.tel_item {
	border: 2px solid #fff;
}
.tel_item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	transition: all 0.3s;
}
.tel_item a:hover {
	background-color: #fff;
}
.cta_tel_upper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}
.cta_tel_upper p {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	font-family: "roboto", sans-serif;
	transition: all 0.3s;
}
.tel_item a:hover .cta_tel_upper p {
	color: var(--red);
}
.cta_tel_upper p .cta_tel_upper svg {
	width: 32px;
	height: 32px;
}
.tel_item a:hover .cta_tel_upper svg rect,
.tel_item a:hover .cta_tel_upper svg path {
	fill: var(--red);
}

.cta_tel_under p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	transition: all 0.3s;
}
.tel_item a:hover .cta_tel_under p {
	color: var(--red);
}

.mail_item {
	background-color: #fff;
	border: 2px solid #fff;
}
.mail_item {
	transition: all 0.3s;
}
.mail_item:hover {
	background-color: var(--red);
}
.cta_mail_inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 32px;
	height: 100%;
}
.cta_mail_inner p {
	color: var(--red);
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
	transition: all 0.3s;
}
.mail_item:hover .cta_mail_inner p {
	color: #fff;
}
.cta_mail_inner svg path {
	transition: all 0.3s;
}
.mail_item:hover .cta_mail_inner svg path {
	fill: #fff;
}
.mail_item:hover .cta_mail_inner svg:last-child path,
.mail_item:hover .cta_mail_inner svg rect {
	stroke: #fff;
}
.contact_btn {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04rem;
	color: #fff;
	background-color: var(--red);
	border-radius: 999px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 12px;
	padding: 24px 40px;
	border: 1px solid var(--red);
	transition: all 0.3s;
}

.contact_btn:hover {
	background-color: #fff;
	border: 1px solid var(--red);
	color: var(--red);
}
.contact_btn svg rect,
.contact_btn svg path {
	transition: all 0.3s;
}
.contact_btn:hover svg rect,
.contact_btn:hover svg path {
	fill: var(--red);
}

.contact_btn svg {
	width: 25px;
}
.submit_btn {
	transition: all 0.3s;
	border: none;
}
.submit_btn:hover {
	background-color: #fff;
	color: var(--red);
}
.submit_btn:hover svg {
	right: 16px;
}
.submit_btn:hover svg path {
	stroke: var(--red);
}
.pagetop svg {
	transition: all 0.3s;
}
.pagetop:hover svg {
	opacity: 0.6;
}

@media screen and (max-width: 1024px) {
	.cta_contact {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	/* #cta {
		padding: 40px 0;
	} */
	.cta_inner {
		padding: 40px 20px;
		gap: 30px;
	}
	.cta_inner h3 {
		font-size: 24px;
	}
	.cta_contact {
		gap: 20px;
	}

	.contact_btn {
		padding: 16px 0;
		width: 310px;
	}
	.cta_item a {
		height: 80px;
	}

	.contact_btn svg {
		width: 20px;
	}
	.cta_tel_upper svg {
		width: 24px;
		height: 24px;
	}
	.cta_tel_upper p {
		font-size: 30px;
	}
	.cta_tel_under p {
		font-size: 14px;
	}
	.cta_mail_inner svg {
		width: 30px;
		height: 21px;
	}
	.cta_mail_inner p {
		font-size: 18px;
	}
}
/* ------------cta------------ */

/* ------------animation------------ */
.delay-02 {
	animation-delay: 0.2s;
}
.delay-04 {
	animation-delay: 0.4s;
}
.delay-06 {
	animation-delay: 0.6s;
}
.delay-08 {
	animation-delay: 0.8s;
}
.delay-10 {
	animation-delay: 1s;
}
.delay-12 {
	animation-delay: 1.2s;
}
.delay-14 {
	animation-delay: 1.4s;
}
.delay-16 {
	animation-delay: 1.6s;
}
.delay-18 {
	animation-delay: 1.8s;
}
.delay-20 {
	animation-delay: 2s;
}
.delay-22 {
	animation-delay: 2.2s;
}
.delay-24 {
	animation-delay: 2.4s;
}
.delay-26 {
	animation-delay: 2.6s;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	display: inline-block;
	opacity: 0;
	animation-name: fadeInUp;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.js_up_anime {
	display: flex;
	overflow: hidden;
}
.js_up_anime span {
	display: block;
	transform: translate(0, 105%);
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
}
.js_up_anime.active span {
	transform: translate(0, 0);
}

.js_up_anime-init {
	display: flex;
	overflow: hidden;
}
.js_up_anime-init span {
	display: block;
	transform: translate(0, 105%);
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
	transition-delay: 2.2s;
}
.js_up_anime-init.active span {
	transform: translate(0, 0);
}

.js_right_anime {
	display: flex;
	overflow: hidden;
}
.js_right_anime span {
	display: block;
	transform: translate(-105%, 0);
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
}
.js_right_anime.active span {
	transform: translate(0, 0);
}

.js_fadeup_anime {
	opacity: 0;
	transform: translate(0, 10%);
	transition: all cubic-bezier(0.17, 0.67, 0.57, 0.96) 0.8s;
}
.js_fadeup_anime.active {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
	.js_fadedown_anime {
		opacity: 0;
		transform: translate(0, -10%);
		transition: all cubic-bezier(0.17, 0.67, 0.57, 0.96) 0.8s;
	}
	.js_fadedown_anime.active {
		opacity: 1;
		transform: translate(0, 0);
	}
}
/* ------------animation------------ */

/* ------------loading------------ */

.load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	flex-direction: column;
	/* transition: transform 1.2s cubic-bezier(1,0,.06,.98); */
	pointer-events: none;
}

.load_bk_black {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

.load_bk_white {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

/* .load::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    right: 100%;
    background-color: #fff;
} */

.load img {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 1001;
	width: 10vw;
}

.load_text {
	display: none;
	color: #333;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	z-index: 1001;
}

.slide_right {
	transform: translateX(100%);
	opacity: 1;
	transition: transform 0.6s cubic-bezier(0.65, 0.11, 0.58, 0.97);
}
.slide_right2 {
	transform: translateX(100%);
	transition: transform 0.6s cubic-bezier(0.18, 0, 0.11, 1) 0.36s;
}

@media screen and (max-width: 767px) {
	.slide_right {
		transition: transform 0.4s cubic-bezier(0.65, 0.11, 0.58, 0.97);
	}
	.slide_right2 {
		transition: transform 0.4s cubic-bezier(0.18, 0, 0.11, 1) 0.3s;
	}

	.load img {
		width: 30vw;
	}
}

/* ------------loading------------ */
