@charset "utf-8";
.menu_active {
	overflow: hidden;
}

/*============================
テキストアニメーション設定
============================*/
.txt_anime {
	display: inline-block;
	overflow: hidden;
}

.txt_anime span {
	position: relative;
	bottom: -1em;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

/*============================
タイトルのラインアニメーション設定
============================*/
.title_wrap .en .-deco.active,
.tit_wrap .tit .-deco.active {
	position: relative;
	display: inline-block;
}

.title_wrap .en .-deco.active::before,
.tit_wrap .tit .-deco.active::before {
	content: '';
	height: 1px;
	background: #E93C1E;
	position: absolute;
	right: 0;
	top: 50%;
	overflow: hidden;
	animation: tit_line_deco_line 1s 2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.title_wrap .en .-deco.active::after,
.tit_wrap .tit .-deco.active::after {
	content: '';
	width: 0.05rem;
	height: 0.05rem;
	background: #E93C1E;
	position: absolute;
	right: -0.87rem;
	top: calc(50% - 0.02rem);
	border-radius: 50%;
	opacity: 0;
	animation: tit_line_deco_round 1s 2.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

@keyframes tit_line_deco_line {
	from {
		width: 0;
		right: -0.20rem;
	}

	to {
		width: 0.50rem;
		right: -0.80rem;
	}
}

@keyframes tit_line_deco_round {
	from {
		right: -0.77rem;
		opacity: 0;
	}

	to {
		right: -0.87rem;
		opacity: 1;
	}
}

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	width: 100%;
	height: 1.50rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transition: height 0.8s;
}

@media screen and (max-width: 640px) {
	header {
		/* スマホ用の記述 */
		height: auto;
		min-height: 0.60rem;
		min-width: 100%;
		backdrop-filter: initial;
	}
}

header::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	header::before {
		height: 100%;
		transition: all 0.5s;
	}
	.menu_active header::before {
		height: calc(100% + 0.7rem);
		border-radius: 0 0 0.10rem 0.10rem;
		box-shadow: 0 0 0.16rem rgba(0,0,0,0.2);
	}
}

/* スクロール時 */
header.scr {
	height: 0.80rem;
}
@media screen and (max-width: 640px) {
	header.scr {
		height: auto;
		min-height: 0.60rem;
	}
}

header.scr .logo {
	width: 0.50rem;
}

/* ロゴ */
header .logo {
	position: absolute;
	top: 50%;
	left: 0.60rem;
	transform: translateY(-50%);
	width: 0.77rem;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	header .logo {
		position: absolute;
		top: 0.13rem;
		left: 0.20rem;
		transform: translateY(0);
		width: 0.50rem;
		transition: all 0.3s;
	}
}

/* グローバルナビ */
header .glo_navi {
	position: absolute;
	top: 50%;
	right: 0.30rem;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	header .glo_navi {
		position: relative;
		box-sizing: border-box;
		top: 0;
		right: 0;
		transform: translateY(0);
		height: 100%;
	}
}

header .glo_navi .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list {
		display: none;
		width: 100%;
		position: relative;
		top: 0.50rem;
		left: 0;
		/* background-color: rgba(255, 255, 255, 0.65);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px); */
		box-sizing: border-box;
		padding: 0 0.10rem 0.20rem;
		border-radius: 0 0 0.10rem 0.10rem;
	}
}


/* テキストリンク */
header .glo_navi .list .link {
	padding-right: 0.30rem;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .link {
		margin: 0.30rem 0;
		padding-left: 0;
	}
}

header .glo_navi .list .link a {
	display: block;
	/* font-family: "Lato", sans-serif; */
	font-family: "Inter", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 0.14rem;
	color: #000;
	position: relative;
	padding: 0 0.10rem;
}

header .glo_navi .list .link a span {
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .link a span {
		font-size: 0.20rem;
	}
	header .glo_navi .list .link a span::before {
		content: none;
	}
}

header .glo_navi .list .link a .jp {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	opacity: 0;
	filter: blur(10px);
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .link a .jp {
		position: static;
		z-index: 1;
		opacity: 1;
		filter: blur(0);
		text-align: left;
		transform: translateY(0);
		font-size: 0.13rem;
		margin-top: 0.05rem;
	}
}


header .glo_navi .list .link a:hover .jp {
	opacity: 1;
	filter: blur(0);
}

header .glo_navi .list .link a:hover .en {
	opacity: 0;
	filter: blur(10px);
}
@media screen and (max-width: 640px) {
	header .glo_navi .list .link a:hover .en {
		opacity: 1;
		filter: blur(0);
	}
}

header .glo_navi .list .link a::after {
	content: '';
	position: absolute;
	bottom: -0.08rem;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
@media screen and (max-width: 640px) {
	header .glo_navi .list .link a::after {
		content: none;
	}
}

header .glo_navi .list .link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .glo_navi .list .link a.active:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* コンタクト */
header .glo_navi .list .contact {
	width: 1.40rem;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .contact {
		width: calc(100% - 0.20rem);
		margin: auto;
		box-sizing: border-box;
		border-top: 1px solid #000;
	}
}


header .glo_navi .list .contact a {
	border: 1px solid #000;
	display: block;
	text-align: center;
	padding: 0.14rem;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 0.14rem;
	border-radius: 0.30rem;
	color: #000;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list .contact a {
		border: 1px solid #000;
		display: block;
		text-align: center;
		padding: 0.14rem;
		font-weight: 600;
		letter-spacing: 0.075em;
		font-size: 0.14rem;
		border-radius: 0.30rem;
		color: #000;
		position: relative;
		overflow: hidden;
		max-width: 2.00rem;
		margin: 0.30rem auto 0;
	}
}

/* プライバシポリシー */
@media screen and (max-width: 640px) {
	header .glo_navi .list .privacy {
		text-align: center;
		margin-top: 0.25rem;
	}

	header .glo_navi .list .privacy a {
		font-size: 0.13rem;
		color: #000;
		position: relative;
		font-family: "Inter", sans-serif;
	}

	header .glo_navi .list .privacy a::before {
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
		border-left: 4px solid #cccccc;
		border-right: 0;
		content: '';
		position: absolute;
		left: -0.10rem;
		top: 50%;
		transform: translateY(-50%);
	}

}

header .glo_nav .nav_list .text a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .glo_nav .nav_list .text a.active:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .glo_navi .list .contact a::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #E93C1E;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s, color .3s;
	z-index: -1;
}

header .glo_navi .list .contact a:hover {
	border: 1px solid #E93C1E;
	color: #FFF;
}

header .glo_navi .list .contact a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


header .glo_navi .list .contact a span {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .glo_navi .list .contact a span::before {
	content: "";
	width: 0.16rem;
	height: 0.13rem;
	display: block;
	background-image: url(../img/common/icon_mail.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.06rem;
}

header .glo_navi .list .contact a:hover span::before {
	background-image: url(../img/common/icon_mail_white.svg);
}


@media screen and (max-width: 640px) {
	header .glo_navi .list #closebtn {
        text-align: center;
        padding-top: 0.4rem;
	}
}

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
header.hide {
	transform: translateY(-1.50rem);
}
 */

/* スクロールで表示された状態
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
*/


/*============================
main
============================*/
main {
	padding-top: 1.50rem;
}
@media screen and (max-width: 640px) {
	main {
		padding-top: 0.60rem;
	}		
}



/*============================
ボタン共通
============================*/
.btn_common a {
	width: 2.80rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.18rem;
	color: #000;
	border: 1px solid #000;
	display: block;
	box-sizing: border-box;
	padding: 0.19rem 0 0.22rem;
	border-radius: 0.50rem;
	position: relative;
	overflow: hidden;
	transition: all .3;
}

#business_new .btn_common a {
	color: #fff;
	border: 1px solid #fff;
}

@media screen and (max-width: 640px) {
	.btn_common a {
		font-size: 0.16rem;
		width: 2.50rem;
	}
}


.btn_common a span {
	position: relative;
	z-index: 1;
}

.btn_common a:hover {
	color: #fff;
	z-index: 1;
	border: 1px solid #E52558;
}

.btn_common a::after {
	content: '';
	width: 0.04rem;
	height: 0.04rem;
	display: block;
	background-color: #E93C1E;
	position: absolute;
	top: calc(50% - 0.02rem);
	right: 0.50rem;
	border-radius: 50%;
	transition: all .3;
	z-index: 0;
}

#business_new .btn_common a::after {
	background-color: #fff;
}
#business_new .btn_common a:hover span{
	color: #E93C1E;
}

.btn_common a:hover::after {
	transition: .9s;
	transform: scale(150) translate(0, 0);
	/* position: relative; */
}

.btn_common a::before {
	content: '';
	width: 0.09rem;
	height: 0.08rem;
	display: block;
	background: url(../img/common/btn_arrow_wh.svg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.50rem;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;

}

.btn_common a:hover:before {
	transition: .9s;
	opacity: 1;
}

/*============================
ニュース
============================*/
#common_news {
	background: url(../img/common/news_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 1.50rem 0 2.50rem;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 640px) {
	#common_news {
		padding: 0.50rem 0 2.00rem;
	}
}

/* タイトル */
#common_news .title_wrap {
	padding-bottom: 0.70rem;
}
@media screen and (max-width: 640px) {
	#common_news .title_wrap {
		padding-bottom: 0.40rem;
	}		
}


#common_news .title_wrap .en {
	font-family: "Inter", sans-serif;
	font-size: 0.50rem;
	font-weight: bold;
	color: #E93C1E;
}

@media screen and (max-width: 640px) {
	#common_news .title_wrap .en {
		font-size: 0.30rem;
	}
}


#common_news .title_wrap .en .-deco::before {
	background: #E93C1E;
}

#common_news .title_wrap .en .-deco::after {
	background: #E93C1E;
}

#common_news .title_wrap .jp {
	font-size: 0.20rem;
	font-weight: bold;
	padding-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	#common_news .title_wrap .jp {
		font-size: 0.15rem;
		padding-top: 0.10rem;
	}
}


#common_news .list {
	padding-left: 0.60rem;
	margin-bottom: 0.35rem;
}

@media screen and (max-width: 640px) {
	#common_news .list {
		padding-left: 0;
		margin-bottom: 0;
	}
}


#common_news .list .item {
	margin-bottom: 0.35rem;
}

#common_news .list .item a {
	display: flex;
	flex-wrap: wrap;
}

/* 日付 */
#common_news .list .item a .date {
	font-size: 0.16rem;
	color: #000;
	width: 0.80rem;
	padding-top: 0.08rem;
}

@media screen and (max-width: 640px) {
	#common_news .list .item a .date {
		font-size: 0.14rem;
		width: auto;
	}
}


/* カテゴリー */
#common_news .list .item a .category {
	color: #fff;
	width: 1.00rem;
	text-align: center;
	border-radius: 0.10rem;
	padding: 0.05rem 0;
	box-sizing: border-box;
	margin-left: 0.20rem;
	font-size: 0.12rem;
}

#common_news .list .item a .category span {
    display: block;
    padding: 0.05rem;
    border-radius: 0.15rem;
}

@media screen and (max-width: 640px) {
	#common_news .list .item a .category {
		font-size: 0.10rem;
		width: 0.70rem;
		font-size: 0.10rem;
	}
}


#common_news .list .item a .category.expo span {
	background: #E93C1E;
}

#common_news .list .item a .category.event span {
	background: #E52558;
}

#common_news .list .item a .category.education span {
	background: #E8601E;
}

#common_news .list .item a .category.press span {
	background: #E8831E;
}

#common_news .list .item a .category.blog span {
	background: #E0B02E;
}

/* 本文 */
#common_news .list .item a .text {
	font-size: 0.16rem;
	color: #000;
	padding-left: 0.30rem;
	box-sizing: border-box;
	position: relative;
	line-height: 1.65;
	width: calc(100% - 2rem);

}

@media screen and (max-width: 640px) {
	#common_news .list .item a .text {
		width: 100%;
		font-size: 0.15rem;
		padding-left: 0;
		padding-top: 0.05rem;
		line-height: 1.65;
	}
}


#common_news .list .item a:hover .text {
	color: #E93C1E;
}

#common_news .list .item a .text::after {
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	background: url(../img/common/news_arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: -0.40rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
}

#common_news .list .item a .text:hover:after {
	opacity: 1;
}

/* ボタン */
#common_news .btn_common a {
	margin: 0.75rem auto 0;
}

@media screen and (max-width: 640px) {
	#common_news .btn_common a {
		margin: 0.50rem auto 0;
	}
}

/*============================
お問い合わせ
============================*/
#common_news+.mod_contact {
	margin-top: -1.50rem;
}

.mod_contact {
	width: calc(50% + 5.00rem);
	background-color: #000;
	box-sizing: border-box;
	padding: 0.50rem;
	color: #FFF;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	.mod_contact {
		width: 100%;
		padding: 0.50rem 0.30rem;
	}

}


.mod_contact .tit_wrap {
	padding-bottom: 0.30rem;
}

.mod_contact .tit_wrap .tit {
	font-family: "Inter", sans-serif;
	font-size: 0.50rem;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.mod_contact .tit_wrap .tit {
		font-size: 0.30rem;
	}
}

.mod_contact .tit_wrap .tit .-deco::before {
	background: #fff;
}

.mod_contact .tit_wrap .tit .-deco::after {
	background: #fff;
}

.mod_contact .tit_wrap .jp_txt {
	font-size: 0.20rem;
	font-weight: 700;
	padding-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	.mod_contact .tit_wrap .jp_txt {
		font-size: 0.15rem;
	}
}


.mod_contact .txt {
	font-size: 0.18rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.mod_contact .txt {
		font-size: 0.13rem;
	}
}

.mod_contact .btn_common a {
	margin-left: calc(50% + 2.20rem);
	border: 1px solid #FFF;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	.mod_contact .btn_common a {
		margin: 0 auto;
		margin-top: 0.30rem;
	}
}


.mod_contact .btn_common a:hover {
	border: 1px solid #E93C1E;
}

/*============================
フッター
============================*/
footer {
	position: relative;
	padding-top: 2.20rem;
	z-index: 1;
	background-color: #FFF;
}

@media screen and (max-width: 640px) {
	footer {
		padding-top: 0;
	}
}

footer .mov {
	width: 100%;
	max-width: calc(50% + 5.60rem);
	height: 4.60rem;
	position: absolute;
	left: 0;
	top: -2.40rem;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	footer .mov {
		width: 100%;
		height: 1.50rem;
		position: static;
	}
}


footer .mov video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	padding-top: 0.50rem;
}

footer .in .logo_wrap {
	width: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
}

footer .in .logo_wrap .logo {
	display: block;
	width: 0.77rem;
}

footer .in .logo_wrap .logo img {
	display: block;
}

footer .in .logo_wrap .txt {
	font-size: 0.14rem;
	line-height: 1.5;
	padding-left: 0.20rem;
	letter-spacing: 0;
}

@media screen and (max-width: 640px) {
	footer .in .logo_wrap .txt {
		font-size: 0.12rem;
	}
	footer .in .logo_wrap {
		margin:0 auto;
	}
}


footer .in .logo_wrap .txt a {
	color: #000;
}

footer .in .glo_navi {
	width: fit-content;
}

footer .in .glo_navi .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* テキストリンク */
footer .in .glo_navi .list .link {
	padding-left: 0.20rem;
}

@media screen and (max-width: 640px) {
	footer .in .glo_navi .list .link {
		padding-left: 0.05rem;
		width: 50%;
		margin-bottom: 0.30rem;
		box-sizing: border-box;
	}
}

footer .in .glo_navi .list .link a {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 0.13rem;
	padding: 0 0.10rem;
	color: #000;
	position: relative;
}

footer .in .glo_navi .list .link a span {
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	footer .in .glo_navi .list .link a span {
		position: relative;
	}

	footer .in .glo_navi .list .link a span::before {
		content: '';
		width: 0.05rem;
		height: 0.01rem;
		background: #E93C1E;
		position: absolute;
		top: 50%;
		left: -0.13rem;
	}
}


footer .in .glo_navi .list .link a .jp {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	opacity: 0;
	filter: blur(10px);
}

@media screen and (max-width: 640px) {
	footer .in .glo_navi .list .contact a .jp {
		display: none;
	}
}

footer .in .glo_navi .list .link a:hover .jp {
	opacity: 1;
	filter: blur(0);
}
@media screen and (max-width: 640px) {
	footer .in .glo_navi .list .link a:hover .jp {
		opacity: 0;
	}
}

footer .in .glo_navi .list .link a:hover .en {
	opacity: 0;
	filter: blur(10px);
}
@media screen and (max-width: 640px) {
	footer .in .glo_navi .list .link a:hover .en {
		opacity: 1;
		filter: blur(0);
	}
}

footer .in .glo_navi .list .link a::after {
	content: '';
	position: absolute;
	bottom: -0.06rem;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
@media screen and (max-width: 640px) {
	footer .in .glo_navi .list .link a::after {
		content: none;
	}
}

footer .in .glo_navi .list .link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

footer .in .glo_navi .list .link a.active:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* コンタクトsp */
@media screen and (max-width: 640px) {
	footer .glo_navi .list .contact {
		width: 100%;
		margin: 0.10rem 0 0.40rem;
	}

	footer .glo_navi .list .contact a {
		width: 2.00rem;
		border: 1px solid #000;
		display: block;
		text-align: center;
		padding: 0.14rem;
		font-family: "Lato", sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-size: 0.14rem;
		border-radius: 0.30rem;
		color: #000;
		position: relative;
		overflow: hidden;
		margin: auto;
	}

	footer .glo_nav .nav_list .text a:hover::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	footer .glo_nav .nav_list .text a.active:after {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	footer .glo_navi .list .contact a::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #E93C1E;
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.3s;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s, color .3s;
		z-index: -1;
	}

	footer .glo_navi .list .contact a:hover {
		border: 1px solid #E93C1E;
		color: #FFF;
	}

	footer .glo_navi .list .contact a:hover::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}


	footer .glo_navi .list .contact a span {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	footer .glo_navi .list .contact a span::before {
		content: "";
		width: 0.16rem;
		height: 0.13rem;
		display: block;
		background-image: url(../img/common/icon_mail.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-right: 0.06rem;
	}

	footer .glo_navi .list .contact a:hover span::before {
		background-image: url(../img/common/icon_mail_white.svg);
	}
}

footer .bottom_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.50rem;
	border-top: 1px solid #000;
	padding: 0.40rem 0;
	font-family: "Lato", sans-serif;
}

@media screen and (max-width: 640px) {
	footer .bottom_wrap {
		margin-top: 0.30rem;
		padding: 0.30rem 0;
		flex-flow: column-reverse;
		flex-wrap: wrap;
	}
}


footer .bottom_wrap .copyright {
	font-size: 0.12rem;
}

@media screen and (max-width: 640px) {
	footer .bottom_wrap .copyright {
		font-size: 0.10rem;
		width: 100%;
	}
}


footer .bottom_wrap .link a {
	color: #000;
	font-size: 0.12rem;
}

@media screen and (max-width: 640px) {
	footer .bottom_wrap .link a {
		width: 100%;
		margin-bottom: 0.15rem;
		display: block;
	}
}

footer .bottom_wrap .link a:hover {
	opacity: 0.7;
}

footer .bottom_wrap .link a span {
	position: relative;
	padding-left: 0.10rem;
}

footer .bottom_wrap .link a span::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 4px solid #CCC;
	border-right: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}



/*============================
事業概要
============================*/
#business .wrap{
	flex-direction: column;
	gap:100px;
}
#business .wrap  > div{
	display:flex;
	flex-direction: column;
	gap:40px;
	position:relative;
	min-height:500px;
}
#business .wrap h3{
	font-size: 0.46rem;
    font-weight: bold;
    text-align: left;
}
#business .wrap p{
	font-size: 0.16rem;
    margin-top: 0.20rem;
    line-height: 1.8;
}
#business .wrap .business-num{
	color:#E52558;
	margin-top:0;
}
#business .wrap > div:first-child ul{
	border-left:2px solid #E52558;
}
#business .wrap > div:first-child ul li{
	list-style-type: decimal;
	font-size: 0.16rem;
    margin-top: 0.20rem;
    line-height: 1.8;
	margin-left: 32px;
}
#business .wrap .text,
#business .wrap img{
	width:45%;
}
#business .wrap  > div:nth-child(odd) .text,
#business .wrap  > div:nth-child(even) img{
	position:absolute;
	top:0;
	right:0;
}
#business .wrap  > div:nth-child(even) .text,
#business .wrap  > div:nth-child(odd) img{
	position:absolute;
	top:0;
	left:0;
	object-fit: cover;
}
#business .wrap .btn{
	margin-top:40px;
	display:flex;
	flex-direction: column;
	gap:24px;
}

@media screen and (max-width: 1024px) {
	#business .wrap  > div{
		min-height:400px;
	}
	#business .wrap{
		flex-direction: column;
		gap:80px;
	}
}
@media screen and (max-width: 1024px) {

	#business .wrap  > div:nth-child(odd) .text,
	#business .wrap  > div:nth-child(even) img,
	#business .wrap  > div:nth-child(even) .text,
	#business .wrap  > div:nth-child(odd) img{
		position:static;
		width:100%;
	}
	#business .wrap  > div{
		gap:20px;
	}
	#business .wrap h3 {
		font-size: 0.3rem;
	}
	#business .wrap > div:first-child ul {
	margin-top: 0.20rem;
	}
	#business .wrap > div:first-child ul li {
		margin-top: 0.1rem;
		
	}
	
#business .wrap .btn a{
	margin:0 auto;
}
}
