@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1360px) {
	html {
		font-size: 0.7352941176vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.5641025641vw;
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	word-break: break-all;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #262623;
	font-size: 1rem;
	text-align: left;
}

.main {
	display: block;
	overflow: hidden;
	padding-top: 8rem;
}
@media screen and (max-width: 767px) {
	.main {
		padding-top: 6.4rem;
	}
}

section {
	position: relative;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 132rem;
	padding: 0 2rem;
	margin: 0 auto;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	p,
	th,
	td,
	dt,
	dd,
	li,
	input,
	button,
	textarea {
		font-size: 1.4rem;
		line-height: 1.7857142857;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.en {
	font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	.fade {
		cursor: pointer;
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: 0.7;
	}
}
/* ---------------------------------------
  main common
-----------------------------------------*/
/*bg*/
.bg_white {
	background-color: #fff;
}

/*page_head*/
#sec_page_head {
	min-height: 19.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4.5rem 0;
	background: url(../img/common/pagehead_bg_pc.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
	#sec_page_head {
		min-height: 13.1rem;
		padding: 2.4rem 0 2rem;
	}
}
#sec_page_head .page_ttl span {
	display: block;
}
#sec_page_head .page_ttl span.en {
	color: #57DE9A;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
	#sec_page_head .page_ttl span.en {
		font-size: 1.4rem;
		line-height: 1.2857142857;
	}
}
#sec_page_head .page_ttl span.en::before {
	content: "";
	display: inline-block;
	vertical-align: -0.3rem;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../img/common/ico_arw_green.svg) no-repeat center/contain;
	margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
	#sec_page_head .page_ttl span.en::before {
		vertical-align: -0.4rem;
	}
}
#sec_page_head .page_ttl span.ja {
	position: relative;
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	#sec_page_head .page_ttl span.ja {
		font-size: 1.8rem;
		line-height: 1.2777777778;
	}
}
#sec_page_head .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0 2.8rem;
	margin-top: 1.3rem;
}
#sec_page_head .breadcrumb > li {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.5714285714;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	#sec_page_head .breadcrumb > li {
		font-size: 1.2rem;
		line-height: 1.6666666667;
	}
}
#sec_page_head .breadcrumb > li:not(:last-of-type)::after {
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	border-top: 1px solid #585852;
	border-right: 1px solid #585852;
	transform: rotate(45deg);
	position: absolute;
	right: -1.5rem;
	top: 0.8rem;
}
@media screen and (max-width: 767px) {
	#sec_page_head .breadcrumb > li:not(:last-of-type)::after {
		width: 0.6rem;
		height: 0.6rem;
		top: 0.8rem;
	}
}
#sec_page_head .breadcrumb > li a {
	color: #585852;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#sec_page_head .breadcrumb > li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#sec_page_head .breadcrumb > li a:hover {
		opacity: 0.7;
	}
}

.page_wrap {
	background-color: #FDFEFE;
	overflow: hidden;
}

/*sec_ttl*/
.sec_ttl span {
	display: block;
}
.sec_ttl span.ja {
	position: relative;
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 1.25;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.sec_ttl span.ja {
		font-size: 2.2rem;
		line-height: 1.4090909091;
	}
}
.sec_ttl span.en {
	color: #57DE9A;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	.sec_ttl span.en {
		font-size: 1.6rem;
		margin-top: 1.7rem;
	}
}

/*btn*/
.btn a {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.4444444444;
	letter-spacing: 0;
	padding: 2rem 5.2rem 2rem 2.8rem;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	background-color: #fff;
	box-shadow: 0.8rem 1.6rem 2.4rem rgba(0, 0, 0, 0.08);
	border-radius: 0.8rem;
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
	.btn a:hover {
		box-shadow: 0.8rem 1rem 1rem rgba(0, 0, 0, 0.08);
		transform: translateY(0.5rem);
	}
}
.btn a::before {
	content: "";
	width: 1.4rem;
	height: 1.7rem;
	background: url(../img/common/ico_arw_btn_orange.svg) no-repeat center/contain;
	position: absolute;
	right: 2rem;
	top: calc(50% - 0.85rem);
}

/*bg_ob*/
.bg_ob {
	position: absolute;
}
.bg_ob .bg_svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
#header .header_wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
	#header .header_wrap {
		height: 6.4rem;
		padding: 0 2rem;
	}
}
#header .header_logo {
	width: 30rem;
}
@media screen and (max-width: 767px) {
	#header .header_logo {
		width: 23.8rem;
	}
}
#header .header_logo a {
	display: block;
}
@media screen and (max-width: 767px) {
	#header .menu-trigger {
		width: 5rem;
		height: 4.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #FF8128;
		border-radius: 0.8rem;
	}
	#header .menu-trigger .ico {
		position: relative;
		width: 1.8rem;
		height: 1.4rem;
	}
	#header .menu-trigger span {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 0;
		transition: 0.3s ease;
	}
	#header .menu-trigger span:nth-child(1) {
		top: 0;
	}
	#header .menu-trigger span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	#header .menu-trigger span:nth-child(3) {
		top: calc(100% - 1px);
	}
}
#header.navOpen .menu-trigger span:nth-child(1) {
	top: 0.8rem;
	transform: rotate(45deg);
}
#header.navOpen .menu-trigger span:nth-child(2) {
	opacity: 0;
}
#header.navOpen .menu-trigger span:nth-child(3) {
	top: 0.8rem;
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	#header .header_nav {
		display: none;
		width: 100%;
		max-height: calc(100vh - 6.4rem);
		background-color: #fff;
		position: fixed;
		left: 0;
		right: 0;
		top: 6.4rem;
		bottom: 0;
		overflow-y: scroll;
		z-index: 100;
	}
	#header .header_nav .nav_wrap {
		min-height: 100%;
		padding: 3rem 2rem 4rem;
	}
}
#header .header_nav .gnav {
	display: flex;
	align-items: center;
	gap: 0 2.4rem;
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav {
		display: block;
		border-top: 1px solid #D9D9D9;
	}
}
#header .header_nav .gnav > li {
	position: relative;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav > li {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}
#header .header_nav .gnav > li:not(.contact) > a, #header .header_nav .gnav > li:not(.contact) .nav_parent {
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 1.2rem;
	transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
	#header .header_nav .gnav > li:not(.contact) > a:hover, #header .header_nav .gnav > li:not(.contact) .nav_parent:hover {
		color: #57DE9A;
	}
	#header .header_nav .gnav > li:not(.contact) > a::before, #header .header_nav .gnav > li:not(.contact) .nav_parent::before {
		content: "";
		width: 100%;
		height: 0.3rem;
		background-color: #57DE9A;
		position: absolute;
		left: 0;
		top: 0;
		transform: scale(0);
		transition: transform 0.3s ease;
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav > li:not(.contact) > a, #header .header_nav .gnav > li:not(.contact) .nav_parent {
		display: block;
		height: auto;
		padding: 2rem 3rem 2rem 0.7rem;
		border-bottom: 1px solid #D9D9D9;
	}
	#header .header_nav .gnav > li:not(.contact) > a::after, #header .header_nav .gnav > li:not(.contact) .nav_parent::after {
		content: "";
		display: inline-block;
		width: 1rem;
		height: 1rem;
		background: url(../img/common/ico_arw_green_nav_sp.svg) no-repeat center/contain;
		position: absolute;
		top: calc(50% - 0.5rem);
		right: 0.8rem;
	}
}
#header .header_nav .gnav > li:not(.contact).is-current > a, #header .header_nav .gnav > li:not(.contact).is-current .nav_parent {
	color: #57DE9A;
	transition: none;
}
@media screen and (min-width: 768px) {
	#header .header_nav .gnav > li:not(.contact).is-current > a::before, #header .header_nav .gnav > li:not(.contact).is-current .nav_parent::before {
		transition: none;
		transform: scale(1);
	}
}
@media screen and (min-width: 768px) {
	#header .header_nav .gnav > li:not(.contact):hover > a {
		color: #57DE9A;
	}
}
#header .header_nav .gnav > li:not(.contact).has-child .nav_parent {
	position: relative;
	cursor: pointer;
}
#header .header_nav .gnav > li:not(.contact).has-child .nav_parent::after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../img/common/ico_arw_green_nav_sp.svg) no-repeat center/contain;
	transform: rotate(90deg);
	margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav > li:not(.contact).has-child .nav_parent::after {
		content: none;
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav > li:not(.contact).has-child .ico {
		width: 3rem;
		height: 6.4rem;
		position: absolute;
		right: 0;
		top: 0;
	}
	#header .header_nav .gnav > li:not(.contact).has-child .ico::before, #header .header_nav .gnav > li:not(.contact).has-child .ico::after {
		content: "";
		width: 1rem;
		height: 1px;
		background-color: #57DE9A;
		position: absolute;
		left: 1rem;
		top: 50%;
	}
	#header .header_nav .gnav > li:not(.contact).has-child .ico::after {
		transform: rotate(-90deg);
		transition: transform 0.3s ease;
	}
	#header .header_nav .gnav > li:not(.contact).has-child.is-active .ico::after {
		transform: rotate(0deg);
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav > li.contact {
		margin-top: 3.5rem;
	}
}
#header .header_nav .gnav > li.contact a {
	min-width: 18.4rem;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.8rem 2.4rem;
	background-color: #FF8128;
	border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav > li.contact a {
		padding: 2rem 2.4rem;
	}
}
#header .header_nav .gnav > li.contact a::after {
	content: "";
	width: 0.6rem;
	height: 1rem;
	background: url(../img/common/ico_arw_btn_s.svg) no-repeat center/contain;
	position: absolute;
	right: 3rem;
	top: calc(50% - 0.45rem);
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav > li.contact a::after {
		width: 1.4rem;
		height: 1.7rem;
		background-image: url(../img/common/ico_arw_white.svg);
		right: 2rem;
		top: calc(50% - 0.85rem);
	}
}
#header .header_nav .gnav .child {
	display: none;
}
@media screen and (min-width: 768px) {
	#header .header_nav .gnav .child {
		width: 16rem;
		padding-top: 1rem;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1;
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav .child {
		border-bottom: 1px solid #D9D9D9;
	}
}
#header .header_nav .gnav .child ul {
	background-color: #fff;
	box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav .child ul {
		box-shadow: none;
		padding-left: 2.4rem;
	}
}
#header .header_nav .gnav .child ul li {
	color: #585852;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.2142857143;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav .child ul li {
		color: #262623;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.6;
	}
}
#header .header_nav .gnav .child ul li + li {
	border-top: 1px solid #E6E6D8;
}
#header .header_nav .gnav .child ul li a {
	display: block;
	position: relative;
	padding: 1rem 2.2rem 1.1rem 1rem;
	transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav .child ul li a {
		padding: 1.8rem 3rem 1.8rem 0;
	}
}
#header .header_nav .gnav .child ul li a::after {
	content: "";
	display: inline-block;
	position: absolute;
}
@media screen and (min-width: 768px) {
	#header .header_nav .gnav .child ul li a::after {
		width: 0.8rem;
		height: 0.8rem;
		border-top: 0.2rem solid #585852;
		border-right: 0.2rem solid #585852;
		transform: rotate(45deg);
		right: 1.2rem;
		top: 1.5rem;
		transition: border-color 0.3s ease;
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav .gnav .child ul li a::after {
		width: 1rem;
		height: 1rem;
		background: url(../img/common/ico_arw_green_nav_sp.svg) no-repeat center/contain;
		top: calc(50% - 0.5rem);
		right: 0.8rem;
	}
}
@media screen and (min-width: 768px) {
	#header .header_nav .gnav .child ul li a:hover {
		color: #57DE9A;
	}
	#header .header_nav .gnav .child ul li a:hover::after {
		border-color: #57DE9A;
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav .tel_box {
		display: flex;
		align-items: center;
		padding: 1rem 0;
		border: 1px solid #D1D1D1;
		border-radius: 0.8rem;
		margin-top: 3.4rem;
	}
	#header .header_nav .tel_box .inner {
		flex: 1;
		padding: 0 0.7rem;
	}
	#header .header_nav .tel_box .inner .num {
		font-size: 2.4rem;
		line-height: 1;
		letter-spacing: 0;
		margin-left: 0.6rem;
	}
	#header .header_nav .tel_box .inner .num span {
		display: inline-block;
		vertical-align: 0.2rem;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 0.03em;
		margin-right: 0.6rem;
	}
	#header .header_nav .tel_box .inner .time {
		font-size: 1.4rem;
		line-height: 1.2142857143;
		letter-spacing: 0.02em;
		margin-top: 0.8rem;
	}
	#header .header_nav .tel_box .ico {
		display: block;
		width: 7.8rem;
		padding: 1.2rem 0;
		border-left: 1px solid #57DE9A;
	}
	#header .header_nav .tel_box .ico span {
		display: block;
		width: 1.8rem;
		margin: 0 auto 0.5rem;
	}
	#header .header_nav .tel_box .ico .txt {
		color: #57DE9A;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.2142857143;
		letter-spacing: 0.02em;
	}
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer .footer_contact {
	padding: 7.2rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact {
		padding: 3rem 0;
	}
	#footer .footer_contact .wrap {
		padding: 0 1.5rem;
	}
}
#footer .footer_contact .link_box a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	min-height: 30.4rem;
	padding: 7.2rem;
	background-color: #EE7700;
	border-radius: 0.8rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .link_box a {
		display: block;
		min-height: inherit;
		padding: 6.4rem 2rem;
	}
}
#footer .footer_contact .link_box a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6.3rem 25.5rem;
	border-color: transparent transparent #23D7A1 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer .footer_contact .link_box a .inner {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0 5.6rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .link_box a .inner {
		display: block;
	}
}
#footer .footer_contact .link_box .ttl {
	color: #fff;
}
#footer .footer_contact .link_box .ttl span {
	display: block;
}
#footer .footer_contact .link_box .ttl span.ja {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .link_box .ttl span.ja {
		font-size: 1.1rem;
		line-height: 1.2727272727;
	}
}
#footer .footer_contact .link_box .ttl span.ja::before {
	content: "";
	display: inline-block;
	vertical-align: -0.2rem;
	width: 1.4rem;
	height: 1.7rem;
	background: url(../img/common/ico_arw_white.svg) no-repeat center/contain;
	margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .link_box .ttl span.ja::before {
		width: 1.2rem;
		height: 1.4rem;
	}
}
#footer .footer_contact .link_box .ttl span.en {
	font-size: 8rem;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .link_box .ttl span.en {
		font-size: 4.2rem;
	}
}
#footer .footer_contact .link_box .txt_wrap {
	flex: 1;
	padding-top: 2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .link_box .txt_wrap {
		padding-top: 0;
		margin-top: 5.4rem;
	}
}
#footer .footer_contact .link_box .txt_wrap .txt {
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3888888889;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .link_box .txt_wrap .txt {
		font-size: 1.4rem;
		line-height: 1.4285714286;
	}
}
#footer .footer_contact .link_box .arw {
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .link_box .arw {
		margin-top: 3.4rem;
	}
}
#footer .footer_contact .link_box .arw img {
	width: 4rem;
}
#footer .footer_contact .tel_box {
	padding: 1.9rem;
	border: 1px solid #D1D1D1;
	margin-top: 2.4rem;
}
#footer .footer_contact .tel_box .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 1rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .tel_box .inner {
		display: block;
		text-align: center;
	}
}
#footer .footer_contact .tel_box .num {
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0;
}
#footer .footer_contact .tel_box .num span {
	display: inline-block;
	vertical-align: 0.2rem;
	font-size: 1.8rem;
	line-height: 1;
	margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .tel_box .num span {
		display: block;
		margin: 0 0 0.8rem;
	}
}
#footer .footer_contact .tel_box .time {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	#footer .footer_contact .tel_box .time {
		line-height: 1.1875;
		margin-top: 0.8rem;
	}
}
#footer .footer_main {
	background-color: #262623;
}
#footer .footer_main * {
	color: #D1D1D1;
}
#footer .footer_main .footer_main_top {
	padding: 4rem 0;
}
#footer .footer_main .footer_main_bottom {
	padding: 2rem 0;
	border-top: 1px solid #D1D1D1;
}
#footer .footer_main .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#footer .footer_main .inner {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#footer .footer_main .footer_info {
		max-width: 31.4rem;
	}
}
#footer .footer_main .footer_info .logo {
	width: 31.4rem;
}
#footer .footer_main .footer_info .logo a {
	display: block;
}
#footer .footer_main .footer_info .txt {
	font-size: 1.4rem;
	line-height: 1.5714285714;
	letter-spacing: 0.04em;
	margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_main .footer_info .txt {
		font-size: 1.3rem;
		line-height: 1.6153846154;
	}
}
#footer .footer_main .footer_info .txt + .txt {
	margin-top: 0.4rem;
}
#footer .footer_main .footer_info .txt._num > span {
	display: inline-block;
}
#footer .footer_main .footer_info .txt._num > span + span {
	margin-left: 1rem;
}
#footer .footer_main .footer_certifications {
	display: flex;
	align-items: flex-start;
	gap: 0 1rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_main .footer_certifications {
		margin-top: 3rem;
	}
}
#footer .footer_main .footer_certifications .item {
	height: 10.5rem;
	padding: 0.8rem;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	#footer .footer_main .footer_certifications .item {
		height: 8.1rem;
	}
}
#footer .footer_main .footer_certifications .item img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}
#footer .footer_main .footer_nav {
	display: flex;
	align-items: flex-start;
	gap: 0 2.4rem;
}
#footer .footer_main .footer_nav li {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
#footer .footer_main .footer_nav li a {
	display: block;
}
@media screen and (min-width: 768px) {
	#footer .footer_main .footer_nav li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#footer .footer_main .footer_nav li a:hover {
		opacity: 0.7;
	}
}
#footer .footer_main .footer_copyright {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0;
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */