@charset "UTF-8";
@import url(./normalize.css);
@import url(./slick.css);
html {
  height: 100%;
}

body {
  width: 100%;
  min-width: 1060px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, p {
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

a {
  color: #5baed8;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

button {
  cursor: pointer;
}

/* Transitionアニメーション制御
-----------------------------------*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* SPモード
-----------------------------------*/
.mode-sp {
  display: none !important;
}

/* レイアウト
-----------------------------------*/
.wrap {
  min-width: 1000px;
  padding-top: 206px;
}

.section {
  box-sizing: border-box;
  margin-top: 75px;
}
.slider-dots + .section {
  margin-top: 13px;
}

.base {
  padding: 30px 0;
}
.base--feature1 {
	border-top:15px #a5b812 solid;
  background: #e5efda;
}
.base--feature2 {
	border-top:15px #e3ac48 solid;
  background: #f8ead1;
}

/* テキスト
-----------------------------------*/
/* 見出し
-----------------------------------*/
/* 吹き出し */
.catch {
	top:-35px;
  position: relative;
  padding: 15px;
	background:#0c4f94;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
	margin:0px auto;
	width:90%;
	max-width:1000px;
}
.ranking_area .catch{
	background:#de4445;
}
.step_area .catch{
	background:#ffba00;
}


/* 大見出し */
.heading {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  position: relative;
  margin: 10px 0;
  padding: 0;
  color: #000;
  font-size: 2.3rem;
  font-weight:bolder;
  text-align: center;
}
.heading span {
  display: block;
  color: #999;
  font-size: 20px;
}
.heading__exp {
  position: absolute;
  bottom: 10px;
  margin-left: 12px;
  color: #999;
  font-size: 14px;
}

/* バナー
-----------------------------------*/
.banner {
  max-width: 1200px;
  margin: 50px auto 0;
}
.banner a {
  display: inline-block;
  width: 600px;
  transition: .2s linear;
}
.banner a:hover {
  transform: scale(1.05);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}
.header__inner {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
	height:120px;
  margin: 0 auto;
  padding: 0;
}
.header__logo {
  flex-shrink: 0;
  width: 300px;
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 100%;
  height:auto;
}

/* TEL
-----------------------------------*/
.header-tel {
  padding: 0px;
	margin:0px;
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.header-tel__ttl {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 50%);
  background-position: 0 0;
  background-size: 200% auto;
  display:block;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transition: .2s linear;
  font-size:25px;
  font-weight: 700;
  line-height: 1;
}
.header-tel__ttl::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 5px;
  transition: .2s linear;
  background: url("../img/ico_tel.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.header-tel__ttl:hover {
  background-position: -100% 0;
  color: #4262a3;
}
.header-tel__ttl:hover::before {
  background-image: url("../img/ico_tel.png");
}
.header-tel__time {
  display:block;
	border:1px #000 solid;
	padding:2px;
  margin: 0px auto 3px;
  font-size: 11px;
  line-height: 1;
}

/* お問い合わせフォーム
-----------------------------------*/
.header-inquery {
  display: flex;
}
.header-inquery--sp {
  display: none;
}

.header-menu {
  display: none;
}

.header-btn {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  height: 45px;
	margin:0px 0px 0px 10px;
  padding: 0 46px 0 35px;
  transition: .1s linear;
  border: #4262a3 1px solid;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
  width: 280px;
}
.header-btn.cal{
  color: #fff;
	border:2px #c50029 solid;
  background-color: #c50029;
  padding-left: 20px;
  padding-right: 30px;
}
.header-btn.hojin{
  color: #000;
	border:2px #c50029 solid;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 50px;
}

.header-btn::before {
  content: "";
  width: 13px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-btn.cal::before{
  width: 22px;
  height: 19px;
}

.header-btn.hojin::before{
  width: 22px;
  height: 19px;
}

.header-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 18px;
  width: 8px;
  height: 8px;
}

.header-btn.hojin::after{
  border-color: #c50029;
}

.header-btn:hover {
  transform: translateX(4px);
}
.header-btn--cal::before {
  background-image: url("../img/ico_yen.png");
}
.header-btn--mail::before {
  background-image: url("../img/ico_mail.png");
}
.header-btn--hojin::before {
  background-image: url("../img/ico_bag.png");
}

/* グローバルナビゲーション
-----------------------------------*/
.header-nav {
	color:#fff;
	background:#014694;
}
.header-nav__list {
  display: flex;
  max-width: 1200px;
  height: 96px;
  margin: 0 auto;
  border-right: #fff 1px solid;
}
.header-nav li {
  display: flex;
  border-left: #fff 1px solid;
}
.header-nav li:first-child {
  width: 190px;
}
.header-nav li:nth-child(2) {
  width: 150px;
}
.header-nav li:nth-child(3) {
  width: 190px;
}
.header-nav li:nth-child(4) {
  width: 190px;
}
.header-nav li:nth-child(5) {
  width: 150px;
}
.header-nav li:nth-child(6) {
  width: 180px;
}
.header-nav li:nth-child(7) {
  width: 150px;
}
.header-nav__btn {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 12px 0 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
	vertical-align:middle;
}
.header-nav__btn span {
	padding-top:15px;
  width: 100%;
	vertical-align:middle;
}


.header-nav__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  transition: .2s linear;
  background: #fff;
}
.header-nav__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0) rotate(135deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  top: auto;
  left: 50%;
  bottom: 11px;
  width: 8px;
  height: 8px;
  transition: .2s linear;
}
.header-nav__btn:hover::before {
  left: 0;
  width: 100%;
}
.header-nav__btn:hover::after {
  bottom: 8px;
}

.footer {
  position: relative;
  margin-top: 50px;
}
.footer__catch img {
	display:felx;
}
.footer__inner {
	padding:30px 0px;
  overflow: hidden;
  background: #f7f7f7;
}
.footer__address {
  display: block;
  max-width: 1200px;
  margin: 0px auto;
	padding:15px 0px;
  font-size: 12px;
  text-align:center;
	color:#565656;
}

.footer_btn_area{
	display:inline-block;
  margin: 30px auto 0px;
	padding:0px;
	width:100%;
}
.footer_btn_area li{
	width:40%;
	display:inline-block;
  margin: 0px auto;
	padding:0px 1%;
	vertical-align:middle;
}

/* お問い合わせ */
.inquery {
	max-width:1200px;
  margin: 0px auto;
  padding: 20px;
  overflow: hidden;
}

.inquery_img{
	vertical-align:top;
  display:inline-block;
	margin:0px 30px 0px 0px;
	width:20%;
}
.inquery__item {
	vertical-align:top;
  display:inline-block;
	width:75%;
}
.inquery__ttl {
  font-size: 24px;
  font-weight: 800;
}
.inquery__item p {
	margin-bottom:15px;
}
.inquery__item strong {
  color: #a82a25;
  font-size: 18px;
}

.inquery__btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 9px 20px;
  transition: .2s linear;
  background: #c50029;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  width: 360px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
}
.inquery__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 20px;
  width: 8px;
  height: 8px;
  transition: .2s linear;
}
.inquery__btn:hover::after {
  right: 15px;
}
.inquery__btn--cal {
  background: #c50029;
}
.inquery__btn img {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
}

/* tel */
.footer-tel {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.footer-tel__ttl {
  width: 320px;
	border:1px solid #000;
  background: #fff;
  font-weight: 700;
  line-height: 1;
	margin-bottom:5px;
	padding:5px 10px;
	font-size:0.9rem;
	text-align:center;
}
.footer-tel__time::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  transition: .2s linear;
  background: url("../img/ico_tel.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.footer-tel__time:hover {
  background-position: -100% 0;
  color: #000;
}
.footer-tel__time:hover::before {
  background-image: url("../img/ico_tel-w.png");
}
.footer-tel__time {
  margin-left: 10px;
  font-size:2.2rem;
  font-weight: 700;
  line-height: 1;
}

/* 会社情報 */
.footer-company {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 930px;
  margin: 45px auto 0;
  padding: 50px 28px;
  background: #fff;
}
.footer-company dt {
  box-sizing: border-box;
  width: 210px;
  padding: 30px 20px;
  border-bottom: #eee 1px solid;
}
.footer-company dt:first-child {
  border-top: #eee 1px solid;
}
.footer-company dt:first-child + dd {
  border-top: #eee 1px solid;
}
.footer-company dd {
  box-sizing: border-box;
  width: calc(100% - 210px);
  margin: 0;
  padding: 30px 20px 30px 0;
  border-bottom: #eee 1px solid;
}

/* ページ上部へ戻る
-----------------------------------*/
.pagetop {
  position: relative;
  width: 100%;
}
.pagetop__btn {
  display: flex;
  position: absolute;
  z-index: 97;
  right: 25px;
  bottom: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  transition: .2s linear;
  border-radius: 50px;
  background: #4ba6b5;
  box-shadow: 0 11px 7px 1px rgba(160, 157, 157, 0.35);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.pagetop__btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  overflow: hidden;
  transform: rotate(-45deg);
  border: #fff 4px solid;
  border-width: 4px 4px 0 0;
}
.pagetop__btn:hover {
  transform: translateY(-5px);
}
.pagetop__btn.js-pagetop-btn {
  opacity: 0;
}
.pagetop__btn.js-display {
  opacity: 1;
}
.pagetop__btn.js-fixed {
  position: fixed;
}

/* 基本ボタン */
.button-large {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 450px;
  padding: 21px 30px 21px 25px;
  transition: .2s linear;
  background: #c50029;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.button-large::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 36px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  transition: .2s linear;
  background: url("../img/ico_arrow.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.button-large:hover::after {
  right: 30px;
}

.box-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
}
.box-button p {
  width: 100%;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
.box-button p strong {
  color: #a82a25;
  font-size: 20px;
}
.box-button p b {
  color: #a82a25;
  font-size: 18px;
}

.slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: .2s linear;
  border: 0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
}
.slider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #fff;
  left: 9px;
  width: 18px;
  height: 18px;
}
.slider .slick-arrow:hover {
  background: #000;
}
.slider .slick-prev {
  left: 10px;
  transform: rotate(-180deg);
}
.slider .slick-next {
  right: 10px;
}

.slider-dots {
	display:none;
	z-index:999;
  margin-top: 13px;
}
.slider-dots .slick-dots {
  display: flex;
  justify-content: center;
}
.slider-dots button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0;
  appearance: none;
}
.slider-dots button:focus {
  outline: none;
}
.slider-dots button::before {
  content: "";
  width: 14px;
  height: 14px;
  transition: .2s linear;
  border-radius: 7px;
  background: #d9dee4;
}
.slider-dots button:hover::before {
  background: #8a9199;
}
.slider-dots .slick-active button::before {
  background: #8a9199;
}


/*-------------------------------
ロゴスライダー
-------------------------------*/
.subimage {
  max-width: 1190px;
  margin: 10px auto 30px;
	padding:5px;
	background:#eee;
  position: relative;
}
.logo__bnr__wrap {
  display: flex;
  margin: 0 auto;
	padding:0px;
  flex-wrap: wrap;
}

.logo__bnr {
	width:auto;
  height: 60px;
	margin:5px 0px;
}


.sale_car{
	max-width:1200px;
  width:100%;
	margin:0px auto;
	z-index:999;
}
.sale_car img{
	width:100%;
}



.ranking_area{
	padding:0px 0px 3%;
	background: url(../img/ranking_bg.gif) repeat top center;
}
.ranking_area .heading span{
	color:#fff;
}
.ranking-attention {
	max-width:1200px;
  width:95%;
  display: flex;
  justify-content: flex-end;
  margin:0px auto 30px;
  color: #999;
  font-size: 12px;
  line-height: 1.35;
	text-align:right;
	color:#000;
	padding-right:5%;
}

.ranking {
	max-width:1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width:90%;
  margin: 30px auto 0;
  text-align: center;
}
.ranking li {
	background:#fff;
	border-radius:10px;
  position: relative;
  width: 27%;
	padding:2%;
  margin: 0px 1% 20px;
	box-shadow: 2px 2px 15px 0px rgba(204, 204, 204, 0.8);
}

.ranking li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top:10px;
  left: 6px;
  width: 54px;
  height:44px;
  background-size: 100% 100%;
}
.ranking li:first-child::before {
  background-image: url("../img/rank1.png");
}
.ranking li:nth-child(2)::before {
  background-image: url("../img/rank2.png");
}
.ranking li:nth-child(3)::before {
  background-image: url("../img/rank3.png");
}
.ranking li:nth-child(4)::before {
  background-image: url("../img/rank4.png");
}
.ranking li:nth-child(5)::before {
  background-image: url("../img/rank5.png");
}
.ranking__img {
  transition: .1s linear;
}
.ranking__img:hover {
  transform: scale(1.1);
}

.ranking__img a {
  display: block;
  position: relative;
}
.ranking__img img {
  width: 100%;
}
.ranking_data{
	background:#f6f6f6;
	border-radius:10px;
	margin:20px 0px;
	padding:1% 0px 2%;
}
.ranking__name {
  font-size: 18px;
  font-weight: 700;
}
.ranking__price {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.ranking__price b {
  padding: 0 3px;
  color: #a82a25;
  font-size: 26px;
}
.ranking__off {
  margin-top: 5px;
  color: #999;
  font-weight: bold;
}
.ranking__off::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url("../img/ico_after.png") 0 0/100% 100% no-repeat;
}
.ranking__after {
  margin-top: 5px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration:none;
}
.ranking__after span {
	background:#e3495c;
	color:#fff;
	border-radius:3px;
	padding:2px 5px;
	vertical-align:middle;
	margin-right:5px;
	font-size:0.8rem;
  line-height:0;
}

.ranking__catch {
  display: table;
  margin: 0px auto;
  padding: 5px;
  color: #000;
  font-weight: bold;
  line-height: 1;
	background:linear-gradient(transparent 50%, #ff3 0%);
}
.ranking__txt {
  margin-top: 0px;
  line-height: 1.3;
}
.ranking__btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 12px 20px;
  transition: .2s linear;
  background: #4ba6b5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  margin: 12px 17px 0;
	border-radius:50px;
}
.ranking__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 20px;
  width: 8px;
  height: 8px;
  transition: .2s linear;
}
.ranking__btn:hover::after {
  right: 15px;
}

.ranking-exp {
	max-width:1200px;
	width:90%;
  margin: 0px auto 0;
  color: #000;
  font-size: 14px;
	padding-left:5%;
}
.ranking-exp a {
	color:#fff;
}


.case_area{
	padding:0px 5% 3%;
	background:#e0eef6;
}
.case {
  box-sizing: border-box;
  max-width: 1200px;
	padding:0px;
  margin: 0 auto 80px;

}
.case__item {
  position: relative;
  display:block;
  width: 100%;
	padding-bottom:50px;
	margin-bottom:50px;
}

.case img {
	width:340px;
}
.case_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: auto;
}
.case_text {
  margin: 0px 400px 0px 0px;
}
.case_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width:380px;
  height: auto;
}
.case_text1 {
  margin: 0px 0px 0px 400px;
}


.case__num {
  margin-top: 0px;
  display: table;
  padding: 9px 10px 8px;
  background: #7eaf44;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.case__num--2 {
  background: #cd504b;
}
.case__num--3 {
  background: #4262a3;
}
.case__num--4 {
  background: #d57f46;
}
.case__ttl {
  margin-top: 0px;
  font-size: 1.5rem;
	font-weight:bold;
	line-height:140%;
	padding:5px 1%;
	border-bottom:#000 4px solid;
}
.case__txt {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}
.case__txt span {
  display: block;
  position: absolute;
  top: 115%;
  font-size: 12px;
}

.feature {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0px;

}
.feature__head {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
	margin:0px 0px 40px;
	padding:0px 0px 0px 180px;
}
.feature__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
.feature__wish, .feature__ttl {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
	line-height:150%;
	margin:0px;
	padding:0px;
}
.feature__wish span{
	display:block;
	font-size:1.6rem;
	font-weight:bold;
	padding-bottom:10px;
}
.feature__txt {
	font-size:11px;
  text-align:right;
}

.feature-item {
  position: relative;
  width: 260px;
  margin: 0 auto 40px;
	padding:3%;
  text-align: center;
  background: #fff;
	border-radius:5px;
}
.feature-item__img {
  width: 200px;
  margin: 0 auto;
  transition: .1s linear;
}
.feature-item__img:hover {
  transform: scale(1.1);
}
.feature-item__img a {
  display: block;
  position: relative;
}
.feature-item__img img {
  width: 100%;
}
.feature-item__name {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
.feature-item__price {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.feature-item__price b {
  color: #a82a25;
  font-size: 26px;
}
.feature-item__txt {
  margin-top: 10px;
  line-height: 1.3;
}
.feature-item__btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 9px 20px;
  transition: .2s linear;
  background: #5baed8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  margin: 12px 17px 0;
	border-radius:30px;
}
.feature-item__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 20px;
  width: 8px;
  height: 8px;
  transition: .2s linear;
}
.feature-item__btn:hover::after {
  right: 15px;
}
.base--feature2 .feature-item__btn {
  background-color: #e9706c;
}

.merit_area {
  background: #e0eef6;
  padding: 0px 5%;
}

.merit {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.merit li {
  position: relative;
	margin:0px auto 30px;
	padding-bottom:30px;
}
.merit li:first-child {
  margin-top: 0;
}
.merit__ttl {
  padding: 0px;
  font-size: 1.5rem;
	font-weight:bold;
	line-height:150%;
}
.merit__ttl--1 {color: #50ac59;}
.merit__ttl--2 {color: #d08900;}
.merit__ttl--3 {color: #ff5500;}
.merit__ttl--4 {color: #4262a3;}

.merit small {
  font-size: 12px;
}
.merit img {
  width: 200px;
}
.merit_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: auto;
}

.merit_text {
  margin: 10px 230px 0 0;
  font-size: 14px;
}
.merit_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: auto;
}
.merit_text1 {
  margin: 10px 0px 0px 230px;
  font-size: 14px;
}




.step_area{
  background: #fff4bd;
  padding: 0px 5%;
}

.step {
  max-width: 1200px;
  margin: 0 auto;
}
.step li {
	padding:0px 0px 20px 0px;
	width:100%;
	display:block;
  position: relative;
	background:url(../img/step_bg.png) repeat-y -3px 20px;
}
.step li:last-child {
	background:none;
}

.step img {
	width:140px;
}
.step__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: auto;
}
.step__text {
  margin: 0px 0px 0px 200px;
	padding:2% 3%;
  font-size: 14px;
	background:#fff;
	border-radius:5px;
}

.step__ttl {
  font-size: 1.5rem;
	font-weight:bold;
	line-height:150%;
}
.step__txt {
  margin-top: 20px;
  font-size: 14px;
}
.step__txt b {
  color: #e9706c;
}

.after_area{
	background:#e5efda;
	padding:30px 0px;
}
.after {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
	width:95%;
  margin: 0 auto;
}
.after__item {
  display: flex;
  flex-direction: column;
  width: 265px;
  min-height: 0;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
	margin:0px 5px;
}
.after__question {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 0px;
  padding: 20px 0px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.after_num{
	width:20px;
	height:20px;
	padding:20px;
	border-radius:60px;
	background:#fff;
	position:absolute;
	top:-40px;
	left:40%;
	font-size:1.5rem;
	line-height:1;
}
.after__question span {
	background:linear-gradient(transparent 50%, #ff3 0%);
}

.after__box {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 0px;
}
.after__box img {
	text-align:center;
	margin:0px auto;
}
.after__answer {
  padding-bottom: 15px;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.after__txt {
  margin-top: 15px;
  font-size: 14px;
}

.after-txt {
  font-size: 11px;
  max-width: 1200px;
  margin: 10px auto 0;
  text-align: right;
}


#review_area{
	background:#f4ece4;
	padding:50px 0px;
}
.review {
  max-width: 1200px;
  margin: 0 auto;
}
.review__item {
  display:inline-block;
  padding: 0px 1%;
	width:30%;
	vertical-align:top;
}
.review__head {
	width:100%;
	text-align:center;
  margin:20px auto 0px;
}
.review__img {
  width: 212px;
  margin:0px auto;
}
.review__name {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.review__btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 9px 20px;
  transition: .2s linear;
  background: #4ba6b5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}
.review__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 20px;
  width: 8px;
  height: 8px;
  transition: .2s linear;
}
.review__btn:hover::after {
  right: 15px;
}
.review__data {
	width:90%;
	background:#fff;
	border-radius:10px;
	padding:2% 5%;
  margin: 20px auto;
	min-height:250px;
}
.review__ttl {
	text-align:center;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.review__star {
	text-align:center;
  margin:5px auto;
}
.review__star img {
	text-align:center;
  width: 100px;
}
.siyou{
	background:#80c9c2;
	color:#fff;
	padding:2px 10px;
	letter-spacing:3px;
	font-size:12px;
	border-radius:3px;
	margin-right:5px;
}
.review__user {
	text-align:center;
  margin-top: 10px;
  font-size: 12px;
}
.review__spec {
  margin-top: 10px;
  color: #3779a8;
  font-size: 13px;
}
.review__txt {
	border-top:2px solid #ccc;
	padding-top:10px;
  margin-top: 10px;
  font-size: 13px;
}

.qa {
  max-width: 1200px;
	width:95%;
  margin: 0 auto;
}
.qa__list {
	background:#f5f1eb;
	border-radius:10px;
	margin-bottom:30px;
	padding:1% 3%;
}
.qa__question {
  position: relative;
  padding: 10px 0px 10px 75px;
  font-size: 20px;
  font-weight: 400;
	border-bottom:3px #000 solid;
	margin-bottom:20px;
}
.qa__question::before {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  content: "Q.";
  display: block;
  position: absolute;
  top: -10px;
  left: 18px;
  color: #348dcc;
  font-size: 2.5rem;
	font-weight:bolder;
}
.qa__answer {
  position: relative;
  padding: 10px 0px 10px 30px;
  font-size: 14px;
  font-weight: 400;
	margin-bottom:20px;
}
.qa__answer::before {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  content: "A.";
  display: block;
  position: absolute;
  top: -10px;
  left: -20px;
  color: #f5c33b;
  font-size:2rem;
	font-weight:bolder;
}

.qa__more {
  margin-top: 30px;
  text-align: right;
}
.qa__more a {
  display: inline-block;
  color: #3779a8;
  font-size: 14px;
}
.qa__more a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translate(0, 0) rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #3779a8;
  top: -1px;
  left: 0;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  transition: .2s linear;
}
.qa__more a:hover::before {
  left: 5px;
}

.campaign {
  max-width: 1200px;
  margin: 70px auto 0;
  padding: 35px 30px;
  border: #5baed8 1px solid;
  line-height: 1.6;
}
.campaign__ttl {
  width: 576px;
  margin: 0 auto;
}
.campaign__plan {
  margin-top: 32px;
  padding: 30px;
  border: #ddd 5px solid;
  font-size: 26px;
  text-align: center;
}
.campaign__txt {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
}
.campaign__txt strong {
  color: #ff1d25;
  font-size: 24px;
  font-weight: bold;
}
.campaign__img {
  margin-top: 28px;
}

/*# sourceMappingURL=style.css.map */

/*20201217ボタン追加*/

.btn_floating{
  position: absolute;
  right: 10px;
  bottom: 150px;
  z-index: 97;
  transition: .2s;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 3px 3px 1px rgba(160, 157, 157, 0.35);
  border-radius: 50%;
}

.btn_floating a{
  transition: .2s;
}

.btn_floating a:hover{
  opacity: .8;
}

.btn_floating.js-fixed{
  position: fixed;
}

.btn_floating.js-display{
  opacity: 1;
  pointer-events: auto;
}

.company_profile_table{
	margin:0px;
	padding:0px;
}
.company_profile_table th{
	font-weight:normal;
	width:25%;
	padding:1% 0;
	text-align:left;
}
.company_profile_table td{
	width:75%;
	padding:1% 0;
	text-align:left;
}
