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

main {
	overflow: hidden;
}

/*====================================
スプラッシュスクリーン
====================================*/
.splash_screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFBF6;
	z-index: 100000;
}


/*============================
背景飾り
============================*/
main::before {
	content: "";
	width: 5.94rem;
	height: 100%;
	background-image: url(../img/top/body_deco_left.svg);
	background-position: left 6.00rem;
	background-repeat: repeat-y;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: calc(50% - 11.00rem);
	z-index: 0;
}
@media screen and (max-width: 640px) {
	main::before {
		width: 3.09rem;
		background-position: left 6.00rem;
		top: -2.90rem;
		left: calc(50% - 4.40rem);
	}
}

main::after {
	content: "";
	width: 4.30rem;
	height: 100%;
	background-image: url(../img/top/body_deco_right.svg);
	background-position: right 7.00rem;
	background-repeat: repeat-y;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: calc(50% - 10.00rem);
	z-index: 0;
}
@media screen and (max-width: 640px) {
	main::after {
		width: 1.43rem;
		background-image: url(../img/top/body_deco_right_sp.svg);
		background-position: right 11.70rem;
		top: -7.50rem;
		right: calc(50% - 2.90rem);
	}
}

.article main::after {
	content: "";
	width: 4.30rem;
	height: 100%;
	background-image: url(../img/top/body_deco_right.svg);
	background-position: right 10.00rem;
	background-repeat: repeat-y;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: calc(50% - 10.00rem);
	z-index: 0;
}

/*============================
フローティングバナー
============================*/
.floating_bnr_wrap {
	position: fixed;
	right: -0.04rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	width: 0.64rem;
}
@media screen and (max-width: 640px) {
	.floating_bnr_wrap {
		right: auto;
		top: auto;
		left: 0.15rem;
		bottom: 0.15rem;
		transform: translateY(0);
		width:calc(100% - 0.30rem);
	}
}

/*============================
ヘッダー
============================*/
.under_logo {
	width: 3.38rem;
	margin: auto;
	padding: 0.25rem 0;
}

header {
	transition: transform 0.5s 0.3s;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20;
	height: 100vh;
}
@media screen and (max-width: 640px) {
	header {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: 0.70rem;
	}
	header .sp_logo {
		padding: 0.15rem;
	}
}

.article .header_deco_left {
	width: 2.20rem;
	height: 3.18rem;
	background-image: url(../img/common/under_header_deco_left.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	.article .header_deco_left {
		width: 0.42rem;
		height: 0.69rem;
		top: -0.20rem;
	}
}

.article .header_deco_right {
	width: 1.92rem;
	height: 2.72rem;
	background-image: url(../img/common/under_header_deco_right.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	.article .header_deco_right {
		width: 0.46rem;
		height: 1.00rem;
		background-image: url(../img/common/under_header_deco_right_sp.svg);
		top: 0.50rem;
	}
}

header #SPnaviBtn {
	width: 0.80rem;
	height: 0.80rem;
	background-color: #006837;
	border-radius: 50%;
	position: absolute;
	top: 0.40rem;
	right: -1.50rem;
	color: #FFF;
	box-shadow: 0 0 0.10rem rgba(0,0,0,0.3);
	cursor: pointer;
	transition: right 0.5s cubic-bezier(0.75, 0, 0.17, 1);
}
@media screen and (max-width: 640px) {
	header #SPnaviBtn {
		width: 0.46rem;
		height: 0.46rem;
		background-color: #006837;
		border-radius: 50%;
		position: fixed;
		top: 0.12rem;
		right: 0.15rem;
		color: #FFF;
	}
}

header #SPnaviBtn.visible {
	right: 0.40rem;
}
@media screen and (max-width: 640px) {
	header #SPnaviBtn.visible {
		right: 0.15rem;
	}
}

.menu_open header #SPnaviBtn,
.menu_open header #SPnaviBtn.visible {
	right: -1.50rem;
}
@media screen and (max-width: 640px) {
	.menu_open header #SPnaviBtn,
	.menu_open header #SPnaviBtn.visible {
		right: -0.50rem;
	}
}

header #SPnaviBtn #SPmenuBars {
	width: 0.30rem;
	height: 0.16rem;
	position: absolute;
	top: 0.26rem;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
	header #SPnaviBtn #SPmenuBars {
		width: 0.20rem;
		height: 0.11rem;
		position: absolute;
		top: 0.12rem;
	}
}

header #SPnaviBtn #SPmenuBars span {
	background-color: #FFF;
}

header #SPnaviBtn #SPmenuBars span:nth-of-type(1) {
	top: 0;
}
header #SPnaviBtn #SPmenuBars span:nth-of-type(2) {
	top: 50%;
}
header #SPnaviBtn #SPmenuBars span:nth-of-type(3) {
	bottom: 0;
}

header #SPnaviBtn .txt {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0.20rem;
	left: 0;
	font-size: 0.12rem;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
@media screen and (max-width: 640px) {
	header #SPnaviBtn .txt {
		bottom: 0.10rem;
		left: 0;
		font-size: 0.08rem;
		letter-spacing: 0;
		font-weight: 600;
		font-family: "Inter", sans-serif;
	}
}

header .nav_wrap {
	position: absolute;
	top: 0;
	right: -3.50rem;
	width:3.50rem;
	height: 100%;
	display: block;
	background-color: rgba(0, 104, 55, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	z-index: 30;
	padding-top: 0.70rem;
	padding-left: 0.35rem;
	box-sizing: border-box;
	transition: right 0.5s cubic-bezier(0.75, 0, 0.17, 1);
}
@media screen and (max-width: 640px) {
	header .nav_wrap {
		position: fixed;
		top: 0;
		right: -100vw;
		width:100%;
		height: 100dvh;
		display: block;
		background-color: rgba(0, 104, 55, 0.85);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		z-index: 30;
		padding-top: 0.15rem;
		padding-left: 0.15rem;
	}
}

header .nav_wrap.active {
	right: 0;
}

header .nav_wrap .close_btn {
	position: absolute;
	top: 0.25rem;
	right: 0.25rem;
	width: 0.22rem;
	cursor: pointer;
	transition: opacity 0.3s;
}

header .nav_wrap .close_btn:hover {
	opacity: 0.5;
}

header .nav_wrap .logo {
	width: 2.46rem;
}
@media screen and (max-width: 640px) {
	header .nav_wrap .logo {
		width: 2.35rem;
	}
}

header .nav_wrap .logo img {
	width: 100%;
}

header .nav_wrap .list .link {
	padding-top: 0.25rem;
}
@media screen and (max-width: 640px) {
	header .nav_wrap .list .link {
		padding-top: 0.35rem;
		padding-left: 0.10rem;
	}
}

header .nav_wrap .list .link a {
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	font-weight: 500;
	color: #FFF;
	position: relative;
}

header .nav_wrap .list .link a:hover {
	opacity: 0.7;
}

header .nav_wrap .list .link a span[data-txt]::after {
	content: attr(data-txt);
	font-size: 0.10rem;
	font-weight: 600;
	color: #FFF;
	opacity: 0.6;
	position: relative;
	top: -0.02rem;
	padding-left: 0.10rem;
}

header .nav_wrap .sns_link_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 0.45rem;
}
@media screen and (max-width: 640px) {
	header .nav_wrap .sns_link_wrap {
		padding-left: 0.10rem;
		justify-content: center;
	}
}

header .nav_wrap .sns_link_wrap .sns_link {
	width: 0.28rem;
	padding-right: 0.20rem;
}
@media screen and (max-width: 640px) {
	header .nav_wrap .sns_link_wrap .sns_link {
		width: 0.28rem;
		padding: 0 0.15rem;
	}
}

header .nav_wrap .contact_btn {
	padding: 0.45rem 0.10rem 0;
}

header .nav_wrap .contact_btn a {
	display: block;
	background-color: #FFF;
	line-height: 0;
	padding: 0.19rem 0 0.21rem;
	border-radius: 0.30rem;
	color: #CB2E27;
	font-size: 0.16rem;
	font-weight: 700;
	text-align: center;
}

header .nav_wrap .contact_btn a span::after {
	content: "";
	width: 0.20rem;
	height: 0.11rem;
	background-image: url(../img/common/icon_link_arrow_red.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

.menu_close_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.8s;
}

.menu_close_bg.active {
	z-index: 11;
	background-color: rgba(0,0,0,0.2);
}

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

/* ヘッダーが上に消える
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);
}
 */

/*============================
共通
============================*/
body {
	background: #FFFBF6;
}

.in1000 {
	max-width: 11.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.in1000 {
		padding: 0.15rem;
		box-sizing: border-box;
	}
}

.btn_common a {
	width: 3.00rem;
	color: #fff;
	background: #CB2E27;
	border-radius: 0.70rem;
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 0.28rem 0;
	font-size: 0.16rem;
	font-weight: bold;
	filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.15));
}

.btn_common a:hover {
	opacity: 0.7;
}

.btn_common a span {
	position: relative;
}

.btn_common a span::after {
	content: '';
	display: block;
	width: 0.15rem;
	height: 0.12rem;
	background: url(../img/common/icon_arrow_wh.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: -0.30rem;
	transform: translateY(-50%);
	transition: all .3s;
}

.btn_common a:hover span::after {
	right: -0.33rem;
}

/*============================
タイトル
============================*/
.sec_title {
	text-align: center;
	padding-bottom: 0.35rem;
}
@media screen and (max-width: 640px) {
	.sec_title {
		padding-bottom: 0.20rem;
	}
}

.sec_title .en {
	font-family: "Caveat", cursive;
	font-size: 0.23rem;
	letter-spacing: 0.14em;
	color: #CB2E27;
	margin-bottom: 0.10rem;
	opacity: 0.5;
}
@media screen and (max-width: 640px) {
	.sec_title .en {
		font-size: 0.14rem;
		margin-bottom: 0.05rem;
	}
}

.sec_title .jp {
	font-size: 0.36rem;
	font-weight: bold;
	color: #006837;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
	.sec_title .jp {
		font-size: 0.24rem;
	}
}

.sec_title .jp span {
	display: block;
	font-size: 0.30rem;
}
@media screen and (max-width: 640px) {
	.sec_title .jp span {
		font-size: 0.16rem;
	}
}

/*============================
PCナビゲーション
============================*/
.pc_navi {
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 640px) {
	.pc_navi {
		display: none;
	}
}

.pc_navi .navi .list {
	display: flex;
	justify-content: space-between;
	border: 1px solid #006837;
	background: #fff;
	border-radius: 0.10rem;
	padding: 0.21rem 0;
	box-sizing: border-box;
}

.pc_navi .navi .list .link {
	position: relative;
}

.pc_navi .navi .list .link::before {
	content: '';
	width: 1px;
	height: 0.54rem;
	background-image: url(../img/common/vBorder.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1px auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.pc_navi .navi .list .link:nth-of-type(1):before {
	content: none;
}

.pc_navi .navi .list .link a {
	color: #006837;
	font-size: 0.16rem;
	display: block;
	text-align: center;
	padding: 0 0.23rem;
	position: relative;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
	top: 0.02rem;
}

.pc_navi .navi .list .link a:hover {
	opacity: 0.6;
}

.pc_navi .navi .list .link.sns a {
	top: 0;
}

.pc_navi .navi .list .link a span {
	display: block;
	font-size: 0.10rem;
	margin-top: 0.10rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	font-family: "Inter", sans-serif;
	opacity: 0.5;
}

.pc_navi .navi .list .link.sns a span {
	margin-top: 0.05rem;
}

.pc_navi .navi .list .link.sns a img {
	display: block;
	margin: auto;
}

/*============================
移住者インタビュー
============================*/
#interview_parts {
	padding-top: 0.85rem;
	position: relative;
	background: url(../img/common/interview_common_bg.png) no-repeat;
	background-size: auto 100%;
	background-position: bottom;
	background-color: #FFFBF6;
	padding-bottom: 1.3rem;
	box-sizing: border-box;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	#interview_parts {
		padding-top: 0.60rem;
		padding-bottom: 0.10rem;
	}
}

#interview_parts .lead {
	font-size: 0.16rem;
	line-height: 2.3;
	letter-spacing: 0.04em;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#interview_parts .lead {
		font-size: 0.14rem;
		line-height: 1.85;
		padding: 0 0.10rem;
		text-align: justify;
	}
}

#interview_parts .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.58rem 0.25rem;
	margin-top: 0.45rem;
}

@media screen and (max-width: 640px) {
	#interview_parts .list {
		display: block;
		margin-top: 0.30rem;
		padding: 0 0.10rem;
	}
}

#interview_parts .list .item {
	width: 100%;
	max-width: 2.80rem;
}
@media screen and (max-width: 640px) {
	#interview_parts .list .item {
		max-width: 100%;
		padding-bottom: 0.50rem;
	}
}

#interview_parts .list .item a {
	display: block;
	color: #000;
}

#interview_parts .list .item a .ph_wrap {
	width: 100%;
	height: 2.00rem;
	overflow: hidden;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#interview_parts .list .item a .ph_wrap {
		height: 57.33vw;
	}
}

#interview_parts .list .item a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#interview_parts .list .item a:hover .ph_wrap img {
	transform: scale(1.08);
}

#interview_parts .list .item a .work {
	text-align: center;
	position: relative;
	margin-top: -0.20rem;
}
@media screen and (max-width: 640px) {
	#interview_parts .list .item a .work {
		margin-top: -0.17rem;
	}
}

#interview_parts .list .item a .work span {
	font-size: 0.15rem;
	letter-spacing: 0;
	font-weight: bold;
	color: #fff;
	background: #006837;
	padding: 0.08rem 0.12rem 0.10rem;
	display: inline-block;
	border-radius: 0.20rem;
	position: relative;
	z-index: 1;
	min-width: 1.80rem;
	box-sizing: border-box;
	transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
	#interview_parts .list .item a .work span {
		font-size: 0.14rem;
		min-width: 2.00rem;
	}
}

#interview_parts .list .item a:hover .work span {
	background-color: #CB2E27;
}

#interview_parts .list .item a .list_title {
	text-align: center;
	font-size: 0.16rem;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.10rem 0 0;
}

#interview_parts .list .item a .list_title.type2 {
	margin: 0.10rem -0.10rem 0;
	letter-spacing: -0.03em;
}

#interview_parts .list .item a .name {
	text-align: center;
	margin-top: 0.1rem;
	font-size: 0.13rem;
	margin-bottom: 0.20rem;
}

#interview_parts .list .item a .btn {
	font-family: "Inter", sans-serif;
	font-size: 0.15rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	color: #006837;
}

#interview_parts .list .item a .btn span {
	border-bottom: 1px solid #006837;
	position: relative;
}

#interview_parts .list .item a .btn span {
	border-bottom: 1px solid #006837;
	position: relative;
}

#interview_parts .list .item a .btn span::after {
	content: '';
	display: block;
	width: 0.15rem;
	height: 0.12rem;
	background: url(../img/common/icon_arrow_gr.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: -0.30rem;
	transform: translateY(-50%);
	transition: all .3s;
}

#interview_parts .list .item a:hover .btn span::after {
	right: -0.33rem;
}


/*============================
下部スライダー
============================*/
#bottom_slide_parts {
	position: relative;
	z-index: 1;
}
#bottom_slide_parts .slick-initialized .slick-slide{
	width: 4.70rem!important;
	margin-left: 0.05rem;
}

@media screen and (max-width: 640px) {
	#bottom_slide_parts .slick-initialized .slick-slide{
		width: 80vw!important;
		margin-left: 0.02rem;
	}
}


/*============================
SNS
============================*/
#sns_parts {
	padding: 0.9rem 0 1.3rem;
}
@media screen and (max-width: 640px) {
	#sns_parts {
		padding: 0.50rem 0 0.20rem;
	}
}

#sns_parts .list {
	display: flex;
	justify-content: space-between;
	gap: 0 0.30rem;
}
@media screen and (max-width: 640px) {
	#sns_parts .list {
		display: block;
		padding: 0 0.30rem;
	}
}

#sns_parts .list .item {
	width: calc(100% - 0.15rem);
	border: 1px solid #006837;
	background: #fff;
	border-radius: 0.10rem;	
	position: relative;
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item {
		width: 100%;
		border-radius: 0.06rem;
		margin-bottom: 0.50rem;
	}
}

#sns_parts .list .item a {
	display: flex;
	flex-wrap: wrap;
	height: 1.85rem;
	align-items: center;
	justify-content: center;
	color: #2F2F2F;
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item a {
		height: auto;
		padding: 0.20rem 0;
	}
}

#sns_parts .list .item a .ph_wrap {
	height: 0.65rem;
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item a .ph_wrap {
		width: 100%;
		height: 0.50rem;
		margin: auto;
		text-align: center;
	}
}

#sns_parts .list .item a .ph_wrap img {
	height: 100%;
}

#sns_parts .list .item a .text_wrap .lead {
	font-size: 0.18rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.4;
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item a .text_wrap .lead {
		font-size: 0.14rem;
		letter-spacing: 0.03em;
		padding-top: 0.20rem;
		text-align: center;
	}
}

#sns_parts .list .item a .text_wrap .title {
	font-size: 0.38rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 0.20rem;
	font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item a .text_wrap .title {
		font-size: 0.26rem;
		padding-top: 0.05rem;
		padding-bottom: 0.10rem;
		text-align: center
	}
}

#sns_parts .list .item:nth-child(2) a .text_wrap .title {
	font-size: 0.29rem;
	margin-left: -0.10rem;
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item:nth-child(2) a .text_wrap .title {
		font-size: 0.20rem;
		margin-left: 0;
	}
}

#sns_parts .list .item a .text_wrap {
	padding-left: 0.20rem;
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item a .text_wrap {
		padding-left: 0;
	}
}

#sns_parts .list .item .btn {
	position: absolute;
	bottom: -0.40rem;
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item .btn {
		bottom: -0.25rem;
	}
}

#sns_parts .list .item em {
	width: 3.10rem;
	color: #fff;
	background: #006837;
	border-radius: 0.70rem;
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 0.28rem 0;
	font-size: 0.16rem;
	font-weight: bold;
	filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.15));
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	#sns_parts .list .item em {
		width: 2.60rem;
		padding: 0.18rem 0;
	}
}

#sns_parts .list .item a:hover em {
	background-color: #ACD64F;
}

#sns_parts .btn em span {
	position: relative;
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
	font-size: 0.20rem;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#sns_parts .btn em span {
		font-size: 0.15rem;
	}
}

#sns_parts .btn em span::after {
	content: '';
	display: block;
	width: 0.15rem;
	height: 0.12rem;
	background: url(../img/common/icon_arrow_wh.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: -0.30rem;
	transform: translateY(-50%);
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#sns_parts .btn em span::after {
		width: 0.13rem;
		height: 0.10rem;
		top: 48%;
		right: -0.24rem;
	}
}

#sns_parts a:hover em span::after {
	right: -0.33rem;
}

/*============================
フッター
============================*/
footer {
	padding: 0.40rem 0 0.60rem;
	background: #006837;
}

footer .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

footer .logo_box {
	width: 2.80rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	footer .logo_box {
		width: 100%;
	}
}

footer .logo_box .logo {
	width: 100%;
}
@media screen and (max-width: 640px) {
	footer .logo_box .logo {
		max-width: 2.00rem;
		margin: auto;
	}
}

footer .logo_box .lead {
	color: #fff;
	padding: 0.15rem 0 0.20rem;
	font-size: 0.18rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 640px) {
	footer .logo_box .lead {
		color: #fff;
		padding: 0.10rem 0 0.20rem;
		font-size: 0.12rem;
		font-weight: bold;
		text-align: center;
	}
}

footer .logo_box .copy {
	color: #fff;
	margin-top: 0.15rem;
	font-size: 0.12rem;
	text-align: center;
	display: block;
	font-family: "Inter", sans-serif;
}
@media screen and (max-width: 640px) {
	footer .logo_box .copy {
		display: none;
	}
	footer .copy {
		width: 100%;
		text-align: center;
		font-size: 0.12rem;
		color: #FFF;
		padding-bottom:0.50rem;
	}
}

footer .info_box {
	color: #FFF;
	width: 4.20rem;
}
@media screen and (max-width: 640px) {
	footer .info_box {
		width: 100%;
		padding-top: 0.30rem;
	}
}

footer .info_box .txt {
	font-size: 0.16rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
@media screen and (max-width: 640px) {
	footer .info_box .txt {
		font-size: 0.14rem;
		letter-spacing: 0;
		text-align: center;
	}
}

footer .info_box .txt span {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 0.10rem;
	background-color: #006837;
}
@media screen and (max-width: 640px) {
	footer .info_box .txt span {
		padding:0 0.10rem;
	}
}

footer .info_box .txt::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0;
	opacity: 0.3;
}

footer .info_box .tit {
	font-size: 0.22rem;
	font-weight: 700;
	padding: 0.15rem 0;
	position: relative;
}
@media screen and (max-width: 640px) {
	footer .info_box .tit {
		font-size: 0.18rem;
		text-align: center;
	}
}

footer .info_box .tel_num {
	font-size: 0.14rem;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	footer .info_box .tel_num {
		text-align: center;
	}
}

footer .info_box .tel_num a {
	font-family: "Inter", sans-serif;
	font-size: 0.20rem;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	footer .info_box .tel_num a {
		text-align: center;
		text-decoration: underline;
	}
}

footer .info_box .fax_num {
	font-family: "Inter", sans-serif;
	font-size: 0.16rem;
	padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	footer .info_box .fax_num {
		font-size: 0.14rem;
		text-align: center;
		padding-top: 0.15rem;
	}
}

footer .info_box .btn_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
	footer .info_box .btn_wrap {
		padding: 0.20rem 0.20rem 0;
	}
}

footer .info_box .btn_wrap .btn {
	width: 48.5%;
	height: 0.56rem;
}
@media screen and (max-width: 640px) {
	footer .info_box .btn_wrap .btn {
		width: 2.80rem;
		margin:0 auto 0.20rem;
	}
}

footer .info_box .btn_wrap .btn a {
	display: block;
	height: 100%;
	background-color: #FFF;
	position: relative;
	border-radius: 0.06rem;
	box-shadow: 0 3px 0 rgba(0,0,0,0.3);
}

footer .info_box .btn_wrap .btn a:hover {
	opacity: 0.7;
}

footer .info_box .btn_wrap .btn a span {
	font-size: 0.14rem;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.30;
	color: #006837;
	position: absolute;
	top: 48%;
	left: 0.45rem;
	transform: translateY(-50%);
}

footer .info_box .btn_wrap .btn a span::before {
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -0.30rem;
	top: 55%;
	transform: translateY(-50%);
}

footer .info_box .btn_wrap .btn.mail a span::before {
	background-image: url(../img/common/footer_icon_mail.svg);
}

footer .info_box .btn_wrap .btn.web a span::before {
	background-image: url(../img/common/footer_icon_web.svg);
}

@media screen and (max-width: 640px) {
	#page_top {
		display: none !important;
	}
}