@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl.html
*/

/*************
 *  全体
 *************/
body {
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
}
#footer {
	display: none !important;
}
#before_footer_widget {
	margin: 0 auto !important;
}

/* --- サブタイトルを表示させない --- */
.c-pageTitle__subTitle {
	display: none;
}

/*************
 *  複数ページで使用
 *************/
.radius60 img {
	border-radius: 60px;
}
@media screen and (max-width: 782px){
	.radius40 img {
		border-radius: 40px;
	}
}
.usr_banner img {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	width: 600px;
}
@media screen and (max-width: 782px){
	.usr_banner img {
		width: 315px;
		border-radius: 10px;
	}
}
.display_pc {
	display: none;
}
@media (min-width: 960px) {
	.sp_space,
	.display_sp{
		display: none;
	}
}
.txt_green {
	color: #7CBF32;
}
.txt_orange {
	color: #F66B1F;
	font-weight: bold;
}

/*************
 *  イベント・セミナー情報まわり
 *************/
.is-open {
	display: block;
    color: #fff;
    background-color: #EAA229;
    padding: 0.1em 1em;
    margin-top: 10px;
    width: 100px;
    text-align: center;
}
.is-closed {
	display: block;
    color: #555;
    background-color: #bbb;
    padding: 0.1em 1em;
    margin-top: 10px;
    width: 100px;
    text-align: center;
}
.category-tag-list {
	width: 80%;
	margin: 3em auto;
}

.category-list,
.tag-list {
    display: flex;
}
.category-list {
	margin-bottom: 2em;
}
.category-list h2,
.tag-list h2{
	width: 20%;
}

.category-list a,
.tag-list a {
    list-style: none;
    padding: 1em;
	color: #1D8B39;
}
@media screen and (max-width: 782px) {
	.is-open,
	.is-closed {
		padding: 0.1em 0;
	}
	.category-tag-list {
		width: 100%;
	}
	.category-list,
	.tag-list {
		display: block;
	}
	.category-list h2,
	.tag-list h2 {
		width: 100%;
	}
	.category-list p,
	.tag-list p {
		display: inline-block;
}
}

.apply-button,
.status-full-text,
.status-closed-text,
.status-preparation-text{
	text-align: center;
	margin-top: 4em;
}

/*************
 *  ボタン
 *************/
/* ヘッダー */
.btn_header a {
	color: #fff !important;
	font-size: 14px;
	min-width: 200px;
	height: 48px !important;
	padding: 13px;
	border-radius: 9999px;
	white-space: nowrap;
	text-align: center;
	transition: all 0.2s;
}
@media screen and (max-width: 782px) {
	.btn_header {
		display: flex;
		justify-content: center;
		margin: 1em auto !important;
	}
}

.btn_job-search a {
	background: transparent linear-gradient(79deg, #F66B1F 0%, #EAA229 100%) 0% 0% no-repeat;
}
.btn_job-search a:hover {
	color: #F66B1F !important;
	background: #fff;
	border: 1px solid #F66B1F;
}
.btn_company a {
	background: #7CBF32;
}
.btn_company a:hover {
	color: #7CBF32 !important;
	background: #fff;
	border: 1px solid #7CBF32;
}

/* HOME 事業紹介 */
.btn_more_orange a {
	color: #F66B1F;
	font-weight: bold;
	border: 1px solid #F66B1F;
	min-width: 300px;
	padding: 22px;
	background-color: #fff;
	line-height: 1;
	position: relative;
	transition: all 0.2s;
}
.btn_more_orange a:hover {
	background-color: #F66B1F;
	color: #fff;
}
.btn_more_orange a::before,
.btn_more_orange a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
    transition: all 0.2s;
}
.btn_more_orange a::before{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #F66B1F;
}
.btn_more_orange a::after{
	right: 42px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_more_orange a:hover::before {
    background: #fff;
}
.btn_more_orange a:hover::after {
	border-top: 2px solid #F66B1F;
	border-right: 2px solid #F66B1F;
}

@media screen and (max-width: 782px) {
    .btn_more_orange a {
        min-width: 315px;
    }
    .btn_more_orange a::before { 
        width: 30px;
        height: 30px;
        right: 20px;
    }
    .btn_more_orange a::after {
        right: 32px;
        width: 9px;
        height: 9px;
    }
}

/* HOME イベント */
.btn_more_green a {
	color: #1D8B39;
	font-weight: bold;
	border: 1px solid #1D8B39;
	min-width: 400px;
	padding: 32px;
	background-color: #fff;
	line-height: 1;
	position: relative;
	transition: all 0.2s;
}
.btn_more_green a:hover {
	background-color: #1D8B39;
	color: #fff;
}
.btn_more_green a::before,
.btn_more_green a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
    transition: all 0.2s;
}
.btn_more_green a::before{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #1D8B39;
}
.btn_more_green a::after{
	right: 47px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_more_green a:hover::before {
    background: #fff;
}
.btn_more_green a:hover::after {
	border-top: 2px solid #1D8B39;
	border-right: 2px solid #1D8B39;
}
@media screen and (max-width: 782px) {
    .btn_more_green a {
        min-width: 315px;
    }
    .btn_more_green a::before { 
        right: 20px;
    }
    .btn_more_green a::after {
        right: 37px;
    }
}

/* お問い合わせ */
.btn_contact a {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	min-width: 800px;
	padding: 30px;
	background: transparent linear-gradient(79deg, #F66B1F 0%, #EAA229 100%) 0% 0% no-repeat;
	line-height: 1;
	position: relative;
	transition: all 0.2s;
	border: 1px solid #F9F9F9;
}
.btn_contact a:hover {
	background: #fff;
	color: #F66B1F;
	border: 1px solid #F66B1F;
}
.btn_contact a::before,
.btn_contact a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
    transition: all 0.2s;
}
.btn_contact a::before{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.btn_contact a::after{
	right: 47px;
	width: 11px;
	height: 11px;
	border-top: 3px solid #EAA229;
	border-right: 3px solid #EAA229;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_contact a:hover::before {
    background: #EAA229;
}
.btn_contact a:hover::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

@media screen and (max-width: 782px) {
    .btn_contact a {
        min-width: 315px;
		line-height: 1.5;
		padding: 15px;
    }
    .btn_contact a::before { 
        width: 30px;
        height: 30px;
        right: 20px;
    }
    .btn_contact a::after {
        right: 32px;
        width: 12px;
        height: 12px;
    }
}

/*************
 *  ヘッダー
 *************/
@media (min-width: 960px) {
	.-parallel .l-header__logo {
		width: 40%;
	}
	.l-header.-parallel .w-header {
		width: 60%;
	}
	.wp-block-search__input {
		width: 350px;
	}
}

/* メニューアイコンをつける */
#gnav {
	width: min(1200px, 80%);
	margin: 0 auto;
	height: 120px;
}
.c-gnav {
	align-items: center;
}
.c-gnav>.menu-item {
	margin-top: 25px;
	padding-bottom: 35px;
	width: 20%;
}
.c-gnav>.menu-item>a {
	justify-content: end;
}
.c-gnav>.menu-item>a>.ttl {
	font-size: 16px;
	font-weight: bold;
}
.header_icon {
	position: relative;
}
.header_icon::before {
	content:"";
	position: absolute;
	display: block;
	width: 40px; 
	height: 40px;
	background-size: contain;
	background-repeat:no-repeat;
	top:0;
	left:50%;
	transform: translateX(-50%);
}
.header_home::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-home.png); }
.header_introduction::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-intro.png); }
.header_news::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-news.png); }
.header_event::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-event.png); }
.header_contact::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-contact.png); }
@media screen and (max-width: 782px){
	.header_icon::before{
		content: none !important; }
}

.header_display {
	display: none;
}

/* 追従ヘッダー */
.l-fixHeader__inner {
	align-items: center !important;
}
.l-fixHeader__gnav > .c-gnav>.menu-item {
	margin-top: 0;
	padding-bottom: inherit !important;
	width: auto;
}
.l-fixHeader__gnav > .c-gnav > .menu-item > a {
	justify-content: center;
}
.l-fixHeader__gnav > .c-gnav > .menu-item > a >.ttl {
	font-size: 14px;
}
.l-fixHeader__gnav > .c-gnav > .header_icon::before {
	content: none !important;
}
.l-fixHeader__gnav > .c-gnav > .header_display {
	display: block;
	margin: 0 20px;
}
.l-fixHeader__gnav > .c-gnav > .header_display:last-of-type {
	margin: 0;
}
.l-fixHeader__gnav > .c-gnav > .header_display > a > span {
	font-weight: normal !important;
}

/* ハンバーガーボタン */
.c-iconBtn {
	background-color: #7CBF32;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	margin: 10px;
}
.c-iconBtn__icon {
	color: #fff;
}

/* ハンバーガーメニュー内 */
.p-spMenu__body a::before {
	content: none !important;
}
.p-spMenu__body .c-spnav a {
	border-bottom: none !important;
}
.c-widget__title.-spmenu {
	background: none !important;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 782px){
	.p-spMenu__body {
		padding-top: 1em;
	}
}

/*************
 *  フッター周り
 *************/
/* お問い合わせ */
.contact_wrap {
	padding: 140px 0 0 !important;
}
.home_contact_content {
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	padding: 90px 0 !important;
	border-radius: 80px;
}
.contact_tel {
	position: relative;
	color: #F66B1F;
	font-family: "Roboto", sans-serif;
	font-size: 60px;
}
.contact_txt {
	color: #555;
	font-size: 14px;
}
.contact_txt1 {
	margin-bottom: 14px;
}
.contact_txt2 {
	margin-bottom: 7px;
}
.contact_sub-txt {
	color: #999;
	font-size: 12px;
}
.fa-phone {
	position: absolute;
	top: 30%;
	left: 2%;
	font-size: 40px;
}
@media screen and (max-width: 782px){
	.home_contact_content {
		width: 90%;
		border-radius: 60px;
		padding: 60px 0 !important;
	}
	.contact_tel {
		font-size: 30px;
		font-weight: 500;
		margin-left: 7%;
	}
	.fa-phone {
		font-size: 27px;
		top: 19%;
		left: 5%;
	}
}

/* アクセス */
.access_ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.access_txt {
	font-size: 14px;
	margin-bottom: 20px;
}
.access_sub-txt {
	color: #1D8B39;
	padding: 20px 60px;
	text-align: center;
	background-color: rgba(124, 191, 50, 0.3);
	border-radius: 20px;
}
@media screen and (max-width: 782px){
	.access_sub-txt {
		padding: 20px 40px;
	}
}

/* フッター（メニュー） */
.footer_wrap {
	padding: 0 5em;
}
.footer_right {
	display: flex;
	list-style: none;
	justify-content: end;
}
.footer_right li {
	padding-left: 30px;
	text-decoration: underline;
}
@media screen and (max-width: 782px){
	.footer_wrap {
		padding: 0 2em;
		text-align: center;
	}
	.footer_left {
		order: 2;
	}
	.footer_right {
		display: block;
		padding: 0 !important;
		text-align: left;
		order: 1;
	}
	.footer_right li {
		padding: 0;
	}
}

/*************
 *  HOME ( トップページ )
 *************/
.page-id-10 .l-content {
	margin-bottom: 0 !important;
}
/* 見出し */
.usr_h2 {
	position: relative;
	font-size: 40px !important;
	font-weight: bold !important;
	line-height: 1;
	margin:0 auto 40px !important;
}
.usr_h2::before {
	content:"";
	position: absolute;
	display: block;
	width: 60px; 
	height: 60px;
	background-size: contain;
	background-repeat:no-repeat;
	top:-70px;
	left:50%;
	transform: translateX(-50%);
}
.usr_h2_news::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-news.png);
}
.usr_h2_introduction::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-intro.png); 	
	top:-125px;
}
.usr_h2_event::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-event.png); 
}
.usr_h2_contact::before {
	background-image: url(/wp-content/uploads/2024/07/menu_icon-contact.png); 
}
.usr_h2_job-description {
	color: #fff !important;
}
.usr_h2_job-description::before {
	background-image: url(/wp-content/uploads/2024/07/icon-job.png);
}
.usr_heading_orange {
	color: #F66B1F;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px !important;
}
.usr_h2_wh {
	color: #fff;
	font-size: 32px !important;
}
.home_column_heading {
	font-size: 24px !important;
	font-weight: bold !important;
	margin: 10px auto 20px !important;
}
.usr_h3 {
	font-size: 16px !important;
	margin: 20px auto 0 !important;
		
}

/* 新着情報 */
.home_news_wrap {
	padding: 140px 0 110px !important;
}
.news_list > .p-postList {
	border-top: none;
}
.news_list > .p-postList > .p-postList__item > .p-postList__link {
	grid-template-columns: 25% 1fr;
    display: grid;
	border-bottom: none;
}
.news_list > .p-postList > .p-postList__item > .p-postList__link > .p-postList__body {
	display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
}
.news_list > .p-postList > .p-postList__item > .p-postList__link > .p-postList__body > .p-postList__title {
	display: flex;
	align-items: center;
	font-weight: normal;
}
.p-postList__cat {
	color: #fff;
	background: #EAA229;
	border-radius: 15px;
	padding: 8px;
	flex-grow: 1;
	text-align: center;
	margin: 0 20px;
}
.icon-posted::before,
.icon-folder::before{
	content:"" !important;
}
.p-postList__times {
	color: #555;
	font-size: 14px;
}
@media screen and (max-width: 782px){
	.news_list > .p-postList > .p-postList__item {
		width: 85%;
		margin: 0 auto;
	}
	.news_list > .p-postList > .p-postList__item > .p-postList__link > .p-postList__body {
		grid-template-columns: 1fr;
	}
	.news_list > .p-postList > .p-postList__item > .p-postList__link > .p-postList__body > .p-postList__title {
		line-height: 2;
	}
	.p-postList__cat {
		flex-grow: 0;
		width: 90px;
	}
}

/* HOME 事業紹介 */
.home_introduction_wrap {
	border-radius: 80px 80px 0 0;
}
.introduction_heading_wrap {
	height: 420px;
}
.introduction_heading_txt {
	line-height: 2;
}
.home_introduction_column_wrap {
		justify-content: center;
		padding-bottom: 90px !important;
	}
@media screen and (max-width: 782px){
	.home_introduction_wrap {
		border-radius: 60px 60px 0 0;
		padding: 140px 0 0 !important;
	}	
}
.home_introduction_subheading {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 30px auto 0 !important;
}
.home_introduction_txt {
	color: #555;
	font-size: 14px;
	width: 85%;
	height: 150px;
	margin: 0 auto;
	line-height: 2;
}
.home_introduction_subtxt {
	color: #999;
	font-size: 12px;
}

/* HOME 仕事内容 */
.home_job-description_wrap {
	background: linear-gradient(180deg, #F66B1F 0%, #F66B1F 50%, #F9F9F9 50%, #F9F9F9 100%);
	padding: 140px 0 10px !important; 
}
.home_job-description_heading_txt {
	width: 700px;
	margin: 0 auto 40px;
}
.home_job-description_content {
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	padding: 50px 0 !important;
	border-radius: 80px;
	box-shadow: 0 0 20px rgba(246, 107, 31, 0.2);
}
.home_job-description_txt {
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}
@media screen and (max-width: 782px){
	.home_job-description_heading_txt {
		width: 85%;
	}
	.home_job-description_content {
		border-radius: 60px;
		width: 90%;
	}
}

/* HOME バナーボタン */
.home_bnr {
	width: 600px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

/* HOME ご案内 */
.home_guidance_heading {
	height: 400px;
}
.home_guidance_sub-heading {
	font-size: 24px !important;
	margin: 30px auto !important;
}
.home_guidance_content {
	height: 500px;
	position: relative;
}
.home_guidance_column {
	position: absolute;
	top: -200px;
	left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.home_guidance_txt {
	color: #555;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 782px){
	.home_guidance_content {
		height: 830px;
	}
}

/*************
 *  在宅ワーク支援事業について（事業紹介）
 *************/
.page-id-42 #breadcrumb {
	display: none;
}
.page-id-42 #content {
	padding-top: 0 !important;
}
.page-id-42 .c-pageTitle {
	position: relative;
	font-size: 40px;
	display: flex;
	flex-direction: column-reverse;
	text-shadow: none;
}
.page-id-42 .c-pageTitle__subTitle {
	display: block !important;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	opacity: 1;
}
.page-id-42 h3 {
	margin: 0 0 20px 25px;
	font-size: 24px;
}
.page-id-42 h3:before {
	counter-increment: number 1;      /* number カウンタを増加 */
	content: counter(number) ".";      /* 表示形式を指定 */
	left: -3% !important; 
	color: #7CBF32;
	top: 0;
}
.introduction_beginning_wrap {
	border-radius: 80px 80px 0 0;
}
.introduction_beginning_txt_bold {
	font-size: 24px;
	font-weight: bold;
}
.introduction_beginning_subtxt {
	color: #999;
	font-weight: bold;
	line-height: 1.5;
}
.introduction_img1200_wrap {
	position: relative;
	height: 200px;
	z-index: 10;
}
.introduction_img1200 {
	position: absolute;
	width: 1200px;
	height: 400px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	border-radius: 60px;
}

.introduction_fixed_wrap {
	height: 692px;
	position: relative;
}
.introduction_fixed_column {
	color: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.introduction_fixed_wrap > .l-article {
	height: 100%;
}
.introduction_fixed_left {
	font-size: 32px;
	font-weight: bold;
}
.introduction_fixed_right li {
	line-height: 3;
}
.introduction_what_wrap {
	position: relative;
	height: 200px;
	z-index: 10;
}
.introduction_what_column {
	position: absolute;
	bottom: -135px;
}
.introduction_what_left {
	position: relative;
	color: #7CBF32;
	background-color: #fff;
	padding: 60px !important;
	border-radius: 80px;
	box-shadow: 0 0 20px rgba(124, 191, 50, 0.2);
	width: 480px;
	z-index: 10;
}
.introduction_what_left_heading {
	font-weight: bold;
}
.introduction_what_right {
	position: absolute;
	top: 18%;
    right: 2%;
	width: 510px !important;
    z-index: 1;
}
.introduction_what_right img {
	border-radius: 60px;
}
.introduction_flow_wrap {
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.introduction_flow_heading {
	font-size: 32px !important;
	margin-bottom: 40px !important;
}
.introduction_flow_subtxt {
	font-size: 20px;
	margin: 30px auto 10px;
}
.introduction_flow_maintxt {
	font-size: 24px;
	margin: 0 auto 20px;
}
.introduction_flow_supplement {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 40px;
}
.introduction_flow_band {
	color: #7CBF32;
	font-size: 24px;
	padding: 10px !important;
}
@media screen and (max-width: 782px){
	.l-topTitleArea {
		min-height: 16em;
	}
	.introduction_beginning_wrap {
		border-radius: 60px 60px 0 0;
	}
	.introduction_img1200 {
		width: 90%;
	}
	.introduction_inner_img {
		width: 180px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	.introduction_fixed_wrap {
		height: 955px;
	}
	.introduction_fixed_right {
		width: 85%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.introduction_what_column {
		width: 85%;
		top: -313px;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	.introduction_what_left {
		border-radius: 60px;
		width: 90%;
		padding: 60px 30px !important;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	.introduction_what_right {
		position: absolute;
		width: 100% !important;
		top: 300px;
		right: 0;
	}
	.introduction_what_right img {
		border-radius: 0;
	}
	.page-id-42 h3:before {
		left: -7% !important;
	}
	.introduction_flow_band {
		padding: 20px !important;
		line-height: 1.5;
	}
}
/*************
 *  事業者情報を見てみよう！
 *************/
.page-id-37 .l-topTitleArea.c-filterLayer::before {
	background-color: #F66B1F !important;
}
.page-id-37 #breadcrumb {
	display: none;
}
.page-id-37 #content {
	padding-top: 0 !important;
}
.page-id-37 .c-pageTitle {
	position: relative;
	font-size: 40px;
	display: flex;
	flex-direction: column-reverse;
	text-shadow: none;
}
.page-id-37 .c-pageTitle__subTitle {
	display: block !important;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	opacity: 1;
}
.business_fixed_wrap {
	height: 300px;
}
.usr_heading-line_orange {
	color: #F66B1F;
	font-size: 32px;
}
.business_heading {
	font-size: 24px !important;
	padding-bottom: 20px;
	border-bottom: 2px solid #F66B1F;
	max-width: 700px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
.business_flow_heading {
	font-size: 32px !important;
	margin-bottom: 40px !important;
}
.business_flow_txt {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	line-height: 2;
	width: 90%;
	margin: 0 auto;
}
.business_flow_txt_normal {
	font-size: 14px;
	font-weight: normal;
	color: #555;
	line-height: 2;
	width: 90%;
	margin: 0 auto;
}
.business_flow_subtxt {
	font-size: 12px;
	color: #555;
	width: 90%;
	margin: 0 auto;
}
.business_flow_band {
	padding: 10px !important;
}
.business_flow_band h2 {
	color: #F66B1F;
	font-size: 32px;
}
.step_img {
	width: 900px;
	height: 300px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	border-radius: 60px;
}
.page-id-37 h3,
.page-id-39 h3{
	margin: 0 0 20px 90px;
	font-size: 24px;
	color: #fff;
}
.page-id-37 h3:before,
.page-id-39 h3:before{
	counter-increment: number 1;      /* number カウンタを増加 */
	content:  "STEP " counter(number);      /* 表示形式を指定 */
	left: -13% !important; 
	color: #fff;
	top: 0;
}
@media screen and (max-width: 782px){
	.step_img {
		width: 100%;
		height: 200px;
		border-radius: 40px;
	}
	.page-id-37 h3,
	.page-id-39 h3{
		font-size: 16px;
		line-height: 2;
		margin: 20px 0;
	}
	.page-id-37 h3:before,
	.page-id-39 h3:before{
		font-size: 24px;
		left: 0 !important;
		top: -1.8em;
	}
}

/*************
 *  事業者情報を見てみよう！
 *************/
.page-id-39 #breadcrumb {
	display: none;
}
.page-id-39 #content {
	padding-top: 0 !important;
}
.page-id-39 .c-pageTitle {
	position: relative;
	font-size: 40px;
	display: flex;
	flex-direction: column-reverse;
	text-shadow: none;
}
.page-id-39 .c-pageTitle__subTitle {
	display: block !important;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	opacity: 1;
}
.registered_flow_band {
	padding: 10px !important;
}
.registered_flow_band h2 {
	color: #1D8B39;
	font-size: 32px;
}
.registered_heading {
	font-size: 24px !important;
	padding-bottom: 20px;
	border-bottom: 2px solid #7CBF32;
	max-width: 700px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
.usr_heading-line_green {
	color: #7CBF32;
	font-size: 32px;
}

/*************
 *  事業一覧、登録者情報一覧共通
 *************/
.page-id-562 #breadcrumb,
.page-id-564 #breadcrumb {
	display: none;
}
.page-id-562 #content,
.page-id-564 #content{
	padding-top: 0 !important;
}
.page-id-562 #top_title_area,
.page-id-564 #top_title_area{
	display: none;
}
.page-id-562 .l-article,
.page-id-564 .l-article{
	max-width: 100% !important;
}

/*************
 *  お問い合わせフォーム
 *************/
.page-id-667 #breadcrumb {
	display: none;
}
/* --- フォーム全体 --- */
#cf7-area {
	width:100%;
	margin: 0 auto;
}
.cf7-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 1.75em;
}
.cf7-q {
	width: 30%;
	margin: 0 0 0 10px;
}
.cf7-a {
	width: 60%;
}

/* --- 見出し --- */
.form-heading {
	width: 100%;
	background-color: rgba(101, 94, 153, 0.03 );
	border-left: 1em solid #655e99;
	border-radius: 2px;
	font-weight: bold;
	padding: 1em .8em;
	margin: 0 0 2em;
}
.form-heading p {
	margin: 0;
}

/* --- 各項目共通 --- */
#cf7-area label{
	font-weight:bold;
}
#cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
	background: #F0F8FF;
	width:500px;
	margin-left:10px;
}
#cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
	background: #FFE4E1;
	border: 2px solid #FF1493;
	outline: 0;
}
#cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
	appearance: auto;
}
#cf7-area .wpcf7-list-item {
	display: block;
}
#cf7-area textarea{
	height:200px;
	padding: 0.625em 0.4375em;
}
.cf7-accept-check{
	text-align: center;
	margin: 50px auto;
}
.cf7-submit {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
#cf7-area input[type="submit"]
{
	width: 100%;
	background-color: #7cbf32;
	color: #ffffff;
	border-radius: 5px;
	font-size: 1.2em;
	padding: 1em 10px;
}
#cf7-area input[type="submit"]:hover
{
	background-color:#ffffff;
	border: 1px solid #7cbf32;
	color:#7cbf32;
}
.cf7-btn{
	width: 40%;
	margin: 0 auto;
	text-align: center;
}

/* --- 必須ラベル --- */
.cf7-req{
	font-size:.8em;
	padding: 4px 6px;
	background: #eb2a2a;
	color: #ffffff;
	margin-left: 10px;
	display:inline-block;
}
@media screen and (max-width:768px){
	.cf7-item {
		display: block;
	}
	#cf7-area label{
		display: block;
		margin-bottom: 10px;
	}
	.cf7-q {
		width: 100%;
		margin: 0;
	}
	.cf7-a {
		width: 100%;
	}
	#cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
		margin-left: 0;
	}
	.cf7-submit{
		width: 90%;
	}
}

/*************
 *  登録のお申し込み
 *************/
.page-id-676 #breadcrumb {
	display: none;
}