@charset "utf-8";
@import url(‘https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese’);
/*
header
	mobile,tablet: -1024px
	PC: 1025px-
content
	mobile: -767px
	tablet,PC: 768px-
*/
html {
  font-size: 62.5%; /*10px*/
}
body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese",  メイリオ, Meiryo, sans-serif;
}
a {
  -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
	text-decoration: none;
	color: #065299;
}
a:hover {
	text-decoration: underline;
}
input {
	outline: 0;
}
a img {
	border: none;
	transition: all ease-in-out .3s;
}
a:hover img {
	opacity: 0.8;
}
ol {
	margin-left: 20px;
	list-style-type: decimal;
}
p {
	line-height: 2.0;
	/*font-feature-settings: "palt";*/
}
sup {
	font-size: 0.6em;
	vertical-align: super;
}
/* common
-------------------------------------------------------------------------------------*/
/* clear */
.clear {
  clear: both;
}
/* margin */
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important; 
}
.mb80 {
	margin-bottom: 80px !important; 
}
.mb90 {
	margin-bottom: 90px !important; 
}
.mb140 {
	margin-bottom: 140px !important;
}
/* align */
.alignC {
	text-align: center !important;
}
/* text */
.fBold {
	font-weight: bold !important;
}
.ja {
	letter-spacing: 8px;
}
.blue {
	color: #065299;
}
.red {
	color: #cc0000;
}
/* font-size */
.f26 {
	font-size: 2.6rem;
}
.f20 {
	font-size: 2.0rem;
}
.fs {
	font-size: 1.2rem;
}
/* リンクテキスト */
a.link {
	color: #333;
	text-decoration: underline;
}
/* ボタン基本設定 */
.btn {
	text-align: center;
	line-height: 1.2;
}
.btn a {
	display: block;
	border-radius: 3px;
	color: #fff;
	position: relative;
}
.btn a:hover {
	text-decoration: none;
}
/* トップ一覧に戻るボタン */
.btn999 {
	width: 250px;
	margin: auto;
}
.btn999 a {
	padding: 18px 20px;
	background: #999;
}
.btn999 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	border: 7px solid transparent;
	border-left: 9px solid #fff;
}
.btn999 a:hover {
	background: #999999cc;
}
/* アンカーリンクボタン-不動産関連事業 */
.btn_down {
	font-size: 1.8rem;
}
.btn_down a {
	padding: 18px 35px;
	background: #fff;
	color: #333;
}
.btn_down a:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.btn_down a:hover {
	filter:brightness(1.2);
}
/* ブルーボタン （ベースカラー）*/
.btn_blue a {
	padding: 13px 15px 13px 25px;
	background: #065299;
}
.btn_blue a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left: 9px solid #fff;
}
.btn_blue a:hover {
	background: #ff9900;
}
/* グリーンボタン */
.btn_green a {
	background: #339933;
}
/* イエローボタン */
.btn_yellow a {
	background: #EFBA01;
}
/* ホワイトボタン */
.btn_white a {
	padding: 13px 15px 13px 25px;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
}
.btn_white a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left: 9px solid #065299;
}
.btn_white a:hover {
	opacity: 0.7;
}
/* column */
.flex {
	display: flex;
}
/* table */
table {
	width: 100%;
	border-collapse: collapse;
}
tr {
	border-bottom: 1px dotted #ccc;
}
th {
	width: 25%;
	padding: 20px 25px;
	text-align: left;
	font-weight: normal;
}
td {
	padding: 25px 0;
}
/* tableSt */
.tableSt {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tableSt th {
	padding: 20px 0 20px 20px;
	vertical-align: middle;
}
.tableSt td {
	padding: 14px 30px 14px 20px;
	vertical-align: middle;
}
/* list-style */
ul li {
	line-height: 2.0;
}
ul.disc {
	margin-left: 20px;
	list-style-type: disc;
}
ul.list li {
	padding-left: 10px;
	position: relative;
}
ul.list li:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 4.5px solid transparent;
	border-left: 5px solid #065299;
}

/* layout 
--------------------------------------------------------------------------------------*/
#container {
	position: relative;
	width: 100%;
	min-height: 100%;
}
.content {
	position: relative;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}

/*header -----------------------*/
header {
	position: relative;
}
#header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 2;
}
#header > .flex {
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
#header * {
	font-weight: bold;
}
#header h1 {
	width: 410px;
}
#header h1 a:hover img {
	opacity: 1;
}
/* footer ------------------------*/
#footer {
	clear: both;
	text-align: center;
}
/*banner*/
#banner {
	padding: 50px 0;
	background: #d2d7e8;
}
#banner ul {
	justify-content: center;
	flex-wrap: wrap;
}
/* footer_contact */
#footer_contact {
	padding: 25px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer_contact * {
	color: #4d4d4d;
	font-weight: bold;
}
#footer_contact address {
	font-size: 3.0rem;
}
#footer_contact address span {
	font-size: 2.4rem;
}
/* g7group */
#g7group {
	margin-top: 25px;
	margin-bottom: 25px;
}
#g7group img {
	margin-right: 15px;
	vertical-align: middle;
}
/* copyrihgt */
#copyrihgt {
	padding: 12px 0;
	background: #00529e;
	color: #fff;
	text-align: left;
}
#copyrihgt ul li {
	display: inline;
	white-space: nowrap;
}
#copyrihgt ul li:not(:first-child):before {
	content: "|";
	margin: 0 20px;
}
#copyrihgt ul li a {
	color: #fff;
}
#copyrihgt small {
	font-family: Verdana, “Droid Sans”;
}

/* page-top
------------------------------------------------------ */
#page-top {
	width: 60px;
	height: 60px;
	background: #333;
	border-radius: 50%;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#page-top span {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg); 
}
/* breadcrumb 
-------------------------------------------------------*/
#breadcrumb {
	padding-top: 190px;
	margin-bottom: 70px;
}
#breadcrumb ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: #333;
}
#breadcrumb ul li {
	padding: 0 5px 0 0;
}
#breadcrumb ul li a{
	text-decoration: underline;
	color: #333;
	white-space: nowrap;
}

/*index -----------------------------------------------*/
/* title */
.indexttl {
	margin-bottom: 40px;
	padding-bottom: 10px;
	font-size: 2.6rem;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
/* index01 */
#index01 header {
	margin-bottom: 60px;
	padding: 257px 20px;
	background: url(../images/index/main.jpg) left top / cover no-repeat;
}
#index01 {
	margin-bottom: 75px;
	padding-bottom: 170px;
	background: #e5e5e5 url(../images/index/frame.png) 0 100% repeat-x;
}
#index01 ul.flex {
	flex-wrap: wrap;
}
#index01 ul.flex li {
	margin-bottom: 30px;
	padding: 10px;
	background: #fff;
	text-align: center;
}
#index01 ul.flex li img {
	width: 100%;
}
#index01 ul.flex li p {
	margin: 15px 0 8px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
}
#index01 ul.flex li p:before {
	content: "";
	display: inline-block;
	position: relative;
	border: 7px solid transparent;
	border-left: 9px solid #065299;
}
#index01 ul.flex li a:hover {
	text-decoration: none;
}
/*news*/
#news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
#news dl:first-of-type {
	padding-top: 0;
}
#news dl:last-of-type {
	margin-bottom: 40px;
}
#news dl dt {
	line-height: 2.0;
}
main#news dl:last-of-type {/* お知らせ一覧ページ */
	border-bottom: none;
}
/* 20201005追加 */
.top_banner {
    margin: 0 auto 5%;
    padding-bottom: 1%;
    width: 980px;
    max-width: 100%;
    background: #fff;
}
.top_banner p {
    margin-top: 1%;
    line-height: 1.6;
    text-align: center;
}
.jc_center {
	justify-content: center;
}
/* 20201005追加 ここまで*/
/*-------------------------------------
 下層ページ 
--------------------------------------*/
.page {
	padding-top: 30%;
	background: url(../images/bg_page.png) left top / 140% no-repeat;
}
.inner {
	max-width: 1300px;
	margin: auto;
	background: rgba(255,255,255,0.7);
	position: relative;
}
/* タイトル ----------------------------*/
/* ページタイトル */
.inner h2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* サブタイトル1 */
.sub1 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px solid #333;
	background: url(../images/ico_sub.jpg) 0 2px / 28px no-repeat;
}
/* サブタイトル2 */
.sub2 {
	margin-bottom: 40px;
	padding: 8px 15px;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	background: #065299;
}
/* サブタイトル3 */
.sub3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #065299;
}
/* グレーの背景 */
.bgGray {
	padding: 70px 0;
	background: #e5e5e5;
}
/* 不動産事業 dev.html--------------------------*/
#dev02 ul.navArea {
	margin-bottom: 60px;
	flex-wrap: wrap;
}
#dev02 ul.navArea li {
	margin: 0 20px 20px 0;
}
.area {
	margin-bottom: 80px;
}
.area div {
	margin-bottom: 50px;
	padding: 25px;
	background: #fff;
}
.area div table tr:first-child td {
	padding-top: 0;
}
.area div table tr:first-child th p {
	font-size: 1.8rem;
	font-weight: bold;
}
.area div table tr:last-child {
	border: none;
}
.area div table tr td {
	justify-content: space-between;
}
.area div table tr td .btn {
	width: 270px;
}
/*お問い合せ*/
#respons {
	margin: 80px auto 15px;
	padding: 0 10px;
	width: 100%;
	max-width: 720px;
}
#respons h4 {
	padding: 15px;
	color: #fff;
	font-weight: bold;
	background: #065299;
	border-radius: 10px 10px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	text-align: center;
}
#respons a {
	color: #333;
}
#respons a:hover {
	text-decoration: none;
}
#respons div {
	margin-bottom: 15px;
	padding: 15px 20px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}
#respons div dl * {
	margin-bottom: 10px;
}
#respons div dl dt {
	font-feature-settings: 'palt';
}
#respons div dl span {
	font-size: 2.6rem;
}
#respons div dl dd:first-of-type {
	padding: 5px;
	background: #D9E3F7;
}
#respons div dl dd:last-of-type {
	margin: 0;
}

/* リユース事業 小売事業 健康関連事業 --------------------------*/
/*project01*/
.project01 ul.flex {
	justify-content: space-between;
}
.project01 ul.flex li {
	width: 48.5%;
}
.project01 .btn {
	width: 100%;
	max-width: 270px;
}
/* project02 */
.project02 {
	padding: 70px 0;
	background: #E8E8E8;
}
.project02.type1 {
	padding: 50px 0 70px;
}
.project02 .sub3 {
	margin-bottom: 20px;
}
.project02 ul {
	flex-wrap: wrap;
}
.project02 ul li {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 1px 1px 4px #ccc;
}
.project02 ul li dt img {
	width: 100%;
}
.project02 ul li dl dd {
	padding: 20px;
}
.project02 ul li dl dd h4 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}
.project02 ul li dl dd h4 img {
	margin-bottom: 10px;
}
.project02 ul li dl dd h4 + p {
	margin-bottom: 8px;
}
.project02 ul li dl dd h5 {
	margin-bottom: 2px;
	padding: 3px;
	background: #eee;
	text-align: center;
}
.project02 ul li dl dd h5 + p {
	margin-bottom: 17px;
}
.project02 ul li dl dd .btn {
	margin-bottom: 20px;
}
.project02 ul li dl dd .btn:last-of-type {
	margin-bottom: 10px;
}
#daiso,#curves,#step,#treasurecycle #rjmarke{
	margin-top: -85px;
	padding-top: 85px;
}
/* 会社概要 corp.html--------------------------*/
#corp .btn {
	width: 100%;
	max-width: 230px;
}
#corp li a {
	color: #333;
}
/* お問い合わせ inquiry/index.html--------------------------*/
form {
	margin-bottom: 50px;
}
form input,
select,
textarea {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1.5rem;
	color: #333;
	width: 100%;
}
input:-ms-input-placeholder {
	color: #999;
}
input::-ms-input-placeholder {
	color: #999;
}
input::placeholder {
	color: #999;
}
input#post {
	width: 28%;
}
input#address2,
textarea {
	width: 100%;
}
.submit p {
	margin: auto;
	text-align: center;
}
.submit p input#submit-btn,
.submit p.back input[type="button"] {
	width: 100%;
	padding: 25px;
	border: none;
	background: #065299;
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
	border-radius: 10px;
}
.submit p.back input[type="button"]  {
	background: #666;
}
.submit p input:hover {
	opacity: 0.8;
}
.submit.flex {
	justify-content: center;
	flex-wrap: wrap;
}
.submit.flex p {
	margin: 0 15px;
}
#inquiry02 ul {
	line-height: 1.8;
}
#inquiry02 ul li a {
	text-decoration: underline;
}
p.err {
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	background: #ffefef;
	border: 1px solid #e4c5c5;
	border-radius: 5px;
	color: #cc0000;
}
td span.err {
	color: #cc0000;
}
/* サイトマップ sitemap.html -------------------------------------*/
#sitemap .flex ul li {
	margin-bottom: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#sitemap .flex ul li a {
	color: #333;
}
#sitemap .flex ul li a:hover {
	text-decoration: underline;
}
#sitemap .flex ul li:before {
	display: inline-block;
	margin-right: 5px;
	content: "";
	border: 7px solid transparent;
	border-left: 9px solid #00529e;
	position: relative;
	top: 3px;
}

/* 20210714追加 */
/* 自転車販売事業
-------------------------------------------------------------------------------------*/
.treasurecycle__ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
}
.treasurecycle__shop li {
	width: 580px !important;
}

/* 20240614追加 */
/* アウトレット事業
-------------------------------------------------------------------------------------*/
.rjmarket_ttl {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}
.rjmarket_shop li {
width: 580px !important;
}

/* SNSアイコン
-------------------------------------------------------------------------------------*/
.snsIcon {
	display: flex;
	margin-top: 20px;
}
.snsIcon li {
	flex-basis: 35px;
	box-shadow: none !important;
}
.snsIcon li:first-child {
	margin-right: 18px;
}

a[href^="tel:"] {
	color: #333;
}

/* 20210714追加ここまで */

/* mobile */
@media all and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
	.content {
		padding: 0 10px;
	}
	/* SP/common----------------------*/
	.spNone {
		display: none !important;
	}
	/* SP/margin */
	.mb80 {
		margin-bottom: 10% !important;
	}
	.mb140 {
		margin-bottom: 20% !important;
	}
	/* SP/font */
	.f20 {
		font-size: 1.8rem;
	}
	/* SP/ボタン */
	.btn999 a:before {
		left: 10px;
		border: 5px solid transparent;
		border-left: 7px solid #fff;
	}
	.btn_down a {
		padding: 18px 25px;
	}
	.btn_down a:after {
		right: 15px;
	}
	/* ブルーボタン （ベースカラー）*/
	.btn_blue a {
		padding: 13px 10px 13px 25px;
	}
	.btn_blue a:after {
		left: 10px;
	}
	/* SP/table */
	th,td {
		display: block;
		width: 100%;
	}
	th {
		padding: 10px 15px;
	}
	td{
		padding: 0 15px 30px;
	}
	.tableSt th {
		padding: 15px 20px 15px;
	}
	.tableSt td {
		padding: 15px 20px;
	}
	/* SP/header-----------------------*/
	#header h1 {
		width: 85%;
	}
	#header_contact {
		display: none;
	}
	/* メニューのスタイル */
	.bg {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
		z-index: 3;
	}
	#nav {
		position: fixed;
		top: 0;
		right: -320px;
		width: 300px;
		height: 100%;
		padding: 60px 0;
		transition: left .5s, right .5s;
		background-color: #000;
		z-index: 2;
	}
	#nav.open {
		right: 0;
		z-index: 4;
	}
	#nav > ul {
		display: block;
		padding: 0;
	}
	#nav > ul > li {
		width: 100%;
		border-bottom: 1px solid #444;
		position: relative;
	}
	#nav li a {
		display: block;
		color: #fff;
	}
	#nav > ul > li > a {
		padding: 15px;
	}
	#nav li a:hover {
		background: #333;
		text-decoration: none;
	}
	#nav > ul > li ul li:not(:last-child) {
		border-bottom: 1px solid #999;
	}
	#nav > ul > li li a {
		padding: 10px 15px;
		background: #666;
	}
	#nav.close {
		right: -320px !important;
	}
	
	/* ハンバーガーメニュー */
	.toggle {
		display: inline-block;
		width: 35px;
		height: 31px;
		position: fixed;
		top: 3vmin;
		right: 10px;
		vertical-align: middle;
		cursor: pointer;
		background: #000;
		border-radius: 3px;
		z-index: 5;
	}
	.toggle span, .toggle span:before, .toggle span:after {
		display: block;
		content: " ";
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #fff;
		cursor: pointer;
		position: absolute;
		transition: all .3s;
	}
	.toggle span {
		top: 6px;
		left: 5px;
	}
	.toggle span:before {
  		top: 8px;
	}
	.toggle span:after {
  		top: 16px;
	}
	.toggle.active span {
		background: none;
		top: 3px;
	}
	.toggle.active span:before {
		transform: translateY(4px) rotate(-45deg);
	}
	.toggle.active span:after {
		transform: translateY(-4px) rotate(45deg);
	}
	/* アコーディオン */
	.child {
		display: none;
	}
	.menu_icon {
		position: absolute;
		right: 20px;
		top: 15px;
	}
	.menu_icon:before,
	.menu_icon:after {
		display: inline-block;
		content: "";
		width: 2px;
		height: 30px;
		background: #fff;
		transition: all .3s;
	}
	.menu_icon:after {
		transform: rotate(90deg);
		position: relative;
		right: 2px;
	}
	.menu.active .menu_icon:after {
		transform: rotate(270deg);
	}
	.menu.active .menu_icon:before {
		display: none;
	}

	/* SP/footer ----------------------*/
	/* SP/banner*/
	#banner {
		padding: 30px 0;
	}
	#banner ul {
		display: block;
	}
	#banner ul li {
		margin: 10px;
		text-align: center;
	}
	#footer_contact {
		flex-wrap: wrap;
	}
	#footer_contact h2 {
		margin-bottom: 10px;
		width: 100%;
	}
	#footer_contact h2 a {
		display: inline-block;
		padding: 10px 15px;
		width: 60%;
		font-size: 17px;
		color: #fff;
		background: #00519e;
		border-radius: 5px;
		position: relative;
	}
	#footer_contact h2 a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		border: 5px solid transparent;
		border-left: 5px solid #fff;
	}
	#footer_contact h2 a:hover {
		text-decoration: none;
		background: #01509Bcc;
	}
	#footer_contact address {
		display: block;
	}
	#footer_contact p {
		line-height: 2.0;
	}
	#footer_contact a:hover {
		text-decoration: none;
	}
	/* SP/g7group */
	#g7group {
		display: flex;
		font-size: 1.2rem;
		text-align: left;
		align-items: center;
		justify-content: center;
	}
	#g7group img {
		padding-right: 10px;
	}
	/* SP/footerNav */
	#footerNav {
		display: none;
	}
	/* SP/copyrihgt */
	#copyrihgt {
		padding-bottom: 60px;
		text-align: center;
	}
	#copyrihgt div {
		flex-wrap: wrap;
	}
	#copyrihgt div small {
		margin-bottom: 10px;
	}
	#copyrihgt ul li:not(:first-child):before {
		margin: 0 10px;
	}
	#copyrihgt ul li {
		white-space: nowrap;
	}
	/* SP/footer メガリサイクルバナー */
	p#footer_banner {
		position: fixed;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	p#footer_banner a {
		display: block;
		width: 100%;
		padding: 5px;
		z-index: 101;
		background: #FCC601;
	}
	/* SP/page-top
	-------------------------------*/
	#page-top {
		width: 40px;
		height: 40px;
		bottom: 10px;
		right: 10px;
	}
	#page-top span {
	  width: 15px;
	  height: 15px;
	}
	/* SP/breadcrumb 
	---------------------------------*/
	#breadcrumb {
		padding-top: 37%;
		margin-bottom: 7%;
	}
	/* SP/index -----------------------*/
	.indexttl {
		margin-bottom: 20px;
		padding-bottom: 8px;
		font-size: 2.2rem;
	}
	/* SP/index01 */
	#index01 {
		padding-bottom: 32%;
		background: #e5e5e5 url(../images/index/frame.png) 0 100% / 200% repeat-x;
	}
	#index01 header {
		margin-bottom: 9%;
		padding: 13% 3%;
	}
	#index01 ul.flex {
		justify-content: space-between;
	}
	#index01 ul.flex li {
		margin-bottom: 1.5vmax;
		padding: 1vmax;
		width: 48.5%;
	}
	#index01 ul.flex li p {
		margin: 10px 0 5px;
		font-size: 1.5rem;
	}
	#index01 ul.flex li p:before {
		border: 5px solid transparent;
		border-left: 7px solid #065299;
	}
	
	/* SP/ news*/
	#news dl dt,
	#news dl dd {
		width: 100%;
	}
	
	/* SP/下層ページ ----------------------------*/
	.page {
		padding-top: 36%;
	}
	.sub1 {
		padding-left: 35px;
		font-size: 2.2rem;
		background: url(../images/ico_sub.jpg) 0 4px / 22px no-repeat;
	}
	/* SP/物件開発、テナント等に関するお問い合せ*/
	dl.respons {
		flex-wrap: wrap;
	}
	dl.respons dt,
	dl.respons dd {
		padding: 10px;
		width: 100%;
		text-align: center;
		position: relative;
	}
	dl.respons dt:after {
		content: "";
		border: 10px solid transparent;
		border-top: 10px solid #00519e;
		position: absolute;
		left: 50%;
		bottom: -20px;
	}
	/* SP 不動産事業 dev.html--------------------------*/
	#dev02 ul.navArea li {
		margin: 0 15px 15px 0;
		width: calc((100% - 20px) / 2);
	}
	#dev02 ul.navArea li:nth-child(even) {
		margin-right: 0;
	}
	.area div table tr td {
		flex-wrap: wrap;
	}
	.area div table tr td .btn {
		margin-top: 20px;
		width: 100%;
	}
	/*お問い合せ*/
	#respons div {
		flex-wrap: wrap;
	}
	#respons div dl {
		width: 100%;
	}
	#respons div dl:first-child {
		margin-bottom: 20px;
		padding-bottom: 20px; 
		border-bottom: 1px dashed #ccc;
	}
	/* SP/リユース事業 --------------------------*/
	.project01 ul.flex {
		flex-wrap: wrap;
	}
	.project01 ul.flex li {
		margin-bottom: 30px;
		width: 100%;
	}
	.project02 ul.flex {
		justify-content: space-between;
	}
	.project02 ul.flex > li {
		margin-bottom: 20px;
		width: calc(98% / 2);
	}
	.project02 ul li dl dt img {
		width: 100%;
	}
	.project02 ul li dl dd {
		padding: 10px;
	}
	.project02 ul li dl dd .btn {
		margin-bottom: 10px;
	}
	/* SP/お問い合わせ ------------------------------------*/
	.submit.flex p {
		margin-bottom: 20px;
	}
	.submit p input#submit-btn,
	.submit p.back input[type="button"] {
		width: 80%;
		padding: 20px;
	}
	/* SP/サイトマップ sitemap.html -------------------------------------*/
	#sitemap .flex {
		flex-wrap: wrap;
	}
	#sitemap .flex ul {
		width: 100%;
	}
	/* 20210714追加 */
	/* 自転車販売事業
	-------------------------------------------------------------------------------------*/
	.treasurecycle__shop li {
		width: 100% !important;
	}
	/* SNSアイコン
	-------------------------------------------------------------------------------------*/
	.snsIcon li {
		flex-basis: 50px;
	}
	.snsIcon li:first-child {
		margin-right: 25px;
	}
	/* 20210714追加ここまで */
}

@media all and (max-width: 414px){
	#header {
		height: 55px;
	}
	#index01 header {
		padding: 0 !important;
	}
	.main {
		margin-top: 55px;
	}
	.area {
		padding-top: 55px;
		margin-top: -55px;
	}
}

@media all and (min-width: 415px) and (max-width: 767px) {
	#header {
		height: 70px;
	}
	.main {
		margin-top: 70px;
	}
	.area {
		padding-top: 70px;
		margin-top: -70px;
	}
}

/*pc tablet*/
@media all and (min-width: 768px){
	.pcNone {
		display: none !important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	address {
		display: inline-block;
	}
	/*header -----------------------*/
	#header {
		height: 85px;
	}
	#header_contact {
		padding-left: 20px;
		width: 60%;
		justify-content: flex-end;
		align-self: flex-start;
	}
	#header_contact p {
		text-align: center;
	}
	#header_contact p a {
		display: block;
		height: 70px;
		border-radius: 0 0 5px 5px;
	}
	#header_contact p a:hover {
		text-decoration: none;
	}
	p#headerBtn01 {
		width: 240px;
	}
	p#headerBtn01 a {
		padding-top: 7px;
		background: #FCC601;
	}
	p#headerBtn01 a:hover {
		background: #FCC60199;
	}
	p#headerBtn02 {
		width: 180px;
		margin-left: 20px;
	}
	p#headerBtn02 a {
		background: #01509b;
		color: #fff;
		line-height: 70px;
	}
	p#headerBtn02 a:hover {
		background: #ff9900;
	}
	/*グローバルナビ -----------------------*/
	.toggle,#open {
		display: none;
	}
	#nav {
		margin-top: 86px;
		background: #000;
		color: #fff;
	}
	#nav > ul {
		justify-content: center;
	}
	#nav > ul > li {
		width: calc(75% / 3);
		position: relative;
		font-size: 15px;
		text-align: center;
	}
	#nav > ul > li:before {
		content: "";
		width: 1px;
		height: 35px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	#nav > ul > li:nth-child(2):after {
		content: "";
		width: 1px;
		height: 35px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	#nav > ul > li > a {
		display: block;
		width: 100%;
		padding: 20px;
		color: #fff;
		position: relative;
	}
	#nav > ul > li > a:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		background: #ff9900;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
	}
	#nav > ul > li > a:hover:after {
	  transform-origin: left top;
	  transform: scale(1, 1);
	}
	#nav > ul > li.current > a:after {
		transform: scale(1, 1);
	}
	#nav > ul > li a:hover {
		text-decoration: none;
	}
	#nav > ul > li ul {
		padding: 5px;
		position: absolute;
		top: 80%;
		left: 0;
		width: 100%;
		background: #000;
		transition: all .3s ease;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}
	#nav > ul > li:hover ul {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
	#nav > ul > li ul li a {
		display: block;
		width: 100%;
		padding: 10px 5%;
		background: #000;
		color: #fff;
		border-bottom: 1px dashed #808080;
	}
	#nav > ul > li ul li:last-child a {
		border: none;
	}
	#nav > ul > li li a:hover {
		color: #ff9900;
	}
	
	/*footer -----------------------*/
	#banner ul {
		justify-content: center;
	}
	#banner ul li {
		margin: auto 15px;
	}

	#footer_contact * {
		white-space: nowrap;
	}
	#footer_contact h2 {
		margin-right: 12px;
		padding: 5px 10px;
		font-size: 17px;
		color: #fff;
		font-weight: bold;
		background: #00519e;
		vertical-align: bottom;
		width: 125px;
	}
	#footer_contact h2 a {
		color: #fff;
		pointer-events: none;
	}
	/* footerNav */
	#footerNav {
		padding: 12px 0;
		background: #ebebeb;
	}
	#footerNav ul {
		text-align: center;
	}
	#footerNav ul li {
		display: inline;
		margin:  0 14px;
		white-space: nowrap;
	}
	#footerNav ul li:before {
		display: inline-block;
		content: "";
		border: 7px solid transparent;
		border-left: 9px solid #00529e;
		position: relative;
		top: 3px;
	}
	#footerNav ul li a {
		color: #333;
	}
	/* copyrihgt */
	#copyrihgt > div {
		justify-content: space-between;
		align-items: center;
	}
	
	/*index -----------------------*/
	/*index01*/
	#index01 ul.flex li {
		width: calc((100% - 52px) / 3);
	}
	#index01 ul.flex li:not(:nth-child(3n)) {
		margin-right: 25px;
	}
	/*news*/
	#news dl dt {
		width: 150px;
	}
	#news dl dd {
		width: calc(100% - 150px);
	}
	
	/* 不動産事業 dev.html--------------------------*/
	#dev02 ul.navArea li {
		width: calc((100% - 40px) / 3);
	}
	#dev02 ul.navArea li:nth-child(3n) {
		margin-right: 0;
	}
	.area {
		padding-top: 85px;
		margin-top: -85px;
	}
	.area div table tr td .btn {
		margin-left: 20px;
	}
	.area div table tr:first-child th p,
	.area div table tr:first-child td p:first-child {
		padding-top: 12px;
		line-height: 1.3;
	}
	/*お問い合せ*/
	#respons div dl {
		width: 50%;
	}
	#respons div dl:first-child {
		padding-right: 20px;
		margin-right: 20px;
		border-right: 1px dashed #ccc;
	}
	/* リユース事業 --------------------------*/
	/* project01 */
	.project01 ul li:first-child {
		margin-right: 30px;
	}
	/*project02*/
	.project02 ul.flex > li {
		margin-right: 30px;
		width: calc((100% - 60px) / 3);
	}
	.project02 ul.flex > li:nth-child(3n) {
		margin-right: 0;
	}
	/* サイトマップ sitemap.html -------------------------------------*/
	#sitemap .flex {
		justify-content: space-between;
	}
	#sitemap ul {
		width: calc((100% - 30px) / 2);
	}
	/* お問い合わせ inquiry/index.html--------------------------*/
	form input,
	select,
	textarea {
		width: 57%;
	}
	select#address1 {
	width: 28%;
}
	.submit p {
		width: 340px;
	}
}

@media all and (min-width: 768px) and (max-width: 999px){
	/* font */
	.f20 {
		font-size: 2.3vw;
	}
	/* header ------------*/
	#header h1 {
		width: 50%;
	}
	#header_contact address {
		display: block;
	}
	/* footer ------------*/
	/* banner */
	#banner ul li {
		width: calc(94% / 3);
	}
	#footer_contact address {
		font-size: 3.6vw;
	}
	#footer_contact address span {
		font-size: 2.86vw;
	}
	#header_contact time {
		font-size: 1.5vmin;
	}
	/* トップページ ------------*/
	#index01 header {
		padding: 23.0% 20px;
	}
	#index01 ul.flex li p {
		font-size: 1.8vw;
	}
	/* 下層ページ --------------------------*/
	.inner h2 {
		width: 37.6%;
	}
	/* 不動産事業 dev.html--------------------------*/
	.area div table tr:first-child td p:first-child {
		width: 60%;
	}
	.area div table tr td .btn {
		flex-basis: 40%;
	}
}
@media all and (min-width: 1300px){
	.page {
		padding-top: 400px;
		background: url(../images/bg_page.png) center top / contain no-repeat;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 768px){
	.inner h2 {
		width: 50%;
	}
}