@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Meiryo', 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  color: #33251a;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 160%;
}
img {
    -webkit-backface-visibility: hidden;
}

/****************************** 共通 ******************************/



input[type=submit],input[type=reset] {
  -webkit-appearance: none;
  border-radius: 0;
}

#page_top {
	position: fixed;
	bottom: 70px;
	right: 0;
	z-index: 999;
}
#page_top a {
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 2.5em;
	padding: 1px 15px;
}
#page_top a:hover {
	background-color: #999;
	color: #fff;
}
#page_top a:visited {
	background-color: #555;
	color: #fff;
}
#page_top a:active {
	background-color: #555;
	color: #fff;
}



a:link    {text-decoration: underline; color: #068E59;}
a:visited {text-decoration: underline; color: #068E59;}
a:active  {text-decoration: underline; color: #068E59;}

a:hover {
text-decoration: none;
opacity: .7;
-webkit-opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-ms-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
}


h2 {
	font-size: 2em;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.container {
	width: 1200px;
	margin:0 auto;
}
.top_container {
	width: 1200px;
	margin: 0 auto;
}

.br_sp {display: none;}

@media screen and (max-width: 1199px) {
.container {
	width: 100%;
	padding: 0 20px;
}
}
@media screen and (max-width: 1199px) {
.top_container {
	width: 100%;
	padding: 0 20px;
}
}


@media screen and (max-width: 960px) {
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
.container {
	width: 100%;
	margin: 40px auto;
	padding: 0 20px;
}
#page_top {
  bottom: 30px;
}
}

@media screen and (max-width: 520px) {
h2 {
	font-size: 1.3em;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
#page_top {
  bottom: 30px;
}
#page_top a {
  font-size: 2em;
  padding: 3px 15px;
}
}


/****************************** ヘッダー ******************************/



.header_sp {
	display: none;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
	flex-basis: 50%;
}
.header_bg {
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 4px #ccc;
	position: fixed;
	z-index: 5000;
}
.header_inner {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_inner h1 img {
	width: auto;
	height: 60px;
}

.header_pc {
	flex-basis: 50%;
}
.header_pc ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_pc li {
	flex-basis: 110px;
	min-width: 110px;
	font-size: 1.1em;
	letter-spacing: 3px;
	text-align: right;
}
.header_pc li:last-of-type {
	flex-basis: 170px;
	min-width: 170px;
	font-size: 1.1em;
	letter-spacing: 3px;
	text-align: right;
}
.header_pc li i {
	margin-right: 5px;
}

.header_pc li.line a {
	padding: 7px 0;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
	color: #33251a;
}
.header_pc li.line a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #48ac80;
	transition: .3s;
	transform: translateX(-50%);
}
.header_pc li.line a:hover::after {
	width: 100%;
}
.header_pc li.line a:hover {
	opacity: 1.0;
}
.header_pc li.bgbutton a {
	color: #fff;
	font-size: 0.9em;
	padding: 5px 10px;
	background: #48ac80;
	letter-spacing: 0.5px;
	text-decoration: none;
}



.hamburger {
  display : block;
  position: fixed;
  z-index : 300;
  right : 13px;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 200;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.9);
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 60px auto 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  letter-spacing: 4px;
  font-size: 1.2em;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background: #555;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  text-decoration :none;
}

nav.globalMenuSp.active {
  visibility: visible;
  opacity: 100;
}


@media screen and (max-width: 1199px) {
h1 {
	padding-left: 20px;
}
.header_inner {
	width: 100%;
	padding-right: 20px;
}
}
@media screen and (max-width: 960px) {
.header_pc {
	display: none;
}
.header_sp {
	display: block;
}
.header_bg {
	box-shadow: 0 1px 4px #ccc;
}
.header_inner {
	height: 60px;
	margin: 0 auto;
}
.header_inner h1 img {
	width: auto;
	height: 45px;
}

}




/****************************** トップ画像 ******************************/


.top_img {
	height: auto;
	width: 100%;
	background: #e2f1e9;
	padding-top: 80px;
}
.top_img img{
	width: 100%;
}


@media screen and (max-width: 960px) {

.top_img {
	padding-top: 60px;
}
}	
	


/****************************** お知らせ ******************************/


.info_bg {
	width: 100%;
	background: #f7f7f7;
	padding: 70px 0;
}
.info_bg h2 {
	margin-bottom: 40px;
	letter-spacing: 5px;
}
.info_list li {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}
.info_list li:last-of-type {
	display: flex;
	flex-direction: row;
	margin-bottom: 0;
}
.info_tag {
	flex-basis: 20%;
	min-width: 245px;
}
.info_txt {
	flex-basis: 75%;
}
.info_tag span:first-of-type {
	display: inline-block;
	background: #48ac80;
	color: #fff;
	width: 100px;
	padding: 1px 0;
	text-align: center;
	letter-spacing: 2px;
	margin-right: 20px;
}
.info_tag span:last-of-type {
	font-weight: bold;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 960px) {

.info_bg {
	padding: 40px 0;
}
.info_bg h2 {
    margin-bottom: 30px;
}
.info_list li {
	flex-direction: column;
	margin-bottom: 25px;
}
.info_list li:last-of-type {
	flex-direction: column;
	margin-bottom: 0;
}
.info_tag {
	flex-basis: 100%;
	min-width: inherit;
	margin-bottom: 5px;
}
.info_tag span:first-of-type {
	width: 85px;
	font-size: 0.9em;
	letter-spacing: 1.5px;
	margin-right: 12px;
}
.info_txt {
	flex-basis: 100%;
}
	
}
	



/****************************** 事業案内 ******************************/


.business_bg {
	width: 100%;
	background: #fff;
	padding: 90px 0;
}
.business_title {
	text-align: center;
}
.business_title h2 {
	margin-bottom: 7px;
	letter-spacing: 4px;
}
.business_title p {
	font-weight: bold;
	margin-bottom: 60px;
	letter-spacing: 7px;
}

.business_img img {
	width: 100%;
}
.business_txt {
	color: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 3px;
	background: #48ac80;
}
.business_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.business_wrap .business_item {
	flex-basis: 32%;
	margin-bottom: 30px;
}

.business_wrap a:link    {text-decoration: none; color: #fff;}
.business_wrap a:visited {text-decoration: none; color: #fff;}
.business_wrap a:hover   {text-decoration: none; color: #fff; opacity: 0.8; transition: .3s;}
.business_wrap a:active  {text-decoration: none; color: #fff;}


.business_wrap a:hover img {
opacity: .7;
-webkit-opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-ms-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
}

.business_wrap .od1 {order: 1;}
.business_wrap .od2 {order: 2;}
.business_wrap .od3 {order: 3;}
.business_wrap .od4 {order: 4;}
.business_wrap .od5 {order: 5;}
.business_wrap .od6 {order: 6;}



@media screen and (max-width: 960px) {

.business_bg {
	padding: 50px 0;
}
.business_txt {
	padding: 10px 0;
	font-size: 1.1em;
	letter-spacing: 2px;
}
.business_title p {
	margin-bottom: 40px;
}
}	
@media screen and (max-width: 520px) {

.business_txt {
	padding: 5px 0;
	font-size: 1em;
}
.business_wrap .business_item {
	flex-basis: 47%;
}
.business_wrap .od1 {order: 1;}
.business_wrap .od2 {order: 2;}
.business_wrap .od3 {order: 4;}
.business_wrap .od4 {order: 3;}
.business_wrap .od5 {order: 5; margin-bottom: 0;}
.business_wrap .od6 {order: 6; margin-bottom: 0;}
}


/****************************** 個別ページ共通 ******************************/


.page_title {
	width: 100%;
	margin-bottom: 50px;
}
.page_title_item {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}
.page_title h2 {
	font-size: 2em;
	color: #fff;
	margin-bottom: 0;
	padding: 60px 0;
	letter-spacing: 5px;
}
.page_bg1 {background: #48ac80;}
.page_bg2 {background: #48ac80;}
.page_bg3 {background: #48ac80;}
.page_bg4 {background: #48ac80;}
.page_bg5 {background: #48ac80;}
.page_bg6 {background: #48ac80;}



@media screen and (max-width: 1199px) {
.page_title {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 20px;
}
}	

@media screen and (max-width: 960px) {

.page_title {
	width: 100%;
	margin-bottom: 50px;
	padding: 10px 20px;
}
.page_title_item {
	width: 100%;
	padding: 80px 0 20px 0;
}
.page_title h2 {
	padding: 10px 0;
}	
}
	
@media screen and (max-width: 520px) {

.page_title h2 {
	font-size: 1.5em;
}	
}
	



#company {
	display: flex;
	justify-content: space-between;
}
#employment {
	display: flex;
	justify-content: space-between;
}
#contact {
	display: flex;
	justify-content: space-between;
}
#notice {
	display: flex;
	justify-content: space-between;
}



.main_left {
	flex-basis: 80%;
}
.main_right {
	flex-basis: 15%;
	min-width: 160px;
}


.singlepage_section {
	width: 1200px;
	margin:0 auto;
}
@media screen and (max-width: 1199px) {
.singlepage_section {
	width: 100%;
	padding: 0 20px;
}
}
@media screen and (max-width: 960px) {
.singlepage_section {
	width: 100%;
	padding: 0 20px;
}
}



.margin_wrapper {
	margin-bottom: 100px;
}


.main_right_item ul li a:link    {text-decoration: none; color: #33251a; opacity: 1;}
.main_right_item ul li a:visited {text-decoration: none; color: #33251a; opacity: 1;}
.main_right_item ul li a:hover   {text-decoration: none; color: #33251a; background: #ccc; transition: .3s; opacity: 1;}
.main_right_item ul li a:active  {text-decoration: none; color: #33251a; opacity: 1;}

.main_right_item ul li a {
	display: block;
	padding: 10px 0 10px 10px;
}
.main_right_item ul li {
	background: #eee;
}
.main_right_item ul li:nth-of-type(1) {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 10px 10px;
}

#company .main_right_item ul li:nth-of-type(1) {
	background: #48ac80;
}
#employment .main_right_item ul li:nth-of-type(1) {
	background: #48ac80;
}
#contact .main_right_item ul li:nth-of-type(1) {
	background: #48ac80;
}
#notice .main_right_item ul li:nth-of-type(1) {
	background: #48ac80;
}

h3 {
	font-size: 2em;
	letter-spacing: 5px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	padding-top: 120px;
	margin-top: -120px;
}
#company h3 {
	border-bottom: 5px solid #48ac80;
}
#services h3 {
	color: #48ac80;
	border-bottom: 5px solid #48ac80;
}
#employment h3 {
	border-bottom: 5px solid #48ac80;
}
#contact h3 {
	border-bottom: 5px solid #48ac80;
}
#notice h3 {
	border-bottom: 5px solid #48ac80;
	font-size: 1.6em;
	letter-spacing: 3px;
	line-height: 160%;
}
h3.ivory {
	font-size: 1.5em;
	letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
	
#company {
	flex-direction: column;
}
#employment {
	flex-direction: column;
}
#contact {
	flex-direction: column;
}
#notice {
	flex-direction: column;
}
.main_left {
	flex-basis: 100%;
}
.main_right {
	display: none;
}

.margin_wrapper {
	width: 100%;
	margin-bottom: 80px;
}
}

@media screen and (max-width: 520px) {
		
h3 {
	font-size: 1.6em;
	letter-spacing: 4px;
	padding-bottom: 15px;
	margin-bottom: 20px;

	padding-top: 100px;
	margin-top: -100px;
}
#notice h3 {
	font-size: 1.3em;
	line-height: 160%;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
h3.ivory {
	font-size: 1.3em;
	line-height: 160%;
	letter-spacing: 2px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
}




/****************************** 会社概要******************************/


.company_txt1 {
	font-size: 2em;
	line-height: 170%;
	width: 85%;
	margin: 0 auto 40px auto;
	letter-spacing: 5px;
}
.company_txt2 {
	font-size: 1.3em;
	line-height: 200%;
	width: 85%;
	margin: 0 auto;
}
.company_txt3 {
	font-size: 1.2em;
	line-height: 200%;
	width: 100%;
	margin: 0;
}
.company_sign {
	width: 85%;
	margin: 0 auto;
	text-align: right;
}
.company_name {
	letter-spacing: 3px;
	margin-right: 40px;
}
.company_img img {
	vertical-align:middle;
	width: 200px;
}
.company_img span {
	margin-right: 10px;
	vertical-align:middle;
}
	
.gaiyou {
	width: 100%;
	word-break: break-all;
}
.gaiyou th,
.gaiyou td {
	border: 1px solid #ddd;
	padding: 20px;
}
.gaiyou th {
	font-weight: bold;
	background-color: #F4F4F4;
	width: 200px;
	min-width: 200px;
	text-align: center;
}
.gaiyou td img {
	margin: 10px 0;
}
.gaiyou hr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin: 20px 0;
}
.gaiyou span {
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

.company_member {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
	margin: 80px auto 0 auto;
}
.company_member li {
	flex-basis: 45%;
	margin-bottom: 60px;
	padding-bottom: 10px; 
	display: flex;
	flex-direction: column;
}
/*.company_member li:last-of-type {
	flex-basis: 45%;
	margin-bottom: 0;
	padding-bottom: 10px; 
	display: flex;
	flex-direction: column;
}*/
.company_member li div:first-of-type {
	flex-basis: 100%;
	text-align: left;
	font-size: 1.1em;
	color: #48ac80;
	margin-bottom: 10px;
	border-bottom: 1px solid #48ac80;
	font-weight: bold;
}
.company_member li div:last-of-type {
	flex-basis: 100%;
	text-align: right;
	font-size: 1.6em;
}



@media screen and (max-width: 960px) {
.gaiyou,
.gaiyou tr,
.gaiyou td,
.gaiyou th {display:block;}
.gaiyou th {width:auto; min-width: inherit; text-align: left;}
.gaiyou {
	width: 100%;
}
.gaiyou tbody {
	display: block;
	min-width: 100%;
}
.gaiyou th,
.gaiyou td {
	border-bottom: none;
}
.gaiyou {	
	border-bottom: 1px solid #eee;
}
.company_member {
	width: 80%;
	margin: 50px auto 0 auto;
}
.company_member li {
	flex-basis: 45%;
	margin-bottom: 40px;
}
.company_member li div:first-of-type {
	margin-bottom: 10px;
}
}


@media screen and (max-width: 520px) {
.company_member {
	width: 90%;
}
.company_member li div:last-of-type {
	font-size: 1.3em;
}
	
.company_txt1 {
	font-size: 1.4em;
	line-height: 170%;
	width: 100%;
	margin: 0 auto 40px auto;
	letter-spacing: 4px;
}
.company_txt2 {
	font-size: 1em;
	line-height: 170%;
	width: 100%;
}
.company_txt3 {
	font-size: 1em;
	line-height: 170%;
	width: 100%;
}
.company_sign {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}
.company_name {
	letter-spacing: 3px;
	margin-right: 15px;
}
.company_img img {
	width: 50%;
}
.gaiyou th,
.gaiyou td {
	padding: 20px;
}
.gaiyou td img {
	width: 100%;
}
	
}





.history h4 {
	font-weight: normal;
	font-size: 1.7em;
	line-height: 150%;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}
.history ul {
	width: 100%;
}
.history li {
	display: flex;
	justify-content: flex-start;
}
.history-date {
    flex-basis: 12%;
    min-width: 125px;
    position: relative;
    color: #48ac80;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 5px;
}
.history-date:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #48ac80;
    position: absolute;
    right: -9px;
    top: 8px;
    border-radius: 100%;
}
.history-content {
    flex-basis: 88%;
    border-left: 3px solid #ddd;
    padding-left: 30px;
	padding-bottom: 80px;
}
li:last-of-type .history-content {
    flex-basis: 85%;
    border-left: 3px solid #ddd;
    padding-left: 30px;
	padding-bottom: 10px;
}
.history li img {
	margin: 10px 0;
}

@media screen and (max-width: 520px) {
.history h4 {
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.history li {
	flex-direction: column;
    border-left: 3px solid #ddd;
	padding-bottom: 50px;
}
.history li:last-of-type {
	padding-bottom: 10px;
}
.history-date {
    flex-basis: 100%;
    min-width: inherit;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 0;
}
.history-date:after {
    right: 0;
	left: -8px;
    top: 3px;
}
.history-content {
    flex-basis: 100%;
    border-left: none;
	padding-left: 15px;
	padding-bottom: 0;
}
li:last-of-type .history-content {
    flex-basis: 100%;
    border-left: none;
	padding-left: 15px;
	padding-bottom: 0;
}
}


/****************************** 個人情報保護方針 ******************************/



.privacy_title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px;
	margin: 40px 0 20px 0;
	background: #eee;
}
.privacy_title2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 40px 0 15px 0;
}
.privacy_title_big {
	border-left: 5px solid #3EC57C;
	padding: 2px 0px 2px 15px;
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 180%;
}
.privacy_date {
	text-align: right;
	margin-top: 50px;
	font-size: 1.1em;
}
.privacy_date span {
	font-weight: bold;
}
.privacy_contact {
	margin-top: 30px;
}
.privacy_contact span {
	font-weight: bold;
}

ul.privacy_list {
	list-style: decimal;
	list-style-position:inside;
	margin: 10px 0;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
ul.privacy_list2 {
	list-style: lower-latin;
	list-style-position:inside;
	margin: 10px 0 10px 30px;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
ul.privacy_list li {
	margin-bottom: 5px;
}

.privacy_link {
	line-height: 180%;
	word-break: break-all;
	margin-top: 20px;
}

.privacy_link a:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f35d";
	color: #068E59;
}

.privacy_table {
	width: 100%;
	word-break: break-all;
	margin-top: 20px;
	margin-bottom: 40px;
}
.privacy_table th,
.privacy_table td {
	vertical-align:top;
	border: 1px solid #ddd;
	padding: 20px;
}
.privacy_table td {
	background: #fff;
}
.privacy_table th {
	width: 230px;
	font-weight: bold;
}
.table_list li {
	list-style-type: disc;
	list-style-position:inside;
	text-indent: -1em;
	padding-left: 1em;
}
.table_list2 li {
	list-style-type: lower-latin!important;
	list-style-position:inside;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 960px) {
.privacy_table,
.privacy_table tr,
.privacy_table td,
.privacy_table th {display:block;}
.privacy_table th {width:auto;}
.privacy_table th {
	border-bottom: none;
	background: #f4f4f4;
}
.privacy_table tbody {
	display: block;
	min-width: 100%;
}
.sp_none {
	display: none!important;
}
}






/****************************** 業務内容共通 ******************************/


.services_all_wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 40px;
	background: #f4f4f4;
}
.services_all_img {
	flex-basis: 35%;
	min-width: 400px;
}
.services_all_img img {
	width: 100%;
}
.services_all_txt {
	flex-basis: 60%;
	padding: 10px 10px 10px 30px;
}
.services_all_txt span {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}


@media screen and (max-width: 960px) {
	
.services_all_wrap {
	width: 85%;
	margin: 0 auto;
	flex-direction: column;
	margin-bottom: 60px;
	align-items: flex-start;
}
.services_all_img {
	flex-basis: 100%;
	min-width: 100%;
}
.services_all_txt {
	flex-basis: 100%;
	padding: 30px;
	text-align: left;
	font-size: 1em;
}
.services_all_txt span {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}
.services_all_txt a {
	margin-top: 15px;
	font-size: 0.9em;
}
}	


@media screen and (max-width: 520px) {
	
.services_all_wrap {
	width: 100%;
}
}	




.services_bnr {
	width: 150px;
	margin-top: 50px;
}
.services_bnr2 {
	width: 200px;
	margin-bottom: 20px;
}
.services_bnr3 {
	width: 100%;
	margin-top: 20px;
}
.services_bnr4 {
	width: 150px;
	margin: 10px 10px 0 0;
}
.services_img {
	width: 80%;
	margin: 20px 0;
}

.services_txt {
	font-size: 2em;
	line-height: 190%;
	letter-spacing: 5px;
	margin-bottom: 60px;

}
.services_title {
	font-size: 1.4em;
	font-weight: bold;
	margin: 40px 0 15px 0;
}
.services_title2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 40px 0 15px 0;
	color: #48ac80;
}

.services_txt2 {
	font-size: 1.8em;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 150%;
	position: relative;
	text-align: left;
	margin-bottom: 55px;
}
.services_txt2:before {
    border-bottom: 2px solid #33251a;
    bottom: -25px;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    position: absolute;
    width: 60px;
}



@media screen and (max-width: 960px) {
.services_img {
	width: 60%;
}
}

@media screen and (max-width: 520px) {
.services_img {
	width: 100%;
	margin: 10px 0;
}
.services_txt {
	font-size: 1.2em;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.services_title {
	font-size: 1.3em;
	margin: 30px 0 15px 0;
}
.services_title2 {
	font-size: 1.3em;
	margin: 30px 0 15px 0;
}
.services_txt2 {
	font-size: 1.5em;
}
.services_bnr {
	width: 40%;
}
.services_bnr2 {
	width: 60%;
	margin-bottom: 10px;
}
.services_bnr3 {
	width: 100%;
	margin-top: 0;
}
.services_bnr4 {
	width: 40%;
}
}



.services_bg {
	padding: 80px 0;
}
.bg_green {background: #dff0e1;}
.bg_gray {background: #f4f4f4;}
.bg_white {background: #fff;}



.services_flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.services_flex_img {
	flex-basis: 30%;
}
.services_flex_img img {
	width: 100%;
	border: 10px solid #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.services_flex_txt {
	flex-basis: 65%;
}
.services_flex_title {
	font-size: 1.8em;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 150%;
	position: relative;
	text-align: left;
	margin-bottom: 55px;
}
.services_flex_title:before {
    border-bottom: 2px solid #33251a;
    bottom: -25px;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    position: absolute;
    width: 60px;
}
.services_flex_title2 {
	font-size: 2em;
	letter-spacing: 5px;
	line-height: 150%;
	position: relative;
	text-align: center;
	margin-bottom: 55px;
	font-weight: bold;
}
.services_flex_title2:before {
    border-bottom: 2px solid #33251a;
    bottom: -25px;
    content: "";
    left: 0;
	right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    width: 60px;
}
.services_flex_btn {
	display: inline-block;
	font-size: 1em;
	letter-spacing: 2px;
	padding: 1em 5em;
	background: #48ac80;
	color: #fff;
	border-radius: 1px;
	margin-top: 30px;
	font-weight: 900;
}
.services_flex_btn:link    {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}
.services_flex_btn:visited {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}
.services_flex_btn:hover   {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 0.8;}
.services_flex_btn:active  {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}



.services_flex2 {
	display: flex;
	flex-direction:row-reverse;
	justify-content: space-between;
	align-items: center;
}
.services_flex2_img {
	flex-basis: 30%;
}
.services_flex2_img img {
	width: 100%;
	border: 10px solid #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.services_flex2_txt {
	flex-basis: 65%;
}
.services_flex2_title {
	font-size: 1.8em;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 150%;
	position: relative;
	text-align: left;
	margin-bottom: 55px;
}
.services_flex2_title:before {
    border-bottom: 2px solid #33251a;
    bottom: -25px;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    position: absolute;
    width: 60px;
}


.services_flex_btn2 {
	display: inline-block;
	font-size: 0.85em;
	letter-spacing: 1.5px;
	padding: 0.5em 1em;
	width: 100%;
	background: #48ac80;
	color: #fff;
	border-radius: 1px;
	font-weight: 900;
	text-align: center;
}
.services_flex_btn2:link    {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}
.services_flex_btn2:visited {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}
.services_flex_btn2:hover   {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 0.8;}
.services_flex_btn2:active  {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}


.services_flex_btn3 {
	display: inline-block;
	font-size: 0.85em;
	letter-spacing: 1.5px;
	padding: 1em;
	width: 80%;
	background: #48ac80;
	color: #fff;
	border-radius: 1px;
	font-weight: 900;
	text-align: center;
}
.services_flex_btn3:link    {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}
.services_flex_btn3:visited {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}
.services_flex_btn3:hover   {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 0.8;}
.services_flex_btn3:active  {text-decoration: none; color: #fff; background: #48ac80; transition: .3s; opacity: 1;}





@media screen and (max-width: 960px) {
	
.services_bg {
	padding: 40px 10px;
}
.services_flex {
	flex-direction: row;
}
.services_flex_img {
	flex-basis: 40%;
}
.services_flex_txt {
	flex-basis: 55%;
}
.services_flex_title {
	font-size: 1.5em;
	letter-spacing: 3px;
	margin-bottom: 55px;
}
.services_flex_title2 {
	font-size: 1.5em;
	letter-spacing: 3px;
	margin-bottom: 55px;
}
.services_flex_btn {
	font-size: 1em;
	padding: 1em 3em;
	margin-top: 30px;
}
.services_flex_btn3 {
	padding: 0.5em 1em;
	width: 100%;
}
}	
	
@media screen and (max-width: 520px) {

.services_bg {
	padding: 40px 10px;
}
.services_flex {
	flex-direction: column;
}
.services_flex_img {
	flex-basis: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.services_flex_img img {
	width: 80%;
}
.services_flex_txt {
	flex-basis: 100%;
	text-align: center;
	min-width: 100%;
}

.services_flex_title {
	text-align: center;	
}
.services_flex_title:before {
    bottom: -25px;
    content: "";
    left: 0;
	right: 0;
    top: 0;
    margin: auto;
    position: absolute;
}
.services_flex_btn {
	font-size: 1em;
	padding: 1em 0;
	width: 70%;
	margin-top: 30px;
	text-align: center;
}
	
.services_flex2 {
	flex-direction: column;
}
}	



/****************************** EC事業 ******************************/


.bg_slash1 {background:linear-gradient(10deg, #eee 50%, white 50%); margin-top: 60px;}
.bg_slash2 {background:linear-gradient(352deg, #eee 60%, white 40%); margin-top: 60px;}

.ec_item_shinei_wrap {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	align-items: end;
}
.ec_item_shinei_left {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
}
.ec_item_shinei_leftimg {
	flex-basis: 100%;
	padding-bottom: 40px;
}
.ec_item_shinei_leftimg img {
	width: 70%;
}
.ec_item_shinei_lefttxt {
	flex-basis: 100%;
	padding-bottom: 40px;
}
.ec_item_shinei_right {
	flex-basis: 48%;
}
.ec_item_shinei_right img {
	width: 100%;
}


.ec_shinei_medialist {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 50px auto 0 auto;
}
.ec_shinei_medialist li {
	flex-basis: 23%;
}
.ec_shinei_medialist li img {
	width: 100%;
	border: 10px solid #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}

.ec_item_sou_wrap {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	align-items: end;
}
.ec_item_sou_left {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
}
.ec_item_sou_leftimg {
	flex-basis: 100%;
	padding-bottom: 40px;
}
.ec_item_sou_leftimg img {
	width: 100%;
}
.ec_item_sou_lefttxt {
	flex-basis: 100%;
	padding-bottom: 40px;
}
.ec_item_sou_right {
	flex-basis: 48%;
	text-align: right;
}
.ec_item_sou_right img {
	width: 85%;
}

.ec_com_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ec_com_list li {
	flex-basis: 48%;
	display: flex;
	align-items: center;
	margin: 5px 0;
}
.ec_com_list li div:first-of-type{
	flex-basis: 37%;
}
.ec_com_list li div:last-of-type{
	flex-basis: 60%;
}

.ec_mall_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.ec_mall_list li {
	flex-basis: 29%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 70px;
}
.ec_mall_list li:nth-of-type(n+4) {
	flex-basis: 29%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0;
}
.ec_mall_list li img {
	width: 100%;
	border: 10px solid #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.ec_mall_list li div:first-of-type{
	flex-basis: 100%;
	margin-bottom: 20px;
}
.ec_mall_list li div:last-of-type{
	flex-basis: 100%;
	text-align: center;
	min-width: 100%;
}
.ec_mall_list li div:last-of-type a {
	margin-top: 10px;
}



@media screen and (max-width: 1199px) {
	
.ec_item_shinei_wrap {
	width: 100%;
}
.ec_item_sou_wrap {
	width: 100%;
}
}	
@media screen and (max-width: 960px) {
	
.ec_item_shinei_wrap {
	width: 100%;
}
.ec_item_shinei_leftimg {
	padding-bottom: 0px;
}
.ec_item_shinei_lefttxt {
	flex-basis: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ec_item_sou_wrap {
	width: 100%;
}
.ec_item_sou_leftimg {
	padding-bottom: 0px;
}
.ec_item_sou_lefttxt {
	flex-basis: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media screen and (max-width: 520px) {
	
.bg_slash1 {background:#eee; padding: 30px 0}
.bg_slash2 {background:#eee; padding: 30px 0}

.ec_item_shinei_wrap {
	flex-direction: column;
}
.ec_item_shinei_leftimg {
	order: 2;
	text-align: center;
}
.ec_item_shinei_leftimg img {
	width: 80%;
}
.ec_item_shinei_lefttxt {
	order: 1;
	padding-top: 0;
}
.ec_item_shinei_right {
	flex-basis: 100%;
	padding-top: 20px;
	text-align: center;
}
.ec_item_shinei_right img {
	width: 80%;
}
.ec_shinei_medialist {
	flex-wrap: wrap; 
}
.ec_shinei_medialist li {
	flex-basis: 47%;
	margin: 10px 0;
}
.ec_shinei_medialist li img {
	width: 100%;
	border: 10px solid #fff;
}
	

.ec_item_sou_wrap {
	flex-direction: column;
}
.ec_item_sou_leftimg {
	order: 2;
	text-align: center;
}
.ec_item_sou_leftimg img {
	width: 80%;
}
.ec_item_sou_lefttxt {
	order: 1;
	padding-top: 0;
}
.ec_item_sou_right {
	flex-basis: 100%;
	padding-top: 20px;
	text-align: center;
}
.ec_item_sou_right img {
	width: 80%;
}
	
.ec_com_list {
	flex-direction: column;
	justify-content:center;
}
.ec_com_list li {
	flex-basis: 100%;
}
.ec_com_list li div:first-of-type{
	flex-basis: 50%;
}
.ec_com_list li div:last-of-type{
	flex-basis: 48%;
}
	
.ec_mall_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ec_mall_list li {
	flex-basis: 45%;
	margin-bottom: 30px;
}
.ec_mall_list li:nth-of-type(4) {
	flex-basis: 45%;
	margin-bottom: 30px;
}
.ec_mall_list li:nth-of-type(n+5) {
	flex-basis: 45%;
	margin-bottom: 0;
}
.ec_mall_list li div:last-of-type{
	flex-basis: 100%;
	text-align: center;
	min-width: 100%;
}
}






/****************************** 買取事業 ******************************/


.buy_choose_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
.buy_choose_list li {
	flex-basis: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	margin: 12px 0;
	background: #fff;
}
.buy_choose_list li div:first-of-type {
	flex-basis: 30%;
}
.buy_choose_list li div:first-of-type img {
	width: 100%;
}
.buy_choose_list li div:last-of-type {
	flex-basis: 65%;
}
.buy_choose_list li div:last-of-type p {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}


.buy_way_list {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.buy_way_list li {
	flex-basis: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	background: #fff;
	text-align: center;
}
.buy_way_list li div:first-of-type {
	flex-basis: 100%;
	margin-bottom: 20px;
}
.buy_way_list li div:first-of-type img {
	width: 80%;
}
.buy_way_list li div:last-of-type {
	flex-basis: 100%;
}
.buy_way_list li div:last-of-type p {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.buy_item_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.buy_item_list li {
	flex-basis: 15%;
	margin: 10px 0;
}
.buy_item_list li img {
	width: 100%;
}
.buy_sp {display: none;}
.buy_pc img {
	width: 50%;
	border: 10px solid #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}


@media screen and (max-width: 960px) {

.buy_choose_list {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
}
.buy_choose_list li {
	flex-basis: 100%;
	padding: 20px;
}
.buy_way_list {
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
}
.buy_way_list li {
	flex-basis: 48%;
	padding: 20px;
	margin: 15px 0;
}
.buy_item_list {
	margin-top: 40px;
}
.buy_item_list li {
	flex-basis: 30%;
	margin: 10px 0;
}
.buy_pc {display: none;}
.buy_sp {display: block;}
.buy_sp img {
	width: 90%;
	border: 10px solid #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	}
}





/*------------------ 店頭買取部分*/
.kaitori_ex{
	padding: 30px 0;
	margin-bottom:45px;
	background-repeat: no-repeat;
	background-position: right 0%;
}
.tentou_honten_btn {
	visibility: hidden;
}
@media screen and (max-width: 960px) {
.tentou_honten_btn {
	display: none;
}
}
@media screen and (max-width: 520px) {
.kaitori_ex{
	padding: 0;
	margin-top: 10px;
}
}

.kaitori_ex:nth-of-type(2){
	background-image: url(image/syucchou_bg.gif?200630);
	background-size: 37% auto;
	background-position: bottom right;
}
.kaitori_ex:nth-of-type(3){
	background-image: url(image/yuusou_bg.gif);
	background-size: 31% auto;
	background-position: bottom right;
}
.tentou_bg{
	background-image: url(image/tentou_bg.gif);
	background-size: 31% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 30px 0;
	margin-bottom:45px;
}
.kaitori_ex:nth-of-type(5){
	background-image: url(image/houjin_bg.gif);
	background-size: 25% auto;
	background-position: bottom right;
}


@media screen and (max-width: 960px) {
.kaitori_ex:nth-of-type(2){
	background-size: 65% auto;
}
.kaitori_ex:nth-of-type(3){
	background-size: 50% auto;
}	
.tentou_bg{
	background-size: 59% auto;
}
.kaitori_ex:nth-of-type(5){
	background-size: 65% auto;
}
}

@media screen and (max-width: 520px) {
.kaitori_ex:nth-of-type(2){
	background-size: 85% auto;
	background-position: bottom;
}
.kaitori_ex:nth-of-type(3){
	background-size: 55% auto;
	background-position: bottom;
}
.tentou_bg{
	background-size: 75% auto;
	background-position: center;
}
.kaitori_ex:nth-of-type(5){
	background-size: 75% auto;
	background-position: center;
}
}


.kaitori_ex p:first-of-type{
	font-weight: bold;
	font-size: 2em;
	padding: 0;
}
@media screen and (max-width: 520px) {
.kaitori_ex p:first-of-type{
	font-size: 1.5em;
}
}

.kaitori_ex span{
	color: #b13417;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}
.kaitori_ex p,
.kaitori_ex span,
.kaitori_ex li{
	padding-top: 25px;
}
@media screen and (max-width: 520px) {
.kaitori_ex p,
.kaitori_ex span,
.kaitori_ex li{
	padding-top: 15px;
}
}


.tenpohp{
	width:89%;
	position: absolute;
	bottom: 20px;
}


@media screen and (max-width: 960px) {
.tenpohp{
	position:inherit;
	width:100%;
	}
}

.tentou{
	border: 2px solid #d9dbd5;
	background-color: #fff;
	border-radius: 2px;
	width: 48%;
	padding: 20px;
	margin-top: 15px;
	position: relative;
}
@media screen and (max-width: 999px) {
.tentou{
	width: 48%;
}
}
@media screen and (max-width: 960px) {
	.tentou{
		width: 100%;
		position: inherit;
		height: auto;
	}
}


.tentou p:first-of-type{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.tentou p{
	padding: 0;
}
.tentou .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.tentou .slick-dots{
	display: none!important;
}

.tentou .slick-prev:before,
.tentou .slick-next:before{
	display: block;
}
.tentou .slick-prev{
    left: -5px;
  }
.tentou .slick-next{
    right: 15px;
}

.tentou .slick-prev::before {
        position: relative;
        content: "\f0a8";
        font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
        padding: 10px;
        opacity: 1;
          }
 
.tentou .slick-next::before {
        position: relative;
    content: "\f0a9";
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
    padding: 10px;
    opacity: 1;
          }

.slick-prev,
.slick-next
{
    z-index: 100;
}

.tentoukaitori{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 999px) {
.tentoukaitori{
	flex-wrap: wrap;
	}
}

.tenpohp p:first-of-type{
	background-color: #79c42d;
	text-align: center;
}
.tenpohp a:first-of-type{
	padding: 5px;
	font-weight: bold;
	color: #fff;

}

/*------------------ 店頭買取部分*/







/****************************** 店舗事業 ******************************/


.services_store_flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 170%;
}
.services_store_flex_txt {
	flex-basis: 55%;
}
.services_store_flex_map {
	flex-basis: 40%;
}
.services_store_genre {
	font-size: 1.2em;
	letter-spacing: 2px;
	color: #48ac80;
	font-weight: bold;
}
.services_store_name {
	font-size: 1.7em;
	letter-spacing: 4px;
	font-weight: bold;
	margin: 10px 0 30px 0;
}
.services_store_detail {
	letter-spacing: 1px;
	line-height: 180%;
}

ul.services_store_photo {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
ul.services_store_photo li {
	flex-basis: 23%;
}
ul.services_store_photo li img {
	width: 100%;
	border: 10px solid #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}


@media screen and (max-width: 520px) {

.services_store_flex {
	display: flex;
	flex-direction: column;
}
.services_store_flex_txt {
	flex-basis: 100%;
	margin-bottom: 30px;
}
.services_store_flex_map {
	flex-basis: 100%;
}
.services_store_genre {
	font-size: 1em;
	letter-spacing: 2px;
}
.services_store_name {
	font-size: 1.4em;
	letter-spacing: 4px;
	margin: 10px 0 30px 0;
}

ul.services_store_photo {
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.services_store_photo li {
	flex-basis: 48%;
	margin: 8px 0;
}
}






/****************************** 古物市場事業 ******************************/



.services_market_wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items:flex-start;
	width: 100%;
}
.services_market_txt {
	flex-basis: 50%;
}
.services_market_map {
	flex-basis: 45%;
}
.services_market_map iframe {
	width: 100%;
	height: 500px;
}

.services_market_date {
	width: 100%;
	margin: 30px 0;
}
.services_market_date li {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.services_market_date li:first-of-type {
	border-top: 1px solid #dff0e1;
	border-bottom: 1px solid #dff0e1;
}
.services_market_date li:last-of-type {
	border-bottom: 1px solid #dff0e1;
}
.services_market_date li div:first-of-type {
	flex-basis: 27%;
	min-width: 150px;
}
.services_market_date li div:last-of-type {
	flex-basis: 73%;
}
.services_market_date li div:first-of-type span {
	color: #48ac80;
	font-weight: bold;
}
.services_market_date li div:last-of-type span {
	color: #CC070A;
}

.services_market_date2 {
	width: 100%;
	margin: 30px 0;
}
.services_market_date2 li {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.services_market_date2 li div:first-of-type {
	flex-basis: 18%;
	min-width: 100px;
}
.services_market_date2 li div:last-of-type {
	flex-basis: 82%;
}
.services_market_date2 span {
	background: #48ac80;
	color: #fff;
	padding: 3px 10px;
	font-weight: normal;
}

.services_market_photo {
	display: flex;
	justify-content:space-between;
	margin-top: 50px;
	width: 100%;
}
.services_market_photo li {
	flex-basis: 15%;
	margin-right: 10px;
}
.services_market_photo li img {
	width: 100%;
	border: 5px solid #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}

.services_auc_video {
	width: 720px;
	height: 406px;
	margin-top: 50px;
}


@media screen and (max-width: 960px) {

.services_market_wrap {
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.services_market_txt {
	width: 100%;
	margin-bottom: 40px;
}
.services_market_map {
	width: 100%;
	text-align: center;
}
.services_market_map iframe {
	width: 100%;
	height: 300px;
}
.services_market_date {
	width: 100%;
}
.services_market_date li {
	align-items: flex-start;
	flex-direction: column;
}
.services_market_date li div:first-of-type {
	flex-basis: 100%;
	min-width: inherit;
}
.services_market_date li div:last-of-type {
	flex-basis: 100%;
}
.services_market_date2 {
	width: 100%;
}
.services_market_date2 li {
	align-items: flex-start;
	flex-direction: column;
}
.services_market_date2 li div:first-of-type {
	flex-basis: 100%;
	min-width: inherit;
	margin-bottom: 5px;
}
.services_market_date2 li div:last-of-type {
	flex-basis: 100%;
}
.services_market_photo {
	width: 100%;
	flex-wrap: wrap;
}
.services_market_photo li {
	flex-basis: 48%;
	margin-right: 0;
	margin-bottom: 20px;
}
.services_auc_video {
	width: 100%;
	height: inherit;
}

}












/****************************** その他事業 ******************************/



#gallery {
    margin: 50px auto 0 auto;
    overflow: hidden;
}
#gallery li {
    max-width: 300px;
    padding: 6px;
}
#gallery li img {
    max-width: 100%;
    height: auto;
	border: 10px solid #fff;
	box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}
  

@media screen and (max-width: 520px) {
	#gallery li {
    max-width: 100%;
    padding: 6px 0;
}
#gallery li img {
    max-width: 100%;
    height: auto;
	border: 10px solid #fff;
}
}





/****************************** 採用・お問い合わせ ******************************/

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #ccc;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #48ac80;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #48ac80;
}




.employment_txt1 {
	font-size: 2em;
	line-height: 170%;
	letter-spacing: 5px;
}
.employment_txt2 {
	font-size: 1em;
	line-height: 170%;
	margin: 50px 0;
}
.map_link:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f3c5";
	color: #068E59;
}

.employment_wrap {
	display: flex;
	justify-content: space-between;
}
.employment_youkou {
	flex-basis: 67%;
}
.employment_map {
	flex-basis: 30%;
}

a.employment_link {
	color: #48ac80;
	border: 2px solid #48ac80;
	font-size: 1.2em;
	padding: 15px 30px;
	background: #fff;
	letter-spacing: 1.5px;
	text-decoration: none;
	display: inline-block;
	margin: 50px 10px 5px 0;
}



@media screen and (max-width: 960px) {
.employment_wrap {
	flex-direction: column;
}
.employment_youkou {
	flex-basis: 100%;
}
.employment_table tbody {
	display: block;
	min-width: 100%;
}
.employment_map {
	flex-basis: 100%;
	margin-top: 10px;
}
}


@media screen and (max-width: 520px) {

.employment_txt1 {
	font-size: 1.4em;
	letter-spacing: 4px;
}
.employment_txt2 {
	font-size: 1.1em;
}
	
a.employment_link {
	font-size: 1em;
}
}




.employment_table {
	width: 100%;
	word-break: break-all;
}
.employment_table th,
.employment_table td {
	border: 1px solid #cce4e0;
	padding: 20px;
}
.employment_table th {
	width: 130px;
	font-weight: bold;
	background-color: #e6f7f4; 
	text-align: center;
}
@media screen and (max-width: 960px) {
.employment_table,
.employment_table tr,
.employment_table td,
.employment_table th {display:block;}
.employment_table th {width:auto; text-align: left;}
.employment_table {
	width: 100%;
}
.employment_table th,
.employment_table td {
	border-bottom: none;
}
.employment_table {
	border-bottom: 1px solid #c8ddd9;
}
}


.entry_title {
	border-left: 5px solid #48ac80;
	padding: 2px 0px 2px 15px;
	margin-bottom: 30px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 4px;
}
.entry_txt {
	margin-bottom: 50px;
	line-height: 170%;
}
.entry_btn {
	margin-top: 30px;
}
.check_btn {
	margin-top: 30px;
}
.form_thanks_txt {
	text-align: center;
}
.form_thanks_txt a {padding: 10px 40px; background: #48ac80; display: inline-block; margin-top: 20px;}
.form_thanks_txt a:link    {text-decoration: none; color: #fff; opacity: 1;}
.form_thanks_txt a:visited {text-decoration: none; color: #fff; opacity: 1;}
.form_thanks_txt a:hover   {text-decoration: none; color: #fff; transition: .3s; opacity: 0.8;}
.form_thanks_txt a:active  {text-decoration: none; color: #fff; opacity: 1;}

@media screen and (max-width: 520px) {
.form_thanks_txt a {padding: 10px; width: 80%;}
}



.contact_wrap {
	width: 100%;
	padding: 80px;
	border: 1px solid #ddd;
	border-top: none;
	background: #FFFFFF;
}
.contact_txt1 {
	font-size: 2em;
	line-height: 170%;
	letter-spacing: 5px;
}
.contact_txt2 {
	font-size: 1em;
	line-height: 170%;
	margin: 20px 0 50px 0;
}
.contact_title {
	border-left: 5px solid #48ac80;
	padding: 2px 0px 2px 15px;
	margin-bottom: 50px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 4px;
}

.contact_table {
	width: 100%;
	word-break: break-all;
	margin-top: 20px;
}
.contact_table th,
.contact_table td {
	vertical-align: middle;
	padding-bottom: 40px;
}
.contact_table td {
	background: #fff;
}
.contact_table th {
	width: 230px;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
.contact_table,
.contact_table tr,
.contact_table td,
.contact_table th {display:block;}
.contact_table th {width:auto;}

.contact_table tbody {
	display: block;
	min-width: 100%;
}
}

.contact_table span {
    background-color: #BF0003;
    color: #fff;
    padding: 0 5px;
    font-size: 0.8em;
	font-weight: normal;
	margin-left: 7px;
}
.contact_table p.miss {
	font-size: 0.8em;
	color: #BF0003;
}

#contact input[type="submit"] {
    background-color: #ccc;
}
#contact input[type="submit"]:hover {
	opacity: 0.8;
	transition: .3s;
}


input[type="submit"], input[type="reset"] {
    border: 0;
	padding: 10px 0;
    font-size: 1.1em;
    margin: 20px 0 0 0;
	letter-spacing: 2px;
}
input[type="submit"] {
    background-color: #ccc;
    width: 200px;
    color: #fff;
    border: 0;
}
input[type="reset"] {
    background-color: #ccc;
    width: 200px;
    color: #fff;
}
input[type="submit"]:hover {
	opacity: 0.8;
	transition: .3s;
}
input[type="reset"]:hover {
	opacity: 0.8;
	transition: .3s;
}


input.bg {
	border: 0;
    border-radius: 1px;
    padding: 10px;
    background-color:#EFEFEF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input.txt {
	width: 60%;
}
input.txt2 {
	width: 100%;
}
input.zip {
	width: 20%;
}


.form_select {
	overflow: hidden;
	width: 230px;
	text-align: left;
	margin-bottom: 5px;
}
.form_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.form_select select::-ms-expand {
    display: none;
}
.form_select.select_line {
	position: relative;
	border: 2px solid #ccc;
	border-radius: 1px;
	background: #ffffff;
}
.form_select.select_line::before {
	position: absolute;
	top: 1em;
	right: 0.8em;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ccc;
	pointer-events: none;
}
.form_select.select_line select {
	padding: 8px 0 8px 8px;
	color: #222;
}
textarea {
	resize: vertical;
	width: 100%;
	height: 300px;
	padding: 10px;
	border-radius: 1px;
	border: 0;
	background-color: #eee;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.contact_table input {
	border: 2px solid #fff!important;
}
.contact_table input:focus {
	outline: none;
	border: solid 2px #aaa!important;
}
.contact_table textarea {
	border: 2px solid #fff!important;
}
.contact_table textarea:focus {
	outline: none;
	border: solid 2px #aaa!important;
}

::placeholder {
  color: #777;
}
::-ms-input-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}


.check_btn input[type="submit"] {
    background-color: #48ac80!important;
}
.check_btn input[type="submit"]:hover {
	opacity: 0.8;
	transition: .3s;
}

@media screen and (max-width: 960px) {

.entry_btn {
	margin-top: 15px;
}
.contact_wrap {
	padding: 30px 20px;
}
.contact_table th,
.contact_table td {
	padding-bottom: 0;
}
.contact_table td {
	padding: 5px 0 20px 0;
}
input.txt {
	width: 100%;
}
input.txt2 {
	width: 100%;
}
input.zip {
	width: 30%;
}
.form_select {
	width: 100%;
}
textarea {
	width: 100%;
	height: 200px;
}
#contact input, #employment input, textarea, select {
	font-size:16px;
}	
}

@media screen and (max-width: 520px) {

.entry_btn {
	text-align: center;
}
.entry_title {
	font-size: 1.3em;
	letter-spacing: 3px;
}
.contact_title {
	font-size: 1.3em;
	letter-spacing: 3px;
}
.contact_txt1 {
	font-size: 1.4em;
	letter-spacing: 4px;
}
.contact_txt2 {
	font-size: 1em;
}
}






.riyoukiyaku_all{padding: 15px;font-size: .9em;text-align: left;}
.riyoukiyaku_title{font-weight: 700; font-size: 1.2em; padding: 10px 0;}
.box{
  width:100%;max-width: 700px;
  height:200px;
  margin:1.5em 0 1em;
  background: #fff;border: 1px solid #eee;
}
.scrolly{white-space:normal;
  overflow:hidden;
  overflow-y:scroll;
}
.checkbox_all{background: #eee;padding: 10px;width: 700px;max-width: 100%;margin-bottom: 2em;}

.riyoukiyaku_all .privacy_title {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 30px 0 10px 0;
	background: #fff;
}

@media screen and (max-width: 960px) {
.riyoukiyaku_all{font-size: .8em;}
}






/****************************** 店舗バナー ******************************/



.footer_bnr_bg {
	background: #ddd;
	padding: 50px;
}

.foot_container {
	width: 900px;
	margin:0 auto;
}
@media screen and (max-width: 1199px) {
.foot_container {
	width: 100%;
	padding: 0 20px;
}
}
@media screen and (max-width: 960px) {
.foot_container {
	width: 100%;
	margin:0 auto;
	padding: 0 20px;
}
}


ul.top_bnr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
ul.top_bnr li {
	flex-basis: 16%;
}
ul.top_bnr li img{
	width: 100%;
}




@media screen and (max-width: 960px) {

.footer_bnr_bg {
	padding: 30px 5px;
}
ul.top_bnr {
	flex-wrap: wrap;
	justify-content: center;
}
ul.top_bnr li {
	flex-basis: 33%;
	margin: 4px 0;
}
ul.top_bnr li img{
	width: 90%;
}

}	




/****************************** フッター ******************************/




.container_footer {
	width: 1200px;
	margin:0 auto;
}
@media screen and (max-width: 1199px) {
.container_footer {
	width: 100%;
	padding: 0 20px;
}
}


.footer_bg {
	width: 100%;
	background: #eee;
	padding: 50px 0;
}
.footer_wrap {
	display: flex;
	justify-content:space-between;
}
.footer_item {
	flex-basis: 17%;
}
.footer_wrap div:nth-of-type(n+2) ul li a{
	display: block;
	padding: 10px;
}
.footer_wrap div:nth-of-type(n+2) ul li:nth-of-type(1){
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: bold;
}

.footer_item ul li:nth-of-type(n+2) a::before {
    font-family: FontAwesome;
    content: '\f105';
    padding-right: 10px;
}
.footer_wrap div:nth-of-type(n+2) ul li a:link    {text-decoration: none; color: #33251a; opacity: 1;}
.footer_wrap div:nth-of-type(n+2) ul li a:visited {text-decoration: none; color: #33251a; opacity: 1;}
.footer_wrap div:nth-of-type(n+2) ul li a:hover   {text-decoration: none; color: #33251a; background: #ccc; transition: .3s; opacity: 1;}
.footer_wrap div:nth-of-type(n+2) ul li a:active  {text-decoration: none; color: #33251a; opacity: 1;}



.left_line {border-left: 7px solid #48ac80; min-width: 150px;}

.foot_img img {
	width: 70%;
}


.copyright {
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
.container_copyright {
	width: 1200px;
	margin:0 auto;
}


.copyright_flex ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright_flex ul li:nth-of-type(1) {
	flex-basis: 30%;
	text-align: left;
	
	display: flex;
	align-items: center;
}
.copyright_flex ul li:nth-of-type(2) {
	flex-basis: 70%;
	text-align: right;
	font-size: 0.85em;
}

.copyright_flex li p:nth-of-type(1) {
	text-align: left;
	flex-basis: 100px;
	min-width: 100px;
}
.copyright_flex li p:nth-of-type(1) img {
	width: 75px;
}
.copyright_flex li p:nth-of-type(2) {
	font-size: 1em;
	flex-basis: 100%;
	min-width: 200px;
}
.copyright_flex li p:nth-of-type(2) a {
    color: #034aaa;
    font-size: 1em;
    padding: 5px 10px;
	border: 1px solid #034aaa;
	border-radius: 2px;
    background: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.copyright_flex li p:nth-of-type(2) i {
	margin-right: 5px;
}
.copyright_flex li p:nth-of-type(2) a:link    {text-decoration: none; color: #034aaa; opacity: 1;}
.copyright_flex li p:nth-of-type(2) a:visited {text-decoration: none; color: #034aaa; opacity: 1;}
.copyright_flex li p:nth-of-type(2) a:hover   {text-decoration: none; color: #034aaa; transition: .3s; opacity: 0.8;}
.copyright_flex li p:nth-of-type(2) a:active  {text-decoration: none; color: #034aaa; opacity: 1;}


	
@media screen and (max-width: 1199px) {

.container_copyright {
	width: 100%;
	padding: 0 20px;
}
.footer_item ul li:nth-of-type(1){
	font-size: 1.3em;
}
}

.footer_wrap .od1 {order: 1;}
.footer_wrap .od2 {order: 2;}
.footer_wrap .od3 {order: 3;}
.footer_wrap .od4 {order: 4;}
.footer_wrap .od5 {order: 5;}
.footer_wrap .od6 {order: 6;}



@media screen and (max-width: 960px) {

.container_footer {
	width: 100%;
	padding: 0;
}
.footer_bg {
	padding: 20px;
}
.footer_wrap {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.footer_item {
	flex-basis: 49%;
	margin: 10px 0;
}
	
.footer_item ul li a{
	padding: 5px 0;
	font-size: 0.9em;
}
.footer_wrap div:nth-of-type(n+2) ul li a{
	padding: 5px;
	font-size: 0.9em;
	letter-spacing: 0.5px;
}
.footer_wrap div:nth-of-type(n+2) ul li:nth-of-type(1){
	padding: 5px 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.footer_item ul li:nth-of-type(n+2) a::before {
    padding-right: 6px;
}

.footer_item ul li:nth-of-type(1){
	font-size: 1.2em;
	margin-bottom: 5px;
}

.left_line {min-width: inherit;}

.footer_wrap .od1 {order: 5;}
.footer_wrap .od2 {order: 1;}
.footer_wrap .od3 {order: 3;}
.footer_wrap .od4 {order: 4;}
.footer_wrap .od5 {order: 2;}
	
.footer_wrap .od1 {display: none;}
.footer_wrap .od3, .footer_wrap .od4 {margin-top: 15px;}
	
.copyright {
	width: 100%;
	padding: 40px 0;
}
.container_copyright {
	width: 100%;
	margin:0 auto;
	font-size: 0.9em;
}


.copyright_flex ul {
	flex-direction: column;
}
.copyright_flex ul li:nth-of-type(1) {
	flex-basis: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.copyright_flex ul li:nth-of-type(2) {
	flex-basis: 100%;
	text-align: center;
}

.copyright_flex li p:nth-of-type(1) {
	text-align: right;
	flex-basis: 50%;
	min-width: inherit;
}
.copyright_flex li p:nth-of-type(1) img {
	width: 90px;
	margin-right: 10px;
}
.copyright_flex li p:nth-of-type(2) {
	text-align: left;
	font-size: 1em;
	flex-basis: 80%;
	min-width: inherit;
}
.copyright_flex li p:nth-of-type(2) a {
    color: #034aaa;
    font-size: 1em;
    padding: 5px 10px;
	border: 1px solid #034aaa;
	border-radius: 2px;
    background: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
}
	
	
}




