@charset "utf-8";
/*
Theme Name: decoa2025
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #3C3C3C;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 3.8vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 14px;
	}
}
*:focus {
	outline: none!important;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-feature-settings: "palt";
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #3C3C3C;
}
a[href^="tel:"] {
    pointer-events: none;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
br.sp_br,
.sp_img,
.sp{
	display: block;
}
.roma{
	font-family: "Inter", sans-serif;
}
svg,
img {
	max-width: 100%;
	vertical-align: middle;
}
@media only screen and (min-width: 736px){
	br.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	padding: 21px 30px 20px 30px;
}
.home .global-header .global-nav{
	background: transparent;
	opacity: 0;
	transition: 1s;
}
.home .global-header .global-nav.visible{
	opacity: 1;
	transition: 1s;
}
.single .global-header .global-nav{
	background: #E56E07;
}
.global-header .global-nav.fixed,
.single-member .global-header .global-nav,
.home .global-header .global-nav.fixed{
	background: transparent;
}
.global-header .global-nav .inner-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global-header .header_logo{
    line-height: 0;
}
.global-header .global-nav .header_logo img{
	width: 126px;
}
.global-header .global-nav .header_logo img.logo_g{
	display: none;
}
.global-header .global-nav.fixed .header_logo img.logo_w,
.single-member .global-header .header_logo img.logo_w,
.home .global-header .global-nav.fixed .header_logo img.logo_w{
	display: none;
}
.global-header .global-nav.fixed .header_logo img.logo_g,
.single-member .global-header .header_logo img.logo_g,
.home .global-header .global-nav.fixed .header_logo img.logo_g{
	display: block;
}
.home .global-header .global-nav.fixed.white .header_logo img.logo_w{
	display: block;
}
.home .global-header .global-nav.fixed.white .header_logo img.logo_g{
	display: none;
}
.global-header .global-nav .header-right{
	align-items: center;
}
.global-header .global-nav .header-contact{
	margin-left: 15px;
}
.global-header .global-nav .header-contact li a{
	background: #FFFFFF;
	display: block;
	font-family: "Inter", sans-serif;
	color: #E56E07;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 30px;
	border-radius: 50px;
}
.global-header .global-nav .header-contact li a i{
	margin-right: 5px;
}
.global-header .global-nav.fixed .header-contact li a,
.single-member .global-header .global-nav .header-contact li a,
.home .global-header .global-nav .header-contact li a,
.home .global-header .global-nav.fixed .header-contact li a{
	background: #E56E07;
	color: #FFFFFF;
}
.home .global-header .global-nav.fixed.white .header-contact li a{
	background: #FFFFFF;
	color: #E56E07;
}
@media only screen and (min-width: 1024px) {
	.global-header .global-nav.fixed .header-contact li a:hover,
	.single-member .global-header .global-nav .header-contact li a:hover,
	.home .global-header .global-nav .header-contact li a:hover,
	.home .global-header .global-nav.fixed .header-contact li a:hover{
		background: #FFFFFF;
		color: #E56E07;
	}
	.home .global-header .global-nav.fixed.white .header-contact li a:hover{
		background: #E56E07;
		color: #FFFFFF;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 60px;
		padding: 16px;
	}
	.global-header .global-nav .header_logo img{
		width: auto;
		height: 27px;
	}
	.global-header .global-nav .header-contact{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .global-nav{
		height: 60px;
		padding: 16px;
	}
	.global-header .global-nav .header_logo img{
		width: auto;
		height: 27px;
	}
	.global-header .global-nav .header-contact{
		display: none;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	display: none;
}
.drawer--top .global-nav .drawer-nav{
	position: relative;
	right: auto;
	overflow: visible;
	width: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: transparent;
}
.global-nav .drawer-nav li{
	display: inline-block;
	line-height: 1.2;
	min-width: 90px;
}
.global-nav .drawer-nav li a{
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 0;
}
.global-nav .drawer-nav li a span.en{
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.global-nav .drawer-nav li a span.ja{
	letter-spacing: 0.03em;
}
.global-nav.fixed .drawer-nav li a,
.single-member .global-nav .drawer-nav li a,
.home .global-header .global-nav.fixed .drawer-nav li a{
	color: #000000;
}
.home .global-header .global-nav.fixed.white .drawer-nav li a{
	color: #fff;
}
.global-nav .drawer-nav li.current-menu-item a{
	color: #3C3C3C;
}
.global-nav.fixed .drawer-nav li.current-menu-item a,
.single-member .global-nav .drawer-nav li.menu-item-1096 a{
	color: #E56E07;
}
.global-nav .drawer-nav .drawer-logo{
	display: none;
}
@media only screen and (min-width: 1024px) {
	.global-nav .drawer-nav li a span{
	    transition: all .5s;
		display: block;
		white-space: nowrap;
	}
	.global-nav .drawer-nav li a span.ja{
		display: none;
		opacity: 0;
	}
	.global-nav .drawer-nav li a:hover span.en{
		display: none;
		opacity: 0;
	}
	.global-nav .drawer-nav li a:hover span.ja{
		display: block;
		opacity: 1;
	}
}
@media only screen and (max-width: 1024px){
	.global-nav .drawer-hamburger{
		display: block;
		width: 30px;
		z-index: 99999;
		padding: 20px 15px 28px 15px;
	}
	.drawer--top .global-nav .drawer-nav{
		overflow-x: hidden;
		overflow-y: auto;
	}
	.global-nav.clone-nav .drawer-nav {
		display: none;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before,
	.global-nav.fixed.white .drawer-hamburger-icon,
	.global-nav.fixed.white .drawer-hamburger-icon::after,
	.global-nav.fixed.white .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
		width: 100%;
	}
	.global-nav.fixed .drawer-hamburger-icon,
	.global-nav.fixed .drawer-hamburger-icon::after,
	.global-nav.fixed .drawer-hamburger-icon::before,
	.single-member .global-nav .drawer-hamburger-icon,
	.single-member .global-nav .drawer-hamburger-icon::after,
	.single-member .global-nav .drawer-hamburger-icon::before{
		background:#3C3C3C;
	}
	.drawer-open .global-nav.fixed .drawer-hamburger-icon::after,
	.drawer-open .global-nav.fixed .drawer-hamburger-icon::before,
	.single-member.drawer-open .global-nav .drawer-hamburger-icon::after,
	.single-member.drawer-open .global-nav .drawer-hamburger-icon::before,
	.home .global-header .global-nav.fixed.white .drawer-hamburger-icon::after,
	.home .global-header .global-nav.fixed.white .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.home.drawer-open .global-nav .drawer-hamburger-icon{
		background-color: transparent;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 8px;
		width: 70%;
		left: auto;
		right: 0;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -8px;
		width: 70%;
	}
	.drawer--top .global-nav .drawer-nav{
		position: fixed;
		background: #3C3C3C;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 99998;
		padding: 60px 0 30px 0;
	}
	.global-nav .drawer-nav .drawer-logo{
		position: absolute;
		display: block;
		width: 90%;
		max-width: 500px;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.global-nav .drawer-nav .header-nav{
		width: 80%;
		max-width: 500px;
		margin: 0 auto;
		padding: 60px 0 30px 0;
	}
	.global-nav .drawer-nav .header-nav li{
		display: block;
	}
	.global-nav .drawer-nav .header-nav li a{
		display: flex;
		font-size: 14px;
		padding: 18px 0;
		color: #ffffff;
		text-align: left;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	.global-nav.fixed .drawer-nav .header-nav li a,
	.home .global-header .global-nav.fixed .header-nav li a{
		color: #ffffff;
	}
	.global-nav .drawer-nav li a span.ja{
		letter-spacing: 0.03em;
	}
	.global-nav .drawer-nav li a span{
		display: block;
		width: 50%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	
}
/**
/* Common CSS
----------------------------------------------- */
.inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.page-guide{
	position: relative;
	padding: 70px 0 113px 0;
}
.bg-orange{
	background: #E56E07;
}
.bg-gray{
	background: #EFEFEF;
}
.bg-white{
	background: #FFFFFF;
}
span.orange{
	color: #E56E07;
}
@media only screen and (max-width: 767px) {
	.page-guide{
		padding: 12% 0 15% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide{
		padding: 50px 0 80px 0;
	}
}
/*========= Loading ===============*/
#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #3C3C3C;
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}
#loading.is-active {
	opacity: 1;
	visibility: visible;
}
#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#loading_logo svg{
	width: 156px;
}
#mask path {
	fill-opacity: 0;
	transition: fill-opacity .5s;
	fill: none;
	stroke: #E56E07;
}
#mask.done path{
	fill: #E56E07;
	fill-opacity: 1;
	stroke: none;
}
/**
/* アニメーション CSS
----------------------------------------------- */
/* フェードイン(初期値) */
.js-fadeUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .8s, transform .8s;
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .2s;
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 347px;
}
.block_btn .btn{
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 50px;
	text-align: left;
	border-radius: 50px;
	padding: 0 25px;
}
.block_btn .btn span{
	position: relative;
	display: block;
	z-index: 10;
}
.block_btn .btn::before{
	position: absolute;
	display: block;
	content: '';
	width: 0;
	top: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	border-radius: 50px;
}
.block_btn .btn::after{
	position: absolute;
	content: '';
	top: calc(50% - 6px);
	right: 25px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 10;
}
.block_btn .white{
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.block_btn .white::before{
	background: #FFFFFF;
}
.block_btn .white::after{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.block_btn .gray{
	color: #000000;
	border: 1px solid #3C3C3C;
}
.block_btn .gray::before{
	background: #3C3C3C;
}
.block_btn .gray::after{
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
}
@media only screen and (min-width: 767px) {
	.block_btn .btn:hover::before{
		width: 100%;
		z-index: 5;
	}
	.block_btn .white:hover{
		color: #E56E07;
	}
	.block_btn .white:hover::after{
		border-top: 1px solid #E56E07;
		border-right: 1px solid #E56E07;
	}
	.block_btn .gray:hover{
		color: #FFFFFF;
	}
	.block_btn .gray:hover::after{
		border-top: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 100%;
		max-width: inherit;
	}
	.block_btn .btn{
		font-size: 4vw;
		line-height: 3;
		padding: 0 10%;
	}
	.block_btn .btn::after{
		top: calc(50% - 1.5vw);
		right: 8%;
		width: 3vw;
		height: 3vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 280px;
	}
	.block_btn .btn{
		font-size: 16px;
		line-height: 50px;
		padding: 0 20px;
	}
	.block_btn .btn::after{
		top: calc(50% - 5px);
		right: 20px;
		width: 10px;
		height: 10px;
	}
}
/**
/* ページヘッダー CSS
----------------------------------------------- */
.page-view{
	position: relative;
	background: #E56E07;
	padding: 70px 0 63px 0;
}
.single .page-view{
	background: #ffffff;
	padding: 70px 0 26px 0;
}
.recruit-wrap .page-view{
	padding: 0;
}
.recruit-wrap .page-view .page-view-bgImg{
	height: 338px;
}
.recruit-wrap .page-view .page-view-bgImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recruit-wrap .page-view .view-inner{
	width: 100%;
	position: absolute;
	top: 0;
	padding: 70px 0 0 0;
}
.page-view .view-ttl .roma{
	color: #ffffff;
	font-size: 61px;
	font-weight: 600;
	line-height: 1.31;
	text-transform:capitalize;
	margin-bottom: 16px;
}
.page-view .view-ttl h1{
	color: #3C3C3C;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.recruit-wrap .page-view .view-ttl h1{
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 60px 0 15% 0;
	}
	.single .page-view{
		padding: 60px 0 0 0;
	}
	.recruit-wrap .page-view .page-view-bgImg{
		height: 70vw;
	}
	.recruit-wrap .page-view .view-inner{
		padding: 60px 0 0 0;
	}
	.page-view .view-ttl .roma{
		font-size: 9vw;
		margin-bottom: 1%;
	}
	.page-view .view-ttl h1{
		font-size: 4.3vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-view{
		padding: 60px 0 50px 0;
	}
	.single .page-view{
		padding: 60px 0 20px 0;
	}
	.recruit-wrap .page-view .page-view-bgImg{
		height: 270px;
	}
	.recruit-wrap .page-view .view-inner{
		padding: 60px 0 0 0;
	}
	.page-view .view-ttl .roma{
		font-size: 48px;
		margin-bottom: 5px;
	}
	.page-view .view-ttl h1{
		font-size: 20px;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.guide-ttl .roma{
	color: #E56E07;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}
.guide-ttl h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
	.guide-ttl .roma{
		font-size: 4.8vw;
	}
	.guide-ttl h2{
		font-size: 5vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl .roma{
		font-size: 22px;
	}
	.guide-ttl h2{
		font-size: 20px;
	}
}
/**
/* table CSS
----------------------------------------------- */
table.tbl-r th{
	width: 270px;
	font-size: 16px;
	font-weight: 500;
	padding: 17px 0;
	vertical-align: text-top;
}
table.tbl-r td{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	padding: 8px 0;
	vertical-align: middle;
}
dl.dl_table{
	width: 100%;
	display: table;
}
dl.dl_table dt,
dl.dl_table dd{
	display: table-cell;
}
@media only screen and (max-width: 767px) {
	table.tbl-r th,
	table.tbl-r td{
		display: block;
	}
	table.tbl-r th{
		width: 100%;
		font-size: 3.6vw;
		padding: 0 0 2% 0;
	}
	table.tbl-r td{
		font-size: 3.6vw;
		padding: 0 0 8% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	table.tbl-r th{
		width: 220px;
		font-size: 15px;
		padding: 13px 0;
	}
	table.tbl-r td{
		font-size: 15px;
		padding: 5px 0;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 64px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	font-family: "Inter", sans-serif;
	color: #3C3C3C;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 0;
	margin: 0 10px;
	border: none;
}
.wp-pagenavi a.page,
.wp-pagenavi span.current{
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
}
.wp-pagenavi a.page{
	background: #D8D8D8;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #E56E07;
	color: #FFFFFF;
}
.wp-pagenavi span.extend{
	vertical-align: text-top;
	line-height: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 10%;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		font-size: 4vw;
		margin: 0 2%;
	}
	.wp-pagenavi a.page,
	.wp-pagenavi span.current{
		width: 9vw;
		height: 9vw;
		line-height: 9.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.wp-pagenavi {
		margin-top: 50px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		font-size: 14px;
		margin: 0 5px;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding: 13px 28px 36px 28px;
}
.breadcrumbs span{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.03em;
}
.breadcrumbs a span{
	color: #fff;
}
.breadcrumbs span.triangle{
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin: 0px 12px 0 10px;
	top: -1px;
}
.single .breadcrumbs span,
.single .breadcrumbs a span{
	color: #3C3C3C;
}
.single .breadcrumbs span.triangle{
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
}
.breadcrumbs span[property="name"] {
	display: inline-block;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
	max-width: 236px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumbs span[property="name"] br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 3% 5% 10% 5%;
	}
	.breadcrumbs span{
		font-size: 3.2vw;
	}
	.breadcrumbs span.triangle{
		width: 1.5vw;
		height: 1.5vw;
		margin: 0px 3%;
		top: -1px;
	}
	.breadcrumbs span[property="name"] {
		margin-top: -3px;
		max-width: 236px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.breadcrumbs{
		padding: 10px 20px 30px 20px;
	}
	.breadcrumbs span{
		font-size: 11px;
	}
	.breadcrumbs span[property="name"] {
		margin-top: -3px;
		max-width: 236px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	margin-top: auto;
}
footer .footer-wrap{
	background: #3C3C3C;
	padding: 60px 0 30px 0;
	color: #ffffff;
}
footer .footer-left{
	width: 25%;
}
footer .footer-logo{
	margin-bottom: 27px;
}
footer .footer-logo img{
	width: 170px;
}
footer h5,
footer .address{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.92;
	letter-spacing: 0.03em;
}
.footer .footer-right{
	padding-right: 140px;
}
.footer .footer-nav{
	width: 65%;
}
.footer .footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 135px;
}
.footer .footer-nav ul li{
	margin-bottom: 20px;
}
.footer .footer-nav ul li:last-child{
	margin-bottom: 0;
}
.footer .footer-nav ul li a{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.9;
}
.footer .footer-nav ul li a span{
	display: inline-block;
	width: 110px;
}
.footer .copy,
.footer .copy a{
	font-family: "Inter", sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	footer .footer-wrap{
		padding: 12% 0 5% 0;
	}
	footer .footer-left{
		width: 100%;
		margin-bottom: 10%;
	}
	footer .footer-logo{
		margin-bottom: 0;
	}
	footer .footer-logo img{
		width: 40vw;
	}
	footer h5,
	footer .address{
		font-size: 3.6vw;
	}
	.footer .footer-right{
		padding-right: 0;
	}
	.footer .footer-nav{
		width: 100%;
		margin-bottom: 10%;
	}
	.footer .footer-nav ul{
		display: block;
		height: auto;
	}
	.footer .footer-nav ul li{
		margin-bottom: 5%;
	}
	.footer .footer-nav ul li a{
		font-size: 3.6vw;
	}
	.footer .footer-nav ul li a span{
		width: 50%;
	}
	.footer .copy,
	.footer .copy a{
		font-size: 3vw;
		text-align: left;
		padding: 0 10%;
		margin-top: 3%;
	}
	.footer a[href^="tel:"] {
	    color: #ffffff;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	footer .footer-wrap{
		padding: 50px 0 20px 0;
	}
	footer .footer-left{
		width: 100%;
		margin-bottom: 30px;
	}
	footer .footer-logo{
		text-align: center;
		margin-bottom: 20px;
	}
	footer .footer-logo img{
		width: 170px;
	}
	footer h5,
	footer .address{
		font-size: 13px;
		text-align: center;
		line-height: 1.92;
	}
	.footer .footer-right{
		padding-right: 140px;
	}
	.footer .footer-nav{
		width: 100%;
	}
	.footer .footer-nav ul{
		height: 135px;
	}
	.footer .footer-nav ul li{
		margin-bottom: 20px;
	}
	.footer .footer-nav ul li a{
		font-size: 13px;
		line-height: 1.9;
	}
	.footer .footer-nav ul li a span{
		width: 110px;
	}
	.footer .copy,
	.footer .copy a{
		font-size: 10px;
		margin-top: 30px;
	}
}
