@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}
h2 {
	font-size: 50px;
	line-height: 1.3;
}
.page .site-body {
    padding: 0;
}
.wp-singular .site-header {
	box-shadow: none;
}
.site-body .container {
	max-width: inherit;
	padding-right: 0;
  padding-left: 0;
}
/*mv*************************************/
.franchise .page-header {
	min-height: 0;
	position: relative;
}
.franchise .page-header .page-header-inner {
	position: absolute;
	z-index: 100;
	top: 80px;
	left: 2px;
	margin: 0;
	padding: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 26px;
}
.franchise .page-header-title, h1.page-header-title {
	font-size: 16px;
	text-align: left;
	color: #fff;
	font-weight: 300;
}
.page-header {
	background-color: transparent!important;
	position: relative;
	width: 100%;
	height: calc(100vh - 79px);
	background-image: url(../img/franchise/p_mv.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}


.page-header::before {
	content: "";
	background: url(../img/franchise/mv_copy.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 715px;
	height: 250px;
	top: 20%;
	left: 31%;
	transform: translateX(-50%);
	z-index: 80;
	background-size: 715px;
	background-color: rgba(0, 0, 0, .8);
}


.page-header::after {
	content: "フランチャイズビジネス\Aオーナー募集中";
	white-space: pre;
	text-align: left;
	color: #FFF;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	line-height: 1.3;
	position: absolute;
	width: 450px;
	height: 110px;
	top: 65%;
	left: 25%;
	transform: translateX(-50%);
	z-index: 80;
	text-shadow: 0 0 3px #000,
               0 0 3px #000,
               0 0 3px #000,
               0 0 3px #000,
               0 0 3px #000;
}
/*mv*************************************/
/*大だいこについて*************************************/
	.about_note {
		margin: 50px 0 150px;
		font-size: 18px;
	}
/*大だいこについて*************************************/
/*フランチャイズビジネスの
メリット*************************************/
.merit_cont {
	margin: 50px 0 90px; 
}
.merit_det {
	display: flex;
	width: 100%;
	margin-bottom: 150px;
}
.merit_img {
	width: 50%;
	height: 466px;
}
.merit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.merit_ano {
	width: 50%;
}
.merit_ano_inner {
	width: calc(50% - 480px);
    min-width: 476px;
    padding-left: 50px;
	padding-top: 40px;
}
.merit_ano_inner_l {
    margin: 0 0 0 auto;
    padding-left: 0;
    padding-right: 50px;
}
.merit_note {
	margin-top: 50px;
	
}

/*フランチャイズビジネスの
メリット*************************************/
/*大だいこの強み*************************************/
.sec_stren {
	margin-bottom: 0;
}
.strength_cont {
	background: #E40012;
	padding: 90px 0;
	margin-top: 50px;
}
.strength_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.strength_li {
	width: 49%;
	background: #fff;
	padding: 20px 26px;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.strength_li h3 {
	font-size: 28px;
	color: #E30012;
	margin-bottom: 10px;
	text-align: left;
}
.bg_band {
	background-image: url(../img/franchise/fc_bar.jpg);
	background-repeat: no-repeat;
	height: 0;
	padding-top: 19.27%;
	width: 100%;
	background-position: center;
	background-size: cover;
}
/*大だいこの強み*************************************/
/*こんな方におすすめ*************************************/
.sec_sugg {
	background: #FAFAFA;
	padding: 70px 0;
	margin-top: 0;
}
.sugg_cont {
	background: #fff;
	width: 1000px;
	padding: 37px 0 0 0;
	margin: 0 auto;
}
.sugg_ul {
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}
.sugg_li {
	width: calc(100% / 3);
	border-right: 1px solid #000;
	padding: 0 20px;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sugg_li:last-child {
	border: none;
}
.sugg_li h3 {
	padding: 20px 0;
	background: #e30012;
	color: #fff;
	font-size: 28px;
	margin-bottom: 30px;
}
/*こんな方におすすめ*************************************/

/*会社概要*************************************/
.compa_cont {
	display: flex;
	justify-content: center;
	margin: 80px auto;
}
.compa_cont h2 {
	text-align: left;
	padding-left: 30px;
}
.compa_cont > div {
	width: 50%;
}
.table_compa {
	table-layout: fixed;

}

.table_compa th {
	text-align: left;
	width: 120px;
	vertical-align: super;
}


.table_compa th , .table_compa td{
	padding: .9rem 0;
	font-size: 16px;
}
.table_compa , .table_compa th , .table_compa td{
	border: none;
}

/*会社概要*************************************/
/*FCお問い合わせフォーム*************************************/
.ent_note {
	margin: 50px 0;
}

/***********************************/
/***********フォーム↓*****************/
/***********************************/

.p_form_cont {
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: inherit;
}

.ttl_contact .border_l {
	border-left: 1px solid #e40012;
}

.con_title {
    background-color: #fff8f8;
    width: 100%;
    margin: 36px 0 16px;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 600;
    border-left: 6px solid #e40012 !important;
    text-align: left;
}

.con_priv_det p {
	font-size: 14px;
}

.btn_privpage {
	background: #000;
	padding: 1px 6px 0;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	line-height: 1.8;
}
.btn_privpage:hover {
	color: #ccc;
}

.con_priv_accept {
  text-align: center;
}

.con_priv_accept label {
	font-size: 15px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　　Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*――――「表」デザイン――――*/
.cform th {
  font-size: 15px;
  width: 25%;
  border: solid 1px #ccc;
  padding: 20px 0px 20px 15px;
  font-weight: 300;
}
.cform td {
  font-size: 15px;
  line-height: 200%;
  border: solid 1px #ccc;
  padding: 20px 20px;
}
/*―――――表示―――――*/
.cform {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
@media only screen and (max-width:767px) {
  .cform th, .cform td {
    width: 100%;
    border: 1px solid #999;
    display: block;
    border-top: none;
  }
	
	.cform th {
    padding: .5em 1em .4em;
  }
		.cform td {
    padding: 1.2em .8em;
  }
}
.cform {
  border-top: 1px solid #999;
}
/*――「送信ボタン」デザイン――*/
.submit-btn input {
  background-color: #e40012;
  color: #fff;
  margin: 0 auto;
  padding: 8px 32px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  border: #cb5716 1px solid;
}
.submit-btn {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.submit-btn input:hover {
  background: #fff;
  color: #e40012;
  cursor: pointer;
}
/*―――「必須」デザイン―――*/
.required-srt {
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  margin-right: 10px;
  background: #e40012;
  color: #fff;
	margin-left: 6px;
}
/*枠と文字*/
.cform input[type=date], .cform input[type=email], .cform input[type=number], .cform input[type=password], .cform input[type=tel], .cform input[type=text], .cform input[type=url], .cform select, .cform textarea {
    border: 2px solid #000c27;
	font-size: 16px;
}

/*送信ボタン中央に*/

.submit-btn .wpcf7-spinner {
    display: block;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　　Formカスタマイズここまで　　*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/***********************************/
/***********フォーム↑*****************/
/***********************************/




/*FCお問い合わせフォーム************************************/
/****************************************************/
/****************** media queries *******************/
/****************************************************/
/********************************************/
/************ max-width: 1200px *************/
/********************************************/
@media screen and (max-width: 1200px) {
	/*mv*************************************/
	.page-header::before {

    top: 20%;
    left: 46%;
    
}
	
	.page-header::after {
    top: 53%;
    left: 32%;
}
	/*mv*************************************/
	/*大だいこについて*************************************/

/*大だいこについて*************************************/
/*フランチャイズビジネスの
メリット*************************************/

/*フランチャイズビジネスの
メリット*************************************/
/*大だいこの強み*************************************/

/*大だいこの強み*************************************/
/*こんな方におすすめ*************************************/

/*こんな方におすすめ*************************************/
	/*会社概要*************************************/
	/*会社概要*************************************/
	/*FCお問い合わせフォーム*************************************/
	/*FCお問い合わせフォーム*************************************/
}
/********************************************/
/************ max-width: 1120px *************/
/********************************************/
@media screen and (max-width: 1120px) {
	/*mv*************************************/
	/*mv*************************************/
	/*大だいこについて*************************************/

/*大だいこについて*************************************/
/*フランチャイズビジネスの
メリット*************************************/

/*フランチャイズビジネスの
メリット*************************************/
/*大だいこの強み*************************************/

/*大だいこの強み*************************************/
/*こんな方におすすめ*************************************/
.sugg_cont {
    width: 92vw;
   
}
/*こんな方におすすめ*************************************/
	/*会社概要*************************************/
	/*会社概要*************************************/
	/*FCお問い合わせフォーム*************************************/
	/*FCお問い合わせフォーム*************************************/
}
/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1000px) {
	/*mv*************************************/

	
	/*mv*************************************/
/*大だいこについて*************************************/

/*大だいこについて*************************************/
/*フランチャイズビジネスの
メリット*************************************/
.merit_ano_inner {
    width: 96%;
    min-width: auto;
    padding-left: 30px;
   
}
	
	.merit_det {
    margin-bottom: 100px;
}
/*フランチャイズビジネスの
メリット*************************************/
/*大だいこの強み*************************************/

/*大だいこの強み*************************************/
/*こんな方におすすめ*************************************/

/*こんな方におすすめ*************************************/
	/*会社概要*************************************/
	/*会社概要*************************************/
	/*FCお問い合わせフォーム*************************************/
	/*FCお問い合わせフォーム*************************************/
}
/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 834px) {
	/*mv*************************************/
	.page-header {
		height: calc(100vh - 64px);
	}
	
	.page-header::before {
	width: 500px;
   height: 170px;
  background-size: 500px;
	left: 45%;
}
	
	.page-header::after {
    top: 45%;
    left: 35%;
}
	/*mv*************************************/
/*大だいこについて*************************************/

/*大だいこについて*************************************/
/*フランチャイズビジネスの
メリット*************************************/

/*フランチャイズビジネスの
メリット*************************************/
/*大だいこの強み*************************************/

/*大だいこの強み*************************************/
/*こんな方におすすめ*************************************/
	.sugg_li h3 {
		font-size: 24px;
	}
	.sugg_li {
		padding: 0 10px;
	}
/*こんな方におすすめ*************************************/
	/*会社概要*************************************/
	.compa_cont h2 {
    padding-left: 0;
}
	/*会社概要*************************************/
	/*FCお問い合わせフォーム*************************************/
	/*FCお問い合わせフォーム*************************************/
}
/********************************************/
/************ max-width: 640px *************/
/********************************************/
/*スマホ*/
@media screen and (max-width: 640px) {
	/*mv*************************************/
	.page-header {
		background-position: center;
		background-image: url(../img/franchise/p_mv_sp.png);
	}
	
	.page-header::before {
		background: url(../img/franchise/mv_copy_sp.svg);
		background-repeat: no-repeat;
	width: 120px;
	height: 370px;
		background-size: 120px;
		top: calc((100vh - 64px) / 2 - 250px);
		left: 34%;
		background-color: rgba(0, 0, 0, .8);
	}
	

	
	    .page-header::after {
        top: 80%;
        left: 70%;
        font-size: 18px;
				height: 50px;
				width: 200px;
    }
	.franchise .page-header .page-header-inner {
		top:140px;
		width: 22px;
	}
	.franchise .page-header-title, h1.page-header-title {
		font-size: 14px;
	}
	/*mv*************************************/

/*大だいこについて*************************************/
.about_note {
    margin: 20px 0;
    font-size: 16px;
}
/*大だいこについて*************************************/
/*フランチャイズビジネスの
メリット*************************************/
.merit_cont {
    margin: 50px 0;
}
.merit_det {
    flex-wrap: wrap;
	margin-bottom: 40px;
}
	
.merit_img {
    width: 100%;
    height: 200px;
	margin-top: 10px;
}
.merit_ano {
    width: 100%;
}
.merit_ano_inner {
    width: 86%;
    min-width: auto;
    padding-left: 0;
    padding-top: 14px;
	margin: 0 auto;
}
	.merit_ano_inner_l {
    padding-right: 0;
}
	.merit_note {
    margin-top: 0;
}
	
	.merit_order01 {
		order: 2;
	}
	.merit_order01 {
		order: 1;
	}
/*フランチャイズビジネスの
メリット*************************************/
/*大だいこの強み*************************************/
.strength_cont {
    padding: 30px 0;
    margin-top: 14px;
}
	
.strength_li {
		margin-top: 0;
	padding: 20px 10px;
	}
	
	.strength_li h3 {
    font-size: 20px;
    margin-bottom: 6px;
		text-align: center;
}
	
	.bg_band {
    height: 150px;
    padding-top: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
}
	
	.stren_spe {
		display: none;
	}
/*大だいこの強み*************************************/
/*こんな方におすすめ*************************************/
	.sec_sugg {
    padding: 40px 0;
}
.sugg_ul {
    padding: 30px 0 10px;
    display: block;
}
	
	.sugg_li {
    margin-bottom: 20px;
    border-right: 0;
   width: 100%;
		padding: 0 20px;
}
	
	.sugg_li h3 {
    padding: 16px 0;
    font-size: 21px;
    margin-bottom: 10px;
}
/*こんな方におすすめ*************************************/
	/*会社概要*************************************/
	
	.compa_cont {
    display: block;
    margin: 0 auto;
}
	
	.compa_cont > div {
    width: 100%;
}

	.compa_cont h2 {
		text-align: center;
	}
	.table_compa {
    margin-top: 20px;
		margin-bottom: 20px;
}
	.table_compa th {
    width: 95px;
   text-align: right;
	padding: .6rem 16px .6rem 0;
	font-size: 14px;
}
	.table_compa td{
	padding: .6rem 0;
	font-size: 14px;
}
	/*会社概要*************************************/
/*FCお問い合わせフォーム*************************************/
	.ent_note {
    margin: 10px 0;
}
	/*FCお問い合わせフォーム*************************************/
}