@charset "utf-8";

/*reset css
---------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
  font-weight: 400;
	vertical-align: baseline;
  font-feature-settings : "palt";
}

img{
  vertical-align: bottom;
  border: 0px;
  -ms-interpolation-mode: bicubic;
  vertical-align: text-bottom;
  border:none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html{
	overflow-y: scroll;
	font-size:62.5%;
}

body {
  font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: .1rem;
  overflow:hidden;
  background: #fff;
  background-image: radial-gradient(#fffeb9 20%, transparent 0), radial-gradient(#fffeb9 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  padding-top: 92px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{list-style:none;}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a {
  transition-property: all;
  transition: 0.3s linear;
}

a,
a:hover,
a:visited {
	text-decoration: none;
}

a{
  color: #101010;
}

a img {
  transition: 0.3s linear;
}

a:focus {
	outline:none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*フォントカラー
/------------------------------------------------------------*/
.red {
  color: #f13617;
}


/*フォントサイズ
/------------------------------------------------------------*/
.font_large {
  font-size: 150%;
}


/*cleafix
/------------------------------------------------------------*/
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* sp非表示
---------------------------------------------------*/
.sp {
  display: none !important;
}


/*画像
---------------------------------------------------*/
.img100 {
  width: 100%;
  height: auto;
}


/*margin
---------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}


/*見出し
---------------------------------------------------*/
.midashi01 {
  background-color: #f34e15;
  text-align: center;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.midashi01:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f34e15;
}

.midashi02 {
  font-size: 3.2rem;
  font-weight: 600;
  background: linear-gradient(transparent 50%, #f4ff47 50%);
  display: inline-block;
}


/*ボタン
---------------------------------------------------*/
.button01 {
  font-size: 3rem;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  background: #f52757;/*ボタン色*/
  color: #FFF;
  text-align: center;
  border-bottom: solid 4px #c41a42;
  border-radius: 10px;
}

.button01:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.button01_purple {
  background: #6940d9;/*ボタン色*/
  border-bottom: solid 4px #4f3791;
}

.button01_green {
  background: #0ec63f;
  border-bottom: solid 4px #0b8d2e;
}


/*背景
---------------------------------------------------*/
.bg_default {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg_white {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg_orange {
  background-color: #fffeb9;
  padding-top: 100px;
  padding-bottom: 100px;
}


/* header
---------------------------------------------------*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 92px;
  z-index: 150;
}

header .border {
  background-color: #f66532;
  height: 5px;
  display: block;
  width: 100%;
}

header .left {
  margin-top: 23px;
}

header .left .logo {
  max-width: 450px;
  width: 100%;
}

header .right {
  margin-top: 15px;
}

header .right .tel {
  width: 258px;
  margin-right: 15px;
}

header .right .tel .icon {
  display: none;
}

header .right .contact {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  background-color: #f0551f;
  /* border-radius */
  border-radius:20px;
  padding: 16px 20px 0px 20px;
}

header .right .contact i {
  display: none;
}


/* メイン画像
---------------------------------------------------*/
.main_img {
  background-image: url("../img/bg_gr.png");
  background-repeat: repeat-x;
}


/* お問い合わせはこちら
---------------------------------------------------*/
.bnr_contact {
  font-size: 45px;
}


/* お知らせ
---------------------------------------------------*/
.news {
  background-color: #fff;
  border: 3px solid #f14e15;
  color: #f14e1f;
  padding: 15px 10px;
}

.news h2 {
  font-size: 2.7rem;
  font-weight: 600;
  background-image: url("../img/i_hukidashi.png");
  -webkit-background-size: 26px;
  background-size: 26px;
  padding-left: 32px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  border-bottom: 2px solid #f14e15;
}

.news a {
  color: #f14e1f;
  margin-bottom: 5px;
}

.news .date ul li:first-child {
  margin-right: 10px;
}


/* 便利屋の需要
---------------------------------------------------*/
.needs h2 {
  max-width: 704px;
  width: 100%;
  display: inline-block;
}

.needs ul li {
  font-size: 3.5rem;
  color: #f14e15;
}

.needs ul li p {
  font-weight: 600;
}


/* 便利屋が求められていること
---------------------------------------------------*/
.want {
  background-image: url("../img/bg_want.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: center 100px;
}

.want h2 {
  max-width: 807px;
  width: 100%;
  display: inline-block;
  color: #f14c13;
}

.want .txt {
  padding-right: 650px;
  background-image: url("../img/want01.png");
  background-position: right;
  background-repeat: no-repeat;
  height: 792px;
}

.want .txt h3 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #f0551f;
}


/* 売上1000万円プレイヤー
---------------------------------------------------*/
.player h2 {
  max-width: 1400px;
  width: 100%;
  display: inline-block;
}

.player h3 {
  font-size: 4.5rem;
  color: #f14e15;
  font-weight: 600;
  display: inline-block;
}

.player .case {
  position: relative;
  background-color: #fff;
  border: 5px solid #a7a7a7;
  /* border-radius */
  border-radius:7px;
}

.player .case h4 {
  font-size: 3rem;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  top: -28px;
  padding: 10px 40px;
  background-color: #f14e15;
  /* border-radius */
  border-radius:7px;
  z-index: 100;
}

.player .case h5 {
  font-size: 2.8rem;
  font-weight: 600;
  background-color: #fffd40;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.player .case .row {
  padding: 45px 30px 30px;
}

.player .case .col-md-5 {
  max-width: 400px;
  width: 100%;
}

.player .case .col-md-7 {
  font-size: 1.7rem;
}


/* 開業の準備
---------------------------------------------------*/
.ready h2 {
  max-width: 308px;
  width: 100%;
  display: inline-block;
}

.ready .paper {
  background-image: url("../img/bg_require.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px;
  width: 984px;
  height: 940px;
  margin: 0 auto 100px;
}

.ready .paper section ul li {
  font-size: 2.5rem;
  color: #f14f17;
  font-weight: 600;
  margin-bottom: 20px;
}

.ready .paper section ul li:before {
  width:30px;
  height:30px;
  line-height:30px;
  margin-right:10px;
  font-family:"FontAwesome";
  content:"\f14a";
  font-size:25px; //アイコンの大きさ
  display:inline-block;
}


/* 恩恵を受けることが出来るんです
---------------------------------------------------*/
.benefit h2 {
  width: 939px;
  display: inline-block;
}

.benefit .flow .flow_content {
  position: relative;
}

.benefit .flow h3 {
  max-width: 401px;
  width: 100%;
  display: inline-block;
}

.benefit .flow .flow_content h4 {
  color: #f14e15;
  font-size: 3rem;
  font-weight: 600;
}

.benefit .flow .flow_content h4 .number {
  color: #fff;
  font-size: 3.8rem;
  background-color: #f14e15;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0;
  padding-top: 15px;
  width: 65px;
  height: 65px;
  margin-right: 10px;
}

.benefit .flow .flow_content:before {
  content:"";
  position: absolute;
  left: 26px;
  top: 10px;
  background-color: #ffc0aa;
  width: 12px;
  height: 83%;
}

.benefit .flow .flow_content section ul {
  padding-left: 77px;
}

.benefit .flow .flow_content section ul li {
  list-style-type: square;
}


/* 全国展開している便利屋
---------------------------------------------------*/
.expansion h2 {
  max-width: 553px;
  width: 100%;
  display: inline-block;
}

.expansion .map {
  background-color: #fff;
  border: 5px solid #a7a7a7;
  padding-bottom: 40px;
}

.expansion .map .map_bg {
  background-image: url("../img/map.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 857px;
  padding-right: 570px;
  padding-top: 40px;
  padding-left: 50px;
  color: #f34e15;
  font-weight: 500;
}

.expansion .map .map_bg p,
.expansion .map .map_bg .font_large {
  font-weight: 600;
}

.expansion .map .map_img {
  display: none;
}

.expansion .map .button01 {
  max-width: 320px;
  width: 100%;
}

.expansion .open {
  background-color: #fff;
  border: 5px solid #a7a7a7;
  padding: 50px;
}

.expansion .open h3 {
  font-size: 4.5rem;
}

.expansion .open ul li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.expansion .open .button01 {
  display: block;
}


/* メールフォーム
---------------------------------------------------*/
.mailform h2 {
  max-width: 442px;
  width: 100%;
  display: inline-block;
}

.mailform div.mfp_buttons button {
  max-width: 320px;
  width: 100%;
}


/* footer
---------------------------------------------------*/
footer {
  padding: 80px 0px;
}