@charset "UTF-8";

/* CSS Document */

body {
	font-size: 16px;
	line-height: 1.85em;
}

/*====================================

	.btn

====================================*/

.btn,
.btn_back {
	width: 100%;
	text-align: center;
}
.btn a,
.btn_back a {
	display: inline-block;
	border-radius : 48%;
	color: #000;
	text-decoration: none;
	font-size: 100%;
	text-align: center;
}
.btn a:hover,
.btn_back a:hover {
}
.btn a {
	padding: 1em 6em 1em 5em;
	background: url(/common/images/icon_arrow.svg) top 50% right 2em var(--main-color) no-repeat;
	background-size: 10px;
}
.btn a:hover {
	background: url(/common/images/icon_arrow.svg) top 50% right 1.8em var(--main-color) no-repeat;
	background-size: 10px;
}
.btn_back a {
	padding: 1em 5em 1em 6em;
	background: url(/common/images/icon_arrow_b.svg) top 50% left 2em var(--main-color) no-repeat;
	background-size: 10px;
}
.btn_back a:hover {
	background: url(/common/images/icon_arrow_b.svg) top 50% left 1.8em var(--main-color) no-repeat;
	background-size: 10px;
}

/*====================================

	#app_top

====================================*/

#app_top {
	max-width: 1800px;
	min-width: 1000px;
	margin: 0 auto;
}

/*====================================

	#app_top section

====================================*/

#app_top>section {
	padding: 100px 80px;
}
#app_top>section .inner {
}
#app_top>section .inner .sec_ttl {
	margin-bottom: 60px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#app_top>section .inner .sec_ttl h2 {
	width: 50%;
	font-size: 500%;
}
#app_top>section .inner .sec_ttl h2 span {
	display: block;
	font-size: 20%;
	line-height: 1em;
	padding: 0 0 1em 0;
	color: var(--main-color);
}
#app_top>section .inner .sec_ttl p {
	flex: 1;
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding: 0 0 0 40px;
}
#app_top>section .inner .sec_ttl .wa {
	width: 100%;
	margin-bottom: 20px;
}
#app_top>section .inner .sec_ttl .wa h2 {
	margin: 0;
	font-size: 110%;
	color: #846828;
}
#app_top>section .inner .sec_ttl .en {
	width: 100%;
}
#app_top>section .inner .sec_ttl .en h2 {
	font-size: 400%;
	letter-spacing: .1em;
}

/*====================================

	#app_sd

====================================*/

#app_sd {
	max-width: 1800px;
	min-width: 1000px;
	margin: 0 auto;
}

/*====================================

	#app_sd section

====================================*/

#app_sd>section {
	padding: 100px 80px;
}
#app_sd>section .inner {
}

/*====================================

	loading

====================================*/

.spinner {
	width: 100px;
	height: 100px;
}

/*====================================

	header

====================================*/

header {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100!important;
}
header .inner {
	max-width: 1800px;
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 60px 40px;
}
header .logo {
}
header .logo a {
	text-decoration: none;
	color: #fff;
}
header .logo a h2 {
	font-size: 90%;
	line-height: 1.8em;
	margin-bottom: 10px;
}
header .logo a h2 span {
	font-size: 160%;
	display: block;
	line-height: 1.8em;
}
header .logo a .ph {
	width: 300px;
}
header .logo a .ph img {
	width: 100%;
}
header nav {
	padding: 0 !important;
}
header nav .nav-container {
	text-align: right;
}
header nav .nav-container .wp_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
}
header nav .nav-container .wp_sns .cell {
	margin-left: 10px;
}
header nav .nav-container .wp_sns .cell a {
	display: block;
	border-radius: 40px;
	padding: 6px 20px;
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
header nav .nav-container .wp_sns .cell a:hover {
	background: #fff;
	color: #000;
}
header nav .nav-container .wp_sns .cell:last-child a {
	border: 1px solid var(--main-color);
	background: var(--main-color);
	color: #000;
	font-size: 120%;
}
header nav .nav-container .wp_sns .cell:last-child a:hover {
	background: var(--main-color);
	border: 1px solid var(--main-color);
	color: #000;
}
header nav .nav-container .wp_sns .cell a dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
header nav .nav-container .wp_sns .cell a dl dt {
	width: 20px;
}
header nav .nav-container .wp_sns .cell a dl dd {
	flex: 1;
	font-size: 90%;
	line-height: 1em;
	padding: 0 0 0 10px;
}
header nav ul {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background: transparent;
}
header nav ul li {
	width: 25%;
	margin-bottom: 4px;
}
header nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 150%;
	text-align: left;
}
header nav ul li a span {
	display: block;
	line-height: 1em;
	font-size: 50%;
	padding: .2em 0 0 0;
	color: var(--main-color);
}
header nav ul li a:hover {
	color: var(--main-color);
}
header nav .hidden {
	display: none;
}

/*====================================

	#fixed-header

====================================*/

#fixed-header {
	position: fixed;
	top: -90px;
	left: 0;
	width: 100%;
	color: #fff;
	background: #937300;
	transition: .5s;
	border-bottom: 1px solid #7d6200;
	z-index: 101!important;
	display: none;
}
#fixed-header.is-show {
	top: 0;
}
#fixed-header .inner {
	max-width: 1800px;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px;
}
#fixed-header .inner .logo {
	width: 250px;
}
#fixed-header .inner .logo img {
	width: 100%;
}
#fixed-header .inner .nav {
	flex: 1;
	text-align: right;
}
#fixed-header .inner .nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#fixed-header .inner .nav ul li {
	margin-left: 20px;
	text-align: left;
}
#fixed-header .inner .nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 130%;
	text-align: left;
	line-height: 1em;
}
#fixed-header .inner .nav ul li a span {
	display: block;
	line-height: 1em;
	font-size: 50%;
}
#fixed-header .inner .nav ul li:last-child a {
	border-radius: 40px;
	padding: 6px 30px 6px 50px;
	color: #000;
	background: url(/common/images/icon_onlineshop.svg) var(--main-color) no-repeat top 50% left 24px;
	background-size: 20px;
	font-size: 100%;
}

/*====================================

	page_ttl

====================================*/

.page_ttl {
	width: 100%;
	background: rgba(0, 0, 0, 1);
	padding: 100px 80px;
	position: relative;
	z-index: 1;
}
.page_ttl h2 {
	color: #fff;
	font-size: 200%;
	line-height: 1em;
}
.page_ttl h2 span {
	display: inline-block;
	padding: 0 0 0 .5em;
	font-size: 60%;
}

/*====================================

	breadcrumbs

====================================*/

.breadcrumbs {
	background: #098;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap:wrap;
	gap: .25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs li+li::before {
	content: "›";
	margin: 0 .25rem;
	opacity: .6;
}
.breadcrumbs a,
.breadcrumbs p {
	text-decoration: none;
	font-size: 80%;
	display: inline-block;
}
.breadcrumbs [aria-current="page"] {
	font-weight: 600;
}

/*====================================

	.companuy_induction

====================================*/

.companuy_induction {
	position: relative;
	margin-bottom: 100px;
}
.companuy_induction .inner {
	margin: 0 auto;
	padding: 0 80px;
}
.companuy_induction .inner a {
	display: block;
	background: var(--main-color);
	padding: 60px 40px;
	text-decoration: none;
	color: #fff;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	outline: 1px solid var(--sub-color);
    outline-offset: -8px;
    color: #000;
}
.companuy_induction .inner a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 10px solid #000;
	border-right: 0;
	position: absolute;
	top: 50%;
	right: 20px;
}
.companuy_induction .inner a:hover {
	background: var(--sub-color);
	color: #fff;
	outline: 1px solid var(--main-color);
    outline-offset: -8px;
}
.companuy_induction .inner a:hover:after {
	right: 15px;
	border-left: 10px solid var(--main-color);
}
.companuy_induction .inner a dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.companuy_induction .inner a dl dt {
	width: 300px;
}
.companuy_induction .inner a dl dd {
	flex: 1;
	padding: 0 60px 0 80px;
}

/*====================================

	#page_top

====================================*/

#page_top a {
	bottom: 20px;
	right: 20px;
	position: fixed;
	z-index: 100;
	width: 50px;
}

/*====================================

	footer

====================================*/

footer {
	background: rgba(0, 0, 0, .5);
	padding: 30px;
}
footer .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .inner .logo {
	width: 200px;
}
footer .inner .sns {
}
footer .inner .sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer .inner .sns ul li {
	margin-left: 6px;
}
footer .inner .sns ul li a {
	display: block;
	border-radius: 40px;
	padding: 6px 20px 6px 40px;
	text-decoration: none;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .2);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-size: 90%;
	line-height: 1em;
}
footer .inner .sns ul li a.inst {
	background: url(/common/images/icon_instagram.png) no-repeat top 50% left 16px rgba(255, 255, 255, .1);
	background-size: 14px;
}
footer .inner .sns ul li a.inst:hover {
	background: url(/common/images/icon_instagram.png) no-repeat top 50% left 16px rgba(255, 255, 255, 1);
	background-size: 14px;
	color: #000;
}
footer .inner .sns ul li a.x {
	background: url(/common/images/icon_x.svg) no-repeat top 50% left 16px rgba(255, 255, 255, .1);
	background-size: 14px;
}
footer .inner .sns ul li a.x:hover {
	background: url(/common/images/icon_x.svg) no-repeat top 50% left 16px rgba(255, 255, 255, 1);
	background-size: 14px;
	color: #000;
}
footer small {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 80%;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-top: 10px;
	padding-top: 10px;
}






