@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Poppins: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&display=swap");
/*
---------------------------------------
reset
---------------------------------------
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
img,
iframe {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	color: #333;
	margin: 0;
	overflow-x: hidden;
}

@media screen and (max-width: 1500px) {
	html,
	body {
		font-size: clamp(0.8832625px, 0.7604565663px + 0.0159695622vw, 1px); /* 0.8832625px @769px - 1px @1500px */
	}
}
@media screen and (max-width: 768px) {
	html,
	body {
		font-size: clamp(0.5px, 0.4585547563px + 0.011052065vw, 0.5434346154px); /* 0.5px @375px - 0.5434346154px @768px */
	}
}
*,
*:before,
*:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div:empty {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

img {
	border: none;
	width: 100%;
	height: auto;
	display: block;
}

iframe {
	border: none;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

a {
	outline: none;
	text-decoration: none;
	color: #333;
	color: #333;
}

span,
li a {
	text-decoration: none;
}

/* reset end */
/* common */
.linkbtn {
	width: 100%;
}

.linkbtn a,
.linkbtn .submitbtn {
	cursor: pointer;
	overflow: hidden;
	display: block;
	max-width: 360px;
	width: 100%;
	border-radius: 40px;
	background: #fff;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
	padding: 25px 40px;
	position: relative;
	color: #333;
	font-size: 16px;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	overflow: hidden;
	margin: auto;
}

.linkbtn a::after,
.linkbtn .submitbtn::after {
	position: absolute;
	width: 0%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background-color: #0d0d0d;
	transition: 0.3s;
}

.linkbtn a span,
.linkbtn .submitbtn span {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1500px) {
	.linkbtn a,
	.linkbtn .submitbtn {
		max-width: 22.5em;
		padding: 1.563em 2.5em;
		font-size: clamp(13px, 11.9224137931px + 0.2873563218vw, 16px); /* 13px @375px - 16px @1419px */
		border-radius: 2.5em;
	}
}
@media screen and (max-width: 768px) {
	.linkbtn a,
	.linkbtn .submitbtn {
		max-width: 460rem;
		width: 100%;
		font-size: 26rem;
		padding: 25rem 40rem;
		border-radius: 50rem;
		box-shadow: 0px 16rem 24rem rgba(0, 0, 0, 0.05);
	}
}
@media screen and (min-width: 768px) {
	.linkbtn a:hover,
	.linkbtn .submitbtn:hover {
		color: #fff;
	}
	.linkbtn a:hover::after,
	.linkbtn .submitbtn:hover::after {
		width: 100%;
	}
}
.linkbtn a::before,
.linkbtn .submitbtn::before {
	position: absolute;
	content: "";
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ff0;
	box-shadow: 2.78px 2.88px 6px rgba(0, 0, 0, 0.11);
	transition: 0.3s;
	z-index: 2;
}

@media screen and (max-width: 1500px) {
	.linkbtn a::before,
	.linkbtn .submitbtn::before {
		right: 20rem;
		width: 14rem;
		height: 14rem;
	}
}
@media screen and (max-width: 768px) {
	.linkbtn a::before,
	.linkbtn .submitbtn::before {
		width: 16rem;
		height: 16rem;
		right: 35rem;
	}
}
section .linkbtn {
	margin-top: 70px;
}

@media screen and (max-width: 1500px) {
	section .linkbtn {
		margin-top: 70rem;
	}
}
.en {
	font-family: "Poppins", sans-serif;
}

.jp {
	font-family: "Noto Sans JP", sans-serif;
}

.sp_only {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}
.pc_only {
	display: block;
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}
body div,
body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	color: #333;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 1500px) {
	body div,
	body p {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	body div,
	body p {
		font-size: 26rem;
	}
}
/* container */
.container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
	.container {
		max-width: 1300rem;
	}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: 0.3s;
}

.header.header_bg {
	background: #f1f3f5;
}

.header_contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 40px;
}

@media screen and (max-width: 1500px) {
	.header_contain {
		padding: 24rem 30rem;
	}
}
@media screen and (max-width: 768px) {
	.header_contain {
		padding: 30rem 20rem;
	}
}
.header_logo {
	max-width: 400px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.header_logo {
		max-width: 340rem;
	}
}
@media screen and (max-width: 1024px) {
	.header_logo {
		max-width: 230rem;
	}
}
@media screen and (max-width: 768px) {
	.header_logo {
		max-width: 370rem;
	}
}
.header_left {
	display: flex;
	align-items: center;
	gap: 35px;
}

@media screen and (max-width: 1500px) {
	.header_left {
		gap: 35rem;
	}
}
@media screen and (max-width: 768px) {
	.header_contact.linkbtn {
		display: none;
	}
}
.header_contact.linkbtn a {
	width: 220px;
	padding: 15px 35px;
}

@media screen and (max-width: 1500px) {
	.header_contact.linkbtn a {
		width: 13.75em;
		padding: 0.7em 2em;
	}
}
.header .menubtn {
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
}

@media screen and (max-width: 1500px) {
	.header .menubtn {
		gap: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.header .menubtn {
		gap: 20rem;
	}
}
.header .menubtn .txt {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.header .menubtn .txt {
		font-size: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.header .menubtn .txt {
		font-size: 22rem;
	}
}
.header .menubtn_box {
	width: 65px;
	height: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 1500px) {
	.header .menubtn_box {
		width: 65rem;
		height: 20rem;
		gap: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.header .menubtn_box {
		gap: 10rem;
		width: 75rem;
		height: 20rem;
	}
}
.header .menubtn_box .bar {
	transition: 0.2s;
	width: 50px;
	height: 3px;
	margin: auto;
	background: #333;
}

@media screen and (max-width: 1500px) {
	.header .menubtn_box .bar {
		width: 50rem;
		height: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.header .menubtn_box .bar {
		width: 60rem;
		height: 4rem;
	}
}
.header .menubtn_box .bar.bar01 {
	margin-left: 0;
}

.header .menubtn_box .bar.bar02 {
	margin-right: 0;
}

/* Menu */
@media screen and (max-width: 768px) {
	.sec_title h2 {
		margin-left: 45rem;
	}
}
.sec_title h2 .jp {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #333;
	position: relative;
}

@media screen and (max-width: 1500px) {
	.sec_title h2 .jp {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.sec_title h2 .jp {
		font-size: 26rem;
	}
}
.sec_title h2 .jp::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	background-color: #ff0;
	box-shadow: 2.78px 2.88px 6px rgba(0, 0, 0, 0.11);
	border-radius: 50%;
}

@media screen and (max-width: 1500px) {
	.sec_title h2 .jp::before {
		width: 20rem;
		height: 20rem;
		left: -32rem;
	}
}
@media screen and (max-width: 768px) {
	.sec_title h2 .jp::before {
		width: 22rem;
		height: 22rem;
		left: -40rem;
	}
}
.sec_title h2 .en {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 80px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.sec_title h2 .en {
		font-size: 80rem;
	}
}
@media screen and (max-width: 768px) {
	.sec_title h2 .en {
		font-size: 90rem;
	}
}
.sec_title02 h2 .en {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #333;
	position: relative;
}

@media screen and (max-width: 1500px) {
	.sec_title02 h2 .en {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.sec_title02 h2 .en {
		font-size: 26rem;
		padding-left: 40rem;
	}
}
.sec_title02 h2 .en::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #ff0;
	box-shadow: 2.78px 2.88px 6px rgba(0, 0, 0, 0.11);
	border-radius: 50%;
	left: -40px;
}

@media screen and (max-width: 1500px) {
	.sec_title02 h2 .en::before {
		width: 20rem;
		height: 20rem;
		left: -40rem;
	}
}
@media screen and (max-width: 768px) {
	.sec_title02 h2 .en::before {
		left: 0;
		width: 22rem;
		height: 22rem;
	}
}
.sec_title02 h2 .jp {
	font-weight: bold;
	font-size: 50px;
	line-height: 70px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.sec_title02 h2 .jp {
		font-size: 50rem;
		line-height: 70rem;
	}
}
.menubox {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: -150%;
	background: rgba(51, 51, 51, 0.9803921569);
	overflow-y: scroll;
	transition: 0.3s;
}

.menubox.open {
	top: 0;
}

.menubox_contain {
	padding: 20px 40px;
	padding-bottom: 100px;
}

@media screen and (max-width: 1500px) {
	.menubox_contain {
		padding: 20rem 40rem;
		padding-bottom: 100rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_contain {
		padding: 30rem;
	}
}
.menubox_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menubox_logo {
	max-width: 400px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.menubox_logo {
		max-width: 400rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_logo {
		max-width: 370rem;
	}
}
.menubox .menubtn {
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
}

@media screen and (max-width: 1500px) {
	.menubox .menubtn {
		gap: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox .menubtn {
		gap: 30rem;
	}
}
.menubox .menubtn .txt {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #ffffff;
}

@media screen and (max-width: 1500px) {
	.menubox .menubtn .txt {
		font-size: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox .menubtn .txt {
		font-size: 22rem;
	}
}
.menubox .menubtn_box {
	width: 65px;
	height: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 1500px) {
	.menubox .menubtn_box {
		width: 65rem;
		height: 20rem;
		gap: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox .menubtn_box {
		width: 70rem;
		height: 25rem;
		gap: 20rem;
	}
}
.menubox .menubtn_box.active .bar01 {
	transform: rotate(-30deg) translate(-14px, 0px);
	margin: auto !important;
}

@media screen and (max-width: 1500px) {
	.menubox .menubtn_box.active .bar01 {
		transform: rotate(-30deg) translate(-14rem, 0px);
	}
}
@media screen and (max-width: 768px) {
	.menubox .menubtn_box.active .bar01 {
		transform: rotate(-30deg) translate(-24rem, 0px);
	}
}
.menubox .menubtn_box.active .bar02 {
	transform: rotate(30deg) translate(-14px, 0px);
	margin: auto !important;
}

@media screen and (max-width: 1500px) {
	.menubox .menubtn_box.active .bar02 {
		transform: rotate(30deg) translate(-14rem, 0px);
	}
}
@media screen and (max-width: 768px) {
	.menubox .menubtn_box.active .bar02 {
		transform: rotate(30deg) translate(-23rem, 0px);
	}
}
.menubox .menubtn_box .bar {
	transition: 0.2s;
	width: 50px;
	height: 3px;
	margin: auto;
	background: #ffffff;
}

@media screen and (max-width: 1500px) {
	.menubox .menubtn_box .bar {
		width: 50rem;
		height: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox .menubtn_box .bar {
		width: 60rem;
		line-height: 4rem;
	}
}
.menubox .menubtn_box .bar.bar01 {
	margin-left: 0;
}

.menubox .menubtn_box .bar.bar02 {
	margin-right: 0;
}

.menubox_body {
	max-width: 1400px;
	width: 100%;
	margin: auto;
	margin-top: 80px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 100px;
}

@media screen and (max-width: 1500px) {
	.menubox_body {
		margin-top: 80rem;
		gap: 100rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_body {
		flex-direction: column;
		gap: 70rem;
		margin-top: 120rem;
		padding: 0 40rem;
	}
}
.menubox_left {
	max-width: 600px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.menubox_left {
		max-width: 600rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_left {
		max-width: 100%;
	}
}
.menubox_right {
	max-width: 610px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.menubox_right {
		max-width: 610rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_right {
		max-width: 100%;
	}
}
.menubox_right_midbox {
	display: flex;
	align-items: center;
	margin-top: 40px;
	gap: 10px;
}

@media screen and (max-width: 1500px) {
	.menubox_right_midbox {
		margin-top: 40rem;
	}
}
@media screen and (max-width: 1024px) {
	.menubox_right_midbox {
		flex-direction: column;
	}
}
@media screen and (max-width: 768px) {
	.menubox_right_midbox {
		gap: 40rem;
		margin-top: 0;
	}
}
.menubox_right_bottom {
	margin-top: 50px;
	display: flex;
	align-self: center;
	gap: 15px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.menubox_right_bottom {
		margin-top: 50rem;
		gap: 15rem;
		font-size: 18rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_right_bottom {
		flex-direction: column;
		justify-content: center;
		font-size: 28rem;
		text-align: center;
		gap: 20rem;
		margin-top: 80rem;
	}
}
.menubox_right_bottom img {
	max-width: 100px;
	height: auto;
}

@media screen and (max-width: 1500px) {
	.menubox_right_bottom img {
		max-width: 100rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_right_bottom img {
		max-width: 80%;
		margin: auto;
	}
}
.menubox_list__item {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.menubox_list__item.childbox .menubox_list__item_link.active::before {
	height: 0;
}

.menubox_list__item.childbox .menubox_list__item_link::before {
	position: absolute;
	content: "";
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 20px;
	background: #ff0;
	transition: 0.1s;
}

@media screen and (max-width: 1500px) {
	.menubox_list__item.childbox .menubox_list__item_link::before {
		right: 18.5rem;
		width: 3rem;
		height: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_list__item.childbox .menubox_list__item_link::before {
		height: 30rem;
		width: 3rem;
		right: 28rem;
	}
}
.menubox_list__item.childbox .menubox_list__item_link::after {
	position: absolute;
	content: "";
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 3px;
	background: #ff0;
}

@media screen and (max-width: 1500px) {
	.menubox_list__item.childbox .menubox_list__item_link::after {
		right: 10rem;
		width: 20rem;
		height: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_list__item.childbox .menubox_list__item_link::after {
		width: 30rem;
		height: 3rem;
		right: 15rem;
	}
}
.menubox_list__item_link {
	cursor: pointer;
	padding: 30px 0;
	display: flex;
	align-items: center;
	gap: 40px;
	position: relative;
	transition: 0.3s;
}

@media screen and (min-width: 768px) {
	.menubox_list__item_link:hover {
		padding-left: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
	.menubox_list__item_link:hover {
		padding-left: 20rem;
	}
}
@media screen and (min-width: 768px) {
	.menubox_list__item_link:hover .jp {
		color: #ff0;
	}
	.menubox_list__item_link:hover .en {
		color: #ff0;
	}
}
@media screen and (max-width: 1500px) {
	.menubox_list__item_link {
		padding: 30rem 0;
		gap: 40rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_list__item_link {
		gap: 50rem;
		padding: 40rem 0;
	}
}
.menubox_list__item_link .jp {
	transition: 0.3s;
	font-weight: bold;
	font-size: 26px;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.menubox_list__item_link .jp {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_list__item_link .jp {
		font-size: 28rem;
	}
}
.menubox_list__item_link .en {
	transition: 0.3s;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #fff;
	opacity: 0.3;
}

@media screen and (max-width: 1500px) {
	.menubox_list__item_link .en {
		font-size: 14rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_list__item_link .en {
		font-size: 20rem;
	}
}
.menubox_list .childbox_list__item {
	padding: 10px 20px;
}

@media screen and (max-width: 1500px) {
	.menubox_list .childbox_list__item {
		padding: 10rem 20rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_list .childbox_list__item {
		padding: 10rem;
	}
}
.menubox_list .childbox_list__item:first-child {
	padding-top: 0;
}

.menubox_list .childbox_list__item:last-child {
	padding-bottom: 30px;
}

@media screen and (max-width: 1500px) {
	.menubox_list .childbox_list__item:last-child {
		padding-bottom: 30rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_list .childbox_list__item:last-child {
		padding-bottom: 30rem;
	}
}
.menubox_list .childbox_list__item_link {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.menubox_list .childbox_list__item_link:hover::after {
		width: 100%;
	}
}
.menubox_list .childbox_list__item_link::after {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.menubox_list .childbox_list__item_link {
		font-size: 18rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_list .childbox_list__item_link {
		font-size: 24rem;
	}
}
.menubox_otherbox {
	width: 100%;
}

.menubox_otherbox__item {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 40px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
	.menubox_otherbox__item {
		padding: 30rem 40rem;
		margin-bottom: 30rem;
		border-radius: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_otherbox__item {
		padding: 25rem 40rem;
	}
}
.menubox_otherbox__item:last-child {
	margin-bottom: 0;
}

.menubox_otherbox__item_top {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.menubox_otherbox__item_top {
		gap: 15rem;
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_otherbox__item_top {
		font-size: 26rem;
	}
}
.menubox_otherbox__item_top img {
	max-width: 25px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1500px) {
	.menubox_otherbox__item_top img {
		max-width: 25rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_otherbox__item_top img {
		width: 36rem;
	}
}
.menubox_otherbox__item .maintxt {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 54px;
	letter-spacing: -0.05em;
	line-height: 1.2;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.menubox_otherbox__item .maintxt {
		font-size: clamp(28px, 0.6484268126px + 3.5567715458vw, 54px); /* 28px @769px - 54px @1500px */
	}
}
@media screen and (max-width: 768px) {
	.menubox_otherbox__item .maintxt {
		font-size: 60rem;
	}
}
@media screen and (min-width: 768px) {
	.menubox_otherbox__item:hover .arrow {
		background-color: #ff0;
	}
	.menubox_otherbox__item:hover .arrow::after {
		filter: invert(1);
	}
}
.menubox_otherbox__item .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0d0d0d;
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.menubox_otherbox__item .arrow {
		right: 25rem;
		width: 40rem;
		height: 40rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_otherbox__item .arrow {
		width: 60rem;
		height: 60rem;
		bottom: unset;
	}
}
.menubox_otherbox__item .arrow::after {
	position: absolute;
	content: "";
	width: 21px;
	height: 11px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/common/icon-arrow-white.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.menubox_otherbox__item .arrow::after {
		width: 21rem;
		height: 11rem;
	}
}
@media screen and (max-width: 768px) {
	.menubox_otherbox__item .arrow::after {
		width: 37rem;
		height: 22rem;
		right: 25rem;
	}
}
@media screen and (max-width: 1500px) {
	.t-fv {
		padding-top: 50rem;
		position: relative;
	}
	.t-fv::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 50rem;
		background-color: #f1f3f5;
	}
}
.t-fv_contain {
	position: relative;
}

.t-fv_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0.8;
}

.t-fv_video video {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.t-fv_video video {
		height: 103.3333333075vw !important;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.t-fv_img {
	position: relative;
	top: 0;
	right: 0;
}

.t-fv_txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100px;
}

@media screen and (max-width: 1500px) {
	.t-fv_txt {
		left: 100rem;
	}
}
@media screen and (max-width: 768px) {
	.t-fv_txt {
		position: relative;
		top: unset;
		transform: none;
		left: unset;
		padding: 40rem;
		padding-top: 0;
		padding-bottom: 150rem;
		background-color: #f1f3f5;
	}
}
.t-fv_txt h1 .en {
	font-weight: 500;
	font-size: 130px;
	letter-spacing: -0.05em;
	line-height: 1.3;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-fv_txt h1 .en {
		font-size: clamp(66.6467px, 0.0000683995px + 8.6666621067vw, 130px); /* 66.6467px @769px - 130px @1500px */
	}
}
@media screen and (max-width: 768px) {
	.t-fv_txt h1 .en {
		font-size: clamp(50px, 0px + 13.3333333333vw, 102.4px); /* 50px @375px - 102.4px @768px */
		line-height: 1.2;
	}
}
.t-fv_txt h1 .jp {
	font-weight: bold;
	font-size: 38px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-fv_txt h1 .jp {
		font-size: clamp(19.4813px, -0.0000683995px + 2.5333378933vw, 38px); /* 19.4813px @769px - 38px @1500px */
	}
}
@media screen and (max-width: 768px) {
	.t-fv_txt h1 .jp {
		font-size: 35rem;
		margin-top: 20rem;
		font-size: clamp(17.5px, 0px + 4.6666666667vw, 35.84px); /* 17.5px @375px - 35.84px @768px */
	}
}
.t-fv .scroll_down {
	position: absolute;
	bottom: 170px;
	left: 60px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #333;
	writing-mode: vertical-lr;
}

@media screen and (max-width: 1500px) {
	.t-fv .scroll_down {
		bottom: 170rem;
		font-size: 16rem;
		left: 30rem;
	}
}
@media screen and (max-width: 768px) {
	.t-fv .scroll_down {
		left: unset;
		right: 25rem;
		bottom: 190rem;
	}
}
.t-fv .scroll_down .liner {
	position: relative;
}

.t-fv .scroll_down .liner::before {
	position: absolute;
	content: "";
	bottom: -185px;
	left: 50%;
	transform: translateX(-50%);
	height: 170px;
	width: 3px;
	background: #fff;
}

@media screen and (max-width: 1500px) {
	.t-fv .scroll_down .liner::before {
		bottom: -185rem;
		height: 170rem;
		width: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.t-fv .scroll_down .liner::before {
		height: 170rem;
		width: 3rem;
		bottom: -190rem;
	}
}
.t-fv .scroll_down .liner::after {
	position: absolute;
	content: "";
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333;
	animation: scroll 3s linear infinite;
}

@media screen and (max-width: 1500px) {
	.t-fv .scroll_down .liner::after {
		top: 20rem;
		width: 10rem;
		height: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.t-fv .scroll_down .liner::after {
		width: 10rem;
		height: 10rem;
		top: 20rem;
	}
}
@media screen and (min-width: 768px) {
	@keyframes scroll {
		0% {
			top: 20px;
		}
		100% {
			top: 150px;
		}
	}
}
@media screen and (max-width: 768px) {
	@keyframes scroll {
		0% {
			top: 20rem;
		}
		100% {
			top: 170rem;
		}
	}
}
.t-ourvalue {
	position: relative;
	padding: 180px 40px;
	background-image: url(../img/top/ourvalue-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue {
		padding: 180rem 40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue {
		padding: 120rem 40rem;
	}
}
.t-ourvalue_contain {
	max-width: 1400px;
	margin: auto;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue_contain {
		max-width: 1300rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue_contain {
		max-width: 100%;
	}
}
.t-ourvalue_title h2 .en {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #fff;
	position: relative;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue_title h2 .en {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue_title h2 .en {
		font-size: 26rem;
		padding-left: 40rem;
	}
}
.t-ourvalue_title h2 .en::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #ff0;
	box-shadow: 2.78px 2.88px 6px rgba(0, 0, 0, 0.11);
	border-radius: 50%;
	left: -40px;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue_title h2 .en::before {
		width: 20rem;
		height: 20rem;
		left: -40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue_title h2 .en::before {
		left: 0;
		width: 22rem;
		height: 22rem;
	}
}
.t-ourvalue_title h2 .jp {
	font-weight: bold;
	font-size: 60px;
	letter-spacing: 0.05em;
	line-height: 100px;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue_title h2 .jp {
		font-size: clamp(41px, 21.0123119015px + 2.5991792066vw, 60px); /* 41px @769px - 60px @1500px */
		line-height: 1.667;
		white-space: nowrap;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue_title h2 .jp {
		font-size: 60rem;
	}
}
.t-ourvalue_box {
	margin-top: 70px;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue_box {
		margin-top: 70rem;
	}
}
.t-ourvalue_txt {
	font-weight: 500;
	font-size: 20px;
	line-height: 45px;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue_txt {
		font-size: 20rem;
		line-height: 45rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue_txt {
		font-size: 30rem;
		line-height: 65rem;
	}
}
.t-ourvalue02 {
	position: relative;
	background-color: #F1F3F5;
}

.t-ourvalue02_contain {
	position: relative;
	padding: 0 20px;
	padding-top: 180px;
	padding-bottom: 120px;
	max-width: 1850px;
	margin: auto;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue02_contain {
		padding-top: 180rem;
		padding-bottom: 120rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue02_contain {
		padding: 120rem 0;
	}
}
.t-ourvalue02_item {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue02_item {
		gap: 5vw;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue02_item {
		flex-direction: column;
		gap: 20rem;
	}
}
.t-ourvalue02_item_img {
	max-width: 940px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue02_item_img {
		max-width: 620rem;
	}
}
.t-ourvalue02_item_content {
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue02_item_content {
		max-width: 800rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue02_item_content {
		max-width: 100%;
		margin: auto;
	}
}
.t-ourvalue02_item_content .toptxt {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 180px;
	letter-spacing: -0.05em;
	line-height: 1;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1700px) {
	.t-ourvalue02_item_content .toptxt {
		font-size: 10.5882352941vw;
		white-space: nowrap;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue02_item_content .toptxt {
		font-size: 170rem;
		text-align: center;
	}
}
@media screen and (max-width: 374px) {
	.t-ourvalue02_item_content .toptxt {
		font-size: 21.4vw;
	}
}
.t-ourvalue02_item_content .btbox {
	max-width: 500px;
	margin: auto;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue02_item_content .btbox {
		max-width: 500rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue02_item_content .btbox {
		max-width: 600rem;
		margin: auto;
	}
}
@media screen and (max-width: 374px) {
	.t-ourvalue02_item_content .btbox {
		max-width: 86%;
	}
}
.t-ourvalue02_item_content .count {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #19448f;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue02_item_content .count {
		font-size: 18rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue02_item_content .count {
		font-size: 28rem;
	}
}
.t-ourvalue02_item_content .title {
	font-weight: Bold;
	font-size: 50px;
	line-height: 1.4;
	text-align: left;
	color: #333;
	margin-top: 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue02_item_content .title {
		font-size: clamp(33px, 15.1162790698px + 2.3255813953vw, 50px); /* 33px @769px - 50px @1500px */
		margin-top: 10rem;
		margin-bottom: 30rem;
		white-space: nowrap;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue02_item_content .title {
		font-size: 54rem;
		line-height: 74rem;
	}
}
.t-ourvalue02_item_content .txt {
	max-width: 415px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-ourvalue02_item_content .txt {
		font-size: 16rem;
		max-width: 415rem;
	}
}
@media screen and (max-width: 768px) {
	.t-ourvalue02_item_content .txt {
		max-width: 100%;
		font-size: 26rem;
		line-height: 44rem;
	}
}
.t-service {
	position: relative;
	background-image: url(../img/top/service-bg.webp);
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: top;
	padding: 150px 40px;
}

@media screen and (max-width: 1500px) {
	.t-service {
		padding: 150rem 40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service {
		padding: 120rem 25rem;
	}
}
.t-service_contain {
	max-width: 1300px;
	margin: auto;
}

@media screen and (max-width: 1500px) {
	.t-service_contain {
		max-width: 1300rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_contain {
		max-width: 100%;
	}
}
.t-service_toptxt {
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #333;
	margin-bottom: 50px;
}

@media screen and (max-width: 1500px) {
	.t-service_toptxt {
		font-size: 16rem;
		margin-top: 30rem;
		margin-bottom: 50rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_toptxt {
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 70rem;
		font-size: 26rem;
	}
}
.t-service_item {
	padding: 40px;
	border-radius: 10px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2509803922) 100%, rgba(255, 255, 255, 0.2509803922) 100%);
	display: flex;
	gap: 60px;
	margin-bottom: 50px;
	transition: all 0.3s;
	position: relative;
}

.t-service_item::after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: linear-gradient(to right, #ff0 0%, #ff0 8%, #ff0 40%, #ff0 45%, rgba(255, 255, 254, 0.54) 100%);
	transition: 0.3s;
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.t-service_item:hover::after {
		opacity: 1;
	}
}
@media screen and (max-width: 1500px) {
	.t-service_item {
		padding: 40rem;
		border-radius: 10rem;
		gap: 60rem;
		margin-bottom: 50rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-service_item {
		flex-direction: column;
		padding: 45rem;
		gap: 0;
	}
}
@media screen and (max-width: 768px) {
	.t-service_item {
		gap: 50rem;
		border-radius: 10rem;
		margin-bottom: 90rem;
	}
}
.t-service_item:last-child {
	margin-bottom: 0;
}

.t-service_item_img {
	position: relative;
	z-index: 2;
	max-width: 340px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.t-service_item_img {
		max-width: 340rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-service_item_img {
		max-width: 100%;
	}
}
.t-service_item_img img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 1500px) {
	.t-service_item_img img {
		height: 300rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_item_img img {
		width: 100%;
		height: 340rem;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}
.t-service_item_content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	width: 100%;
	margin-top: 20px;
}

@media screen and (max-width: 1500px) {
	.t-service_item_content {
		margin-top: 20rem;
		max-width: 800rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_item_content {
		margin-top: 0;
		max-width: 100%;
	}
}
.t-service_item__title {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media screen and (max-width: 1500px) {
	.t-service_item__title {
		gap: 20rem;
	}
}
.t-service_item__title img {
	max-width: 60px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1500px) {
	.t-service_item__title img {
		max-width: 60rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_item__title img {
		max-width: 70rem;
	}
}
.t-service_item__title h3 {
	font-weight: bold;
	font-size: 38px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-service_item__title h3 {
		font-size: 38rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_item__title h3 {
		font-size: 42rem;
	}
}
.t-service_item_txt {
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-service_item_txt {
		margin: 30rem auto;
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_item_txt {
		margin: 40rem auto;
		font-size: 26rem;
	}
}
.t-service_item_categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

@media screen and (max-width: 1500px) {
	.t-service_item_categories {
		gap: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_item_categories {
		gap: 20rem 10rem;
	}
}
.t-service_item_categories li {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #19448f;
	border-radius: 20px;
	background: #fff;
	padding: 10px 15px;
}

@media screen and (max-width: 1500px) {
	.t-service_item_categories li {
		font-size: 16rem;
		border-radius: 20rem;
		padding: 10rem 15rem;
	}
}
@media screen and (max-width: 768px) {
	.t-service_item_categories li {
		font-size: 26rem;
		border-radius: 30rem;
		padding: 15rem 20rem;
	}
}
.t-service .linkbtn {
	margin-top: 70px;
}

@media screen and (max-width: 1500px) {
	.t-service .linkbtn {
		margin-top: 70rem;
	}
}
.t-consult {
	padding: 150px 0px;
	position: relative;
	background-image: url(../img/top/consult-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1500px) {
	.t-consult {
		padding: 150rem 0rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult {
		padding: 120rem rem;
	}
}
.t-consult_contain {
	max-width: 1200px;
	margin: auto;
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 1500px) {
	.t-consult_contain {
		max-width: 1200rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_contain {
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.t-consult_contain {
		padding-left: 0;
		padding-right: 0;
	}
}
.t-consult_box {
	display: flex;
	align-items: flex-start;
	gap: 110px;
}

@media screen and (max-width: 1500px) {
	.t-consult_box {
		gap: 70rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_box {
		padding: 0 45rem;
		gap: 100rem;
		flex-direction: column-reverse;
		align-items: center;
	}
}
.t-consult_img {
	max-width: 460px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.t-consult_img {
		max-width: 460rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_img {
		margin: auto;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_img img {
		width: 100%;
		height: 500rem;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.t-consult_content {
	max-width: 625px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.t-consult_content {
		max-width: 625rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_content {
		max-width: 100%;
	}
}
.t-consult_title {
	font-weight: bold;
	font-size: 50px;
	line-height: 1.4;
	text-align: left;
	color: #fff;
	white-space: nowrap;
}

@media screen and (max-width: 1500px) {
	.t-consult_title {
		font-size: clamp(39px, 15.3361344538px + 2.3109243697vw, 50px); /* 39px @1024px - 50px @1500px */
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_title {
		text-align: center;
		font-size: 54rem;
	}
}
.t-consult_title span {
	color: #ff0;
}

.t-consult_txt {
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #fff;
	margin-top: 40px;
	max-width: 90%;
}

@media screen and (max-width: 1500px) {
	.t-consult_txt {
		margin-top: 40rem;
		font-size: 16rem;
		max-width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_txt {
		max-width: 100%;
		margin-top: 50rem;
		font-size: clamp(13px, 11.9224137931px + 0.2873563218vw, 16px); /* 13px @375px - 16px @1419px */
	}
}
.t-consult_contact {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 1500px) {
	.t-consult_contact {
		gap: 20rem;
		margin-top: 30rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_contact {
		flex-direction: column;
		gap: 40rem;
		margin-top: 50rem;
	}
}
.t-consult_contact .linkbtn {
	margin-top: 0 !important;
}

.t-consult_txtflow {
	position: relative;
	margin-top: -100px;
}

@media screen and (max-width: 1500px) {
	.t-consult_txtflow {
		margin-top: -100rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_txtflow {
		position: absolute;
		margin-top: 0;
		top: 565rem;
		left: 0;
	}
}
.t-consult_txtflow .wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
	gap: 50px;
}

@media screen and (max-width: 1500px) {
	.t-consult_txtflow .wrap {
		gap: 50rem;
	}
}
.t-consult_txtflow .slideshow {
	display: flex;
	align-items: center;
	gap: 50px;
	animation: loop-slide 20s infinite linear 1s both;
	mix-blend-mode: difference;
}

@media screen and (max-width: 1500px) {
	.t-consult_txtflow .slideshow {
		gap: 50rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_txtflow .slideshow {
		animation: loop-slide 15s infinite linear 1s both;
	}
}
.t-consult_txtflow .slideshow li {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 180px;
	letter-spacing: -0.05em;
	line-height: 1;
	text-align: left;
	color: #dedede;
	word-break: keep-all;
	width: 940px;
}

@media screen and (max-width: 1500px) {
	.t-consult_txtflow .slideshow li {
		font-size: 180rem;
		width: 940rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-consult_txtflow .slideshow li {
		font-size: 150rem;
		width: 760rem;
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.t-works {
	background-color: #F1F3F5;
	padding: 150px 0;
}

@media screen and (max-width: 1500px) {
	.t-works {
		padding: 150rem 0;
	}
}
@media screen and (max-width: 768px) {
	.t-works {
		padding: 120rem 0;
	}
}
.t-works .container {
	max-width: 1600px;
	margin: auto;
	margin-right: 0;
}

@media screen and (max-width: 1700px) {
	.t-works .container {
		margin-left: 11.7647058824vw;
	}
}
@media screen and (max-width: 1500px) {
	.t-works .container {
		margin-left: 100rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works .container {
		margin-left: 45rem;
	}
}
.t-works_toptxt {
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1600px) {
	.t-works_toptxt {
		margin-bottom: 144px;
	}
}
@media screen and (max-width: 1500px) {
	.t-works_toptxt {
		margin-top: 30rem;
		font-size: 16rem;
		margin-bottom: 140rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_toptxt {
		padding-right: 90rem;
		font-size: 26rem;
	}
}
.t-works_slides {
	margin-top: 50px;
}

@media screen and (max-width: 1500px) {
	.t-works_slides {
		margin-top: 50rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides {
		margin-top: 60rem;
	}
}
@media screen and (min-width: 768px) {
	.t-works_slides__item:hover .t-works_slides__item_img img {
		transform: scale(1.1);
	}
}
.t-works_slides__item_img {
	position: relative;
	overflow: hidden;
}

.t-works_slides__item_img img {
	transition: 0.3s;
}

.t-works_slides__item_content {
	margin-top: 30px;
}

@media screen and (max-width: 1500px) {
	.t-works_slides__item_content {
		margin-top: 30rem;
	}
}
.t-works_slides__item_content .clientname {
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #333;
	opacity: 0.5;
}

@media screen and (max-width: 1500px) {
	.t-works_slides__item_content .clientname {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides__item_content .clientname {
		font-size: 26rem;
	}
}
.t-works_slides__item__title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-works_slides__item__title {
		margin-top: 10rem;
		font-size: 26rem;
		line-height: 40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides__item__title {
		font-size: 36rem;
		line-height: 50rem;
	}
}
.t-works_slides .slick-list {
	padding-left: 0 !important;
	margin-left: -25px;
}

@media screen and (max-width: 1500px) {
	.t-works_slides .slick-list {
		margin-left: -25rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides .slick-list {
		margin-left: 0;
	}
}
.t-works_slides .slick-slide {
	margin: 0 25px;
}

@media screen and (max-width: 1500px) {
	.t-works_slides .slick-slide {
		margin: 0 25rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides .slick-slide {
		margin: 0 20rem;
	}
}
.t-works_slides .slick-prev {
	position: absolute;
	top: -80px;
	transform: none;
	right: 400px;
	left: unset;
}

@media screen and (max-width: 1500px) {
	.t-works_slides .slick-prev {
		top: -80rem;
		right: 400rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides .slick-prev {
		top: unset;
		bottom: -120rem;
		right: unset;
		left: 30rem;
	}
}
.t-works_slides .slick-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/common/slide-prev.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 1500px) {
	.t-works_slides .slick-prev::before {
		width: 60rem;
		height: 60rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides .slick-prev::before {
		width: 70rem;
		height: 70rem;
	}
}
.t-works_slides .slick-next {
	position: absolute;
	top: -80px;
	transform: none;
	right: 320px;
	left: unset;
}

@media screen and (max-width: 1500px) {
	.t-works_slides .slick-next {
		top: -80rem;
		right: 320rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides .slick-next {
		top: unset;
		bottom: -120rem;
		right: unset;
		left: 120rem;
	}
}
.t-works_slides .slick-next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/common/slide-next.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 1500px) {
	.t-works_slides .slick-next::before {
		width: 60rem;
		height: 60rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides .slick-next::before {
		width: 70rem;
		height: 70rem;
	}
}
.t-works_slides .slick-dots {
	bottom: unset;
	top: -90px;
	right: 460px;
	left: unset;
	width: -moz-max-content;
	width: max-content;
}

@media screen and (max-width: 1500px) {
	.t-works_slides .slick-dots {
		top: -80rem;
		right: 460rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works_slides .slick-dots {
		top: unset;
		bottom: -135rem;
		right: unset;
		left: 200rem;
	}
}
.t-works_slides .slick-dots li {
	margin: auto 2px;
}

.t-works_slides .slick-dots li.slick-active button:before {
	opacity: 1;
}

.t-works .linkbtn {
	margin-top: 70px;
}

@media screen and (max-width: 1500px) {
	.t-works .linkbtn {
		margin-top: 70rem;
	}
}
@media screen and (max-width: 768px) {
	.t-works .linkbtn {
		margin-top: 200rem;
	}
}
.t-introduct {
	padding: 120px 40px;
}

@media screen and (max-width: 1500px) {
	.t-introduct {
		padding: 120rem 40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct {
		padding: 120rem 45rem;
	}
}
.t-introduct_toptxt {
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #333;
	margin-bottom: 50px;
}

@media screen and (max-width: 1500px) {
	.t-introduct_toptxt {
		margin-top: 30rem;
		margin-bottom: 50rem;
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct_toptxt {
		margin-bottom: 70rem;
		font-size: 26rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct .sec_title h2 .en {
		font-size: 85rem;
	}
}
.t-introduct_box {
	margin-top: 100px;
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 1500px) {
	.t-introduct_box {
		margin-top: 100rem;
	}
}
.t-introduct__item {
	padding: 50px 20px;
	display: flex;
	align-items: flex-start;
	gap: 50px;
	position: relative;
	min-height: 310px;
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
	.t-introduct__item:hover::after {
		background-image: url(../img/common/icon-arw-hover.webp);
	}
	.t-introduct__item:hover .t-introduct__item_img {
		opacity: 1;
		top: 40%;
		right: -100px;
	}
}
@media screen and (max-width: 1500px) {
	.t-introduct__item {
		padding: 50rem 20rem;
		gap: 50rem;
		min-height: 310rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item {
		flex-direction: column;
		gap: 20rem;
		min-height: 490rem;
		padding: 60rem 30rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item:nth-child(1) {
		background-image: url(../img/top/intro-bg01.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.t-introduct__item:nth-child(2) {
		background-image: url(../img/top/intro-bg02.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-top: -2rem;
	}
	.t-introduct__item:nth-child(3) {
		background-image: url(../img/top/intro-bg03.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-top: -2rem;
	}
	.t-introduct__item:nth-child(4) {
		background-image: url(../img/top/intro-bg04.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-top: -2rem;
	}
}
.t-introduct__item::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background-image: url(../img/common/icon-arw.webp);
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	z-index: 3;
	transition: all 0.3s;
}

@media screen and (max-width: 1500px) {
	.t-introduct__item::after {
		width: 60rem;
		height: 60rem;
		right: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item::after {
		width: 70rem;
		height: 70rem;
		bottom: 30rem;
		right: 30rem;
		top: unset;
		transform: none;
		background-image: url(../img/common/icon-arw-hover.webp);
	}
}
.t-introduct__item .number {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #19448f;
}

@media screen and (max-width: 1500px) {
	.t-introduct__item .number {
		font-size: 18rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item .number {
		color: #ff0;
		font-size: 26rem;
	}
}
.t-introduct__item_content {
	position: relative;
	z-index: 3;
}

.t-introduct__item_title {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

@media screen and (max-width: 1500px) {
	.t-introduct__item_title {
		gap: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item_title {
		flex-direction: column-reverse;
	}
}
.t-introduct__item_title .title_en {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-introduct__item_title .title_en {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item_title .title_en {
		font-size: 22rem;
		color: #fff;
	}
}
.t-introduct__item_title .title_jp {
	font-weight: Bold;
	font-size: 40px;
	line-height: 1.5;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-introduct__item_title .title_jp {
		font-size: 40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item_title .title_jp {
		color: #fff;
	}
}
.t-introduct__item_txt {
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #333;
	margin-top: 40px;
}

@media screen and (max-width: 1500px) {
	.t-introduct__item_txt {
		font-size: 16rem;
		margin-top: 40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item_txt {
		margin-top: 50rem;
		font-size: 26rem;
		color: #fff;
	}
}
.t-introduct__item_img {
	position: absolute;
	top: 100%;
	right: -200px;
	transform: translateY(-50%) rotate(12deg);
	max-width: 570px;
	width: 100%;
	z-index: 2;
	transition: all 0.3s;
	opacity: 0;
}

@media screen and (max-width: 1500px) {
	.t-introduct__item_img {
		max-width: 570rem;
		right: -200rem;
	}
}
@media screen and (max-width: 1419px) {
	.t-introduct__item_img {
		max-width: 330rem;
	}
}
@media screen and (max-width: 768px) {
	.t-introduct__item_img {
		display: none;
	}
}
.t-column {
	background-color: #F1F3F5;
	padding: 120px 40px;
}

@media screen and (max-width: 1500px) {
	.t-column {
		padding: 120rem 40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column {
		padding: 120rem 45rem;
	}
}
.t-column_toptxt {
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #333;
	margin-bottom: 50px;
}

@media screen and (max-width: 1500px) {
	.t-column_toptxt {
		font-size: 16rem;
		margin-top: 30rem;
		margin-bottom: 50rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column_toptxt {
		margin-bottom: 70rem;
		font-size: 26rem;
	}
}
.t-column_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 65px;
}

@media screen and (max-width: 1500px) {
	.t-column_grid {
		grid-gap: 65rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column_grid {
		grid-template-columns: 1fr;
		grid-gap: 80rem;
		max-width: 560rem;
		margin: auto;
	}
}
@media screen and (max-width: 768px) {
	.t-column_grid .slick-dots {
		bottom: -100rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column_grid .slick-prev {
		position: absolute;
		top: 30%;
		left: -40rem;
		z-index: 1;
	}
}
@media screen and (max-width: 768px) {
	.t-column_grid .slick-prev::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url(../img/common/slide-prev.webp);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 70rem;
		height: 70rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column_grid .slick-next {
		position: absolute;
		top: 30%;
		right: -40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column_grid .slick-next::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url(../img/common/slide-next.webp);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 70rem;
		height: 70rem;
	}
}
@media screen and (min-width: 768px) {
	.t-column__item:hover .t-column__item_title {
		color: #000;
	}
	.t-column__item:hover .t-column__item_img img {
		transform: scale(1.1);
	}
}
.t-column__item_img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1618/1000;
}

.t-column__item_img img {
	transition: 0.5s;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.t-column__item_content {
	margin-top: 30px;
}

@media screen and (max-width: 1500px) {
	.t-column__item_content {
		margin-top: 30rem;
	}
}
.t-column__item_content .date {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #333;
	opacity: 0.5;
}

@media screen and (max-width: 1500px) {
	.t-column__item_content .date {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column__item_content .date {
		font-size: 26rem;
	}
}
.t-column__item_content .taglist {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media screen and (max-width: 1500px) {
	.t-column__item_content .taglist {
		gap: 10rem;
		margin-top: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column__item_content .taglist {
		gap: 20rem;
		margin-top: 30rem;
	}
}
.t-column__item_content .taglist li {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #333;
	border-radius: 15px;
	background: #e4e7ea;
	padding: 7px 15px;
}

@media screen and (max-width: 1500px) {
	.t-column__item_content .taglist li {
		font-size: 14rem;
		padding: 7rem 15rem;
		border-radius: 15rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column__item_content .taglist li {
		font-size: 24rem;
		padding: 10rem 30rem;
	}
}
.t-column__item_title {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	color: #333;
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.t-column__item_title {
		font-size: 24rem;
		line-height: 36rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column__item_title {
		font-size: 34rem;
		line-height: 48rem;
	}
}
.t-column .linkbtn {
	margin-top: 70px;
}

@media screen and (max-width: 1500px) {
	.t-column .linkbtn {
		margin-top: 70rem;
	}
}
@media screen and (max-width: 768px) {
	.t-column .linkbtn {
		margin-top: 150rem;
	}
}
.gradien_bg {
	background-image: url(../img/top/gradien-bg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}

@media screen and (max-width: 1024px) {
	.gradien_bg {
		background-image: url(../img/top/gradien-bg-sp.png);
	}
}
.t-resolve {
	padding: 150px 40px;
}

@media screen and (max-width: 1500px) {
	.t-resolve {
		padding: 150rem 40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve {
		padding: 120rem 45rem;
	}
}
.t-resolve_title {
	max-width: 1300px;
	margin: auto;
}

@media screen and (max-width: 1500px) {
	.t-resolve_title {
		max-width: 1300rem;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve_title {
		max-width: 100%;
	}
}
.t-resolve_title h2 .en {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.05em;
	text-align: left;
	color: #333;
	position: relative;
}

@media screen and (max-width: 1500px) {
	.t-resolve_title h2 .en {
		font-size: 16rem;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve_title h2 .en {
		font-size: 26rem;
		padding-left: 40rem;
	}
}
.t-resolve_title h2 .en::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #ff0;
	box-shadow: 2.78px 2.88px 6px rgba(0, 0, 0, 0.11);
	border-radius: 50%;
	left: -40px;
}

@media screen and (max-width: 1500px) {
	.t-resolve_title h2 .en::before {
		width: 20rem;
		height: 20rem;
		left: -40rem;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve_title h2 .en::before {
		left: 0;
		width: 22rem;
		height: 22rem;
	}
}
.t-resolve_title h2 .jp {
	font-weight: bold;
	font-size: 60px;
	letter-spacing: 0.05em;
	line-height: 100px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-resolve_title h2 .jp {
		font-size: 60rem;
		line-height: 100rem;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve_title h2 .jp {
		font-size: 55rem;
		line-height: 100rem;
		letter-spacing: normal;
	}
}
.t-resolve_contain {
	max-width: 1700px;
	margin: auto;
}

.t-resolve_box {
	display: flex;
	align-items: flex-start;
	margin-top: 70px;
}

@media screen and (max-width: 1500px) {
	.t-resolve_box {
		margin-top: 70rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-resolve_box {
		flex-direction: column;
		gap: 120rem;
		max-width: 600rem;
		margin: auto;
		margin-top: 60rem;
	}
}
.t-resolve__item {
	width: 100%;
	padding: 0 70px;
}

@media screen and (max-width: 1500px) {
	.t-resolve__item {
		padding: 0 31rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-resolve__item {
		padding: 0;
	}
}
.t-resolve__item:first-child {
	padding-left: 0;
}

.t-resolve__item:nth-child(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.t-resolve__item:nth-child(2) {
		border: none;
	}
}
.t-resolve__item:last-child {
	border: none;
	padding-right: 0;
}

.t-resolve__item_img {
	max-width: 260px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 1500px) {
	.t-resolve__item_img {
		max-width: 260rem;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve__item_img {
		max-width: 330rem;
	}
}
.t-resolve__item_title {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #333;
	letter-spacing: -0.05em;
	margin-top: 30px;
}

@media screen and (max-width: 1500px) {
	.t-resolve__item_title {
		font-size: 30rem;
		margin-top: 30rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve__item_title {
		letter-spacing: normal;
		font-size: 42rem;
	}
}
.t-resolve__item_title br {
	display: none;
}

@media screen and (max-width: 1500px) {
	.t-resolve__item_title br {
		display: inline;
	}
}
.t-resolve__item_content {
	margin-top: 50px;
}

@media screen and (max-width: 1500px) {
	.t-resolve__item_content {
		margin-top: 50rem;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve__item_content {
		margin-top: 30rem;
	}
}
.t-resolve__item_content .list li {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-resolve__item_content .list li {
		font-size: clamp(13px, 2.2105263158px + 1.0526315789vw, 18px); /* 13px @1025px - 18px @1500px */
		gap: 15rem;
		padding: 15rem 0;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve__item_content .list li {
		font-size: 26rem;
		gap: 25rem;
		padding: 20rem 10rem;
	}
}
.t-resolve__item_content .list li img {
	max-width: 60px;
}

@media screen and (max-width: 1500px) {
	.t-resolve__item_content .list li img {
		max-width: 50rem;
	}
}
@media screen and (max-width: 768px) {
	.t-resolve__item_content .list li img {
		max-width: 80rem;
	}
}
@media screen and (max-width: 374px) {
	.t-resolve__item_content .list li br {
		display: none;
	}
}
.t-message {
	position: relative;
	z-index: 3;
	margin-top: 200px;
	padding: 150px 40px;
}

@media screen and (max-width: 1500px) {
	.t-message {
		margin-top: 200rem;
		padding: 150rem 40rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-message {
		margin-top: 150rem;
		padding: 120rem 45rem;
	}
}
.t-message .logo_bg {
	position: absolute;
	top: -350px;
	left: 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1500px) {
	.t-message .logo_bg {
		top: -350rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-message .logo_bg {
		display: block;
		top: -200rem;
	}
}
.t-message .sec_title {
	max-width: 1300px;
	margin: auto;
}

@media screen and (max-width: 1500px) {
	.t-message .sec_title {
		max-width: 1300rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-message .sec_title {
		max-width: 100%;
		margin-left: 30rem;
	}
}
.t-message_box {
	margin-top: 250px;
}

@media screen and (max-width: 1600px) {
	.t-message_box {
		margin-top: 15.625vw;
	}
}
@media screen and (max-width: 1024px) {
	.t-message_box {
		margin-top: 120rem;
	}
}
.t-message_imgs_01 {
	position: absolute;
	top: 450px;
	left: 0;
	width: 26%;
}

@media screen and (max-width: 1600px) {
	.t-message_imgs_01 {
		top: 28.125vw;
	}
}
@media screen and (max-width: 1024px) {
	.t-message_imgs_01 {
		position: initial;
		top: unset;
		left: unset;
		margin-bottom: 100rem;
		margin-left: -45rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-message_imgs_01 img {
		width: 540rem;
		height: 480rem;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}
.t-message_imgs_02 {
	position: absolute;
	top: 43%;
	right: 0;
	width: 25%;
}

@media screen and (max-width: 1024px) {
	.t-message_imgs_02 {
		top: unset;
		right: unset;
		position: initial;
		width: 480rem;
		height: 460rem;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		margin-bottom: 100rem;
		margin-left: auto;
		margin-right: -45rem;
	}
}
.t-message_imgs_03 {
	position: absolute;
	bottom: 500px;
	left: 100px;
	width: 19%;
}

@media screen and (max-width: 1600px) {
	.t-message_imgs_03 {
		bottom: 31.25vw;
		left: 6.25vw;
	}
}
@media screen and (max-width: 1024px) {
	.t-message_imgs_03 {
		bottom: unset;
		left: unset;
		position: initial;
		width: 360rem;
		margin: auto;
	}
}
.t-message_item {
	max-width: 700px;
	margin: auto;
	margin-bottom: 120px;
}

@media screen and (max-width: 1600px) {
	.t-message_item {
		max-width: 43.75vw;
	}
}
@media screen and (max-width: 1024px) {
	.t-message_item {
		max-width: 100%;
		margin-bottom: 100rem;
	}
}
.t-message_item:nth-of-type(5) {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.t-message_item:nth-of-type(5) {
		margin-bottom: 100rem;
	}
}
.t-message_item_title {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.t-message_item_title p.en {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.05em;
	text-align: center;
	color: #19448f;
}

@media screen and (max-width: 1500px) {
	.t-message_item_title p.en {
		font-size: 16rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-message_item_title p.en {
		font-size: 26rem;
	}
}
.t-message_item_title h3.jp {
	font-weight: Bold;
	font-size: 50px;
	line-height: 70px;
	text-align: center;
	color: #333;
}

@media screen and (max-width: 1600px) {
	.t-message_item_title h3.jp {
		font-size: 3.125vw;
		line-height: 4.375vw;
	}
}
@media screen and (max-width: 1024px) {
	.t-message_item_title h3.jp {
		font-size: 54rem;
		line-height: 74rem;
	}
}
.t-message_item_txt {
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-message_item_txt {
		font-size: 16rem;
		line-height: 36rem;
		margin-top: 30rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-message_item_txt {
		margin-top: 60rem;
	}
}
@media screen and (max-width: 768px) {
	.t-message_item_txt {
		font-size: 26rem;
		line-height: 48rem;
	}
}
.t-partner {
	position: relative;
	background-image: url(../img/top/partner-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 0px;
}

@media screen and (max-width: 1500px) {
	.t-partner {
		padding: 120rem 0rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner {
		padding: 120rem 0;
	}
}
.t-partner .container {
	max-width: 1450px;
}

@media screen and (max-width: 1500px) {
	.t-partner .container {
		max-width: 1300rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner .container {
		max-width: 100%;
		padding-left: 45rem;
		padding-right: 45rem;
	}
}
.t-partner_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

@media screen and (max-width: 1500px) {
	.t-partner_box {
		gap: 10rem;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_box {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
		gap: 50rem;
	}
}
.t-partner_img {
	position: relative;
	z-index: 3;
	display: block;
	max-width: 450px;
	width: 100%;
	transform: rotate(10deg);
}

@media screen and (max-width: 1500px) {
	.t-partner_img {
		max-width: none;
		width: 27%;
		flex-shrink: 0;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_img {
		max-width: 340rem;
		width: auto;
		flex-shrink: 1;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_img:hover .arrow {
		background-color: #0d0d0d;
	}
	.t-partner_img:hover .arrow::after {
		filter: invert(1);
	}
}
.t-partner_img .arrow {
	transform: rotate(-10deg);
	position: absolute;
	bottom: 25px;
	right: -45px;
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 50%;
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.t-partner_img .arrow {
		bottom: 25rem;
		right: -45rem;
		width: 8.7vw;
		height: 8.7vw;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_img .arrow {
		width: 130rem;
		height: 130rem;
		bottom: -20rem;
	}
}
.t-partner_img .arrow::after {
	position: absolute;
	content: "";
	background-image: url(../img/common/icon-arrow-dark.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 22px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.t-partner_img .arrow::after {
		width: 35rem;
		height: 22rem;
	}
}
.t-partner_left {
	max-width: 450px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.t-partner_left {
		max-width: none;
		width: max-content;
		flex-shrink: 0;
		white-space: nowrap;
		margin-right: 34px;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_left {
		max-width: 100%;
	}
}
.t-partner_title01 {
	position: relative;
	font-weight: Bold;
	font-size: 60px;
	line-height: 80px;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.t-partner_title01 {
		font-size: clamp(44px, 9.4736842105px + 3.3684210526vw, 60px); /* 44px @1025px - 60px @1500px */
		line-height: 1.333;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_title01 {
		text-align: center;
		font-size: 56rem;
	}
}
.t-partner_title01 span {
	display: inline;
}

.t-partner_title01 img {
	max-width: 75px;
	display: inline-block;
}

@media screen and (max-width: 1500px) {
	.t-partner_title01 img {
		max-width: 1.25em;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_title01 br {
		display: none;
	}
}
.t-partner_title02 {
	margin-top: 20px;
	font-weight: Bold;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.t-partner_title02 {
		margin-top: 20rem;
		font-size: clamp(18px, 5.0526315789px + 1.2631578947vw, 24px); /* 18px @1025px - 24px @1500px */
		line-height: 1.25;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_title02 {
		font-size: 28rem;
		line-height: 1.8;
		text-align: center;
	}
}
.t-partner_right {
	margin-left: 70px;
}

@media screen and (max-width: 1500px) {
	.t-partner_right {
		margin-left: 70rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_right {
		margin-left: 0;
	}
}
.t-partner_txt {
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.t-partner_txt {
		font-size: clamp(13px, 6.5263157895px + 0.6315789474vw, 16px); /* 13px @1025px - 16px @1500px */
		line-height: 2.25;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_txt {
		margin-top: 50rem;
		font-size: clamp(13px, 11.2665639445px + 0.4622496148vw, 16px); /* 13px @375px - 16px @1024px */
		line-height: 1.692;
	}
}
.t-partner_flow {
	position: relative;
	margin-top: -170px;
}

@media screen and (max-width: 1500px) {
	.t-partner_flow {
		margin-top: -50rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_flow {
		position: absolute;
		margin-top: 0;
		top: 565rem;
		left: 0;
	}
}
.t-partner_flow .wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
	gap: 50px;
}

@media screen and (max-width: 1500px) {
	.t-partner_flow .wrap {
		gap: 50rem;
	}
}
.t-partner_flow .slideshow {
	display: flex;
	align-items: center;
	gap: 50px;
	animation: loop-slide 30s infinite linear 1s both;
	mix-blend-mode: difference;
}

@media screen and (max-width: 1500px) {
	.t-partner_flow .slideshow {
		gap: 50rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_flow .slideshow {
		animation: loop-slide 20s infinite linear 1s both;
	}
}
.t-partner_flow .slideshow li {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 180px;
	letter-spacing: -0.05em;
	line-height: 1;
	text-align: left;
	color: #dedede;
	word-break: keep-all;
	width: 1610px;
}

@media screen and (max-width: 1500px) {
	.t-partner_flow .slideshow li {
		font-size: 180rem;
		width: 1610rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-partner_flow .slideshow li {
		font-size: 150rem;
		width: 1340rem;
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.t-contact {
	background-color: #F1F3F5;
	padding: 130px 40px;
}

@media screen and (max-width: 1500px) {
	.t-contact {
		padding: 130rem 40rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact {
		padding: 120rem 45rem;
	}
}
.t-contact_txt {
	margin-top: 30px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1500px) {
	.t-contact_txt {
		margin-top: 30rem;
		margin-bottom: 50rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_txt {
		margin-bottom: 70rem;
	}
}
.t-contact_grid {
	max-width: 1650px;
	margin: auto;
	margin-top: 70px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 45px;
}

@media screen and (max-width: 1500px) {
	.t-contact_grid {
		grid-gap: 30rem;
		margin-top: 70rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_grid {
		max-width: 600rem;
		grid-template-columns: 1fr;
		grid-gap: 25rem;
	}
}
.t-contact_item {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	padding-bottom: 75px;
	padding-right: 0;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1500px) {
	.t-contact_item {
		padding: 40rem;
		padding-bottom: 75rem;
		border-radius: 10rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_item {
		padding: 45rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_item:nth-child(2) .maintxt {
		font-size: 56rem;
	}
}
.t-contact_item_top {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-contact_item_top {
		gap: 15rem;
		font-size: clamp(16px, 11.6842105263px + 0.4210526316vw, 18px); /* 16px @1025px - 18px @1500px */
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_item_top {
		margin-bottom: 5rem;
		font-size: clamp(18px, 9.5841313269px + 1.0943912449vw, 26px); /* 18px @769px - 26px @1500px */
	}
}
@media screen and (max-width: 768px) {
	.t-contact_item_top {
		font-size: clamp(13px, 8.2411167513px + 1.269035533vw, 18px); /* 13px @375px - 18px @769px */
	}
}
.t-contact_item_top img {
	max-width: 36px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1500px) {
	.t-contact_item_top img {
		max-width: 36rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_item_top img {
		width: 36rem;
	}
}
.t-contact_item .maintxt {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: clamp(49px, 24px + 1.6666666667vw, 56px); /* 49px @1500px - 56px @1920px */
	letter-spacing: -0.05em;
	line-height: 1.2;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1500px) {
	.t-contact_item .maintxt {
		font-size: clamp(31px, -7.8421052632px + 3.7894736842vw, 49px); /* 31px @1025px - 49px @1500px */
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_item .maintxt {
		font-size: clamp(36px, 4.4404924761px + 4.1039671683vw, 66px); /* 36px @769px - 66px @1500px */
	}
}
@media screen and (max-width: 768px) {
	.t-contact_item .maintxt {
		font-size: 66rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_item:hover .arrow {
		background: #ff0;
	}
	.t-contact_item:hover .arrow::after {
		filter: invert(1);
	}
}
.t-contact_item .arrow {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0d0d0d;
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.t-contact_item .arrow {
		bottom: 25rem;
		right: 25rem;
		width: 40rem;
		height: 40rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_item .arrow {
		width: 60rem;
		height: 60rem;
		bottom: unset;
		top: 50%;
		transform: translateY(-50%);
	}
}
.t-contact_item .arrow::after {
	position: absolute;
	content: "";
	width: 21px;
	height: 11px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/common/icon-arrow-white.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s;
}

@media screen and (max-width: 1500px) {
	.t-contact_item .arrow::after {
		width: 21rem;
		height: 11rem;
	}
}
@media screen and (max-width: 1024px) {
	.t-contact_item .arrow::after {
		width: 37rem;
		height: 22rem;
		right: 25rem;
	}
}
.c-footer {
	background: #333;
	padding: 130px 0px;
	padding-bottom: 0;
}

@media screen and (max-width: 1500px) {
	.c-footer {
		padding: 130rem 0rem;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.c-footer {
		padding: 150rem 0rem;
		padding-bottom: 0;
	}
}
.c-footer_body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 100px;
}

@media screen and (max-width: 1500px) {
	.c-footer_body {
		gap: 100rem;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {
	.c-footer_body {
		padding: 0 45rem;
		flex-direction: column-reverse;
		gap: 100rem;
		align-items: center;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_body {
		max-width: 100%;
	}
}
.c-footer_right {
	max-width: 400px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.c-footer_right {
		max-width: 400rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_right {
		max-width: 500rem;
		margin: auto;
	}
}
.c-footer_right_box02 {
	margin-top: 70px;
}

@media screen and (max-width: 1500px) {
	.c-footer_right_box02 {
		margin-top: 70rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_right_box02 {
		margin-top: 90rem;
	}
}
.c-footer_right_box03 {
	margin-top: 120px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media screen and (max-width: 1500px) {
	.c-footer_right_box03 {
		margin-top: 120rem;
		gap: 25rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_right_box03 {
		margin-top: 140rem;
		gap: 40rem;
	}
}
.c-footer_right_box03 .linkbtn {
	max-width: 300px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.c-footer_right_box03 .linkbtn {
		max-width: 300rem;
	}
}
@media screen and (max-width: 1024px) {
	.c-footer_right_box03 .linkbtn {
		margin: auto;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_right_box03 .linkbtn {
		max-width: 460rem;
	}
}
.c-footer_logo {
	display: block;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
	.c-footer_logo {
		margin-bottom: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_logo {
		margin: auto;
		margin-bottom: 20rem;
	}
}
.c-footer_txt {
	font-weight: bold;
	font-size: 18px;
	line-height: 2;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.c-footer_txt {
		font-size: 18rem;
	}
}
@media screen and (max-width: 1024px) {
	.c-footer_txt {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_txt {
		font-size: 28rem;
		text-align: center;
	}
}
.c-footer_address {
	margin-top: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1500px) {
	.c-footer_address {
		font-size: 18rem;
		margin-top: 15rem;
	}
}
@media screen and (max-width: 1024px) {
	.c-footer_address {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_address {
		font-size: 26rem;
	}
}
.c-footer_left {
	display: flex;
	gap: 100px;
}

@media screen and (max-width: 1500px) {
	.c-footer_left {
		gap: 100rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_left {
		width: 100%;
		flex-direction: column;
		gap: 50rem;
	}
}
.c-footer_left .box01 {
	max-width: 400px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.c-footer_left .box01 {
		max-width: 400rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_left .box01 {
		max-width: 100%;
	}
}
.c-footer_left .box02 {
	max-width: 150px;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.c-footer_left .box02 {
		max-width: 150rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_left .box02 {
		display: flex;
		align-items: flex-start;
		gap: 190rem;
		max-width: 100%;
	}
}
@media screen and (max-width: 374px) {
	.c-footer_left .box02 {
		gap: 0 0;
		justify-content: space-around;
	}
}
.c-footer_nav {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
	.c-footer_nav {
		gap: 25rem;
		margin-bottom: 30rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_nav {
		margin-bottom: 0;
		gap: 30rem;
	}
}
.c-footer_nav:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.c-footer_nav_item a:hover {
		opacity: 0.6;
	}
}
.c-footer_nav_item a {
	transition: 0.3s;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #fff;
	padding-left: 20px;
}

@media screen and (max-width: 1500px) {
	.c-footer_nav_item a {
		font-size: 16rem;
		padding-left: 20rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_nav_item a {
		font-size: 26rem;
		padding-left: 25rem;
	}
}
.c-footer_nav_item > a::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #ff0;
}

@media screen and (max-width: 1500px) {
	.c-footer_nav_item > a::before {
		width: 10rem;
		height: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_nav_item > a::before {
		width: 12rem;
		height: 12rem;
	}
}
.c-footer_nav_item .child01_item {
	margin-top: 15px;
}

@media screen and (max-width: 1500px) {
	.c-footer_nav_item .child01_item {
		margin-top: 15rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_nav_item .child01_item {
		margin-top: 25rem;
	}
}
.c-footer_nav_item .child01_item a {
	position: relative;
	font-size: 15px;
	font-weight: 400;
}

@media screen and (max-width: 1500px) {
	.c-footer_nav_item .child01_item a {
		font-size: 15rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_nav_item .child01_item a {
		font-size: 25rem;
	}
}
.c-footer_nav_item .child01_item > a::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 10px;
	height: 1px;
	background: linear-gradient(to right, #ff0 0%, #ff0 0.59%, #19448f 100%);
}

@media screen and (max-width: 1500px) {
	.c-footer_nav_item .child01_item > a::before {
		width: 10rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_nav_item .child01_item > a::before {
		width: 12rem;
	}
}
.c-footer_nav_item .child01 .taglist {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 10px;
}

@media screen and (max-width: 1500px) {
	.c-footer_nav_item .child01 .taglist {
		margin-top: 20rem;
		margin-bottom: 30rem;
		padding-left: 20rem;
		gap: 15rem 10rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_nav_item .child01 .taglist {
		margin-top: 30rem;
		margin-bottom: 60rem;
		padding-left: 25rem;
		gap: 20rem 10rem;
	}
}
.c-footer_nav_item .child01 .taglist a {
	padding-left: 0;
}

.c-footer_nav_item .child01 .taglist li span {
	display: inline-block;
	padding: 5px 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	color: #fff;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1500px) {
	.c-footer_nav_item .child01 .taglist li span {
		font-size: 14rem;
		padding: 5rem 15rem;
		border-radius: 15rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer_nav_item .child01 .taglist li span {
		font-size: 26rem;
		padding: 10rem 20rem;
		border-radius: 25rem;
	}
}
.c-footer .copyright {
	margin-top: 100px;
	padding: 45px 0;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: -0.05em;
	text-align: center;
	color: #fff;
	opacity: 0.4;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1500px) {
	.c-footer .copyright {
		margin-top: 100rem;
		padding: 45rem;
	}
}
@media screen and (max-width: 768px) {
	.c-footer .copyright {
		font-size: 15rem;
	}
} 
body > .Toppage {
	max-width: 100%;
	overflow-x: clip;
}

.grecaptcha-badge {
	display: none !important;
	visibility: hidden;
}
/*# sourceMappingURL=style.css.map */
