@charset "utf-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#gnav {
  padding: 25px 0;
  background-color: var(--main-color);
  text-align: center;
  line-height: 30px;
}
.top #gnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 15px 0;
}
.pc_menu.scroll #gnav {
  padding: 15px 0;
}
#header .pc_menu.scroll .h_logo {
  width: 150px;
}
#header .pc_menu.scroll .h_nav {
  line-height: 60px;
}
#header .pc_menu.scroll .h_nav {
  line-height: 60px;
  float: right;
  width: 35%;
}
#gnav .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#gnav .nav_list li {
  text-align: center;
}
#gnav .nav_list li a {
  display: block;
  width: 100%;
  padding: 0 35px;
  text-align: center;
  border-left: 1px solid #fff;
  color: var(--nav-font-color);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
#gnav .nav_list li:last-child {
  border-right: 1px solid #fff;
}
.sp_menu {
  display: none;
}
#nav-toggle, #nav-toggle span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}
#nav-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  background: #222;
  top: 0;
  right: 0;
  z-index: 2;
}
#nav-toggle span {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
#nav-toggle span:nth-of-type(1) {
  top: 15px;
}
#nav-toggle span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#nav-toggle span:nth-of-type(3) {
  bottom: 15px;
}
.open #nav-toggle span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.open #nav-toggle span:nth-of-type(2) {
  opacity: 0;
}
.open #nav-toggle span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.sp_menu {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  height: 50px;
}
.sp_nav {
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 1;
  width: 200px;
  height: auto;
  background-color: rgba(34, 34, 34, .9);
}
.sp_nav .sp_navInner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.sp_nav li {}
.sp_nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
}
.sp_nav li + li {
  border-top: solid 1px #666;
}
.sp_infomenu{
  position: absolute;
  top: 0;
  width: 200px;
  height: 50px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:flex-end;
}
#sp_mail,#sp_tel,#sp_line {
  width: 50px;
  height: 50px;
}
#sp_mail a {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  text-align: center;
}
#sp_mail a i {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 50px;
}
#sp_tel a {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bg-on);
  text-align: center;
}
#sp_tel a i {
  font-size: 22px;
  font-size: 2.2rem;
  color: var(--main-color);
  line-height: 50px;
  text-align: center;
}
#sp_line a{
	position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
	background-color: #00B900;
}
#sp_line a:after{
	position: absolute;
	content: "";
	background-color: #fff;
	width: 38px;
	height: 38px;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  -webkit- transform: translate(-50%,-50%);
	z-index: 1;
	border-radius: 10px;
}
#sp_line a i {
	position: relative;
	z-index: 3;
  font-size: 40px;
  font-size: 4rem;
  color: #00B900;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    display: block;
  }
  #gnav {
    display: none;
  }
}
/*----------------------------------------------------
	コンテンツ共通設定
----------------------------------------------------*/
#container.open {
  position: fixed;
  width: 100%;
}
/*ヘッダー*/
#header {
  width: 100%;
  top: 0;
  background-color: #fff;
}
#header .pc_menu {
  height: 80px;
}
#header h1 {
  margin: 5px 0;
}
#header .h_logo {
  float: left;
  width: 40%;
  padding-left: 15px;
}
#header .h_logo .logo {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#header .h_nav {
  float: right;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
}
#header .h_contact {
  display: inline-block;
  padding-right: 18px;
}
#header .h_tel {
  display: inline-block;
  padding-right: 18px;
  white-space: nowrap;
  text-align: center;
}
#header .h_tel .num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: .8;
}
#header .h_tel i {
  padding-right: 10px;
  color: var(--main-color);
  font-size: 18px;
  font-size: 1.8rem;
}
#header .h_tel .time {
  display: inline-block;
  background-color: var(--main-color);
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 1px;
  font-size: 1rem;
  font-weight: 600;
}
#header .h_contact a {
  display: block;
  width: 100%;
  padding: 0 20px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  white-space: nowrap
}
#header .h_contact i {
  padding-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
#header .h_line {
  padding-right: 10px;
}
#header .h_line i{
  font-size: 50px;
  font-size: 5rem;
	color: #00B900;
}
#header .sp_logo {
  padding-left: 10px;
  line-height: 50px;
  width: 200px;
}
#header .sp_logo a{
  font-size: 20px;
  font-size: 2rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pc_menu {
    display: none;
  }
  #header {
    height: 50px;
  }
}
/*フッター*/
.copyright {
  padding: 10px 0;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
}
/*共通部分ー*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}
/*----------------------------------------------------
	メインビジュアル 
----------------------------------------------------*/
#main_visual img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #main_visual {
    margin-top: 0;
  }
}
/*----------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------*/
.required {
  color: var(--main-color);
  font-weight: 600;
}
input[type="text"] {
  outline: none;
  background: none;
}
input[type=text], input[type=email], input[type=tel], textarea {
  border-radius: 0;
  border: 1px solid var(--bg-on);
  padding: 10px;
  outline: none;
  background: #fafafa;
  font-size: 100%;
  margin: 5px 0;
  border-radius: 3px;
}
textarea {
  resize: vertical;
}
input[type="submit"], input[type="button"], input[type="reset"] {
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus {
  outline-offset: -2px;
}
input[type="submit"] {
  color: #ffffff;
  background: var(--main-color);
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 240px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
input[type="reset"], input[type="button"] {
  color: #ffffff;
  background: #666;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 240px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
input[type="submit"]:hover {
  background: #3b3b3b;
  text-decoration: none;
}
input[type="button"]:hover {
  background: #000;
  text-decoration: none;
}
label {
  display: inline-block;
  padding: 0 15px 0 0;
}
.file_wrap label {
  padding: 0;
  background-color: #808080;
  color: #fff;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.file_wrap input[type="file"] {
  display: none;
}
.file_name {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.cp_ipselect {
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.9em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea {
    width: 100%;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    width: 140px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 9999;
}
#pagetop a {
  background: var(--main-color);
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 25px;
}
#pagetop a:hover {
  opacity: .8;
  text-decoration: none;
}
/*----------------------------------------------------
	共通ボタン
----------------------------------------------------*/
.button {
  display: inline-block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}
.button:hover {
  background-color: #fff;
  color: #000;
}
/*----------------------------------------------------
	共通
----------------------------------------------------*/
.tit01 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.tit01 .en {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: var(--main-color);
  text-transform: uppercase;
}
.tit01:after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.tit02 {
  display: inline-block;
  width: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
}
.tit02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: var(--main-color);
}
.tit02 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .tit01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .tit02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/*----------------------------------------------------
	チェックポイント
----------------------------------------------------*/
#check_point {
  position: relative;
  padding: 100px 0;
}
#check_point h2 {
  position: relative;
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
  font-weight: 600;
}
#check_point .check_point_list {
  position: relative;
  background-color: var(--bg-on);
  padding: 50px 50px 40px 50px;
  border-radius: 10px;
  border: 5px var(--main-color) dotted;
}
#check_point .arrow {
   color: var(--main-color);
  font-size: 82px;
  font-size: 8.2rem;
  text-align: center;
}
#check_point .check_point_list li {
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
	padding-left: 15px;
  text-indent: -15px;
}
#check_point .check_point_list li i {
  color: var(--main-color);
}
#check_point .check_point_list li span {
  background: linear-gradient(transparent 70%, #f2bbbd 70%);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #check_point {
    padding: 50px 0;
  }
  #check_point:after {
    display: none;
  }
  #check_point h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  #check_point h2:before, #check_point h2:after {
    display: none;
  }
  #check_point .check_point_list {
    padding: 20px;
  }
  #check_point .check_point_list li {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 10px;
    text-indent: -10px;
  }
}
/*----------------------------------------------------
	動画
----------------------------------------------------*/
#movie {
  background-color: var(--bg-on);
  padding: 100px 0;
}
#movie #movie_1col {
  max-width: 800px;
  margin: 0 auto;
}
  #movie .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #movie .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
@media screen and (min-width: 768px) {
  #movie .movie_list li {
    float: left;
    width: 48%;
    margin-bottom: 20px;
  }
  #movie .movie_list li:nth-child(even) {
    margin-left: 4%;
  }
}
@media screen and (max-width : 767px) {
  #movie .movie_list li + li {
    margin-top: 20px;
  }
}
/*----------------------------------------------------
	買取事例
----------------------------------------------------*/
#case {
  padding: 100px 0;
}
#case .case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#case .case_list li {
  background-color: var(--bg-on);
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
#case .case_list li:nth-child(3n) {
  margin-right: 0;
}
#case .case_list li figcaption {
  padding: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
#case .case_list li figcaption span {
  margin-bottom: 10px;
  display: block;
}
#case .case_list li img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.more-btn {
  position: relative;
  border: solid 2px var(--main-color);
  background-color: #fff;
  color: var(--main-color);
  padding: 10px;
  margin: 30px auto 0;
  width: 320px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-btn:hover {
  cursor: pointer;
  background-color: var(--main-color);
  color: #fff;
}
.more-btn .dli-plus {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  color: var(--main-color);
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}
.more-btn:hover .dli-plus {
  color: #fff;
}
.more-btn .dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  #case {
    padding: 50px 0;
  }
  #case .case_list li figcaption .item_tit {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #case .case_list li figcaption {
    padding: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .more-btn {
    padding: 8px;
    margin: 20px auto 0;
    width: 220px;
    font-size: 18px;
    font-size: 1.8rem;
  }
	#case .case_list li img{
	  height: 120px;
	}
}
@media screen and (max-width: 414px) {
	#case .case_list li img{
	  height: 80px;
	}
}
/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
.contact_box {
  padding: 80px 0;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
}
.contact_box ul li p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}
.contact_box ul li.tel a {
  display: inline-block;
  padding-right: 10px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}
.contact_box ul li a i {
  padding-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.contact_box ul li.tel a .num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
}
.contact_box ul li.tel a .time {
  margin-top: 3px;
  display: inline-block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  border-radius: 10px;
  background-color: #fff;
  color: var(--main-color);
  font-size: 1px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 9px;
}
.contact_box ul li.mail a {
  display: block;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  color: var(--main-color);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  white-space: nowrap;
}
.contact_box ul li.line a {
  display: block;
  width: 100%;
  padding: 0 20px;
  background-color: #00B900;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  white-space: nowrap;
}
  .contact_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    justify-content: center;
  }
@media screen and (min-width: 768px) {
  .contact_box ul li {
    padding: 0 20px;
  }
	.contact_box ul li:last-child.tel a{
		border: solid 1px #fff;
		padding: 20px;
		width: 460px;
	}
	.contact_box ul li:last-child.tel a .num{
	  font-size: 56px;
	  font-size: 5.6rem;
	  font-weight: 600;

	}
	.contact_box ul li:last-child.tel a i{
	  font-size: 30px;
	  font-size: 3rem;

	}
	.contact_box ul li:last-child.tel a .time{
	  font-size: 18px;
	  font-size: 1.8rem;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;

	}
}
@media screen and (max-width: 767px) {
  .contact_box {
    padding: 30px 0;
  }
	.contact_1col li,
	.contact_2col li{
		max-width: 300px;
		margin: 0 auto;
	}
  .contact_box h2 {
    margin-bottom: 20px;
  }
  .contact_box ul {
	  flex-wrap: wrap;
    justify-content: space-between;
  }
	.contact_box ul li.tel a{
		margin: 0 auto;
		border: solid 1px #fff;
		padding: 10px;
		width: 100%;
	}
	.contact_box ul li:nth-child(1){
	  width: 100%;
		margin-bottom: 15px;
	}
	.contact_box.contact_2col ul li + li {
	  width: 100%;
  }
  .contact_box ul li + li {
    margin-top: 10px;
	  width: 47%;
  }
  .contact_box ul li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
  }
	.contact_box ul li.mail a{
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 45px;
	}
	.contact_box ul li.line a{
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 45px;
	}
  .contact_box ul li p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact_box ul li a {
    display: block;
    margin: 0 auto;
  }
}
/*----------------------------------------------------
	買取方法
----------------------------------------------------*/
#flow {
  padding: 100px 0;
}
#flow ul li {
  background-color: var(--bg-on);
  position: relative;
	margin-bottom: 30px;
}
#flow ul li:nth-child(even) {
  margin-left: 4%
}
#flow .flow_sec {
  background-color: var(--bg-on);
}
#flow .flow_sec h3 {
  padding: 10px 0;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#flow .flow_sec ol {
  margin: 50px;
  padding: 1px;
}
#flow .flow_sec ol li {
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;
}
#flow .flow_sec ol li + li {
  margin-top: 100px;
}
#flow .flow_sec ol li + li:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid var(--main-color);
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#flow .flow_sec .text_inner {
  padding: 30px;
}
#flow .flow_sec .text_inner .detail_btn a {
  position: relative;
  display: block;
  border: solid 2px var(--main-color);
  background-color: #fff;
  color: var(--main-color);
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}
#flow .flow_sec .text_inner .detail_btn a:hover {
  background-color: var(--main-color);
  color: #fff;
}
#flow .flow_sec .text_inner .detail_btn a:after {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 20px;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 8px solid transparent;
  border-left: 12px solid var(--main-color); /* 好みで色を変えてください */
}
#flow .flow_sec .text_inner .detail_btn a:hover:after {
  border-left: 12px solid #fff; /* 好みで色を変えてください */
}
@media screen and (min-width: 768px) {
  #flow ul.flow_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  }
  #flow ul li {
    width: 48%;
    padding-bottom: 80px;
  }
  #flow .flow_sec ol li .img_box {
    float: right;
    width: 50%;
    position: relative;
    overflow: hidden;
  }
  #flow .flow_sec ol li .img_box:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 0 0 100px;
    border-color: transparent transparent transparent #fff;
  }
  #flow .flow_sec ol li .txt_box {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding-left: 30px;
  }
  #flow .flow_2col .flow_sec .text_inner .detail_btn {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 30px;
  }
  #flow .flow_1col .flow_sec .img {
    float: left;
    width: 45%;
  }
  #flow .flow_1col .flow_sec .txt {
    float: right;
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 50px 0;
  }
  #flow ul li + li {
    margin-left: 0%;
    margin-top: 10px;
  }
  #flow .flow_sec ol {
    margin: 20px;
  }
  #flow .flow_sec ol li .txt_box {
    padding: 10px;
  }
  #flow .flow_sec ol li + li:before {
    top: -55px;
  }
  #flow .flow_sec ol li + li {
    margin-top: 80px;
  }
  #flow .flow_sec .text_inner .detail_btn {
    margin-top: 30px;
  }
  #flow .flow_sec .text_inner .detail_btn a {
    padding: 8px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #flow .flow_sec .text_inner {
    padding: 20px;
  }
}
/*----------------------------------------------------
	お客様の声
----------------------------------------------------*/
#voice {
  padding: 100px 0;
  background-color: var(--bg-on);
}
#voice .voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#voice .voice_list li {
  width: 48%;
  background-color: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
#voice .voice_col2_list li {
  width: 48%;
}
#voice .voice_list li .icon_wrap {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background: var(--main-color);
  border-radius: 50px;
  margin: 0 auto;
}
#voice .voice_list li .icon_wrap i {
  position: absolute;
  font-size: 40px;
  color: #fff;
  ;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #voice .voice_list .voice_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #voice .voice_list .voice_item_wrap .img {
    width: 46%;
  }
  #voice .voice_list .voice_item_wrap .icon {
    width: 30%;
  }
  #voice .voice_list .voice_item_wrap .voice_info {
    width: 50%;
  }
  #voice .voice_list .voice_item_wrap .icon + .voice_info {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  #voice {
    padding: 50px 0;
  }
  #voice .voice_list li .img {
    margin-bottom: 10px;
  }
  #voice .voice_list li {
    padding: 10px;
    margin-bottom: 15px;
  }
  #voice .voice_list li + li {
    margin-left: 0;
  }
  #voice .voice_list li .icon_wrap {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
  #voice .voice_list li .icon_wrap i {
    font-size: 30px;
  }
}
/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
#faq {
  background-color: var(--bg-on);
  padding: 100px 0;
}
#faq .faq_list li {
  font-size: 20px;
  font-size: 2rem;
}
#faq .faq_list li + li {
  margin-top: 20px;
}
#faq .faq_list li .faq_q {
  background-color: #fff;
  position: relative;
  padding: 25px 65px 25px 100px;
  cursor: pointer;
}
#faq .faq_list li .faq_q:before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  display: block;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
}
#faq .faq_list li .faq_a {
  position: relative;
  background-color: var(--bg-on);
  padding: 25px 25px 25px 100px;
  display: none;
}
#faq .faq_list li .faq_a:before {
  content: "A";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  display: block;
  background-color: var(--main-color);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
}
#faq .faq_list li .faq_q .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 1.5em;
  height: 0.1em;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0%, -50%); /* Safari用 */
  transform: translate(0%, -50%);
}
#faq .faq_list li .faq_q.open .dli-plus::before {
  display: none;
}
#faq .faq_list li .faq_q .dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 50px 0;
  }
  #faq .faq_list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #faq .faq_list li .faq_q {
    padding: 15px 60px 15px 60px;
  }
  #faq .faq_list li .faq_a {
    padding: 15px 15px 15px 60px;
  }
  #faq .faq_list li .faq_q:before, #faq .faq_list li .faq_a:before {
    left: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
#location {
  padding: 100px 0;
}
#location .greeting_wrap .greeting_txt {
  position: relative;
  display: inline-block;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  background: var(--bg-on);
}
#location .location_wrap .table_wrap td a {
  color: #e48e05;
  text-decoration: underline;
}
#location .location_wrap .table_wrap td a:hover {
  text-decoration: none;
}
.slide-items img {
  width: 100%;
}
.slide-items .slick-slide {
  height: auto !important;
}
.slide-items .slick-next {
  right: 0 !important;
  z-index: 1;
}
.slide-items .slick-prev {
  left: 0 !important;
  z-index: 1;
}
.slick-prev, .slick-next {
  width: 40px !important;
  height: 60px !important;
  position: relative;
}
.slide-items .slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  width: 40px !important;
  height: 60px !important;
  z-index: 2 !important;
  background-color: var(--main-color);
}
.slide-items .slick-arrow:hover, .slide-items .slick-arrow:active {
  background-color: var(--main-color);
}
.slide-items .slick-arrow:before {
  content: "" !important;
  position: absolute;
  top: 0;
  opacity: 1;
}
.slide-items .slick-next:before {
  background-color: var(--main-color);
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 3;
}
.slide-items .slick-prev:before {
  background-color: var(--main-color);
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  z-index: 3;
}
  #location .greeting_wrap .img img + img{
	  margin-top: 15px;
  }
#location .greeting_wrap .greeting_info{
	padding: 15px 0;
}
#location .greeting_wrap .greeting_info p{
	font-weight: 600;
}
#location .greeting_wrap .greeting_info p.name{
	border-bottom: solid 1px var(--main-color);
    font-size: 16px;
    font-size: 1.6rem;
	margin-bottom: 10px;
}
#location .greeting_wrap .greeting_info p.name span{
    font-size: 20px;
    font-size: 2rem;
	font-weight: 600;
}
#location .greeting_wrap p.motto{
	color: var(--main-color);
	margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
	font-weight: 600;
}
@media screen and (min-width: 768px) {
  #location .location_wrap, #location .greeting_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
 #location ul .greeting_wrap + .greeting_wrap{
	 margin-top: 40px;
	}
 #location ul .greeting_wrap:nth-child(even) {
	  flex-direction: row-reverse;
  }
  #location .location_wrap .img {
    width: 44%;
  }
  #location .location_wrap .table_wrap {
    width: 52%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #location .greeting_wrap .img {
    width: 27%;
    order: 2;
  }
  #location .greeting_txt {
    width: 67%;
    order: 1;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #location .greeting_wrap:nth-child(odd) .greeting_txt:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 100%;
    border: 25px solid transparent;
    border-left: 25px solid var(--bg-on);
  }
  #location .greeting_wrap:nth-child(even) .greeting_txt:before {
    content: "";
    position: absolute;
    top: 80px;
    right: 100%;
    border: 25px solid transparent;
    border-right: 25px solid var(--bg-on);
  }
}
@media screen and (max-width : 1024px) {
  #location .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #location .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #location {
    padding: 50px 0;
  }
  #location h3 {
    margin-bottom: 20px;
  }
  #location h3.map {
    padding: 0 60px;
  }
  #location h3.greeting {
    padding: 0 30px;
  }
  #location .location_wrap .img {
    margin-bottom: 10px;
  }
  #location .location_wrap .table_wrap {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #location .greeting_wrap .img {
    margin-bottom: 15px;
    text-align: center;
  }
  #location .greeting_wrap .greeting_txt {
	  margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #location .greeting_txt:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-bottom: 20px solid var(--bg-on);
  }
	
	#location .greeting_wrap .greeting_info{
		display: inline-block;
		min-width: 270px;
		text-align: left;
	}
#location .greeting_wrap .greeting_info p.name{
    font-size: 13px;
    font-size: 1.3rem;
}
#location .greeting_wrap .greeting_info p.name span{
    font-size: 17px;
    font-size: 1.7rem;
}
#location .greeting_wrap p.motto{
    font-size: 17px;
    font-size: 1.7rem;
}
}
.to_hp {
  padding: 80px 0;
  background: url("../img/bg4.png") repeat center center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .to_hp {
    padding: 50px 15px;
  }
}
/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
#contact {
  padding: 100px 0;
  background-color: var(--bg-on);
}
#contact #form {
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  border-top: none;
}
#contact #form th {
  width: 30%;
  padding: 18px 0;
  border-bottom: none;
  color: #000;
}
#contact #form td .hosoku {
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}
#contact #form td {
  width: 70%;
  padding: 0 15px;
  border-bottom: none;
}
#contact #form td.err {
  color: red;
}
#contact .to_back {
  color: #ffffff;
  background: #222;
  padding: 15px 50px;
  text-decoration: none;
  width: 240px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 50px 0;
  }
  #contact #form {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #contact #form th {
    width: 100%;
    padding: 0;
  }
  #contact #form td {
    width: 100%;
    padding: 5px 0 !important;
  }
  .file_wrap label {
    width: 150px;
  }
}
#to_hp {
  background-color: var(--bg-on);
  padding: 60px 0;
  text-align: center;
}
#to_hp a{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	width: 600px;
  background-color: #fff;
  padding: 20px 50px 20px 30px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
#to_hp a img{
	vertical-align: bottom;
}
#to_hp a i{
	position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
	color: var(--main-color);
}
@media screen and (max-width: 767px) {
	#to_hp a{
		width: 100%;
	  font-size: 20px;
	  font-size: 2rem;
	}
}

@media screen and (min-width: 415px) {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1220px) {}
@media screen and (max-width: 1219px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 414px) {}