@charset "UTF-8";
.sp-only {
  display: none !important;
}
body {
  -webkit-print-color-adjust: exact;
  min-width: 1140px;
  color: #231815;
}
.inner {
  width: 1000px;
  margin: auto;
}
/* == parts ============================================== */
.parts_soudan {
  padding: 70px 0;
  position: relative;
}
.parts_soudan::before {
  content: "";
  width: 2px;
  height: 0px;
  background: #e73825;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  -webkit-animation: soudan 2s ease 0s infinite;
  animation: soudan 2s ease 0s infinite;
}
@-webkit-keyframes soudan {
  0% {
    top: -50px;
    height: 0;
  }
  50% {
    top: -50px;
    height: 100px;
  }
  100% {
    top: 50px;
    height: 0px;
  }
}
@keyframes soudan {
  0% {
    top: -50px;
    height: 0;
  }
  50% {
    top: -50px;
    height: 100px;
  }
  100% {
    top: 50px;
    height: 0px;
  }
}
.parts_soudan .soudan_title {
  text-align: center;
  font-size: 212.5%;
  font-weight: 900;
  color: #e73825;
}
.parts_soudan .soudan_lead {
  text-align: center;
  font-size: 125%;
  font-weight: 700;
  margin: 0 0 30px;
}
.parts_soudan .soudan_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.parts_soudan .soudan_flex img {
  vertical-align: top;
}
.parts_soudan .soudan_flex > div {
  width: 485px;
}
.parts_soudan .soudan_flex > div:nth-child(2) {
  margin: 0 0 30px 30px;
}
.parts_kaitori {
  background: url("../img/reason-bnr01.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0 60px;
}
.parts_kaitori .textBox {
  background: rgba(255, 255, 255, 0.75);
  width: 560px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.parts_kaitori .textBox img {
  vertical-align: top;
}
.parts_kaitori .textBox .kaitori_text {
  width: 450px;
  margin: auto;
}
.parts_pager {
  text-align: center;
}
.parts_pager span, .parts_pager a {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  font-size: 125%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.parts_pager span + a::before, .parts_pager a + a::before, .parts_pager a + span::before {
  content: "";
  width: 1px;
  height: 1.2em;
  background: #323232;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.parts_pager span, .parts_pager a:hover {
  color: #29ab38;
}
.btn_kaitori {
  width: 490px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px #fff;
  background: #e73825;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_kaitori a {
  display: block;
  font-size: 187.5%;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  background: url(../img/arrow01.svg) no-repeat right 20px center;
  background-size: 18px auto;
}
.btn_kaitori:hover {
  background-color: #29ab38;
}
.parts_kaitori .btn_kaitori {
  margin: 25px 0 0;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}
.btn_base {
  width: 310px;
  margin: auto;
  background: #e73825;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_base a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  background: url(../img/arrow01.svg) no-repeat right 15px center;
  background-size: 14px auto;
}
.btn_base:hover {
  opacity: 1 !important;
  background: #29ab38;
}
.title_center {
  text-align: center;
  line-height: 1;
  margin: 0 0 50px;
}
.title_center span.sub {
  display: block;
  margin: 0 0 20px;
  font-size: 187.5%;
  font-weight: 700;
}
.title_center span.main {
  display: block;
  margin: 0 0 25px;
  color: #e73825;
  font-size: 281.25%;
  font-weight: 900;
}
.table_base {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 125%;
}
.table_base tr:nth-child(odd) {
  background: #faf8e9;
}
.table_base th {
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 50px;
}
.table_base td {
  width: calc(100% - 250px);
  padding: 25px 0;
}
/* == header ============================================== */
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}
header .h_inner {
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .h-logo {
  width: 240px;
}
header .h-logo img {
  vertical-align: top;
}
#menu-trigger {
  position: relative;
  z-index: 1002;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background: #d51819;
  border-radius: 5px;
}
#menu-trigger span {
  position: absolute;
  display: block;
  width: 35px;
  height: 4px;
  background: #fff;
  left: calc(50% - 17.5px);
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 2px;
}
#menu-trigger span:nth-child(1) {
  top: 16px;
}
#menu-trigger span:nth-child(2) {
  top: 0;
  bottom: 0;
}
#menu-trigger span:nth-child(3) {
  bottom: 16px;
}
body.nav--open #menu-trigger span:nth-child(1) {
  -webkit-transform: translateY(10.5px) rotateZ(45deg);
  transform: translateY(10.5px) rotateZ(45deg);
}
body.nav--open #menu-trigger span:nth-child(2) {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
body.nav--open #menu-trigger span:nth-child(3) {
  -webkit-transform: translateY(-10.5px) rotateZ(-45deg);
  transform: translateY(-10.5px) rotateZ(-45deg);
}
header nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background: rgba(228, 0, 0, 0.9); */
  background: rgba(213, 24, 25, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translateX(100%);
}
body.nav--open header nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.list_mainNav-sp {
  display: none;
}
.list_mainNav-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_mainNav-wrap:last-child {
  margin-bottom: 0;
}
.list_mainNav-wrap .list_mainNav:first-child {
  width: 322px;
}
.list_mainNav-wrap .list_mainNav:nth-child(2) {
  width: 428px;
  margin-left: auto;
}
.list_mainNav-wrap:first-child .list_mainNav > li {
  position: relative;
}
.list_mainNav > li {
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
}
.list_mainNav > .list_mainNav__item--sns-twitter, .list_mainNav > .list_mainNav__item--other-shokunin {
  padding-right: 0;
}
.list_mainNav > li:first-of-type {
  border-top: 1px solid #fff;
}
.list_mainNav > li.has_subNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_mainNav > li.has_subNav a {
  width: 155px;
  width: max-content;
  flex-shrink: 0;
}
.list_subNav-container {
  font-weight: 500;
}
.list_subNavWrap {
  margin-top: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_subNavWrap:nth-of-type(n+2) {
  margin-top: 15px;
}
.list_subNavText {
  color: #fff;
  width: 114px;
  text-align: right;
  flex-shrink: 0;
}
.list_mainNav > li:last-child {
  margin-bottom: 0;
}
.list_mainNav > li > a {
  font-weight: 500;
  font-size: 106%;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.33;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list_mainNav-wrap:first-child .list_mainNav > li > a::before {
  content: "●";
  color: #fff;
  font-size: 0.5em;
  vertical-align: middle;
  position: absolute;
  top: 6.5px;
  left: 0;
}
.list_mainNav__item--sns-line > a::before, .list_mainNav__item--other-shokunin > a::before {
  content: none !important;
}
.list_subNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3px;
}
.list_subNav li {
  width: 50%;
  margin-bottom: 4px;
  line-height: normal;
}
.list_subNav.nav--block {
  display: block;
}
.list_subNav.nav--block > li {
  width: 100%;
  margin: 0 0 10px !important;
}
.list_subNav .list_subNav-tochigi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 5px;
}
.list_subNav .list_subNav-tochigi a::after {
  margin-top: 2px;
  content: "FC";
  line-height: 1.1;
  color: #d51819;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 6px;
}
.list_subNav li:last-child, .list_subNav li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
.list_subNav li a {
  color: #fff;
  font-size: 94%;
}
.list_mainNav__item--sns-twitter, li.list_mainNav__item--sns-line a, li.list_mainNav__item--other a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
li.list_mainNav__item--other a img {
  -webkit-transition: transform 0.3s ease-out;
  transition: transform .3s ease-out;
}
li.list_mainNav__item--other a:hover img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
li.list_mainNav__item--sns-line a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
li.list_mainNav__item--other a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_mainNav__item--sns .icon {
  width: 90px;
}
.list_mainNav__item--other .icon {
  width: 182px;
  margin-left: auto;
}
.list_mainNav__item--sns .txt {
  width: 225px;
}
.list_mainNav__item--other .txt {
  width: max-content;
}
.list_mainNav__item--sns img, .list_mainNav__item--other img {
  width: 100%;
}
.list_mainNav__item--sns-line .icon img {
  width: 64px;
}
.list_mainNav__item--sns-twitter .icon img {
  width: 56px;
}
.list_mainNav__item--other-yahuoku .icon img {
  width: 152px;
}
.list_mainNav > .list_mainNav__item--recruit, .list_mainNav > .list_mainNav__item--want {
  padding: 0;
  border: none;
}
.list_mainNav > .list_mainNav__item--want {
  width: 414px;
  margin: 20px 5px 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_mainNav > .list_mainNav__item--want > a {
  width: 136px;
  height: 134px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform .3s ease-out;
}
.list_mainNav > .list_mainNav__item--want > a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.list_mainNav__item--sell {
  background-image: url(../img/icon-sell.png);
}
.list_mainNav__item--buy {
  background-image: url(../img/icon-buy.png);
}
.list_mainNav__item--osagashi {
  background-image: url(../img/icon-search.png);
}
.list_mainNav > .list_mainNav__item--recruit > a {
  display: block;
  height: 132px;
  background-image: url("../img/recruit.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform .3s ease-out;
}
.list_mainNav > .list_mainNav__item--recruit > a:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.list_mainNav-wrap:first-child .list_mainNav > .list_mainNav__item--recruit > a::before, .list_mainNav-wrap:first-child .list_mainNav > .list_mainNav__item--want > a::before {
  content: none;
}
/**/
#side_fixed {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
  min-height: 700px;
}
#side_fixed .fixed_icon {
  text-align: center;
  position: absolute;
  z-index: 10;
  right: 0;
  /* border-bottom-left-radius: 20px;
	-webkit-box-shadow: 0px 3px 2px -2px #777;
	box-shadow: 0px 3px 2px -2px #777; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#side_fixed .fixed_icon.icon--contact {
  background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 0) 0%, rgba(246, 172, 0, 0) 20px, rgb(92, 180, 49) 22px, rgb(92, 180, 49) 100%);
  background: -webkit-linear-gradient(315deg, rgba(30, 87, 153, 0) 0%, rgba(246, 172, 0, 0) 20px, rgb(92, 180, 49) 22px, rgb(92, 180, 49) 100%);
  background: linear-gradient(135deg, rgba(30, 87, 153, 0) 0%, rgba(246, 172, 0, 0) 20px, rgb(92, 180, 49) 22px, rgb(92, 180, 49) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#f6ac00", GradientType=1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 50%;
}
#side_fixed .fixed_icon.icon--line {
  background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 0) 0%, rgba(6, 199, 85, 0) 20px, rgb(6, 199, 85) 22px, rgb(6, 199, 85) 100%);
  background: -webkit-linear-gradient(315deg, rgba(30, 87, 153, 0) 0%, rgba(6, 199, 85, 0) 20px, rgb(6, 199, 85) 22px, rgb(6, 199, 85) 100%);
  background: linear-gradient(135deg, rgba(30, 87, 153, 0) 0%, rgba(6, 199, 85, 0) 20px, rgb(6, 199, 85) 22px, rgb(6, 199, 85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#06c755", GradientType=1);
}
#side_fixed .fixed_icon.icon--twitter {
  background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, rgb(28, 128, 230) 22px, rgb(28, 128, 230) 100%);
  background: -webkit-linear-gradient(315deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, rgb(28, 128, 230) 22px, rgb(28, 128, 230) 100%);
  background: linear-gradient(135deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, rgb(28, 128, 230) 22px, rgb(28, 128, 230) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#1c80e6", GradientType=1);
  top: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
}
#side_fixed .fixed_icon.icon--yahuoku {
  background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 0) 0%, rgba(6, 199, 85, 0) 20px, rgb(243, 194, 0) 22px, rgb(243, 194, 0) 100%);
  background: -webkit-linear-gradient(315deg, rgba(30, 87, 153, 0) 0%, rgba(6, 199, 85, 0) 20px, rgb(243, 194, 0) 22px, rgb(243, 194, 0) 100%);
  background: linear-gradient(135deg, rgba(30, 87, 153, 0) 0%, rgba(6, 199, 85, 0) 20px, rgb(243, 194, 0) 22px, rgb(243, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#06c755", GradientType=1);
  top: calc(50% + 14px);
}
#side_fixed .fixed_icon.icon--fc {
  background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, rgb(228, 0, 0) 22px, rgb(228, 0, 0) 100%);
  background: -webkit-linear-gradient(315deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, rgb(228, 0, 0) 22px, rgb(228, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, rgb(228, 0, 0) 22px, rgb(228, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#1c80e6", GradientType=1);
  top: calc(50% + 14px);
}
#side_fixed .fixed_icon.icon--sell {
  top: calc(35% - 150px);
}
#side_fixed .fixed_icon.icon--buy {
  top: calc(35% - 15px);
}
#side_fixed .fixed_icon.icon--search {
  /* background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, #1c80e6 22px, #1c80e6 100%);
	background: -webkit-linear-gradient(315deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, #1c80e6 22px, #1c80e6 100%);
	background: linear-gradient(135deg, rgba(30, 87, 153, 0) 0%, rgba(28, 128, 230, 0) 20px, #1c80e6 22px, #1c80e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#1c80e6", GradientType=1); */
  top: calc(35% + 120px);
}
#side_fixed .fixed_icon.icon--twitter::before {
  content: "";
  width: 4px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px rgba(0, 30, 87, 0.6);
  border-right: solid 1px #fff;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#side_fixed .fixed_icon > a, #side_fixed .fixed_icon span {
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 153px;
  height: 153px;
  overflow: hidden;
  white-space: nowrap;
  /* text-indent: 120%; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#side_fixed .fixed_icon > a:hover, #side_fixed .fixed_icon > span:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* #side_fixed .fixed_icon.icon--contact > a {
	background: url(../img/icon-contact.svg) no-repeat center;
	background-size: 64px auto;
} */
#side_fixed .fixed_icon.icon--line > a {
  background: url(../img/icon-line.svg) no-repeat center top 18px;
  background-size: 68px auto;
}
#side_fixed .fixed_icon.icon--twitter > span {
  background: url(../img/icon-twitter.svg) no-repeat center top 8px;
  background-size: 55px auto;
}
#side_fixed .fixed_icon a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
#side_fixed .fixed_icon:nth-of-type(2) a {
  line-height: 1.1;
}
#side_fixed .fixed_icon.icon--yahuoku > a {
  background: url(../img/txt_yahuoku.svg) no-repeat center;
  background-size: 90px auto;
}
/* #side_fixed .fixed_icon.icon--fc > a {
	background: url(../img/txt_fc.svg) no-repeat center;
	background-size: 96px auto;
} */
#side_fixed .fixed_bnr {
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
}
#side_fixed .fixed_bnr img {
  vertical-align: top;
}
#side_fixed .fixed_bnr .bnr01 {
  width: 255px;
}
#side_fixed .fixed_bnr .bnr02 {
  width: 248px;
  margin: 0 0 20px auto;
}
body.is--end #side_fixed .fixed_bnr {
  opacity: 0;
  bottom: -200px;
  pointer-events: none;
}
#side_fixed .list_twitterDetail {
  width: 120px;
  margin: 15px 0;
  text-align: left;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#side_fixed .list_twitterDetail a {
  display: block;
  color: #fff;
  padding: 5px 0;
  position: relative;
  margin: 2px 0;
}
#side_fixed .list_twitterDetail a::after {
  content: "";
  width: 4em;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#side_fixed .list_twitterDetail a:hover::after {
  width: 100%;
}
/**/
#side_fixed .fixed_icon.icon--twitter.is--active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#side_fixed .fixed_icon.icon--twitter.is--active > span {
  background: none;
  width: 40px;
}
#side_fixed .fixed_icon.icon--twitter.is--active .list_twitterDetail {
  height: auto;
}
#side_fixed .fixed_icon.icon--twitter.is--active::before {
  border-color: #333;
}
/**/
@media all and (max-height: 850px) {
  #side_fixed .fixed_icon.icon--contact {
    /* top: 100px; */
  }
  #side_fixed .fixed_icon.icon--line {
    top: 200px;
  }
  #side_fixed .fixed_icon.icon--twitter {
    top: 300px;
  }
  #side_fixed .fixed_bnr {
    bottom: 15px;
    right: 15px;
  }
}
/* == footer ============================================== */
footer {
  background: #faf8e9;
  padding: 40px 0 30px;
}
footer .f_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 70px;
}
footer .f_flex .f_logo {
  width: 260px;
}
footer .f_flex .fNav_flex {
  width: 690px;
  margin: 0 0 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .f_flex .fNav_flex .list_fNav {
  width: 25%;
}
footer .f_flex .fNav_flex .list_fNav.nav--long {
  width: 50%;
}
.list_fNav > li > a {
  display: inline-block;
  font-size: 93.75%;
  font-weight: 700;
  padding: 5px 0 5px 15px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list_fNav > li > a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 16px;
  margin: auto;
}
.list_fNav > li.color01 > a::before {
  background: #29ab38;
}
.list_fNav > li.color02 > a::before {
  background: #e73825;
}
.list_fNav > li.color01 > a:hover {
  color: #29ab38;
}
.list_fNav > li.color02 > a:hover {
  color: #e73825;
}
.list_fNav.nav--long > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_fNav.nav--long > li > a {
  width: 35%;
  flex-shrink: 0;
}
.list_fNav.nav--long > li > ul {
  width: 65%;
}
.list_fSubNavWrap {
  margin-top: 2px;
}
.list_fSubNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_fSubNav li {
  width: 50%;
}
.list_fSubNavWrap:nth-of-type(n+2) {
  margin-top: 5px;
}
.list_fSubNav a {
  display: inline-block;
  font-size: 80%;
  padding: 6px 0 6px 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -15px;
  width: 80%;
  text-align: left;
  letter-spacing: 0;
}
.list_fSubNav a::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_fSubNav a:hover {
  color: #e73825;
}
footer .copyright {
  text-align: center;
  font-size: 62.5%;
}
/* == frontpage ==============================================*/
.block_frontTop {
  overflow: hidden;
  position: relative;
}
.block_frontTop .area_slide {
  margin: auto;
  position: relative;
}
.block_frontTop .area_slide .swiper, .block_frontTop .area_slide .swiper-wrapper, .block_frontTop .area_slide .swiper-slide {
  height: 100%;
}
.block_frontTop .area_slide .swiper-slide img {
  width: 100%;
  display: block;
  margin: auto;
  max-width: none;
}
.block_frontTop .area_slide .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  line-height: 1;
}
.block_frontTop .area_slide .swiper-pagination span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 50%;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  cursor: pointer;
}
.block_frontTop .area_slide .swiper-pagination span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #29ab38;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0s;
  transition: all 0s;
  border-radius: 50%;
}
.block_frontTop .area_slide .swiper-pagination span.swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}
.block_frontTop .title {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  max-width: 1365px;
  text-align: center;
}
.block_frontTop .title img {
  width: 1147px;
  max-width: none;
}
.block_frontTop .telWrap {
  position: absolute;
  left: -650px;
  right: 0;
  bottom: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 650px;
  z-index: 5;
  margin: auto;
}
.block_frontTop .telWrap a {
  display: block;
  max-width: 550px;
  margin: auto;
  padding: 30px 0;
}
/*-----*/
.block_frontOnayami {
  padding: 80px 0 110px;
  background: #faf8e9;
}
.block_frontOnayami .onayami_title {
  width: 660px;
  margin: 0 auto 50px;
}
.list_onayami {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}
.list_onayami li {
  width: 33%;
}
.list_onayami li img {
  display: block;
}
.list_onayami li img:nth-child(1) {
  margin: 0 0 15px;
  height: 175px;
  width: auto;
}
.list_onayami .onayami-01-2 {
  width: 213px;
  margin: 0 auto;
}
.list_onayami .onayami-02-2 {
  width: 241px;
  margin: 0 0 0 auto;
}
.list_onayami .onayami-03-2 {
  width: 197px;
  margin: 0 auto;
}
/**/
.block_frontReason {
  padding: 120px 0;
  background: #faf8e9;
  position: relative;
}
.block_frontReason::before {
  content: "";
  width: 175px;
  height: 50px;
  background: url(../img/illust01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: -130px;
  -webkit-animation: furafura 2s ease-in 0s infinite;
  animation: furafura 2s ease-in 0s infinite;
}
.block_frontReason::after {
  content: "";
  width: 103px;
  height: 77px;
  background: url(../img/illust03.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 90px;
  top: -75px;
  -webkit-animation: updown 3s ease 0s infinite;
  animation: updown 3s ease 0s infinite;
}
@-webkit-keyframes furafura {
  0%, 50%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(-5px);
    transform: translateX(5px) translateY(-5px);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(-5px);
    transform: translateX(-5px) translateY(-5px);
  }
}
@keyframes furafura {
  0%, 50%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(-5px);
    transform: translateX(5px) translateY(-5px);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(-5px);
    transform: translateX(-5px) translateY(-5px);
  }
}
@-webkit-keyframes updown {
  0%, 50%, 100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
  }
  25%, 75% {
    -webkit-transform: translateY(-2px) rotateZ(3deg);
    transform: translateY(-2px) rotateZ(3deg);
  }
}
@keyframes updown {
  0%, 50%, 100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
  }
  25%, 75% {
    -webkit-transform: translateY(-2px) rotateZ(3deg);
    transform: translateY(-2px) rotateZ(3deg);
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.block_frontReason .inner {
  position: relative;
}
.block_frontReason .inner::before {
  content: "";
  width: 225px;
  height: 251px;
  background: url("../img/person01.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 0;
}
.block_frontReason .reason_title {
  width: 475px;
  margin: 0 auto 60px;
}
.list_reasons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_reasons > li {
  width: 31%;
  margin: 0 0 5%;
  position: relative;
}
.list_reasons > li::before {
  content: "";
  position: absolute;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.list_reasons > li:nth-child(1)::before {
  width: 70px;
  height: 101px;
  background-image: url(../img/reason-num01.svg);
  left: -15px;
  top: -50px;
}
.list_reasons > li:nth-child(2)::before {
  width: 87px;
  height: 81px;
  background-image: url(../img/reason-num02.svg);
  left: -30px;
  top: -27px;
}
.list_reasons > li:nth-child(3)::before {
  width: 67px;
  height: 98px;
  background-image: url(../img/reason-num03.svg);
  left: -10px;
  top: -50px;
}
.list_reasons > li:nth-child(4)::before {
  width: 72px;
  height: 94px;
  background-image: url(../img/reason-num04.svg);
  left: -15px;
  top: -45px;
}
.list_reasons > li:nth-child(5)::before {
  width: 69px;
  height: 102px;
  background-image: url(../img/reason-num05.svg);
  left: -5px;
  top: -50px;
}
.list_reasons > li:nth-child(2) {
  margin: 0 3.5%;
}
.list_reasons > li:nth-child(4) {
  margin: 0 4% 0 0;
}
.list_reasons .thumbnail {
  overflow: hidden;
  border-radius: 10px;
  padding: 70% 0 0;
  margin: 0 0 20px;
}
.list_reasons .reasons_title {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  color: #29ab38;
  line-height: 1.4;
  margin: 0 0 15px;
}
.list_reasons .reasons_text {
  font-size: 95%;
}
/**/
.block_frontNews {
  background: #faf8e9;
  padding: 0 0 50px;
  overflow: hidden;
}
.block_frontNews .area_news {
  position: relative;
}
.block_frontNews .area_news::before {
  content: "";
  width: calc(100% - (100% - 570px) / 2);
  height: 3px;
  position: absolute;
  right: 0;
  top: 164px;
  margin: auto;
  background: #e73825;
}
.block_frontNews .area_news .inner {
  position: relative;
}
.block_frontNews .area_news .inner::before {
  content: "";
  width: 146px;
  height: 188px;
  position: absolute;
  left: -30px;
  top: 200px;
  background: url("../img/person02.png") no-repeat;
  background-size: contain;
  z-index: 5;
}
.block_frontNews .news_title {
  position: absolute;
  left: 0;
  top: 50px;
  width: 220px;
  height: 220px;
  background: url(../img/news-title.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
}
.block_frontNews .newsBox {
  background: #f1e9d7;
  width: 720px;
  height: 350px;
  margin: 0 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
}
.block_frontNews .newsBox .news_name {
  font-size: 156.25%;
  font-weight: 700;
  margin: 0 0 15px;
}
.block_frontNews .newsBox .news_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 2;
}
.block_frontNews .newsBox .news_link {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 81.25%;
}
.block_frontNews .newsBox .news_link a {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontNews .newsBox .news_link a:hover {
  color: #e73825;
}
.block_frontNews .newsBox .news_link a::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #231815;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontNews .newsBox .news_link a::after {
  content: "";
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontNews .newsBox .news_link a:hover::before {
  background: #e73825;
}
.block_frontNews .newsBox .news_link a:hover::after {
  border-color: #e73825;
}
.block_frontNews .btn_base {
  margin: 50px auto 0;
}
.block_frontNews .parts_kaitori {
  margin: 140px 0 0;
  position: relative;
}
.block_frontNews .parts_kaitori::before {
  content: "";
  width: 94px;
  height: 68px;
  background: url(../img/illust04.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 100px;
  top: -68px;
  -webkit-animation: updown 3s ease 0s infinite;
  animation: updown 3s ease 0s infinite;
}
/**/
.block_frontKaitori {
  padding: 150px 0 50px;
  background: #fdeadf;
  position: relative;
}
.block_frontKaitori::before {
  content: "";
  width: 108px;
  height: 36px;
  background: url(../img/illust05.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: -33px;
  -webkit-animation: scale 3s ease 0s infinite;
  animation: scale 3s ease 0s infinite;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.block_frontKaitori::after {
  content: "";
  width: 580px;
  height: 514px;
  position: absolute;
  z-index: 0;
  left: -880px;
  right: 0;
  top: -10px;
  margin: auto;
  background: url(../img/person03.png) no-repeat;
  background-size: contain;
}
.block_frontKaitori .inner {
  position: relative;
  z-index: 5;
}
.list_kaitori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_kaitori::after {
  content: "";
  display: block;
  width: 30%;
}
.list_kaitori li {
  width: 30%;
  margin: 0 1.666% 50px;
}
.list_kaitori .thumbnail {
  padding: 65% 0 0;
  margin: 0 0 10px;
  position: relative;
}
.list_kaitori .thumbnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_kaitori a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list_kaitori a .thumbnail::before {
  position: absolute;
  font-weight: 700;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
  color: #fff;
  z-index: 10;
  pointer-events: none;
}
.list_kaitori .thumbnail.situation01::before {
  content: "商談中";
  background: #1bb8ce;
}
.list_kaitori .thumbnail.situation02::before {
  content: "成約済み";
  background: #e60012;
}
.list_kaitori .kaitori_info span.info--cat {
  display: inline;
  margin: 0 6px 0 0;
}
.list_kaitori .kaitori_info span.info--cat span.cat {
  display: inline-block;
  background: #6a3906;
  font-size: 87.5%;
  color: #fff;
  border-radius: 4px;
  padding: 5px;
  line-height: 1;
  margin: 0 0 0 3px;
}
.list_kaitori .kaitori_info span.info--time {
  font-size: 87.5%;
}
.list_kaitori a:hover .kaitori_title {
  color: #29ab38;
  font-weight: 700;
}
.list_kaitori .kaitori_number {
  font-size: 80%;
}
.list_kaitori .kaitori_price {
  color: #e73825;
  font-size: 120%;
  font-weight: 900;
  line-height: 1;
  margin: 5px 0 0;
  text-align: left;
}
.list_kaitori .kaitori_price small {
  font-size: 80%;
}
.list_kaitori .kaitori_price span.number {
  font-size: 150%;
}
.list_kaitori .text_model {
  font-size: 80%;
}
.list_kaitori .text_maker {
  font-weight: 700;
}
/**/
.block_frontBuy {
  background: #eaf4fc;
  padding: 90px 0;
  position: relative;
}
.block_frontBuy .inner {
  position: relative;
  z-index: 5;
}
.block_frontBuy .list_kaitori .kaitori_info span.info--cat span.cat, .block_buy .list_kaitori .kaitori_info span.info--cat span.cat {
  background: #5bab34;
}
/**/
.block_frontVoice {
  padding: 80px 0 50px;
  background: #f9f7e8;
}
.block_frontVoice .area_voice {
  background: url(../img/voice-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0 70px;
  margin: 150px 0 0;
  position: relative;
}
.block_frontVoice .area_voice::before {
  content: "";
  width: 130px;
  height: 127px;
  background: url(../img/illust06.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50px;
  top: -122px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: updown 3s ease 0s infinite;
  animation: updown 3s ease 0s infinite;
}
.block_frontVoice .area_voice a {
  display: block;
  width: 540px;
  margin: auto;
  text-align: center;
  color: #6a3906;
  background: rgba(255, 255, 255, 0.75);
  padding: 35px 0 30px;
  position: relative;
  border-radius: 4px;
}
.block_frontVoice .area_voice a::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e73825;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontVoice .area_voice a::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url("../img/arrow01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  bottom: 18px;
}
.block_frontVoice .area_voice a:hover::before {
  background: #29ab38;
}
.block_frontVoice .area_voice .voice_title {
  font-size: 218.75%;
  font-weight: 700;
  margin: 0 0 15px;
}
.block_frontVoice .area_voice .voice_lead {
  font-size: 125%;
  margin: 0 0 5px;
}
.block_frontVoice .area_voice .voice_text {
  font-size: 156.25%;
  font-weight: 700;
  line-height: 1.4;
}
/**/
.block_frontStores {
  padding: 150px 0 180px;
  background: #faf8e9;
  position: relative;
}
.block_frontStores::before {
  content: "";
  width: 107px;
  height: 153px;
  background: url(../img/illust07.svg) no-repeat;
  position: absolute;
  right: 100px;
  top: -100px;
  -webkit-animation: scale 8s ease 0s infinite;
  animation: scale 8s ease 0s infinite;
}
.block_frontStores::after {
  content: "";
  width: 450px;
  height: 80px;
  background: url("../img/illust08.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: -800px;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: me 10s ease 0s infinite;
  animation: me 10s ease 0s infinite;
}
@-webkit-keyframes me {
  0%, 10%, 30%, 50%, 70%, 90%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes me {
  0%, 10%, 30%, 50%, 70%, 90%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.block_frontStores .yahooBnr {
  margin: 0 auto;
}
.block_frontStores .area_stores {
  position: relative;
  overflow: hidden;
  margin: 0 0 180px;
}
.block_frontStores .area_stores .inner {
  position: relative;
  padding: 180px 0 0;
}
.block_frontStores .area_stores .inner::before {
  content: "";
  width: 419px;
  height: 313px;
  background: url(../img/person04.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -150px;
  top: 30px;
  z-index: 0;
}
.block_frontStores .area_stores .title_center {
  position: relative;
  z-index: 10;
}
.block_frontStores .area_stores .title_center span.sub {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.block_frontStores .area_stores .stores_map {
  position: relative;
}
.block_frontStores .area_stores .stores_map.map--hokkaido {
  margin: 0 auto 10%;
}
.block_frontStores .area_stores .stores_map .map-image {
  position: relative;
}
.block_frontStores .area_stores .stores_map .map-image img {
  vertical-align: top;
}
.block_frontStores .area_stores .stores_map .map-image a {
  position: absolute;
  display: block;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontStores .area_stores .stores_map .map-image a.is--show {
  opacity: 1;
}
.block_frontStores .area_stores .stores_map .map-image a#map__h_iwamizawa {
  width: 295px;
  left: 319px;
  top: 341px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(1) {
  width: 185px;
  left: 455px;
  top: 227px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(2) {
  width: 143px;
  left: 535px;
  top: 368px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(3) {
  width: 132px;
  left: 438px;
  top: 363px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(4) {
  width: 142px;
  left: 497px;
  top: 562px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(5) {
  width: 111px;
  left: 423px;
  top: 545px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(6) {
  width: 234px;
  left: 225px;
  top: 620px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(7) {
  width: 190px;
  left: 384px;
  top: 692px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(8) {
  width: 218px;
  left: 339px;
  top: 824px;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(9) {
  width: 218px;
  left: 400px;
  top: 798px;
}
.block_frontStores .area_stores .stores_map .map_base {
  position: absolute;
  z-index: 5;
  width: 250px;
  background: #fff;
  border: solid 4px #e73825;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px 5px;
}
.block_frontStores .area_stores .stores_map .map_base::before {
  pointer-events: none;
  z-index: 5;
}
.block_frontStores .area_stores .stores_map .map_base.map--h_iwamizawaInfo {
  right: 70px;
  bottom: 60px;
}
.block_frontStores .area_stores .stores_map .map_base.map--h_iwamizawaInfo::before {
  content: "";
  width: 256px;
  height: 268px;
  background: url(../img/line10.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 100%;
  top: -66%;
}
/**/
.block_frontStores .area_stores .stores_map .map_base.map--akita {
  left: 45px;
  top: 250px;
}
.block_frontStores .area_stores .stores_map .map_base.map--akita::before {
  content: "";
  width: 226px;
  height: 120px;
  background: url(../img/line01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 45%;
}
.block_frontStores .area_stores .stores_map .map_base.map--yamagata {
  left: 45px;
  top: 560px;
}
.block_frontStores .area_stores .stores_map .map_base.map--yamagata::before {
  content: "";
  width: 214px;
  height: 29px;
  background: url(../img/line02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 23%;
}
.block_frontStores .area_stores .stores_map .map_base.map--niigata {
  left: 45px;
  top: 880px;
}
.block_frontStores .area_stores .stores_map .map_base.map--niigata::before {
  content: "";
  width: 82px;
  height: 282px;
  background: url(../img/line03.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  bottom: 28%;
}
.block_frontStores .area_stores .stores_map .map_base.map--iwate {
  right: 45px;
  top: 60px;
}
.block_frontStores .area_stores .stores_map .map_base.map--iwate::before {
  content: "";
  width: 134px;
  height: 204px;
  background: url(../img/line11.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 95%;
  top: 100%;
}
.block_frontStores .area_stores .stores_map .map_base.map--ichinoseki {
  right: 45px;
  top: 310px;
}
.block_frontStores .area_stores .stores_map .map_base.map--ichinoseki::before {
  content: "";
  width: 111px;
  height: 115px;
  background: url(../img/line04.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 100%;
  top: 60%;
}
.block_frontStores .area_stores .stores_map .map_base.map--miyagi {
  right: 45px;
  top: 560px;
}
.block_frontStores .area_stores .stores_map .map_base.map--miyagi::before {
  content: "";
  width: 150px;
  height: 56px;
  background: url(../img/line05.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 100%;
  top: 25%;
}
.block_frontStores .area_stores .stores_map .map_base.map--fukushima {
  right: 45px;
  top: 810px;
}
.block_frontStores .area_stores .stores_map .map_base.map--fukushima::before {
  content: "";
  width: 200px;
  height: 226px;
  background: url(../img/line06.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 100%;
  bottom: 21%;
}
.block_frontStores .area_stores .stores_map .map_base.map--ibaraki {
  right: 125px;
  bottom: 30px;
}
.block_frontStores .area_stores .stores_map .map_base.map--ibaraki::before {
  content: "";
  width: 144px;
  height: 160px;
  background: url(../img/line07.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 92%;
  bottom: 100%;
}
.block_frontStores .area_stores .stores_map .map_base.map--tochigi {
  right: 390px;
  bottom: 30px;
  padding: 0;
  border: none;
}
.block_frontStores .area_stores .stores_map .map_tochigi {
  padding: 10px 15px 5px;
  background-color: #fff;
  border: solid 4px #e73825;
  border-radius: 10px;
}
.block_frontStores .area_stores .stores_map .map_tochigi::before {
  content: "";
  width: 20px;
  height: 307px;
  background: url(../img/line08.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 53%;
  bottom: 67%;
  z-index: -1;
}
.block_frontStores .area_stores .stores_map .map_base.map--aomori {
  left: 330px;
  top: 30px;
}
.block_frontStores .area_stores .stores_map .map_base.map--aomori::before {
  content: "";
  width: 104px;
  height: 106px;
  background: url(../img/line08.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -10%;
  top: 98.9%;
}
.block_frontStores .area_stores .stores_map .map_area {
  font-size: 93.75%;
}
.block_frontStores .area_stores .stores_map .map_name {
  font-size: 162.5%;
  font-weight: 700;
  line-height: 1;
  margin: 2px 0 5px;
}
.block_frontStores .area_stores .stores_map .map_att {
  font-size: 68.75%;
}
.block_frontStores .area_stores .stores_map .map_app a {
  display: inline-block;
  color: #e73825;
  font-size: 93.75%;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block_frontStores .area_stores .stores_map .map_app a:hover {
  color: #ff0000;
}
.block_frontStores .area_stores .stores_map .map_cat {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block_frontStores .area_stores .stores_map .map_cat span {
  display: inline-block;
  line-height: 1.2;
  background: #f9bc00;
  padding: 3px 12px;
  border-radius: 4px;
  text-align: center;
  font-size: 75%;
  font-weight: 700;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block_frontStores .area_stores .stores_map .map_cat span + span {
  margin: 0 0 0 5%;
}
.block_frontStores .area_stores .stores_map .map_link {
  font-size: 93.75%;
  font-weight: 700;
  background: #e73825;
  padding: 5px 0;
  text-align: center;
  border-radius: 6px;
  margin: 10px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontStores .area_stores .stores_map .map_link:hover {
  background: #29ab38;
}
.block_frontStores .area_stores .stores_map .map_link a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/arrow01.svg) no-repeat right 10px center;
  background-size: 15px auto;
}
.block_frontStores .area_company .company_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}
.block_frontStores .area_company .company_thumbnail {
  width: 480px;
  overflow: hidden;
  border-radius: 4px;
}
.block_frontStores .area_company .company_thumbnail img {
  vertical-align: top;
}
.block_frontStores .area_company .company_box {
  width: 370px;
  position: relative;
}
.block_frontStores .area_company .company_box .company_text {
  font-size: 110%;
  line-height: 2;
}
.block_frontStores .area_company .company_box .btn_base {
  position: absolute;
  left: 0;
  bottom: 0;
}
/**/
.block_frontCompany {
  padding: 150px 0;
  position: relative;
  z-index: 5;
  background: #fff;
}
.block_frontCompany::after {
  content: "";
  width: 112px;
  height: 86px;
  background: url(../img/illust09.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 70px;
  bottom: 0;
  -webkit-animation: updown 3s ease 0s infinite;
  animation: updown 3s ease 0s infinite;
}
.list_form {
  max-width: 900px;
  margin: 0 auto 60px;
}
.list_form li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_form li + li {
  margin: 30px 0 0;
}
.list_form .form_label {
  width: 250px;
  position: relative;
}
.list_form .form_label.hissu::before {
  content: "必須";
  font-size: 93.75%;
  position: absolute;
  right: 0;
  top: 3px;
  background: #e73825;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 4px;
}
.list_form .form_input {
  width: calc(100% - 280px);
  margin: 0 0 0 30px;
}
.form_base input[type="text"], .form_base input[type="tel"], .form_base input[type="email"], .form_base textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f1f1f1;
  border: solid 1px #e5e5e4;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
}
.form_base input.small {
  width: 30%;
  margin: 0 1% 0 0;
}
.form_base .area_policy {
  background: #f1f1f1;
  width: 675px;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  height: 350px;
  overflow-y: scroll;
}
.form_base .area_policy .policy_title {
  font-size: 200%;
  font-weight: 700;
  color: #29ab38;
}
.form_base .area_policy .policy_text {
  font-size: 93.75%;
  margin: 0 0 30px;
}
.form_base .area_policy dl + dl {
  margin: 25px 0 0;
}
.form_base .area_policy dl dt {
  font-size: 125%;
  font-weight: 700;
  color: #29ab38;
  margin: 0 0 5px;
}
.form_base .area_policy dl dd {
  font-size: 93.75%;
}
.form_base .policy_check {
  text-align: center;
  margin: 0 0 80px;
  cursor: pointer;
}
.form_base .area_submit {
  text-align: center;
}
.form_base input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 315px;
  display: inline-block;
  background-color: #e73825;
  background-image: url("../img/arrow01.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px auto;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 10px;
}
.form_base input[type="submit"]:hover {
  background-color: #29ab38;
}
.form_base input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 210px;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 10px;
}
.form_base input[type="button"]:hover {
  background-color: #999;
}
/* == underpage ============================================== */
.block_pageName {
  height: 300px;
  background: url(../img/page_bnr.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.block_pageName .inner {
  height: 100%;
}
.block_pageName .pageName_title {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 375%;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 15px #333, 0 0 15px #333, 0 0 15px #333, 0 0 15px #333;
}
.bg--on {
  background: #faf8e9;
}
/* ======
page-name #news
======*/
.block_news {
  padding: 120px 0 180px;
}
.list_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_news::after {
  content: "";
  display: block;
  width: 27%;
}
.list_news li {
  width: 27%;
  margin: 0 0 80px;
  position: relative;
  padding: 0 0 2em;
}
.list_news li a {
  display: block;
}
.list_news .thumbnail {
  padding: 65% 0 0;
  margin: 0 0 10px;
  border-radius: 6px;
}
.list_news .thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(41, 171, 56, 0.3);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_news .infoBox span {
  display: inline-block;
  font-size: 87.5%;
}
.list_news .news_title {
  font-size: 118.75%;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 5px;
}
.list_news .news_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_news .news_more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 81.25%;
  padding: 0 40px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_news .news_more::before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_news .news_more::after {
  content: "";
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_news a:hover .thumbnail::before {
  opacity: 1;
}
.list_news a:hover .news_more {
  color: #e73825;
}
.list_news a:hover .news_more::before {
  background-color: #e73825;
}
.list_news a:hover .news_more::after {
  border-color: #e73825;
}
/*------------------------------*/
article .news-info {
  position: relative;
}
article .news-info time {
  font-size: 112.5%;
}
article .news-info span.cat {
  display: inline-block;
  background: #6a3906;
  color: #fff;
  margin: 0 0 0 10px;
  padding: 0 10px;
  border-radius: 6px;
}
body#page_buy article .news-info span.cat {
  background: #5bab34;
}
article .news-info::before {
  position: absolute;
  font-size: 150%;
  font-weight: 700;
  right: 0;
  top: 0;
  width: 150px;
  text-align: center;
  color: #fff;
  z-index: 10;
  pointer-events: none;
}
article .news-info.situation01::before {
  content: "商談中";
  background: #1bb8ce;
}
article .news-info.situation02::before {
  content: "成約済み";
  background: #e60012;
}
article .news_singleTitle {
  font-size: 212.5%;
  font-weight: 700;
  margin: 0 0 30px;
}
.single-pager {
  position: relative;
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: solid 1px #999;
}
.single-pager .pager-prev {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50px;
}
.single-pager .pager-back {
  text-align: center;
}
.single-pager .pager-next {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 50px;
}
.single-pager a {
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-pager a:hover {
  color: #29ab38;
}
/* ======
page-name #flow
======*/
.block_flow {
  padding: 120px 0 180px;
}
.block_flow .inner {
  position: relative;
}
.block_flow .inner::before {
  content: "";
  width: 250px;
  height: 210px;
  background: url(../img/flow/illust01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: -10px;
}
.block_flow .flow_stepTitle {
  text-align: center;
  width: 52%;
  margin: 0 auto 100px;
}
.list_flowStep {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.list_flowStep::before {
  content: "";
  width: 12px;
  height: calc(100% - 200px);
  background: #fff;
  position: absolute;
  left: 180px;
  top: 40px;
}
.list_flowStep li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.list_flowStep li + li {
  margin: 130px 0 0;
}
.list_flowStep .stepTextBox {
  width: 380px;
}
.list_flowStep .stepTextBox .step_num {
  width: 128px;
  margin: auto;
  position: relative;
  padding: 30px 0 0;
}
.list_flowStep .stepTextBox .step_num::before {
  content: "";
  width: 102px;
  height: 52px;
  background: url(../img/flow/step.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: 0;
}
.list_flowStep .stepTextBox .box_title {
  font-size: 212.5%;
  font-weight: 700;
  color: #e73825;
}
.list_flowStep .stepTextBox .box_text {
  font-size: 125%;
}
.list_flowStep .stepImageBox {
  width: 400px;
}
.list_flowStep .stepImageBox .box_image {
  overflow: hidden;
  border-radius: 15px;
}
.list_flowStep .stepImageBox .box_image img {
  vertical-align: top;
}
/* ======
page-name #kaitori
======*/
.block_kaitori {
  padding: 80px 0 120px;
}
.block_kaitori .list_kaitori {
  margin: 70px 0;
}
.block_kaitori .area_data {
  margin: 80px 0 150px;
}
.block_kaitori .area_data .data_title {
  font-size: 156.25%;
  font-weight: 700;
  margin: 0 0 10px;
}
.list_singleData {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
}
.list_singleData > li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
}
.list_singleData > li.long {
  width: 100%;
}
.list_singleData dl {
  font-size: 93.75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_singleData dl dt {
  background: #f0f0f0;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 145px;
  border-right: solid 1px #aaaaaa;
}
.list_singleData dl dd {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 145px);
}
.list_singleData dl dd span {
  display: inline-block;
}
.list_singleData dl dd span + span {
  margin: 0 0 0 10px;
}
.block_kaitori .area_slide .swiper {
  overflow: visible;
  width: 1000px;
}
.block_kaitori .area_slide .swiper .swiper_main {
  position: relative;
}
.block_kaitori .area_slide .swiper-wrapper {
  overflow: hidden;
}
.block_kaitori .area_slide .swiper-slide {
  width: 1000px;
}
.block_kaitori .area_slide .swiper-slide img {
  display: block;
  vertical-align: top;
}
.block_kaitori .area_slide .swiper-button-prev {
  width: 27px;
  height: 60px;
  background: url("../img/slide-prev.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  left: -1100px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.block_kaitori .area_slide .swiper-button-next {
  width: 27px;
  height: 60px;
  background: url("../img/slide-next.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  left: 0;
  right: -1100px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.block_kaitori .area_slide .swiper#js_singleThumb {
  margin: 30px 0 0;
}
.block_kaitori .area_slide .swiper#js_singleThumb .swiper-slide {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_kaitori .area_slide .swiper#js_singleThumb .swiper-slide:hover {
  opacity: 0.7;
}
.block_kaitori .area_slide .swiper#js_singleThumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.7;
}
/* ======
page-name #voice
======*/
.block_voice {
  padding: 120px 0 180px;
}
.list_voiceEp li {
  background: #fff;
  margin: 150px 0 0;
  padding: 50px 110px;
  border-radius: 10px;
  position: relative;
}
.list_voiceEp .ep_title {
  width: 292px;
  height: 90px;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}
.list_voiceEp li:nth-child(1) .ep_title {
  background-image: url(../img/voice/ep01.svg);
}
.list_voiceEp li:nth-child(2) .ep_title {
  background-image: url(../img/voice/ep02.svg);
}
.list_voiceEp li:nth-child(3) .ep_title {
  background-image: url(../img/voice/ep03.svg);
}
.list_voiceEp li:nth-child(4) .ep_title {
  background-image: url(../img/voice/ep04.svg);
}
.list_voiceEp li:nth-child(5) .ep_title {
  background-image: url(../img/voice/ep05.svg);
}
.list_voiceEp .voice_customer {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 175px;
  padding: 0 200px 0 0;
  margin: 0 0 40px;
}
.list_voiceEp li:nth-child(1) .voice_customer {
  background-image: url(../img/voice/ep01-1.svg);
}
.list_voiceEp li:nth-child(2) .voice_customer {
  background-image: url(../img/voice/ep02-1.svg);
}
.list_voiceEp li:nth-child(3) .voice_customer {
  background-image: url(../img/voice/ep03-1.svg);
}
.list_voiceEp li:nth-child(4) .voice_customer {
  background-image: url(../img/voice/ep04-1.svg);
}
.list_voiceEp li:nth-child(5) .voice_customer {
  background-image: url(../img/voice/ep05-1.svg);
}
.list_voiceEp .voice_customer .customer_title {
  font-size: 212.5%;
  font-weight: 700;
  color: #29ab38;
  text-align: center;
  margin: 0 0 5px;
  padding: 15px 0 0;
}
.list_voiceEp .voice_customer .customer_text {
  margin: 0 0 10px;
  line-height: 2;
}
.list_voiceEp .voice_customer .customer_name {
  text-align: right;
}
.list_voiceEp .voice_staff {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 175px;
  font-size: 150%;
  font-weight: 700;
  color: #e73825;
  line-height: 1.5;
  padding: 0 0 0 200px;
  height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_voiceEp li.ep01 .voice_staff {
  background-image: url("../img/voice/staff01.png");
}
.list_voiceEp li.ep02 .voice_staff {
  background-image: url("../img/voice/staff02.png");
}
.list_voiceEp li.ep03 .voice_staff {
  background-image: url("../img/voice/staff03.png");
}
.list_voiceEp li.ep04 .voice_staff {
  background-image: url("../img/voice/staff04.png");
}
.list_voiceEp li.ep05 .voice_staff {
  background-image: url("../img/voice/staff05.png");
}
.list_voiceEp li.type--02 .voice_customer {
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 200px;
}
.list_voiceEp li.type--02 .voice_customer .customer_name {
  text-align: left;
}
.list_voiceEp li.type--02 .voice_staff {
  background-position: right center;
  padding: 0 200px 0 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* ======
page-name #company
======*/
.block_company {
  padding: 140px 0;
}
/* ======
page-name #contact
======*/
.block_contact {
  padding: 120px 0;
}
.block_contact .title_center {
  margin: 0 auto 80px;
}
.block_contact .title_center span.sub {
  line-height: 1.5;
}
.block_contact .area_thanks {
  padding: 80px 0;
  background: #fffa64;
  border-radius: 10px;
  text-align: center;
  position: relative;
  max-width: 1000px;
  margin: 50px auto 0;
}
.block_contact .area_thanks::before {
  content: "";
  width: 150px;
  height: 160px;
  background: url(../img/contact/illust02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  top: -5px;
}
.block_contact .area_thanks::after {
  content: "";
  width: 90px;
  height: 110px;
  background: url(../img/contact/illust03.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -10px;
  bottom: -5px;
}
.block_contact .area_thanks .inner {
  position: relative;
}
.block_contact .area_thanks .inner::before {
  content: "";
  width: 108px;
  height: 160px;
  background: url(../img/contact/illust01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -190px;
  margin: auto;
}
.block_contact .area_thanks .thanks-title {
  font-size: 250%;
  font-weight: 900;
  color: #e73825;
  margin: 0 0 30px;
}
.block_contact .area_thanks .thanks_text {
  font-size: 137.5%;
}
.block_contact .btn_base {
  margin: 100px auto 0;
}
/* ======
page-name #buy
======*/
body#page_buy .fixed_bnr {
  display: none;
}
#fixed_estimate {
  position: fixed;
  z-index: 100;
  width: 150px;
  left: 20px;
  bottom: 20px;
}
#fixed_estimate img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
  width: 150px;
  cursor: pointer;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
#fixed_estimate img:hover {
  opacity: 0.7;
}
#fixed_estimate.active img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#fixed_estimate .estimateWrap {
  width: 540px;
  background: #2f2725;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 35px;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  pointer-events: none;
}
#fixed_estimate .estimateWrap::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: solid 1px #fff;
  pointer-events: none;
}
#fixed_estimate.active .estimateWrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
#fixed_estimate .estimateWrap .estimate_close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#fixed_estimate .estimateWrap .estimate_close::before, #fixed_estimate .estimateWrap .estimate_close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#fixed_estimate .estimateWrap .estimate_close::before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#fixed_estimate .estimateWrap .estimate_close::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fixed_estimate .estimateWrap .estimate_title {
  font-size: 143.75%;
  text-align: center;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
}
#fixed_estimate .estimateWrap .estimate_title .icon {
  left: -10px;
  bottom: 0;
  max-width: 145px;
  width: 30%;
  position: absolute;
}
#fixed_estimate .estimateWrap .estimate_title .icon img {
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: static;
  -webkit-transform: unset;
  transform: unset;
}
#fixed_estimate .estimateWrap .estimate_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
  position: relative;
}
#fixed_estimate .estimateWrap .estimate_form .form_label {
  width: 160px;
}
#fixed_estimate .estimateWrap .estimate_form .form_label::before {
  content: "●";
}
#fixed_estimate .estimateWrap .estimate_form .form_input {
  width: calc(100% - 160px);
}
#fixed_estimate .estimateWrap .estimate_form .form_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #fff;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  background-color: #000;
  background-image: url(../img/option2.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
#fixed_estimate .estimateWrap .estimate_form .form_input .inputBorder {
  border: solid 1px #fff;
  border-radius: 4px;
}
#fixed_estimate .estimateWrap .estimate_form .form_input .inputBorder input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 3em);
  border: none;
  background: none;
  margin: 0 1em 0 0;
  color: #fff;
}
#fixed_estimate .estimateWrap .estimate_btn {
  text-align: right;
  margin: 0 0 35px;
}
#fixed_estimate .estimateWrap .estimate_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #4994c4;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  padding: 3px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#fixed_estimate .estimateWrap .estimate_btn button:hover {
  opacity: 0.7;
}
#fixed_estimate .estimateWrap .estimate_form .inputWhite {
  background: #fff;
  border-radius: 4px;
}
#fixed_estimate .estimateWrap .estimate_form .inputWhite input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  width: calc(100% - 1.5em);
  color: #333;
  outline: none;
  text-align: right;
}
#fixed_estimate .estimateWrap .estimate_form .inputWhite span {
  color: #333;
}
#fixed_estimate .estimateWrap .estimate_form .form_att {
  position: absolute;
  right: 0;
  bottom: -2em;
  font-size: 80%;
}
#fixed_estimate .estimateWrap .form_attUnder {
  margin: 30px 0 0;
  font-size: 80%;
}
/**/
.block_buy {
  padding: 30px 0;
}
.block_buy .title_center {
  margin: 40px 0 50px;
}
.block_buy .area_form {
  overflow: hidden;
  margin: 0 auto 80px;
}
.block_buy .area_form .form_left {
  width: 600px;
  float: left;
}
.block_buy .area_form .form_title {
  text-align: center;
  color: #fff;
  font-size: 162.5%;
  font-weight: 700;
  padding: 5px 0;
}
.block_buy .area_form .form_left .form_title {
  background: #5bab34;
}
.block_buy .area_form .form_left form {
  display: block;
  background: #fff;
  padding: 40px;
}
.block_buy .area_form .form_left form input, .block_buy .area_form .form_left form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block_buy .area_form .form_left form input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #040000;
  height: 45px;
  border-radius: 4px;
  padding: 0 10px;
}
.block_buy .area_form .form_left form select {
  border: solid 2px #040000;
  background-image: url(../img/option.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 0 30px 0 10px;
  border-radius: 4px;
  font-size: 16px;
}
.block_buy .area_form .form_left .input_price select {
  width: 47%;
}
.list_buyForm > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_buyForm > li + li {
  margin: 15px 0 0;
}
.list_buyForm > li .form_label {
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list_buyForm > li .form_label::before {
  content: "●";
  color: #5bab34;
}
.list_buyForm > li .form_input {
  width: calc(100% - 120px);
}
.block_buy .area_form .area_submit {
  margin: 50px auto 0;
}
.block_buy .area_form .area_submit input {
  width: 300px;
  display: block;
  color: #fff;
  font-weight: 700;
  background-color: #5bab34;
  background-image: url(../img/arrow01.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  border: none;
  padding: 15px 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
}
.block_buy .area_form .area_submit input:hover {
  opacity: 0.7;
}
.block_buy .area_form .area_reset {
  margin: 25px auto 0;
  text-align: center;
}
.block_buy .area_form .area_reset input {
  width: 120px;
  display: block;
  color: #fff;
  font-size: 81.25%;
  font-weight: 700;
  background: #c9caca;
  margin: auto;
  padding: 12px 0 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
}
.block_buy .area_form .area_reset input:hover {
  background: #666;
}
/**/
.block_buy .area_form .form_right {
  width: 360px;
  float: right;
}
.block_buy .area_form .form_right .form_title {
  background: #eaa613;
}
.list_model {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #4d4d4d;
  border-left: solid 1px #4d4d4d;
  margin: 20px 0 0;
}
.list_model > li {
  width: 50%;
  border-right: solid 1px #4d4d4d;
  border-bottom: solid 1px #4d4d4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list_model > li:nth-child(1) {
  display: none;
}
.list_model > li:nth-child(4n + 1), .list_model > li:nth-child(4n + 2) {
  background: #f8e6c7;
}
.list_model > li:nth-child(4n + 3), .list_model > li:nth-child(4n + 4) {
  background: #fbf2e2;
}
.list_model > li a {
  display: block;
  font-size: 88%;
  padding: 2px 15px;
  background: url("../img/slide-next.svg") no-repeat right 10px center;
  background-size: 7px auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list_model > li a:hover {
  color: #eaa613;
  background-position: right 6px center;
}
.block_buy .area_sort {
  margin: 60px 0;
}
.block_buy .list_sort {
  text-align: center;
  margin: 0 0 40px;
}
.block_buy .list_sort li {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_buy .list_sort li + li {
  border-left: solid 1px #231815;
}
.block_buy .list_sort li:hover, .block_buy .list_sort li.active {
  color: #29ab38;
}
.block_buy .list_sort a {
  display: block;
  padding: 3px 20px;
  line-height: 1;
}
.block_buy .area_orderby .list_kaitori {
  margin: 60px 0;
}
.block_buy .no_search {
  text-align: center;
  margin: 40px 0 70px;
  font-size: 200%;
  font-weight: 700;
}
body#page_buy article .news_singleTitle {
  margin: 0 0 5px;
}
body#page_buy article .kaitori_number {
  font-weight: 700;
}
article .single_price {
  text-align: right;
  font-size: 200%;
  line-height: 1;
  margin: -5px 0 30px;
}
article .single_price span {
  color: #da3927;
  font-weight: 700;
  font-size: 200%;
  display: inline-block;
  margin: 0 5px;
}
article .single_price small {
  font-size: 62.5%;
}
.block_kaitori .area_contact {
  margin: -100px auto 150px;
}
.block_kaitori .area_contact .contact_yahoo {
  width: 400px;
  margin: auto;
}
.block_kaitori .area_tel {
  margin: 0 auto 150px;
}
.block_kaitori .area_tel .tel_text {
  text-align: center;
  font-size: 187.5%;
  font-weight: 700;
  margin: 0 0 30px;
}
.block_kaitori .area_tel .tel_number {
  width: 700px;
  margin: 0 auto;
}
.block_kaitori .area_form {
  margin: 0 0 150px;
}
.block_kaitori .area_form .form_text {
  text-align: center;
  font-size: 187.5%;
  font-weight: 700;
  margin: 0 0 20px;
}
.block_kaitori .area_form .form_lead {
  text-align: center;
  font-size: 112.5%;
  margin: 0 0 40px;
}
/*----- print -----*/
.btn_print {
  width: 300px;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  display: block;
  border: solid 1px #333;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_print:hover {
  background-color: #ccc;
}
#print_html {
  size: A4 portrait;
  padding: 60mm 20mm 20mm;
  border-bottom: solid 5px #5bab34;
  background: #f9f7e8;
  margin: 0;
  display: none;
}
#print_html .logo {
  width: 240px;
  margin: 0 auto 10px;
}
#print_html .thumb {
  text-align: center;
  margin: 0 auto 30px;
}
#print_html .maker {
  font-size: 340%;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}
#print_html .model {
  font-size: 340%;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}
#print_html .number {
  font-size: 250%;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 1.4;
}
#print_html .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
#print_html .price .tag {
  display: inline-block;
  background: #b81c25;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-size: 200%;
}
#print_html .price .numbers {
  display: inline-block;
  font-size: 750%;
  font-weight: 700;
  color: #b81c25;
}
#print_html .price .unit {
  display: inline-block;
  font-size: 500%;
  font-weight: 700;
  color: #b81c25;
  position: relative;
  padding: 10px 5px 0;
}
#print_html .price .unit small {
  position: absolute;
  top: 8px;
  right: 1px;
  color: #333;
  font-size: 26%;
}
@media print {
  #print_html {
    display: block;
  }
  body.mediaPrint .btn_print, body.mediaPrint header, body.mediaPrint footer, body.mediaPrint .block_kaitori, body.mediaPrint .block_pageName, #fixed_estimate, .block_buy {
    display: none;
  }
}
/* ==============================================

中古農機具お探しページ

================================================*/
.osagashi_sp {
  display: none;
}
/* -------------------------------------------
ヘッダー
------------------------------------------- */
.osagashi_header #side_fixed {
  display: none;
}
/* -------------------------------------------
fv
------------------------------------------- */
.osagashi_fv .sub_catch_sp, .osagashi_fv .main_catch_sp, .osagashi_fv .bottom_txt_sp {
  display: none;
}
.osagashi_fv {
  background-image: url("../img/osagashi/fv/fv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 73.206vw;
  position: relative;
  overflow: hidden;
  margin-top: -35px;
}
.osagashi_fv_inner {
  background-image: url("../img/osagashi/fv/fv_img_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
}
.osagashi_fv_content {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.osagashi_fv_img {
  height: inherit;
  width: 50%;
}
.osagashi_fv .sub_catch_pc {
  width: clamp(580px, 60vw, 815px);
  margin-top: 7%;
}
.osagashi_fv .main_catch_pc {
  width: clamp(580px, 58vw, 800px);
  margin-top: -23%;
  margin-left: 4%;
}
.osagashi_fv .bottom_txt_pc {
  width: clamp(540px, 59vw, 810px);
  margin-top: -2%;
}
@media (max-width: 1300px) {
  .osagashi_fv .sub_catch_pc {
    width: clamp(580px, 54vw, 815px);
    margin-top: 13%;
  }
  .osagashi_fv .main_catch_pc {
    width: clamp(580px, 52vw, 800px);
    margin-top: -21%;
  }
  .osagashi_fv .bottom_txt_pc {
    width: clamp(540px, 53vw, 810px);
    margin-top: 13%;
  }
}
@media (max-width: 1200px) {
  .osagashi_fv_inner {
    background-position: center;
  }
  .osagashi_fv .sub_catch_pc {
    margin-top: 15%;
  }
  .osagashi_fv .main_catch_pc {
    margin-top: -19%;
  }
  .osagashi_fv .bottom_txt_pc {
    margin-top: 14%;
  }
}
@media (max-width: 1030px) {
  .osagashi_fv .sub_catch_pc {
    margin-top: 19%;
  }
}
@media (max-width: 1000px) {
  .osagashi_fv .sub_catch_pc {
    margin-top: 23%;
  }
}
@media (min-width: 1366px) {
  .osagashi_fv {
    min-height: 100vh;
  }
}
@media (min-width: 1450px) {
  .osagashi_fv_inner {
    background-position: center;
  }
}
@media (min-width: 1600px) {
  .osagashi_fv_inner {
    background-image: url("../img/osagashi/fv/fv_img_large.png");
    background-position: initial;
  }
  .osagashi_fv .sub_catch_pc {
    width: clamp(580px, 62vw, 860px);
    margin-top: 4.3%;
    margin-left: 7%;
  }
  .osagashi_fv .main_catch_pc {
    width: clamp(580px, 58vw, 850px);
    margin-top: -19.8%;
    margin-left: 11%;
  }
  .osagashi_fv .bottom_txt_pc {
    width: clamp(540px, 59vw, 810px);
    margin-top: -2.5%;
    margin-left: 6.5%;
  }
}
@media (min-width: 2000px) {
  .osagashi_fv_inner {
    background-position: center;
  }
  .osagashi_fv .main_catch_pc {
    margin-top: -17%;
  }
}
@media (min-width: 2500px) {
  .osagashi_fv .main_catch_pc {
    margin-top: -12%;
  }
}
/* 赤文字をカタカタ動かす */
.katakata {
  -webkit-animation: katakata 1s infinite;
  animation: katakata 1s infinite;
}
@-webkit-keyframes katakata {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  99% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes katakata {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  99% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* -------------------------------------------
フォーム
------------------------------------------- */
.osagashi_fv_form {
  color: #231815;
  background-color: #fff;
  width: 530px;
  margin-right: calc(50vw - 660px);
  margin-top: 2%;
  border-radius: 10px;
}
.osagashi_fv_form .osagashi_form_inner {
  width: 96%;
  height: 96%;
  border: 7px solid #006934;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.osagashi_fv_form span {
  color: #d51a19;
  font-size: 12px;
  font-weight: 400;
}
.osagashi_form_ttl {
  background-color: #00913a;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  padding-top: 14px;
  padding-left: 25px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.osagashi_form_ttl .form_ttl_span {
  font-size: 34px;
  color: #fff;
  font-weight: 900;
  position: relative;
}
.osagashi_form_ttl .form_ttl_span::before {
  content: "";
  background-image: url("../img/osagashi/fv/form02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 2.4em;
  height: 2.4em;
  top: -1.6em;
  right: 0.9em;
}
.osagashi_form_ttl .form_ttl_span::after {
  content: "";
  background-image: url("../img/osagashi/fv/form01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 6.3em;
  height: 6.3em;
  top: -2.2em;
  right: -6.4em;
  z-index: 999;
}
.osagashi_fv_form .form_txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 10px;
  padding-left: 25px;
}
.osagashi_fv_form .form_content {
  margin-top: 1%;
}
.osagashi_fv_form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 500;
  margin-top: 1%;
  margin-left: 23px;
}
.osagashi_fv_form dl:first-of-type {
  margin-top: 10px;
}
.osagashi_fv_form dt {
  width: 25%;
}
.osagashi_fv_form dl:nth-of-type(7) dt {
  width: 32%;
}
.osagashi_fv_form dl:nth-of-type(8) dt {
  width: 34%;
}
.osagashi_fv_form dd {
  position: relative;
}
.osagashi_fv_form dd input {
  width: 282px;
  margin-left: 7.1%;
  height: 28px;
  position: relative;
  z-index: 1;
}
.osagashi_fv_form dd select {
  width: 283px;
  margin-left: 7.1%;
  height: 28px;
  position: relative;
  z-index: 1;
}
.osagashi_fv_form dl:nth-of-type(4) dd::after, .osagashi_fv_form dl:nth-of-type(5) dd::after, .osagashi_fv_form dl:nth-of-type(6) dd::after {
  content: "";
  background-image: url("../img/osagashi/fv/select.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0.4em;
  right: -18px;
  z-index: 99;
  pointer-events: none;
}
.osagashi_fv_form dl:nth-of-type(7) dd::after {
  content: "円";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -11px;
  top: 0em;
  z-index: 99;
  font-weight: 500;
  font-size: 16px;
}
.osagashi_fv_form dl:nth-of-type(7) dd input {
  margin-left: 7.7%;
  width: 283px;
}
.osagashi_fv_form dl:nth-of-type(8) dd textarea {
  margin-left: 4.5%;
  width: 284px;
  height: 55px;
  font-size: 13px;
}
.osagashi_fv_form .wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 500;
  color: #231815;
}
.osagashi_fv_form .wpcf7-form-control.wpcf7-acceptance label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.osagashi_fv_form .wpcf7-form-control.wpcf7-acceptance label span {
  margin-left: 10px;
}
.osagashi_privacy_wrapper {
  text-align: center;
  margin-top: 20px;
}
.osagashi_fv_form a {
  color: #036eb8;
  position: relative;
}
.osagashi_fv_form a::after {
  content: "";
  background-color: #231815;
  position: absolute;
  width: 101%;
  height: 0.5px;
  top: 1.6em;
  left: -0.2em;
}
.osagashi_fv_form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.osagashi_submit_wrapper {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 15px;
}
.osagashi_fv_form button {
  background-color: #00913a;
  color: #fff;
  width: 465px;
  height: 46px;
  border-radius: 5px;
  border: none;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
.osagashi_fv_form button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.osagashi_fv_form button::after {
  content: "";
  background-image: url("../img/osagashi/common/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 2.3em;
  height: 1.4em;
  top: 1em;
  right: 1em;
}
@media (max-width: 1320px) {
  .osagashi_fv_form {
    margin-right: 2%;
    margin-top: 3%;
  }
}
/* -------------------------------------------
メーカー一覧
------------------------------------------- */
.osagashi_maker {
  background-image: url("../img/osagashi/maker/maker_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding-top: 136px;
  padding-bottom: 174px;
  position: relative;
  z-index: 999;
  /* margin-top: -35px; */
}
.osagashi_maker .maker_inner {
  max-width: 1217px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.osagashi_maker .maker_title {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_maker .maker_title img {
  width: 100%;
}
.osagashi_maker .maker_content {
  margin-top: 35px;
}
.osagashi_maker .maker_lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.6% 2.1%;
}
/* -------------------------------------------
背景ラッパー
------------------------------------------- */
.osagashi_bg_wrapper {
  background-image: url("../img/osagashi/common/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10px;
  overflow: hidden;
}
/* -------------------------------------------
スライダーセクション
------------------------------------------- */
.osagashi_slider {
  padding-top: 10vw;
  padding-bottom: 10px;
  overflow: hidden;
}
.osagashi_slider .swiper-slide img {
  width: 100%;
}
/* -------------------------------------------
中古農機具探しの流れ
------------------------------------------- */
.osagashi_flow .flow_ttl_sp {
  display: none;
}
.osagashi_flow {
  padding-top: 4.8vw;
  position: relative;
  max-width: 1116px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
.osagashi_flow::before {
  content: "";
  background-image: url("../img/osagashi/flow/flow01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 33%;
  height: 36%;
  top: 12.7%;
  right: -5.8%;
  z-index: 99;
}
.osagashi_flow .flow_ttl_pc {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_flow .flow_ttl_pc img {
  width: 100%;
}
.osagashi_flow .flow_content {
  margin-top: clamp(50px, 3vw, 80px);
  padding-left: 6%;
}
.osagashi_flow .flow_item {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: #231815;
  margin-top: 5.1%;
  letter-spacing: -0.07em;
}
.osagashi_flow .flow_item:first-child {
  margin-top: 0;
}
.osagashi_flow .flow_item span {
  font-size: 20px;
  font-weight: 700;
  margin-left: 0.5%;
  color: #231815;
}
.osagashi_flow .flow_bottom_img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: -7.1%;
}
.osagashi_flow .flow_bottom_img img {
  width: 100%;
  vertical-align: bottom;
}
.osagashi_flow .flow_item {
  position: relative;
}
.osagashi_flow .flow_item:nth-of-type(1)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.3em;
  height: 1.7em;
  top: 0em;
  left: -1.7em;
  z-index: 99;
}
.osagashi_flow .flow_item:nth-of-type(2)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.3em;
  height: 1.7em;
  top: 0em;
  left: -1.7em;
  z-index: 99;
}
.osagashi_flow .flow_item:nth-of-type(3)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number03.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.3em;
  height: 1.7em;
  top: 0em;
  left: -1.7em;
  z-index: 99;
}
.osagashi_flow .flow_item:nth-of-type(4)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number04.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.3em;
  height: 1.7em;
  top: 0em;
  left: -1.7em;
  z-index: 99;
}
.osagashi_flow .flow_item:nth-of-type(5)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number05.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.3em;
  height: 1.7em;
  top: 0em;
  left: -1.7em;
  z-index: 99;
}
@media (max-width: 1250px) {
  .osagashi_flow::before {
    width: 25%;
    height: 36%;
    top: 21.7%;
    right: 1.2%;
  }
}
/* -------------------------------------------
店舗情報
------------------------------------------- */
.block_frontStores .area_stores .inner.none::before {
  display: none;
}
.block_frontStores.none::after {
  display: none;
}
.block_frontStores.none::before {
  display: none;
}
.osagashi_shop .shop_ttl_sp {
  display: none;
}
.block_frontStores.osagashi_shop {
  background-image: url("../img/osagashi/shop/shop_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.osagashi_shop {
  padding-top: 14.7vw;
  padding-bottom: 1.2vw;
}
.osagashi_shop .shop_ttl_pc {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_shop .shop_txt {
  font-size: clamp(22px, 2.19vw, 30px);
  color: #231815;
  font-weight: 700;
  margin-top: 0.2vw;
  text-align: center;
  letter-spacing: -0.07em;
}
.osagashi_shop .shop_content {
  margin-top: -140px;
}
/* -------------------------------------------
中古農機具情報
------------------------------------------- */
.osagashi_info .info_ttl_sp {
  display: none;
}
.osagashi_info .info_txt_sp {
  display: none;
}
.osagashi_info {
  background-image: url("../img/osagashi/info/info_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -8px;
  padding-top: 5.9vw;
}
.osagashi_info .info_ttl_pc {
  width: 725px;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_info .info_logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -37px;
}
.osagashi_info .info_txt_pc {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.7vw;
}
.osagashi_info .info_bottom_img_pc {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -145px;
}
.osagashi_info .info_bottom_img_sp {
  display: none;
}
/* -------------------------------------------
農機具検索&記事一覧
------------------------------------------- */
.osagashi_search {
  padding-top: 5.9vw;
  padding-bottom: 10%;
  position: relative;
  background-image: url("../img/osagashi/search/search_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.osagashi_search .inner.osagashi_search_inner {
  max-width: 1116px;
  width: 95%;
  padding-left: 25px;
  padding-right: 25px;
}
.osagashi_search .form_left.osagashi_search_left {
  width: 59%;
}
.osagashi_search .form_right.osagashi_search_right {
  width: 37%;
}
.osagashi_search #fixed_estimate.osagashi_estimate {
  position: absolute;
  bottom: 77.3%;
  left: calc(50% - 640px);
}
@media (max-width: 1200px) {
  .osagashi_search #fixed_estimate.osagashi_estimate {
    left: 2%;
  }
}
/* -------------------------------------------
FAQ
------------------------------------------- */
.osagashi_faq .faq_ttl_sp {
  display: none;
}
.osagashi_faq {
  background-image: url("../img/osagashi/faq/faq_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -16px;
  position: relative;
  padding-top: 14.5%;
  padding-bottom: 17.5%;
}
.osagashi_faq::before {
  content: "";
  background-image: url("../img/osagashi/faq/faq02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 30%;
  height: 30%;
  top: -16%;
  right: 0;
}
.osagashi_faq::after {
  content: "";
  background-image: url("../img/osagashi/faq/faq01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 25%;
  height: 25%;
  bottom: -3.5%;
  right: 0;
}
.osagashi_faq .faq_inner {
  max-width: 1116px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_faq .faq_ttl_pc {
  width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.faq_wrapper {
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
}
.faq_question {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 77px;
  color: #231815;
  border-top: 1px solid #231815;
}
.faq_list:last-child .faq_question {
  border-bottom: 1px solid #231815;
}
.faq_question::before {
  content: "";
  position: absolute;
  top: 0.7em;
  right: 0.3em;
  width: 1.6em;
  height: 1.6em;
  margin-right: 8px;
  background-image: url("../img/osagashi/faq/faq_cross.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq_question.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_question::after {
  content: "";
  background-image: url("../img/osagashi/faq/faq_question.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  top: 1.4em;
  left: 0.6em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq_answer {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #231815;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 65px;
  padding-left: 76px;
  padding-right: 47px;
  display: none;
  position: relative;
}
.faq_answer::before {
  content: "";
  background-image: url("../img/osagashi/faq/faq_answer.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 2em;
  height: 2em;
  top: 1.3em;
  left: 1em;
  z-index: 1;
}
/* -------------------------------------------
プライバシーポリシーモーダル
------------------------------------------- */
#modal {
  padding: 6% 5% 10%;
  overflow: scroll;
}
#modal h2 {
  font-size: 30px;
  font-weight: 700;
}
.osagashi_policy {
  font-size: 18px;
  color: #231815;
}
.policy_text.osagashi_policy_text {
  margin-top: 20px;
}
.osagashi_policy dt {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.osagashi_policy dd {
  margin-top: 10px;
}
.osagashi_policy_btn_wrapper {
  text-align: center;
  margin-top: 80px;
}
.osagashi_policy_btn {
  font-size: 22px;
  font-weight: 700;
  padding: 0.5% 1.5%;
  border: 1px solid #231815;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background: #231815;
  color: #fff;
}
/* -------------------------------------------
下部固定ボタン
------------------------------------------- */
.osagashi_fixed_wrapper_pc {
  margin: auto;
  position: fixed;
  z-index: 10000;
  bottom: 2%;
  left: 0;
  right: 0;
  width: 97%;
  max-width: 1320px;
}
.osagashi_fixed_content_pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.osagashi_fixed_link_pc:last-child {
  margin-left: 1%;
}
.osagashi_fixed_link_pc:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.osagashi_fixed_wrapper_sp {
  display: none;
}
/* -------------------------------------------
トップへ戻るボタン
------------------------------------------- */
.osagashi_go_top {
  position: fixed;
  z-index: 10000;
  bottom: 145px;
  right: calc(50vw - 660px);
  width: 80px;
}
@media (max-width: 1320px) {
  .osagashi_go_top {
    right: 2%;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: add style */
.area_lcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.icon_title {
  white-space: nowrap;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
}
.icon_title span {
  color: #da3b27;
}
.icon_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.icon_text {
  width: 94px;
  height: 94px;
  background: #da3b27;
  border-radius: 999px;
  color: #fff100;
  font-size: 28px;
  font-weight: 900;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.icon_text:nth-child(3) {
  font-size: 23px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ショッピングローン */
.page_loan {
  padding: 100px 0;
}
.page_loan * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block_lead {
  padding: 40px 0;
}
.lead_title {
  color: #56a224;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 10px;
}
.lead_text {
  font-size: 20px;
  font-weight: bold;
}
.block_loanform {
  padding: 40px 0;
}
.loanform_title {
  background: #56a224;
  color: #ffff18;
  font-size: 38px;
  font-weight: 900;
  max-width: 1120px;
  margin: 0 auto 20px;
}
.loanform_subtitle {
  font-size: 29px;
  font-weight: 900;
  margin-bottom: 10px;
}
.loanform_list {
  margin-bottom: 10px;
}
.loanform_list li {
  font-size: 20px;
  font-weight: bold;
}
.loanform_list li span {
  color: #56a224;
}
.loanform_table th {
  background: #cce5ac;
}
.loanform_table th, .loanform_table td {
  border: 1px solid #000;
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: bold;
}
.loanform_text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.loanform_entry th {
  background: #56a224;
  color: #fff;
  text-align: center;
}
.loanform_entry td {
  background: #cce5ac;
}
.loanform_entry th, .loanform_entry td {
  width: 300px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.loanform_entry th input, .loanform_entry td input {
  font-size: 18px;
  width: calc(100% - 2px - 1em);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
}
.loanform_entry th select, .loanform_entry td select {
  border: 1px solid #000;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  padding-right: 50px;
  cursor: pointer;
  outline: none;
  background-image: url(../img/loan/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.loanform_entry_input {
  background: #fff;
  padding-right: 8px;
  border: 1px solid #000;
}
.btn_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 600px;
  margin-top: 30px;
}
.btn_execute {
  background: #e51a12;
  border-radius: 6px;
  border: 1px solid #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  width: 360px;
  line-height: 1;
  padding: 20px;
  position: relative;
  text-align: center;
}
.btn_execute::after {
  content: "";
  right: 25px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 18px;
  height: 15px;
  background-image: url(../img/loan/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn_reset {
  border-radius: 6px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 190px;
  padding: 18px;
}
.block_result {
  padding: 40px 0;
}
.result_title {
  font-size: 29px;
  font-weight: 900;
  margin-bottom: 10px;
}
.result_table th {
  background: #56a224;
  color: #fff;
  text-align: center;
}
.result_table td {
  background: #cce5ac;
  text-align: right;
}
.result_table th, .result_table td {
  width: 300px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.result_table tr:nth-child(2n) td {
  background: #fff;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 固定ボタン */
.fixed_btn {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 20px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.fixed_btn .fixed_btn_icon {
  width: 160px;
}
.fixed_btn .fixed_btn_icon a {
  display: block;
  border: 4px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}
.fixed_btn .fixed_btn_icon a img {
  vertical-align: middle;
}
.fixed_btn #fixed_estimate {
  width: 160px;
  position: relative;
  left: unset;
  bottom: unset;
  z-index: unset;
}
.fixed_btn #fixed_estimate .fixed_btn_img {
  border: 4px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}
.fixed_btn #fixed_estimate img {
  position: static;
  width: 100%;
  -webkit-transform: unset;
  transform: unset;
}
.fixed_btn #fixed_estimate .estimateWrap {
  right: 0;
  left: unset;
  position: absolute;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 中古農機具情報 */
.block_kv .kv picture {
  display: block;
}
.block_kv .kv img {
  width: 100%;
  vertical-align: middle;
}
.area_bnr {
  padding: 30px 0 50px;
}
.area_bnr a {
  display: block;
}
.area_bnr a img {
  vertical-align: middle;
}
.block_fixed {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; /* 透明度の変化を滑らかに */
}
.fixed_link {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 230px;
  z-index: 9;
}
.block_kaitori .area_data {
  margin-bottom: 40px;
}
.block_kaitori .area_contact {
  margin: 0 auto;
}
.block_kaitori .area_contact a {
  display: block;
}
.block_kaitori .area_contact a img {
  vertical-align: middle;
}
.area_google_btn {
  margin: 50px auto 0;
}
.area_google_btn .google_btn {
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 390px;
  border-radius: 8px;
  background: #4994c4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.area_google_btn .google_btn span {
  color: #aaddf7;
  font-size: 16px;
}
.area_google_btn .google_btn::after {
  content: "";
  background-image: url(../img/loan/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 18px;
  height: 15px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.area_youtube iframe {
  max-width: 760px;
  width: 100%;
  height: 426px;
  margin: 50px auto 0;
  display: block;
}
.form_base hr {
  all: unset;
  margin: 50px 0;
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
}
.form_base hr::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: -1px;
  left: 0;
  right: 0;
  width: 33%;
  height: 3px;
  background: #fff;
}
.form_base .form_subtext {
  font-size: 16px;
  margin: 50px 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.form_base .form_subtext > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form_base .form_subtext::after, .form_base .form_subtext::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
}
.sell_fv {
  height: calc(800 / 1366 * 100vw);
  background-image: url(../img/sell/sell-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sell_fv-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sell_fv-img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sell_fv-img.img1 {
  width: calc(301 / 1366 * 100vw);
  height: calc(226 / 1366 * 100vw);
  top: 4.5%;
  left: 10.3%;
  background-image: url(../img/sell/machine1.png);
}
.sell_fv-img.img2 {
  width: calc(370 / 1366 * 100vw);
  height: calc(278 / 1366 * 100vw);
  top: 24.7%;
  left: -5.8%;
  background-image: url(../img/sell/machine2.png);
}
.sell_fv-img.img3 {
  width: calc(445 / 1366 * 100vw);
  height: calc(333 / 1366 * 100vw);
  bottom: 2.5%;
  left: -5.3%;
  background-image: url(../img/sell/machine3.png);
}
.sell_fv-img.img4 {
  width: calc(366 / 1366 * 100vw);
  height: calc(275 / 1366 * 100vw);
  top: 1.8%;
  right: 4.6%;
  background-image: url(../img/sell/machine4.png);
}
.sell_fv-img.img5 {
  width: calc(346 / 1366 * 100vw);
  height: calc(260 / 1366 * 100vw);
  top: 37.5%;
  right: 8.2%;
  background-image: url(../img/sell/machine5.png);
}
.sell_fv-img.img6 {
  width: calc(460 / 1366 * 100vw);
  height: calc(358 / 1366 * 100vw);
  bottom: -3.5%;
  right: -7.5%;
  background-image: url(../img/sell/machine6.png);
}
.sell_fv-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.sell_fv-wrap {
  position: absolute;
  width: 100%;
  top: 2.3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sell_fv-text {
  display: block;
  margin-inline: auto;
}
.sell_fv-text.text1 {
  width: calc(720 / 1366 * 100vw);
  height: calc(196 / 1366 * 100vw);
}
.sell_fv-text.text2 {
  width: calc(582 / 1366 * 100vw);
  height: calc(196 / 1366 * 100vw);
  margin-top: calc(103 / 1366 * -100vw);
}
.sell_fv-textWrap {
  width: calc(984 / 1366 * 100vw);
  height: calc(276 / 1366 * 100vw);
  margin-top: calc(104 / 1366 * -100vw);
  margin-inline: auto;
}
.sell_fv-text.text3 {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 1.4s ease-in-out;
  transition: transform 1.4s ease-in-out;
}
.sell_fv-text.text3.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sell_fv-text.strong {
  width: calc(380 / 1366 * 100vw);
  height: calc(75 / 1366 * 100vw);
  margin-top: calc(88 / 1366 * -100vw);
}
.sell_fv-points {
  margin-top: calc(20 / 1366 * -100vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sell_fv-point {
  width: calc(238 / 1366 * 100vw);
  height: calc(212 / 1366 * 100vw);
  margin: 0 calc(6 / 1366 * -100vw);
}
.sell_fv-bubble {
  margin-inline: auto;
  background-image: url(../img/sell/sell-bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  letter-spacing: -.03em;
  width: calc(658 / 1366 * 100vw);
  height: calc(158 / 1366 * 100vw);
  margin-top: calc(2 / 1366 * -100vw);
  font-size: calc(50 / 1366 * 100vw);
  color: #fff;
  text-align: center;
}
.sell_fv-bubble p {
  -webkit-transform: translateY(calc(3 / 1366 * -100vw));
  transform: translateY(calc(3 / 1366 * -100vw));
}
.sell_form {
  position: relative;
  background-color: #f8f5e7;
  padding: 10px 0;
}
.sell_form-container {
  width: 800px;
  padding: 0 25px;
  margin-inline: auto;
}
.sell_form-block {
  border: 3px solid #d51819;
  background-color: #fff;
  border-radius: 15px;
  margin-top: -50px;
  padding: 60px 33px 35px;
}
.sell_form-call {
  margin-top: 25px;
  width: 100%;
  height: 96px;
}
.sell_form .osagashi_fv_form {
  width: 100%;
  margin: 0;
}
.sell_form .osagashi_fv_form dl {
  margin: 15px 0 0;
  font-size: clamp(20px, 3vw, 25px);
}
.sell_form .osagashi_fv_form span {
  font-size: 18px;
  margin-left: auto;
  margin-top: 7px;
}
.sell_form .osagashi_fv_form button {
  width: 100%;
  height: 74px;
  background-color: #d51819;
  font-size: 24px;
}
.sell_form .osagashi_fv_form button::after {
  width: 1.9em;
  height: 1.1em;
}
.sell_form .osagashi_submit_wrapper {
  padding-bottom: 0;
  margin-top: 30px;
}
.sell_form .osagashi_fv_form dl:nth-of-type(4) dd::after, .sell_form .osagashi_fv_form dl:nth-of-type(5) dd::after {
  width: 28px;
  height: 28px;
  background-image: url(../img/sell/select-red.png);
  top: 12px;
  right: 4px;
}
.sell_form .osagashi_fv_form dl:nth-of-type(6) dd::after {
  content: none;
}
.sell_form .osagashi_fv_form dd {
  margin-left: auto;
}
.sell_form input, .sell_form textarea, .sell_form .osagashi_fv_form dd select {
  font-size: 23px;
}
.sell_form .osagashi_fv_form dt {
  width: 182px;
}
.sell_form .osagashi_fv_form dd input, .sell_form .osagashi_fv_form dd select {
  height: 40px;
  margin-left: 0;
}
.sell_form .osagashi_fv_form dd input, .sell_form .osagashi_fv_form dd select, .sell_form .osagashi_fv_form dd textarea {
  width: 466px;
}
.sell_form textarea {
  height: 100px;
}
.sell_form .osagashi_privacy_wrapper {
  margin-top: 9px;
}
.sell_form .osagashi_privacy_wrapper span {
  font-size: 23px;
}
.sell_form .osagashi_fv_form input[type="checkbox"] {
  margin-top: 12px;
  width: 28px;
  height: 28px;
}
.totalNum {
  text-align: right;
  font-size: 112.5%;
}
/*202405*/
.block_frontStores .area_stores .stores_mapLeft {
  position: relative;
  margin: 10% auto 0;
}
.block_frontStores .area_stores .stores_mapLeft .map-image {
  position: relative;
}
.block_frontStores .area_stores .stores_mapLeft .map-image img {
  vertical-align: top;
}
.block_frontStores .area_stores .stores_mapLeft .map-image a {
  position: absolute;
  display: block;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontStores .area_stores .stores_mapLeft .map-image a.is--show {
  opacity: 1;
}
.block_frontStores .area_stores .stores_mapLeft .map-image a:nth-of-type(1) {
  width: 157px;
  left: 203px;
  top: 588px;
}
.block_frontStores .area_stores .stores_mapLeft .map_base {
  position: absolute;
  z-index: 5;
  width: 250px;
  background: #fff;
  border: solid 4px #e73825;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px 5px;
}
.block_frontStores .area_stores .stores_mapLeft .map_base::before {
  pointer-events: none;
  z-index: 5;
}
.block_frontStores .area_stores .stores_mapLeft .map_base.map--kagoshima {
  left: 570px;
  top: 620px;
}
.block_frontStores .area_stores .stores_mapLeft .map_base.map--kagoshima::before {
  content: "";
  width: 300px;
  height: 112px;
  background: url(../img/line09.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 100%;
  top: 0;
}
.block_frontStores .area_stores .stores_mapLeft .map_area {
  font-size: 93.75%;
}
.block_frontStores .area_stores .stores_mapLeft .map_name {
  font-size: 162.5%;
  font-weight: 700;
  line-height: 1;
  margin: 2px 0 5px;
}
.block_frontStores .area_stores .stores_mapLeft .map_att {
  font-size: 68.75%;
}
.block_frontStores .area_stores .stores_mapLeft .map_app a {
  display: inline-block;
  color: #e73825;
  font-size: 93.75%;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block_frontStores .area_stores .stores_mapLeft .map_app a:hover {
  color: #ff0000;
}
.block_frontStores .area_stores .stores_mapLeft .map_cat {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block_frontStores .area_stores .stores_mapLeft .map_cat span {
  display: inline-block;
  line-height: 1.2;
  background: #f9bc00;
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
  font-size: 75%;
  font-weight: 700;
  width: 31%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block_frontStores .area_stores .stores_mapLeft .map_cat span + span {
  margin: 0 0 0 5%;
}
.block_frontStores .area_stores .stores_mapLeft .map_link {
  font-size: 93.75%;
  font-weight: 700;
  background: #e73825;
  padding: 5px 0;
  text-align: center;
  border-radius: 6px;
  margin: 10px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontStores .area_stores .stores_mapLeft .map_link:hover {
  background: #29ab38;
}
.block_frontStores .area_stores .stores_mapLeft .map_link a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/arrow01.svg) no-repeat right 10px center;
  background-size: 15px auto;
}
/*----------*/
.block_frontStores .area_recruit {
  margin: 0 0 150px;
}
.block_frontStores .area_recruit .inner {
  width: 100%;
}
.block_frontStores .area_recruit .recruit_lead {
  text-align: center;
  font-size: 187.5%;
  font-weight: 700;
  position: relative;
  padding: 0 0 140px;
}
.block_frontStores .area_recruit .recruit_lead::before {
  content: '';
  width: 1px;
  height: 53px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  background: #E73825;
}
.block_frontStores .area_recruit .recruit_bnr {
  margin: 0 auto 55px;
  text-align: center;
}
.block_frontStores .area_recruit .recruit_bnr img {
  vertical-align: top;
}
/*---- 202508 ------*/
.title_red {
  font-size: 237.5%;
  font-weight: 900;
  color: #ca151d;
  margin: 0 0 .6em;
}
.block_bidding {
  padding: 2.8em 0 5em;
}
.block_bidding .inner {
  box-sizing: border-box;
  padding: 0 4em 0 0;
}
.block_bidding .biddingWaku {
  background: #ca151d;
  border-radius: .6em;
  padding: .7em 1.1em;
  margin: 0 0 1.8em;
}
.block_bidding .biddingWaku p {
  font-size: 175%;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
}
.block_bidding .biddingWaku p strong {
  color: #fff200;
}
.block_bidding .deliver__about__list strong {
  color: #ca151d;
}
.btn_back {
  width: 360px;
  margin: 0 auto 6em;
  box-sizing: border-box;
  border: solid 1px #221714;
  border-radius: .6em;
  text-align: center;
  overflow: hidden;
}
.btn_back a {
  display: block;
  font-size: 125%;
  font-weight: 700;
  padding: .5em 0;
  background-image: url(../img/arrow.svg);
  background-size: 1em auto;
  background-position: right 1em center;
  background-repeat: no-repeat;
  transition: all .4s;
  background-color: #fff;
}
.btn_back a:hover {
  background-color: #eee;
}