﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900');


/*-------------------------
ヘッダー
--------------------------*/
header {
  width: 100%;
  margin: 0;
  padding: 15px 25px;
}
.headwrap{
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.headlogo {
  width:100%;
  max-width:300px;
  margin:0 15px 0 0;
}
.headlogo img {
  max-width: 240px;
}
.headinfo {
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 960px) {
.headlogo img {
  max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
header {
  padding: 15px 20px;
  }
.headlogo {
  width:100%;
  max-width:100%;
  margin:0 auto;
  }
.headlogo img {
  max-width: 160px;
  }
.headinfo {
  display: none;
  }
}

/*h1タグ*/
.headtitle {
  font-size: 0.9em;
  color: #A8A8B7;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.6;
  font-weight: 600;
  margin: 10px 0 0;
}
@media screen and (max-width: 960px) {
.headtitle {
  font-size: 0.85em;
  }
}
@media screen and (max-width: 640px) {
.headtitle {
  margin: 5px 0 0;
  }
}

/*ヘッダーイメージ*/
.headimg {
  width: 100%;
  margin: 0 0 40px;
  padding: 0 6px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/header_bg.png);
  text-align: center;
}
.headimg img {
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
.headimg {
  padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
.headimg {
  margin: 0 0 20px;
  }
}

/*-------------------------
ステップ
--------------------------*/
.step {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.step li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.step img {
  width:100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
.step li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  text-align: center;
  }
.step img {
  width:100%;
  max-width: 260px;
  }
.step p {
  text-align: left;
  }
}

/*-------------------------
お客様の声
--------------------------*/
.yellowbg {
  width: 100%;
  padding: 30px 15px 15px;
  margin: 0 auto;
  background: #FFF200;
}
.voice {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.voice li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.voicebox {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.yellowbg {
  padding: 20px 15px 5px;
  }
.voice li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/*-------------------------
御社の会議、変えてみせます！
--------------------------*/
.message {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.message_text {
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
  padding: 0 20px 0 0;
}
.message_takao {
  width: 100%;
  max-width: 420px;
}
.profilebox {
  width: 100%;
  padding: 20px 20px 15px;
  margin: 0 auto;
  background: #313140;
  color: #FFF;
  line-height: 1.6;
  font-size: 0.85em;
}
@media screen and (max-width: 1000px) {
.message_takao {
  width: 100%;
  max-width: 300px;
  }
}
@media screen and (max-width: 920px) {
.message {
  flex-direction: column;
  display:block;
  }
.message_text {
  padding: 0 0 25px 0;
  }
.message_takao {
  width: 100%;
  max-width: 100%;
  text-align: center;
  }
.message_takao p {
  text-align: left;
}
.message_takao img {
  width: 100%;
  max-width: 320px;
  }
}
@media screen and (max-width: 480px) {
.message_takao img {
  width: 100%;
  max-width: 260px;
  }
}

/*-------------------------
フォーム
--------------------------*/
.formbg {
  width: 100%;
  padding: 60px 0 60px;
  margin: 0 auto;
  background: #EEE;
}
.formimg {
  width: 100%;
  max-width: 420px;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
.formbg {
  padding: 40px 0 40px;
  }
.formimg {
  max-width: 240px;
  margin: 15px 0;
  }
}

/*-------------------------
右端固定リンクボタン
--------------------------*/
.fixbtn {
  width:86px;
  height:auto;
  position:fixed;
  z-index:9999;
  top: 200px;
  right: 0px;
}
@media screen and (max-width: 960px) {
.fixbtn {
  width:68px;
  }
}
@media screen and (max-width: 767px) {
.fixbtn {
  display: none;
  }
}

/*-------------------------
フッター固定バナー(スマホでのみ表示)
--------------------------*/
.footbtn {
  display: none;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 767px) {
.footbtn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  }
.footbtn a {
  display: block;
}
.footbtn img {
  width: auto;
  height: 64px;
  }
footer {
  padding-bottom: 64px;
  }
#jumptop{
  right: 15px;
  bottom:64px;
  }
}

/*-------------------------
フッター
--------------------------*/
footer {
  width: 100%;
  margin: 20px 0 0;
  padding: 30px 20px 20px;
  text-align: center;
}
.footlogo{
  width:100%;
  max-width:200px;
}
.copyright {
  font-family: 'Quicksand', sans-serif;
  line-height: 100%;
  color: #79796A;
  font-size: 0.75em;
  margin-top: 20px;
  }
@media screen and (max-width: 767px) {
footer {
  margin: 15px 0 0;
  padding: 20px 20px 64px;
  }
.footlogo{
  max-width:160px;
  }
}

/*h1タグ*/
.foottitle {
  font-size: 0.85em;
  color: #D2592F;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.6;
  font-weight: 600;
  margin: 10px 0 0;
  margin-bottom: 15px;
}

/*-------------------------
アイコン付きTELリンク
--------------------------*/
.tel {
  font-size:2em;
  line-height:100%;
  padding:0;
  font-weight:normal;
  font-family: 'Quicksand', sans-serif;
}
.tel :before {
  content:"";
  display:inline-block;
  width:0.9em;
  height:0.9em;
  background:url(../img/icon_tel.png) no-repeat;
  background-size:contain;
  padding-left:1.1em;
  vertical-align:bottom;
}
.tel a{
  text-decoration:none;
  color:#333;
  font-weight:normal;
}

/*-------------------------
株式会社ライズについて
--------------------------*/
.riselogo{
  width:100%;
  max-width:240px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
.riselogo{
  max-width:160px;
  }
}
