@charset "utf-8";
html, body {
	width: 100%;
}
body {
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	min-width: 1200px;
	position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1099px) {
body {
	min-width: 100%;
}
}
#container {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
.pc_only {
}
.sp_only {
	display: none;
}
/*=================================
header
==================================*/
#header {
	width: 100%;
	margin: 0;

}
#header .logo {
	background-color: #FFF;
	position: fixed;
	z-index: 999;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	width: 100%;
}
#header .logo img {
	width: 140px;
	padding: 5px 15px 10px 15px;
	vertical-align: top;
}
#btn_fixed {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 16px;
}
#btn_fixed ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 15px 0 0;
}
#btn_fixed li.btn {
	width: 150px;
}
#btn_fixed li.btn a {
	width: 100%;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	line-height: 130%;
	font-weight: 700;
	color: #FFF;
	transition: 0.3s;
	background-image: url("/sumabee/images/arrow_right_wh.png");
	background-size: auto 9px;
	background-position: 95% center;
}

/*=================================
アンカーズレ対策
==================================
:target:before {
	content: "";
	display: block;
	height: 115px;
	margin-top: -115px;
}
#LINK {
	margin: -115px;
	padding: 115px;
}
/*=================================
contents共通
==================================*/
.contents {
	width: 100%;
	margin: 47px 0 0 0;
}
.inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 641px) and (max-width: 1099px) {
.inner {
	width: 90%;
}
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.text {
	font-size: 16px;
	line-height: 180%;
	text-align: justify;
}
/*見出し*/
.midashi {
	font-weight: 700;
	text-align: center;
}
.midashi .en {
	color: #fe5757;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 700;
	display: block;
	padding: 0 0 15px 0;
}
.midashi .jp {
	color: #333;
	font-size: 34px;	
	font-weight: 700;
	display: block;
	padding: 0 0 20px 0;
}
/*▼contact_bnr*/
.contact_bnr {
	padding: 50px 0 20px 0;
}
.contact_bnr .bg_wh {
	padding: 30px;
	margin: 0 0 30px 0;
}
.contact_bnr .center {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.contact_bnr .btn_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	margin: 0 auto 0 auto;
}
.contact_bnr .bt {
	margin: 5px auto 0 auto;
}
.contact_bnr .entry_box .bt a {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
@media screen and (min-width: 641px) and (max-width: 1099px) {
.contact_bnr .btn_wrap {
	width: 88% !important;
}
}
.contact_bnr .btn_wrap .bt {
	width: 45%;
}
/*=================================
下層共通
==================================*/
#page_tit {
	width: 100%;
	background-image: url("/sumabee/images/under_bg.png");
	background-size: cover;
	background-position: center bottom;
	padding: 120px 0 120px 0;
}
#page_tit .tit {
	width: 100%;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
}
#page_tit .tit small {
	font-size: 18px;
	display: block;
	padding: 0 0 5px 0;
}
#page_tit .tit  b {
	font-size: 32px;
	display: block;
}
/*=================================
ぱんくず
==================================*/
.breadcrumb-list {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
	margin: 0 0 0px 0;
}
.breadcrumb-list ul {
	overflow: hidden;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #333;
}
.breadcrumb-list a {
	color: #666;
	padding-right: 5px;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
/*=================================
ボタン
==================================*/
.bt {
	width: 30%;
	margin: 30px auto;
}
.bt a {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	line-height: 140%;
	font-weight: 700;
	color: #FFF;
	transition: 0.3s;
	background-image: url("/sumabee/images/arrow_right_wh.png");
	background-size: auto 13px;
	background-position: 93% center;
	border-radius: 5px;
}
/*ボタン　レッド*/
.css_btn_class_r {
	background-color: #fe5757;
	color: #FFF;
}
/*ボタン　ブルー*/
.css_btn_class_b {
	background-color: #5271fe;
	color: #86dbe7;
}
/*ボタン　水色*/
.css_btn_class_lb {
	background-color: #86dbe7;
	color: #5271fe !important;
	background-image: url("/sumabee/images/arrow_right_blue.png") !important;
}
/*ボタン　イエロー*/
.css_btn_class_y {
	background-color: #fedd59;
	color: #5271fe;
}
/*ボタン　レッド罫線*/
.css_btn_class_r_kei {
	background-color: #FFF;
	color: #fe5757 !important;
	border: 2px solid #fe5757;
	background-image: url("/sumabee/images/arrow_right_red.png") !important;
}
/*リンク用ボタンベタ　グレー罫線*/
.css_btn_class_g_kei {
	background-color: #F3F3F3;
	color: #666;
	border: 2px solid #888;
}
/*テキストリンク用*/
.link {
	text-align: center;
	line-height: 140%;
}
.link a:hover {
	color: #D52626;
}
/*=================================
TOP
==================================*/
/*--------------▼main*/
#top #main {
	width: 100%;
	margin: 0 auto;
	background-image: url("/sumabee/images/mv.png");
	background-size: cover;
    height: calc(100vw / 2000 * 930);
	position: relative;
}
#top #main .copy {
	width: 60%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10% 0 0 3%;
}
#top #main .bt {
	width: 40%;
	margin: 50px auto;
}
#top #main .bt .css_btn_class_r {
	font-size: 20px;
}
/*--------------▼top_introduction*/

#top_introduction {
	margin: 80px auto 30px auto;
}
#top_introduction .inner {
	background-image: url("/sumabee/images/ill_1.png"),url("/sumabee/images/ill_2.png");
	background-size: 170px auto,190px auto;
	background-position: left bottom,97% bottom;
	padding: 0 0 80px 0;
}
#top_introduction h2 {
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	margin: 0 0 20px 0;
}
#top_introduction .center {
	line-height: 230%;
}

/*--------------▼top_about*/
#top_about {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#top_about .flex {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
#top_about .flex:nth-child(odd) {
  flex-direction: row-reverse;
}
#top_about .flex .text_box {
	width: 42%;
	margin: auto auto;
}
/*共通指定あり
#top_about .flex .text_box h3.line_1 {
}
#top_about .flex .text_box h3.line_2 {
}
#top_about .flex .text_box h3.line_3 {
}
*/
#top_about .flex .text_box .text {
}
@media screen and (min-width: 641px) and (max-width: 900px) {
#top_about .flex .text_box h3 {
	font-size: 20px;
}
#top_about .flex .text_box .text {
	font-size: 80%;
}
}
#top_about .flex .image {
	width: 50%;
}
/*--------------▼top_offices*/
#top_offices {
	background-image: url("/sumabee/images/top_offices_bg.png");
	background-size: cover;
	background-position: left top;
    /*height: calc(100vw / 2000 * 930);*/
    height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_offices .offices_wrap {
	padding: 5%;
	width: 50%;
	margin: 0 0 0 auto;
	display: block;
}
#top_offices .midashi .en {
	text-align: left;
}
#top_offices .midashi .jp {
	text-align: left;
}
#top_offices .text {
}
#top_offices .c_red {
	font-weight: 700;
	margin: 10px auto 0 0;
}
#top_offices .bt {
	width: 40%;
	margin: 10px auto 0 0;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
#top_offices {
	background-position: 40% top;
}
#top_offices .offices_wrap {
	padding: 3% ;
	width: 65%;
	margin: 0 0 0 auto;
}
#top_offices .en {
	font-size: 16px;
	padding: 0 0 3px 0;
}
#top_offices .jp {
	font-size: 26px;
	padding: 0 0 5px 0;
}
#top_offices .text {
	font-size: 80%;
}
#top_offices .text br {
	display: none;
}
#top_offices .c_red {
	margin: 5px auto 0 0;
	font-size: 14px;
}
#top_offices .bt {
	width: 50%;
	margin: 3px auto 0 0;
}
#top_offices .bt a {
	padding: 8px;
	font-size: 14px;
}
}
@media all and (min-width: 1401px) {
#top_offices {
	background-position: left top;
    height: 400px;
}
}
/*--------------▼top_news*/
#top_news {
	padding: 80px 0 100px 0;
}
#top_news .news_wrap {
	margin: 30px 0 0 0;
	overflow-y: scroll;
	max-height: 250px;
}
#top_news .news_wrap dl {
	overflow: hidden;
	border-bottom: 2px dotted #CCC;
}
#top_news .news_wrap dt {
	width: 20%;
	float: left;
	color: #fe5757;
	padding: 15px 0;
}
#top_news .news_wrap dd {
	padding: 15px 0;
}
/*アンカーリンク用*/
#news:target:before {
	content: "";
	display: block;
	height: 50px;
	margin-top: -50px;
}
#news{
	margin: -50px;
	padding: 50px;
}


/*=================================
紹介をご希望の事業者様
==================================*/
#business {
}
#business .page_mv {
	background-image: url("/sumabee/images/business_2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 27%;
}
#business .page_mv .main_copy {
	width: 70%;
	max-width: 700px;
	margin: 20px auto 50px auto;
}
#business .page_mv .center_copy {
	font-size: 30px;
	margin: 50px auto 0px auto;
}
#business .about .flex {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
#business .about .flex:nth-child(odd) {
  flex-direction: row-reverse;
}
#business .about .flex .text_box {
	width: 42%;
	margin: auto auto;
}
#business .about .text_box .text {
}
#business .about .flex .image {
	width: 50%;
}
#business .example {
	padding: 50px 0 40px 0;
	background-color: #e0f1f4;
}
#business .example .c_red {
	font-size: 24px;
	line-height: 140%;
	font-weight: 700;
	margin: 0px auto 40px auto;
	text-align: center;
}
#business .example .slider {
	/*高さ揃える*/
    display:flex;
    flex-wrap:wrap;
	align-items: center !important;
}
#business .example .slider .slider_box {
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 3px 0px #666666;
	box-shadow: 3px 3px 3px 0px #AAA;
	padding: 15px;
	margin: 0px 0 10px 20px;
	border-radius: 10px;
	min-height: 220px;	
}
#business .example dl {
}
#business .example dt {
}
#business .example .cate {
	background-image: url("/sumabee/images/business_icon_example.svg");
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	font-size: 16px;
}
#business .example .age,
#business .example .sex {
	font-size: 18px;
	margin-right: 15px;
}
#business .example .area {
background-color: #5271fe;
color: #FFF;
border-radius: 30px;
font-size: 12px;
line-height: 100%;
font-weight: bold;
padding: 1px 10px 3px 10px;
}
#business .example dd {
font-size: 14px;
line-height: 160%;
margin: 10px 0 0 0;
text-align: justify;
}
#business .contact .center_copy {
	font-size: 24px;
}
#business #contact:target:before {
	content: "";
	display: block;
	height: 100px;
	margin-top: -100px;
}
#business #contact{
	margin: -100px;
	padding: 100px;
}
#business .contact .inner {
	margin-bottom: 100px !important;
}
/*=================================
加盟ご検討の企業様へ
==================================*/
#fc {
}
#fc .page_mv {
	margin: 0 0 150px 0;
}
#fc .page_mv .main_copy {
	font-size: 60px;
	line-height: 120%;
	font-weight: 700;
	margin: 50px auto 0px auto;
	text-align: center;
}
#fc .page_mv .center_copy {
	margin: 20px auto 20px auto !important;
}
#fc .page_mv .kei_red {
	width: 50%;
	margin: 0px auto 25px auto !important;
	font-size: 24px;
}
#fc .page_mv .center {
	font-weight: 700;
	font-size: 18px;
	line-height: 200%;
}
#fc .about {
	margin: 0 0 100px 0;
}
#fc .about .flex {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
#fc .about .flex:nth-child(odd) {
  flex-direction: row-reverse;
}
#fc .about .flex .text_box {
	width: 42%;
	margin: 0 auto 50px auto;
}
#fc .about .text_box .text {
	font-size: 14px !important;
}
#fc .about .flex .image {
	width: 50%;
}
#fc .model {
	padding: 30px 0 70px 0;
	margin: 0 0 100px 0;
}
#fc .model picture {
	width: 80%;
	margin: 0 auto;
}
#fc .model .number {
	width: 60%;
	margin: 30px auto;
}
#fc .model .text {
}
#fc .feature {
	margin: 0 0 80px 0;
}
#fc .feature .grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
}
#fc .feature .grid dl {
	width: 45%;
	margin: 0 auto 50px auto;
}
#fc .feature .grid dt {
	width: 35%;
	margin: 0 auto 20px auto;
}
#fc .feature .grid dd {
}
#fc .feature .grid dd table.wanted {
}
#fc .feature .grid dd table.wanted th {
	font-size: 14px;
	line-height: 160%;
	font-weight: 700;
	width: 100%;
	display: block;
	text-align: left;
}
#fc .feature .grid dd table.wanted td.place {
	width: 100%;
	display: block;
}
#fc .feature .grid dd table.wanted td.end {
}
#fc .feature .grid dd .wanted .small {
	font-size: 80%;
}
#fc .feature .grid dd .wanted .c_red {
	padding: 0 0 0 10px;
}
#fc .forte {
	padding: 50px 0 50px 0;
}
#fc .forte .center_copy {
	margin: 0 auto 0px auto;
	font-size: 30px;
}
#fc .contact .center_copy {
	font-size: 24px;
}
#fc #contact:target:before {
	content: "";
	display: block;
	height: 100px;
	margin-top: -100px;
}
#fc #contact{
	margin: -100px;
	padding: 100px;
}
#fc .contact .inner {
	margin-bottom: 100px !important;
}
/*=================================
地域のスマビー窓口
==================================*/
#area .block01 .area_bt_wrap {
	width: 80%;
	margin: 70px auto;
}
#area .block01 .area_bt_wrap li {
	width: 22%;
	margin: 5px 0.5%;
}
#area .block01 .area_bt_wrap li a {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 140%;
	font-weight: 700;
	color: #5271fe;
	transition: 0.3s;
	border-radius: 50px;
	border: 2px solid #5271fe;
}
#area .block01 .area_bt_wrap li a:before {
  content: '▶︎';
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  padding: 0 5px 0 0;
}
#area .block01 .area_bt_wrap li a:hover {
	color: #FFF;
	background-color: #5271fe;
}
#area .block02 .area_box {
	width: 80%;
	margin: 0 auto 100px auto;
}
#area .block02 .area_box li {
	margin: 0 0 70px 0;
}
#area .block02 .area_box li .line_1_long {

}
#area .block02 .area_box li table.office .cate th,
#area .block02 .area_box li table.office .cate td {
	font-weight: 500;
	font-size: 14px;
	color: #888;
}
#area .block02 .area_box li table.office th {
	border-bottom: 2px dotted #CCC;
	padding: 10px 0;
	width: 25%;
	font-size: 16px;
	font-weight: 700;
}
#area .block02 .area_box li table.office td {
	border-bottom: 2px dotted #CCC;
	padding: 10px 0;
	font-size: 14px;
}
#area .block02 .area_box li table.office td.detail {
	width: 50%;
	padding: 0 5% 0 0;
}
#area .block02 .area_box li table.office td.situation {
}
#area .block02 .area_box li table.office td .bt {
	margin: 0;
	padding: 0;
}
#area .block02 .area_box li table.office td .bt a {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background-size: auto 10px;
	background-position: 90% center;
}
#area01:target:before,#area02:target:before,#area03:target:before,#area04:target:before,#area05:target:before,
#area06:target:before,#area07:target:before,#area08:target:before,#area09:target:before,#area10:target:before
 {
	content: "";
	display: block;
	height: 100px;
	margin-top: -100px;
}
#area01,#area02,#area03,#area04,#area05,
#area06,#area07,#area08,#area09,#area10{
	margin: -100px;
	padding: 100px;
}



/*=================================
contact
==================================*/
.contact {
	margin: 0px 0 150px 0;
}
.contact .center {
	margin: 50px 0;
}
/*=================================
pp
==================================
#pp {
}
#pp .pp_wrap dl {
	margin: 0 0 20px 0;
}
#pp .pp_wrap dt {
	font-weight: 700;
	margin: 0 0 5px 0;
}
#pp .pp_wrap dd {
	font-size: 14px;
	line-height: 160%;
}
/*=================================
footer
==================================*/
.pagetop {
	text-align: center;
	bottom: 20px;
	right: 20px;
	position: fixed;
	z-index: 99;
}
.pagetop img {
	width: 40px;
}
footer {
	padding: 0px 0 0px 0;
}
footer .ft_logo {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 15px 0; 
}
footer .ft_logo img {
	width: 200px;
	height: auto;
}
footer .ft_menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}
@media screen and (min-width: 641px) and (max-width: 1099px) {
footer .ft_menu {
	width: 90%;
}
}
footer .ft_menu li {
	font-size: 13px;
	margin: 0 20px 0 0;
}
footer .ft_menu li a {
}
#copyright {
	text-align: center;
	font-size: 10px;
	width: 100%;
	background-color: #FFF;
	padding: 20px auto;
}
.tel a {/*PCでのみtelリンクイベントを無効にする*/
	cursor: default;
	pointer-events: none;
}
