/*
Theme Name:採用BUZZ
Theme URI:
Version:1.0.0
Description:採用BUZZ
Author:ARCKLY
Author URI: http://arckly.com/
*/

@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
address,th {
font-style: normal;
font-weight:normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
	font-weight: normal;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}
a:hover.link img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	display: inline-block;
	transition:all 0.5s;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:middle;
	image-rendering: -webkit-optimize-contrast;
}


img.imgwidth100{
	width:100%;
	height:auto;
}




.font_mincho{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.notoThin{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100; 
}
.notoELight{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200; 
}
.notoLight{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300; 
}
.notoMedium{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500; 
}
.notoSBold{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600; 
}
.notoBold{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700; 
}
.notoEBold{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800; 
}
.notoBlack{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900; 
}
/* Fonts フロートなど共通CSS
------------------------------------------------------------*/
body{
	font-family:'Noto Sans JP',Yu Gothic UI,"游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium","メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	font-size: 26px;
	background-color:#FFF;
	overflow-x: hidden;
}

body a{
	color:#FFF;
	text-decoration:none;
	transition: all .3s;
}

body a:hover{
	text-decoration:none;
	opacity: 0.7;
}


.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}

.red{
	color:#F00;
}

.blue{
	color:#00F;
}

.bold{
	font-weight:bold;
}

/*===============================================
●iOS submitリセット
===============================================*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*フォーム系*/
.contact_btn{
	text-align:center;
}

.contact_btn input{
	padding:20px 50px;
	background-color:#F7C01C;
	border:none;
	color:#FFF;
	text-align:center;
	margin:10px 0;
	font-size:18px;
	box-sizing: border-box;
	border-radius: 9999px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
}
.contact_btn input:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.contact_main{
	margin-bottom:10px;
}


.info_box5 input[type="text"]{
	width:90%;
	font-size: 26px;
	line-height: 1.4em;
}

.info_box5 input[type="email"]{
	width:90%;
	font-size: 26px;
	line-height: 1.4em;
}

.info_box5 input[type="tel"]{
	width:90%;
	font-size: 26px;
	line-height: 1.4em;
}

.info_box5 input[type="url"]{
	width:90%;
	font-size: 26px;
	line-height: 1.4em;
}

.info_box5 textarea{
	width:90%;
	font-size: 26px;
	line-height: 1.4em;
}

.zip_box input[type="text"]{
	width:100px;
	font-size: 26px;
	line-height: 1.4em;
}



/*===============================================
●マージンボトム設定
===============================================*/

.mb0{
	margin-bottom:0px!important;
}
.mb5{
	margin-bottom:5px!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb15{
	margin-bottom:15px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mb25{
	margin-bottom:25px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb35{
	margin-bottom:35px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb45{
	margin-bottom:45px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.mb55{
	margin-bottom:55px!important;
}
.mb60{
	margin-bottom:60px!important;
}
.mb65{
	margin-bottom:65px!important;
}
.mb70{
	margin-bottom:70px!important;
}
.mb75{
	margin-bottom:75px!important;
}
.mb80{
	margin-bottom:80px!important;
}
.mb85{
	margin-bottom:85px!important;
}
.mb90{
	margin-bottom:90px!important;
}
.mb95{
	margin-bottom:95px!important;
}
.mb100{
	margin-bottom:100px!important;
}
.mb200{
	margin-bottom:200px!important;
}


/*===============================================
●ページトップ
===============================================*/

#PageTopBtn{
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index:100;
	cursor: pointer;
  width: 50px;
  height: 50px;
  background:#F7C01C;
}
#PageTopBtn:hover{
	position:fixed;
	bottom:10px;
	transition:all 0.5s;
}
#PageTopBtn::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #FFF;
  position: absolute;
  width: 50px;
  height: 45px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
	line-height: 45px;
}

/*===============================================
●アニメーション
===============================================*/
.sa {
  opacity: 0;
  transition: all .6s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 50px);
}
 
.sa--down {
  transform: translate(0, -50px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

/*===============================================
●フォントサイズ・カラー
===============================================*/
.color_black{
	color: #000;
}
.color_orange1{
	color: #E34023;
}
.color_orange2{
	color: #F7C31C;
}
.color_blie{
	color: #2E599E;
}
.color_orange3{
	color: #F7C01C;
}
.color_red{
	color: #E34223;
}
.bg_orange1{
	background-color: #F7C31C;
}
.bg_black{
	background-color: #000;
}
.font_16px{
	font-size: 16px;
	line-height: 1.4em;
}
.font_18px{
	font-size: 18px;
	line-height: 1.4em;
}
.font_20px{
	font-size: 20px;
	line-height: 1.4em;
}
.font_24px{
	font-size: 24px;
	line-height: 1.4em;
}
.font_28px{
	font-size: 28px;
	line-height: 1.4em;
}
.font_30px{
	font-size: 30px;
	line-height: 1.4em;
}
.font_36px{
	font-size: 36px;
	line-height: 1.4em;
}
.font_40px{
	font-size: 40px;
	line-height: 1.4em;
}
.font_50px{
	font-size: 50px;
	line-height: 1.4em;
}
.font_60px{
	font-size: 50px;
	line-height: 1.4em;
}
.font_100px{
	font-size: 100px;
	line-height: 1.4em;
}
.font_120px{
	font-size: 120px;
	line-height: 1.4em;
}

.font_normal{
	font-weight: normal;
}

/*===============================================
●img シャドウ
===============================================*/

img.img_shadow{
	box-shadow: 0 3px 8px 0 rgba(102,102,102,0.5);
}

/*===============================================
●ボタン
===============================================*/

a.bt_02{
	display: block;
	font-size: 24px;
	background:linear-gradient(to right,#F6B326, #E34023);
	width: 500px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
a.bt_02::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
}
a:hover.bt_02::before{
	right: 15px;
}
.bt_02_txt{
	position: relative;
	padding-bottom: 10px;
	width: 400px;
	margin: 0 auto;
}
.bt_02_txt::before{
	height: 25px;
	width: 3px;
	background-color: #E34023;
	display: block;
	content: "";
	transform: rotate(-30deg);
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.bt_02_txt::after{
	height: 25px;
	width: 3px;
	background-color: #E34023;
	display: block;
	content: "";
	transform: rotate(30deg);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/*ヘッダー設定
------------------------------------------------------------*/
.main_header{
	background-color: #000;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 3%;
}

/*フッター設定
------------------------------------------------------------*/

/*ホーム設定
------------------------------------------------------------*/
.kv_bottom{
	background-color: #000;
	padding: 30px 0;
}
.kv_bt_txt{
	gap:0 20px;
}

.reason_area{
	padding: 80px 0;
	background-image: url("images/bg01.jpg");
	background-size: 3979px auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.title_box{
	position: relative;
}
.title_box::after{
	display: block;
	content:"";
	background-color: #F7C31C;
	width: 200px;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
}
.reason_contenst_area .reason_box1{
	background-color: #000;
	padding: 20px 30px 20px 120px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 50px;
	width: 70.9%;
	margin-right: auto;
	box-shadow: 8px 8px 0px 0 rgb(247, 195, 28);
	background-image: url("images/kaminari_ico02.svg");
	background-repeat: no-repeat;
	background-position: left 30px top 30px;
}
.reason_contenst_area .reason_box1:nth-child(2n){
	margin-left: auto;
	margin-right: 0;
}
.reason_box1 strong{
	font-size: 30px;
	color: rgb(247, 195, 28);
}

.strong_area{
	padding: 80px 0;
}
.strong_title{
	padding-bottom: 40px;
	position: relative;
}
.strong_title h2,.strong_title div{
	line-height: 0.9em;
}
.strong_title::after{
	display: block;
	content:"";
	background-color: #000;
	width: 200px;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
}
.strong_title_3{
	position: relative;
}
.strong_title_3::before{
	content:"" ;
	display: block;
	background-image: url("images/kaminari_ico03_r.svg");
	width: 64px;
	height: 55px;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	top:0;
}
.strong_title_3::after{
	content:"" ;
	display: block;
	background-image: url("images/kaminari_ico03_l.svg");
	width: 64px;
	height: 55px;
	background-repeat: no-repeat;
	position: absolute;
	right: -60px;
	top:0;
}
.strong_area_bk_l{
	background: linear-gradient(90deg, #000 0%, #000 50%, #F7C31C 50%, #F7C31C 100%);
}
.strong_area_bk_l_wrap{
	background-color: #000;
	border-radius: 0 20px 20px 0;
	padding: 0px 30px 30px 0;
}
.strong_box1_l{
	width: 60.3%;
}
.strong_box1_r{
	width: 31.7%;
	padding-top: 30px;
}
.strong_box1_r img{
	border-radius: 20px;
}
.strong_no{
	background-color: #E34023;
	text-align: center;
	width: 160px;
	height: 180px;
	line-height: 170px;
	border-radius: 0 0 20px 20px;
}
.strong_sub_title{
	padding: 30px 0 0 30px;
	box-sizing: border-box;
	width: calc(100% - 160px);
}
.strong_area_bk_r{
	background: linear-gradient(90deg, #F7C31C 0%, #F7C31C 50%, #000 50%, #000 100%);
}
.strong_area_bk_r .strong_area_bk_l_wrap{
	border-radius: 20px 0 0 20px;
	padding: 0px 0 30px 30px;
}

.movie_area{
	padding: 80px 3%;
}
.movie_box1 {
	width: 31%;
}
.movie_box2 {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.movie_box2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flow_area{
	padding: 80px 0;
}
.flow_box1{
	background-color: #000;
	padding: 30px 120px 30px 220px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 8px 8px 0px 0 rgb(247, 195, 28);
	background-image: url("images/kaminari_ico02.svg");
	background-repeat: no-repeat;
	background-position: right 20px bottom 20px;
	position: relative;
}
.flow_step{
	background-color: #F7C31C;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 30px;
	position: absolute;
	top:-70px;
	left: 40px;
}
.flow_step div{
	line-height: 1em;
}

.price_area{
	padding: 80px 0;
}
.title_box::after{
	background-color: #000;
}
.price_stan_area{
	background-color: #fff;
	border: 10px solid #2E599E;
	padding: 60px 40px;
}
.price_pro_area{
	background-color: #fff;
	border: 10px solid #000;
	padding: 60px 40px;
}

.form_area{
	padding: 80px 0;
}
.form_privacy{
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #AAA;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 18px;
}
/*フッター 設定
------------------------------------------------------------*/
	
.main_footer{
	background-color: #000;
	padding: 80px 3%;
	width: 100%;
	box-sizing: border-box;
}
.main_footer_wrap{
	gap:0 100px;
}
.footer_copyright_area{
	padding:15px 0;
	background-color: #000;
}

.footer_copyright_wrap{
	text-align:center;
}

.footer_copyright_wrap small{
	font-size:16px;
	color:#FFF;
}


/*===============================================
●画面の横幅が768px以上
===============================================*/
@media screen and (min-width: 768px){

body{
	line-height:1.8em;
}

.pc_none{
	display:none;
}

.pc_float_l{
	float:left;
}

.pc_float_r{
	float:right;
}

.pc_img_50 img{
	max-width: 50%;
	height: auto;
	width /***/:auto;
}

.pc_center{
	text-align:center;
}

.pc_right{
	text-align:right;
}

.pc_left{
	text-align:left;
}

	.d_flex_pc{
		display: flex;
	}
	.flex_wrap_pc{
		flex-wrap: wrap;
	}
	.j_content_c_pc{
		justify-content: center;
	}
	.j_content_en_pc{
		justify-content: flex-end;
	}
	.j_content_sb_pc{
		justify-content: space-between;
	}
	.a_items_c_pc{
		align-items: center;
	}
	.a_items_en_pc{
		align-items: flex-end;
	}
	.f-direction_re_pc{
		flex-direction: row-reverse;
	}

a.link_disabled_pc{
	pointer-events: none;
}


/*===============================================
●ボタン
===============================================*/

#main_fixed_bt{
	position: fixed;
	top:20px;
	right: 3%;
	z-index: 1000;
}
a.bt_01{
	display: block;
	font-size: 24px;
	background:linear-gradient(to right,#F6B326, #E34023);
	width: 280px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
	position: relative;
}
a.bt_01::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
}
a:hover.bt_01::before{
	right: 15px;
}
#main_fixed_bt #main_fixed_bt_txt{
	position: relative;
	padding-bottom: 20px;
	display: none;
}
#main_fixed_bt.invert #main_fixed_bt_txt{
	display: block;
}
#main_fixed_bt.invert #main_fixed_bt_txt::before{
	height: 20px;
	width: 3px;
	background-color: #E34023;
	display: block;
	content: "";
	transform: rotate(-30deg);
	position: absolute;
	left: 15px;
	bottom: 15px;
}
#main_fixed_bt.invert #main_fixed_bt_txt::after{
	height: 20px;
	width: 3px;
	background-color: #E34023;
	display: block;
	content: "";
	transform: rotate(30deg);
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/*ヘッダー設定
------------------------------------------------------------*/



/*wrap設定
------------------------------------------------------------*/

.wrap{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 3%;
	padding-right: 3%;
}

/*フッター設定
------------------------------------------------------------*/


/* ホーム設定
------------------------------------------------------------*/

	.kv_l{
		width: 41.6%;
	}
	.kv_r{
		width: 56.2%;
	}

	/* 問い合わせフォーム 設定
------------------------------------------------------------*/

.info_box5{
	display:flex;
	justify-content: space-between;
	margin-bottom:10px;
}

	.info_box5 div:nth-child(1){
		width:30%;
	}
	.info_box5 div:nth-child(2){
		width:70%;
	}

	.hissu{
		background-color:#B20000;
		color:#FFF;
		font-size:12px;
		padding:2px 5px;
		margin-right:20px;
	}

	.nini{
		background-color:#888888;
		color:#FFF;
		font-size:12px;
		padding:2px 5px;
		margin-right:20px;
	}

	.info_chui{
		color:#B20000;
		margin-left:10px;
	}

}
/*===============================================
●画面の横幅が1200px以上
===============================================*/
@media screen and (min-width: 1200px){

	
}

/*===============================================
●画面の横幅が1199pxまで
===============================================*/
@media screen and (max-width:1199px){

	.none_1200ika{
		display: none;
	}
	
}

/*===============================================
●画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){

body{
	font-size:14px;
}
	
.sp_none{
	display:none;
}

.sp_center{
	text-align:center;
}

.sp_right{
	text-align:right;
}

.sp_left{
	text-align:left;
}

.sp_float_l{
	float:left;
}

.sp_float_r{
	float:right;
}

	.d_flex_sp{
		display: flex;
	}
	.flex_wrap_sp{
		flex-wrap: wrap;
	}
	.j_content_c_sp{
		justify-content: center;
	}
	.j_content_en_sp{
		justify-content: flex-end;
	}
	.j_content_sb_sp{
		justify-content: space-between;
	}
	.a_items_c_sp{
		align-items: center;
	}
	.a_items_en_sp{
		align-items: flex-end;
	}
	.f-direction_re_sp{
		flex-direction: row-reverse;
	}

a.link_disabled_sp{
	pointer-events: none;
}



/*===============================================
●マージンボトム設定
===============================================*/

.mb0_sp{
	margin-bottom:0px!important;
}
.mb5_sp{
	margin-bottom:5px!important;
}
.mb10_sp{
	margin-bottom:10px!important;
}
.mb15_sp{
	margin-bottom:15px!important;
}
.mb20_sp{
	margin-bottom:20px!important;
}
.mb25_sp{
	margin-bottom:25px!important;
}
.mb30_sp{
	margin-bottom:30px!important;
}
.mb35_sp{
	margin-bottom:35px!important;
}
.mb40_sp{
	margin-bottom:40px!important;
}
.mb45_sp{
	margin-bottom:45px!important;
}
.mb50_sp{
	margin-bottom:50px!important;
}
.mb55_sp{
	margin-bottom:55px!important;
}
.mb60_sp{
	margin-bottom:60px!important;
}
.mb65_sp{
	margin-bottom:65px!important;
}
.mb70_sp{
	margin-bottom:70px!important;
}
.mb75_sp{
	margin-bottom:75px!important;
}
.mb80_sp{
	margin-bottom:80px!important;
}
.mb85_sp{
	margin-bottom:85px!important;
}
.mb90_sp{
	margin-bottom:90px!important;
}
.mb95_sp{
	margin-bottom:95px!important;
}
.mb100_sp{
	margin-bottom:100px!important;
}

/*===============================================
●フォントサイズ・カラー
===============================================*/

.font_10px_sp{
	font-size: 10px;
	line-height: 1.4em;
}
.font_16px_sp{
	font-size: 16px;
	line-height: 1.4em;
}
.font_18px_sp{
	font-size: 18px;
	line-height: 1.4em;
}
.font_20px_sp{
	font-size: 20px;
	line-height: 1.4em;
}
.font_24px_sp{
	font-size: 24px;
	line-height: 1.4em;
}
.font_28px_sp{
	font-size: 28px;
	line-height: 1.4em;
}
.font_30px_sp{
	font-size: 30px;
	line-height: 1.4em;
}
.font_36px_sp{
	font-size: 36px;
	line-height: 1.4em;
}
.font_40px_sp{
	font-size: 40px;
	line-height: 1.4em;
}
.font_50px_sp{
	font-size: 50px;
	line-height: 1.4em;
}
.font_60px_sp{
	font-size: 60px;
	line-height: 1.4em;
}
	
/*===============================================
●ボタン
===============================================*/

#main_fixed_bt{
	position: fixed;
	top:20px;
	right: 3%;
	z-index: 1000;
}
#main_fixed_bt.invert{
	top:0;
}
a.bt_01{
	display: block;
	font-size: 14px;
	background:linear-gradient(to right,#F6B326, #E34023);
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 30px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
	position: relative;
}
a.bt_01::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
}
#main_fixed_bt #main_fixed_bt_txt{
	position: relative;
	padding-bottom: 5px;
	display: none;
}
#main_fixed_bt.invert #main_fixed_bt_txt{
	display: block;
}
#main_fixed_bt.invert #main_fixed_bt_txt::before{
	height: 15px;
	width: 3px;
	background-color: #E34023;
	display: block;
	content: "";
	transform: rotate(-30deg);
	position: absolute;
	left: 15px;
	bottom: 5px;
}
#main_fixed_bt.invert #main_fixed_bt_txt::after{
	height: 15px;
	width: 3px;
	background-color: #E34023;
	display: block;
	content: "";
	transform: rotate(30deg);
	position: absolute;
	right: 15px;
	bottom: 5px;
}
a.bt_02{
	font-size: 20px;
	width: 100%;
}
.bt_02_txt{
	width: 350px;
}


/*ヘッダー設定
------------------------------------------------------------*/

	.header_logo{
		width: 150px;
	}
	
/*wrap設定
------------------------------------------------------------*/

.wrap{
	padding-left:3%;
	padding-right:3%;
}

/*フッター設定
------------------------------------------------------------*/

/* ホーム設定
------------------------------------------------------------*/
	.kv_l{
		width: 100%;
		padding: 3vw 0 1.5vw;
	}
	.kv_r{
		width: 100%;
	}
	.kv_bt_txt{
		gap:0 1vw;
	}
	.kv_bt_txt figure img{
		width: 30px;
	}
	.kv_bt_txt figure:nth-child(3) img{
		width: 21px;
	}

.reason_area{
	padding: 40px 0 80px;
	background-size: 1500px auto;
	background-repeat: repeat;
}
.title_box::after{
	width: 150px;
}
.reason_contenst_area .reason_box1{
	width: 98%;
	margin-right: 0px;
	background-position: left 30px top 30px;
	background-size: 30px auto;
	padding-left: 80px;
}
.reason_box1 strong{
	font-size: 20px;
}
	

.strong_title{
	padding-bottom: 20px;
}
.strong_title::after{
	width: 150px;
}
.strong_title_3::before{
	width: 32px;
	height: 28px;
	left: -25px;
	top:0;
	background-size: 32px auto;
}
.strong_title_3::after{
	width: 32px;
	height: 28px;
	right: -32px;
	top:0;
	background-size: 20px auto;
}
.strong_box1_l{
	width: 100%;
}
.strong_box1_r{
	width: 100%;
}
.strong_no{
	width: 100px;
	height: 120px;
	line-height: 120px;
}
.strong_sub_title{
	padding: 30px 0 0 20px;
	box-sizing: border-box;
	width: calc(100% - 100px);
}
	
.movie_box1 {
	width: 100%;
}
	
.flow_box1{
	padding: 60px 5% 40px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 8px 8px 0px 0 rgb(247, 195, 28);
	background-image: url("images/kaminari_ico02.svg");
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
	position: relative;
	background-size: 30px auto;
}
.flow_step{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 25px;
	top:-50px;
	left: 0;
	right: 0;
	margin: auto;
}

.price_stan_area{
	padding: 20px 20px;
}
.price_pro_area{
	padding: 20px 20px;
}

/* 問い合わせフォーム 設定
------------------------------------------------------------*/
	.info_box5{
		margin-bottom:10px;
	}

	.info_box5 div:nth-child(1){
		margin-bottom:5px;
	}
	.info_box5 div:nth-child(2){
	}

	.hissu{
		background-color:#B20000;
		color:#FFF;
		font-size:12px;
		padding:2px 5px;
		margin-right:20px;
	}

	.nini{
		background-color:#888888;
		color:#FFF;
		font-size:12px;
		padding:2px 5px;
		margin-right:20px;
	}

	.info_chui{
		color:#B20000;
		display:block;
	}

.info_box5 input[type="text"]{
	font-size: 14px;
	line-height: 1.4em;
}

.info_box5 input[type="email"]{
	font-size: 14px;
	line-height: 1.4em;
}

.info_box5 input[type="tel"]{
	font-size: 14px;
	line-height: 1.4em;
}

.info_box5 input[type="url"]{
	font-size: 14px;
	line-height: 1.4em;
}

.info_box5 textarea{
	font-size: 14px;
	line-height: 1.4em;
}

.zip_box input[type="text"]{
	font-size: 14px;
	line-height: 1.4em;
}

}