@charset "utf-8";

body {
	position: relative;
}

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

/*============================
ヘッダー
============================*/
header {
	transition: all 0.5s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.00rem;
	min-width: 1080px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 640px) {
	header {
		width: 100%;
		min-width: 100%;
		height: 0.60rem;
		background-color: rgba(255, 255, 255, 1);
	}
}

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

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

/* スクロールで表示された状態 */
header.scr {
	background-color: #FFF;
	box-shadow: 0 0 0.08rem rgba(0,0,0,0.3);
}


/* ロゴ */
header .logo {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 1.00rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	header .logo {
		height: 0.60rem;
	}
}

header .logo a {
	display: flex;
	align-items: center;
	padding: 0.20rem 0.35rem 0.22rem;
}
@media screen and (max-width: 640px) {
	header .logo a {
		padding: 0.13rem 0.15rem 0;
	}
}

header .logo a:hover {
	opacity: 0.7;
}

header .logo a img {
	width: 2.50rem;
	display: block;
}
@media screen and (max-width: 640px) {
	header .logo a img {
		width: 1.60rem;
	}
}

/* ナビゲーション */
header .glo_navi {
	position: absolute;
	top: 1.00rem;
	right: -4.00rem;
	width: 3.60rem;
	height: calc(100vh - 1.00rem);
	background-color: #111;
	overflow: hidden;
	transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 640px) {
	header .glo_navi {
		top: 0.60rem;
		right: -200vw;
		width: 100%;
		height: calc(100vh - 0.60rem);
	}
}

header .glo_navi.active {
	right: 0;
}

header .glo_navi .list {
	padding: 0.23rem;
}

header .glo_navi .list .link {
	line-height: 5vh;
}

header .glo_navi .list .link a {
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
}

header .glo_navi .list .link a::before {
	content: "";
	width: 0.10rem;
	height: 0.02rem;
	display: inline-block;
	position: relative;
	top: -0.04rem;
	margin-right: 0.08rem;
	background-color: #00A0E2;
	transition: width 0.3s;
}

header .glo_navi .list .link a:hover::before {
	width: 0.13rem;
}

header .glo_navi .list .link.-newwin a::after {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	display: inline-block;
	background-image: url(../img/common/icon_newwin.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.6;
}

header .glo_navi .list .link.-sub {
	margin-left: 0.18rem;
	line-height: 2.2;
}

header .glo_navi .list .link.-sub.-last {
	padding-bottom: 0.10rem;
}

header .glo_navi .list .link.-sub a {
	font-size: 0.14rem;
	font-weight: 500;
	color: #FFF;
}

header .glo_navi .list .link.-sub a:hover {
	text-decoration: underline;
}

header .glo_navi .list .link.-sub a::before {
	content: none;
}

header .glo_navi .contact_btn {
	padding: 0 0.23rem;
}

header .glo_navi .contact_btn a {
	display: block;
	background-color: #FFF;
	text-align: center;
	font-size: 0.16rem;
	font-weight: 700;
	color: #00A0E2;
	padding: 0.20rem 0 0.22rem;
	border-radius: 0.10rem;
}

header .glo_navi .contact_btn a:hover {
	background-color: #00A0E2;
	color: #FFF;
}

/* 左側コピーライト */
.side_copyright {
	font-family: "Inter", serif;
	font-size: 0.12rem;
	font-style: italic;
	letter-spacing: 0.075em;
	writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	left: 0.30rem;
	z-index: 1;
}

/* 右側ボタン群 */
.btn_wrap {
	height: 1.00rem;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
@media screen and (max-width: 640px) {
	.btn_wrap {
		height: 0.60rem;
	}
}

/* tiktok */
.btn_wrap .tiktok_link {
	background-color: #FFF;
	width: 1.00rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.btn_wrap .tiktok_link {
		width: 0.60rem;
	}
}

.btn_wrap .tiktok_link a {
	display: block;
	height: 100%;
	position: relative;
}

.btn_wrap .tiktok_link a:hover {
	opacity: 0.7;
}

.btn_wrap .tiktok_link a::before {
	content: "";
	width: 1.00rem;
	height: 1.00rem;
	background-image: url(../img/common/icon_tiktok.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 640px) {
	.btn_wrap .tiktok_link a::before {
		width: 0.60rem;
		height: 0.60rem;
	}
}

/* エントリー */
.btn_wrap .entry_link {
	width: 1.60rem;
	height: 1.00rem;
	background-color: #00A0E2;
}
@media screen and (max-width: 640px) {
	.btn_wrap .entry_link {
		width: 0.60rem;
		height: 100%;
		position: relative;
	}
	.btn_wrap .entry_link::before {
		content: "";
		width: 0.40rem;
		height: 0.40rem;
		background-image: url(../img/common/icon_entry_sp.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}

.btn_wrap .entry_link a {
	display: block;
	height: 100%;
	position: relative;
}

.btn_wrap .entry_link a:hover {
	opacity: 0.7;
}

.btn_wrap .entry_link a .txt_box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.btn_wrap .entry_link a .txt_box .en_txt {
	font-family: "Inter", serif;
	font-weight: 700;
	font-style: italic;
	font-size: 0.28rem;
	color: #FFF;
	display: block;
}

.btn_wrap .entry_link a .txt_box .jp_txt {
	font-size: 0.11rem;
	font-weight: 700;
	color: #FFF;
	display: block;
	padding-top: 0.05rem;
}

/* ハンバーガーメニュー */
.btn_wrap .menu_btn {
	width: 1.00rem;
	height: 1.00rem;
	background-color: #111;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
	.btn_wrap .menu_btn {
		width: 0.60rem;
		height: 0.60rem;
	}
}

.btn_wrap .menu_btn .menu_bars {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.btn_wrap .menu_btn .menu_bars span {
	background-color: #FFF;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	transition: all 0.3s;
}

.btn_wrap .menu_btn .menu_bars span:nth-of-type(1) {
	top: 36%;
}
.btn_wrap .menu_btn .menu_bars span:nth-of-type(2) {
	bottom: 36%;
}

.btn_wrap .menu_btn.active .menu_bars span:nth-of-type(1) {
	top: calc(50% - 1px);
	transform: rotate(45deg);
}
.btn_wrap .menu_btn.active .menu_bars span:nth-of-type(2) {
	bottom: calc(50% - 1px);
	transform: rotate(-45deg);
}

/*============================
共通
============================*/
/* 1000pxコンテナ */
.in1000 {
	width: 100%;
	max-width: 10rem;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 640px) {
	.in1000 {
		padding: 0 0.20rem;
		box-sizing: border-box;
	}
}

/* 1400pxコンテナ */
.in1400 {
	width: 100%;
	max-width: 14rem;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 640px) {
	.in1400 {
		padding: 0 0.20rem;
		box-sizing: border-box;
	}
}

/* セクションタイトル */
.sec_title_wrap .en {
	font-size: 0.20rem;
	font-family: "Inter", serif;
	font-weight: 600;
	color: #00A0E2;
	margin-bottom: 0.1rem;
	display: block;
}
@media screen and (max-width: 640px) {
	.sec_title_wrap .en {
		font-size: 0.14rem;
		margin-bottom: 0.06rem;
	}
}

.sec_title_wrap .jp {
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width: 640px) {
	.sec_title_wrap .jp {
		font-size: 0.22rem;
	}
}

/* ボタン */
.btn a {
	width: 2.6rem;
	background: #000;
	color: #fff;
	display: block;
	box-sizing: border-box;
	padding: 0.20rem 0 0.23rem;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	font-weight: 600;
	border-radius: 0.50rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.btn a {
		max-width: 3.20rem;
		width: 100%;
		font-size: 0.15rem;
		padding: 0.18rem 0 0.20rem;
		margin: auto;
	}
}

.btn a::after {
	position: absolute;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #00A0E2;
	display: block;
	top: 49%;
	transform: translateY(-50%);
	right: 0.5rem;
	transition: all 0.5s;
	z-index: 0;
}

.btn a:hover::after {
	transform: scale(100);
}

.btn a span {
	position: relative;
	z-index: 1;
	display: block;
}

.btn a span::after {
	content: "";
	width: 0.12rem;
	height: 0.10rem;
	background-image: url(../common/img/icon_arrow_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.45rem;
	top: 51%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s;
}

.btn a:hover span::after {
	right: 0.40rem;
	opacity: 1;
}

.btn.-wh a:hover span {
	color: #FFF;
}

.btn a:hover {
	box-shadow: 0 0 0.10rem rgba(0, 160, 226, 0.3);
}

/* 中央寄せ */
.btn.-center a {
	margin-left: auto;
	margin-right: auto;
}

/* 白 */
.btn.-wh a {
	background: #fff;
	color: #000;
}

/* デコレーション文字 */
.deco {
	position: absolute;
	left: -0.4rem;
	width: 0.21rem;
}

.deco.-right{
	right: -0.4rem;
}

.deco span {
	position: relative;
}

.deco span::after {
	width: 1px;
	height: 0.9rem;
	content: '';
	display: block;
	background: #111;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
}


/*============================
私たちはこのような人材を求めています
============================*/
#recruit {
	margin-top: 1.2rem;
	position: relative;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
	#recruit {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0.40rem;
	}
}

#recruit::after {
	content: '';
	display: block;
	width: calc(100% - ((100% - 12rem) / 2));
	height: 12.5rem;
	background: #E5F5FC;
	z-index: -1;
	position: absolute;
	top: 3rem;
	right: 0;
	border-radius: 0 0 0 0.60rem;
}
@media screen and (max-width: 640px) {
	#recruit::after {
		width: 100%;
		height: calc(100% - 5.20rem);
		top: auto;
		bottom: 1.20rem;
		border-radius: 0;
	}
}

#recruit .separate_img {
	width: 100%;
	height: 4.00rem;
}
@media screen and (max-width: 640px) {
	#recruit .separate_img {
		height: 40vw;
	}
}

#recruit .separate_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#recruit .sec_title_wrap {
	text-align: center;
	padding: 0.8rem 0 0.4rem;
}
@media screen and (max-width: 640px) {
	#recruit .sec_title_wrap {
		padding: 0.4rem 0 0.3rem;
	}
}

#recruit .slide-items {
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	#recruit .slide-items {
		padding-bottom: 0.40rem;
	}
}

#recruit .slide-items .slick-list {
	overflow: visible;
}

#recruit .slide {
	width: 100%;
	max-width: 5.00rem;
	box-shadow: 0 0.02rem 0.10rem rgba(0,0,0,0.2);
	margin: 0 0.20rem;
}
@media screen and (max-width: 640px) {
	#recruit .slide {
		max-width: 2.80rem;
		margin: 0 0.10rem;
	}
}

#recruit .slide .ph_wrap {
	width: 100%;
	height: 4.00rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#recruit .slide .ph_wrap {
		height: 55vw;
	}
}

#recruit .slide .ph_wrap a:hover img {
	transform: scale(1.04);
}

#recruit .slide .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#recruit .slide .text_wrap {
	padding: 0 0.4rem;
	box-sizing: border-box;
	padding-bottom: 0.35rem;
	background: #fff;
}
@media screen and (max-width: 640px) {
	#recruit .slide .text_wrap {
		padding: 0 0.2rem 0.30rem;
	}
}

#recruit .slide .text_wrap .slide_title {
	font-size: 0.26rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -0.30rem;
}
@media screen and (max-width: 640px) {
	#recruit .slide .text_wrap .slide_title {
		font-size: 0.20rem;
		top: -0.20rem;
	}
}

#recruit .slide .text_wrap .slide_title span {
	font-size: 0.86rem;
	font-family: "Inter", serif;
	color: transparent;
	-webkit-text-stroke: 1px #00A0E2; /* ベンダープレフィックス */
	text-stroke: 1px #00A0E2;
	display: inline-block;
	position: relative;
	top: 0.06rem;
	left: -0.1rem;
}
@media screen and (max-width: 640px) {
	#recruit .slide .text_wrap .slide_title span {
		font-size: 0.43rem;
		display: block;
		left: 0;
		top: -0.05rem;
	}
}

#recruit .slide .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
	margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
	#recruit .slide .text_wrap .text {
		font-size: 0.13rem;
		text-align: justify;
		margin-bottom: 0.2rem;
	}
}

@media screen and (max-width: 640px) {
	#recruit .slick-dots {
		bottom: 0;
	}
}

#recruit .slick-dots li {
	width: 0.20rem;
	height: 0.10rem;
}

#recruit .slick-dots li button {
	width: 0.10rem;
	height: 0.10rem;
	border-radius: 0.10rem;
	background-color: #CCC;
	margin: auto;
	transition: all 0.3s;
}

#recruit .slick-dots li button::before {
	content: none;
}

#recruit .slick-dots li.slick-active {
	width: 0.30rem;
}
#recruit .slick-dots li.slick-active  button {
	width: 0.30rem;
	background-color: #00A0E2;
}

@media screen and (max-width: 640px) {
	#recruit .bnr {
		padding-bottom: 0;
	}
}

/* バナー */
.bnr {
	max-width: 9rem;
	margin: 0.8rem auto 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.bnr {
		max-width: calc(100% - 0.40rem);
		margin: 0.3rem auto 0;
	}
}

.bnr .bnr_wrap {
	border: 0.05rem solid #CCC;
}
@media screen and (max-width: 640px) {
	.bnr .bnr_wrap {
		border: 0.03rem solid #CCC;
	}
}

.bnr .bnr_wrap a {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	/* border: 5px solid rgba(0, 0, 0, 0.3); */
	box-sizing: border-box;
}

.bnr .bnr_wrap a:hover {
	opacity: 0.7;
}

.bnr .bnr_wrap .ph_wrap {
	width: 3.33rem;
}
@media screen and (max-width: 640px) {
	.bnr .bnr_wrap .ph_wrap {
		width: 100%;
		height: 44vw;
		overflow: hidden;
	}
}

.bnr .bnr_wrap .ph_wrap img {
	vertical-align:top;
}
@media screen and (max-width: 640px) {
	.bnr .bnr_wrap .ph_wrap img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
}

.bnr .bnr_wrap .text_wrap {
	padding-top: 0.5rem;
	padding-left: 0.7rem;
	box-sizing: border-box;
	position: relative;
	width: calc(100% - 3.33rem);
	background: #fff;
}
@media screen and (max-width: 640px) {
	.bnr .bnr_wrap .text_wrap {
		padding: 0.20rem 0 0;
		width: 100%;
		box-sizing: border-box;
	}
}

.bnr .bnr_wrap .text_wrap .bnr_title {
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1.66;
	position: relative;
}
@media screen and (max-width: 640px) {
	.bnr .bnr_wrap .text_wrap .bnr_title {
		font-size: 0.18rem;
		letter-spacing: 0.075em;
		text-align: center;
		padding-bottom: 0.15rem;
	}
}

.bnr .bnr_wrap .text_wrap .bnr_title::before {
	content: "";
	width: 1.00rem;
	height: 0.50rem;
	background-image: url(../img/common/recruit_bnr_subtitle.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -0.5rem;
	top: -0.38rem;
}
@media screen and (max-width: 640px) {
	.bnr .bnr_wrap .text_wrap .bnr_title::before {
		width: 1.00rem;
		height: 0.30rem;
		top: -0.32rem;
		left: 50%;
		transform: translateX(-50%);
		background-position: top center;
	}
}

.bnr .bnr_wrap .text_wrap .text {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00A0E2;
	color: #fff;
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
	padding: 0.15rem 0 0.17rem;
}
@media screen and (max-width: 640px) {
	.bnr .bnr_wrap .text_wrap .text {
		position: relative;
		font-size: 0.14rem;
		padding: 0.15rem 0 0.17rem;
	}
	.bnr .bnr_wrap .text_wrap .text span::before {
		content: "《";
		display: inline-block;
		padding-right: 0.04rem;
	}
	.bnr .bnr_wrap .text_wrap .text span::after {
		content: "》";
		display: inline-block;
		padding-left: 0.04rem;
	}
}

/*==========================
フッター
==========================*/
footer {
	padding-top: 0.60rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	footer {
		padding-top: 0;
	}
}

footer .link_wrap {
	background-color: #F0F0F0;
	padding: 0.70rem 0;
}
@media screen and (max-width: 640px) {
	footer .link_wrap {
		padding: 0.25rem 0.10rem 0.30rem;
	}
}

footer .link_wrap .in {
	max-width: 10.00rem;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in {
		display: block;
	}
}

footer .link_wrap .in .list {
	width: 100%;
	max-width: 2.30rem;
}

footer .link_wrap .in .link {
	line-height: 2.5;
}

footer .link_wrap .in .link a {
	font-size: 0.16rem;
	font-weight: 700;
	color: #111;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in .link a {
		font-size: 0.14rem;
	}
}

footer .link_wrap .in .link a::before {
	content: "";
	width: 0.10rem;
	height: 0.02rem;
	background-color: #00A0E2;
	display: inline-block;
	margin-right: 0.06rem;
	position: relative;
	top: -0.04rem;
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in .link a::before {
		width: 0.07rem;
		top: -0.03rem;
	}
}

footer .link_wrap .in .link a:hover::before {
	width: 0.13rem;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in .link a:hover::before {
		width: 0.07rem;
	}
}

footer .link_wrap .in .link.-newwin a::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	display: inline-block;
	background-image: url(../img/common/icon_newwin_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.6;
}

footer .link_wrap .in .link.-sub {
	line-height: 2.2;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in .link.-sub {
		line-height: 2.3;
	}
}

footer .link_wrap .in .link.-sub a {
	font-size: 0.14rem;
	font-weight: 500;
	padding-left: 0.16rem;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in .link.-sub a {
		font-size: 0.12rem;
		padding-left: 0.20rem;
	}
}

footer .link_wrap .in .link.-sub a:hover {
	text-decoration: underline;
}

footer .link_wrap .in .link.-sub a::before {
	content: none;
}

footer .link_wrap .in .link.-nolink a {
	pointer-events: none;
}

footer .link_wrap .in .bnr_wrap {
	width: 100%;
	max-width: 2.58rem;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in .bnr_wrap {
		max-width: 100%;
		padding-top: 0.30rem;
	}
}

footer .link_wrap .in .bnr_wrap .bnr_btn {
	width: 100%;
	height: 0.90rem;
	position: relative;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in .bnr_wrap .bnr_btn {
		height: 0.80rem;
		margin-bottom: 0.20rem;
	}
}

footer .link_wrap .in .bnr_wrap .bnr_btn a {
	display: block;
	height: 100%;
	position: relative;
	text-align: center;
	font-size: 0.12rem;
	color: #FFF;
	border-radius: 0.06rem;
	box-shadow: 0 0.03rem 0 rgba(0,0,0,0.16);
}

footer .link_wrap .in .bnr_wrap .bnr_btn a .txt_box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

footer .link_wrap .in .bnr_wrap .bnr_btn a .en_txt {
	font-family: "Inter", serif;
	font-weight: 700;
	font-style: italic;
	font-size: 0.28rem;
	display: block;
	padding-bottom: 0.05rem;
}
@media screen and (max-width: 640px) {
	footer .link_wrap .in .bnr_wrap .bnr_btn a .en_txt {
		font-size: 0.22rem;
	}
}

footer .link_wrap .in .bnr_wrap .bnr_btn.-entry a {
	background-color: #00A0E2;
}
footer .link_wrap .in .bnr_wrap .bnr_btn.-entry a:hover {
	background-color: #FFF;
	color: #00A0E2;
}

footer .link_wrap .in .bnr_wrap .bnr_btn.-contact a {
	background-color: #FFF;
	color: #00A0E2;
}
footer .link_wrap .in .bnr_wrap .bnr_btn.-contact a:hover {
	color: #FFF;
	background-color: #111;
}

footer .in.-copyright {
	max-width: 10.00rem;
	display: flex;
	align-items: center;
	background-color: #FFF;
}
@media screen and (max-width: 640px) {
	footer .in.-copyright {
		display: block;
		padding-bottom: 0.25rem;
	}
}

footer .in.-copyright .logo {
	width: 2.00rem;
	padding: 0.25rem 0;
}
@media screen and (max-width: 640px) {
	footer .in.-copyright .logo {
		width: 1.20rem;
		margin: auto;
		padding: 0.25rem 0 0.10rem;
	}
}

footer .in.-copyright .txt {
	padding-left: 0.15rem;
	font-family: "Inter", serif;
}
@media screen and (max-width: 640px) {
	footer .in.-copyright .txt {
		font-size: 0.10rem;
		text-align: center;
	}
}

#page_top.square {
	background-image: url(../img/common/icon_backtotop.svg);
}
@media screen and (max-width: 640px) {
	#page_top {
		right: -1.00rem;
		z-index: 3;
	}
}

/*============================
フローティングバナー
============================*/
.floating_bnr {
	position: fixed;
	right: -4.60rem;
	bottom: 1.00rem;
	width: 5.00rem;
	z-index: 3;
	transition: right 0.7s cubic-bezier(0.81, 0, 0.06, 1.02);
}
@media screen and (max-width: 640px) {
	.floating_bnr {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0.10rem;
		width: calc(100% - 0.20rem);
	}
}

.floating_bnr.-open {
	right: -0.10rem;
}
@media screen and (max-width: 640px) {
	.floating_bnr.-open {
		right: auto;
		left: 50%;
	}
}