@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
@font-face {
    font-family: 'Helvetica LT Std';
    src: url('/font/HelveticaLTStd-UltraComp.woff2') format('woff2'),
        url('/font/HelveticaLTStd-UltraComp.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* --------------------

bootsrap-custom

--------------------*/
.row{ margin-left:0px;  margin-right:0px}
.row>* { padding-left:0px;  padding-right:0px}

.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

.container{
	max-width: 100%;
	
}

/* --------------------

common

--------------------*/
body{
	font-family: "Noto Sans JP", sans-serif;	
  overflow-x:hidden;
	
}
.ff{
	font-family: 'Noto Serif JP', serif;
}

@media (max-width: 992px) {
	#nayami img,#nagare img,#tuyomi img,#chigai img,#kaitori img,#company img{
		max-width: 100%;
	}
}

/*- header-fixed調整 -*/
main{
		padding-top: 79px;
	}

@media (max-width: 768px) {
main{
		padding-top: 12vw;
	}
}
.grecaptcha-badge { visibility: hidden; }
.reCAP-txt{
	margin-top: 30px;
	font-size: 0.7em;
	color: #C7C7C7;
	text-align: center;
	
}
.reCAP-txt a{
	color: #C7C7C7;	
	
}

/* --------------------

section

--------------------*/
section{
	padding: 0;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適用される */
section{
	padding: 0;
}
}
/*- ジャンプリンク調整 -*/
section.jump-anchor{   
    padding-top: calc(79px + 40px);
    margin-top: -79px;
}
@media (max-width: 768px) {
section.jump-anchor{
		padding-top: calc(12vw + 8vw);
	margin-top: -12vw;
	
	}
}
/* --------------------

common-bace

--------------------*/
main#bace{
	max-width: 800px;	
	margin: 0 auto;
	
}

@media (max-width: 768px) {
main#bace{
	max-width: 100%;
}
}
.overflow-wrap{
	overflow: hidden;
}

.breadcrumbs {
    color: #9e9c9c;
    margin: 0 0 5px;
    overflow: hidden;
    line-height: 22px;
    padding: 0
}

.breadcrumbs li {
	position: relative;
    display: inline-block;
    margin-left: 10px
}

.breadcrumbs li a {
    text-decoration: none;
    color: #4B4948;
    padding: 0 4px
}

.breadcrumbs li a:hover {
    text-decoration: underline
}
.breadcrumbs li::after{
	position: absolute;
	content: "";
	-webkit-transform: rotate(45deg);
    left: auto;
    bottom: calc(50% + -6px);
    width: 8px;
    height: 8px;
    border-top: 2px solid #4B4948;
    border-right: 2px solid #4B4948;
	border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
} 
li:last-child::after{
	content: none;
    
}	




/* --------------------

nav

--------------------*/


#main-header{
	position: fixed;
    z-index: 300;
    background-color: #FFFFFF;
    width: 100%;
}
#main-header .container-fluid{
	padding: 0;
}
.head-logo{
		width: 141px;
	height: auto;
	}
.navbar{
padding: 0 4%;
    margin: 0 auto;
    max-width: 1150px;
}
.navbar-nav{
	width: 100%;
	padding-left:20px;
	max-width:570px;
}
.nav-item{
	position: relative;
	flex: 1 1 auto;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #1b1b1b;
		margin-top: -15px;
	letter-spacing: -1px;
	
}
.nav-item::before{
	position: absolute;
	content: "";
	left: calc(50% + -6px);
	transform: translateX(-50%);
	bottom:-5px;
	width: 12px;
	height: 12px;
	border-bottom: 3px solid #1b1b1b;
	border-right: 3px solid #1b1b1b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.headmail{
	margin-right: -36px;
	margin-bottom: -15px;
}


	



	
/* --------------------

nav-sp-menu

--------------------*/
@media (max-width: 768px) {
	.navbar{
		padding: 0;
	}
.navbar-nav {
    width: 85%;
    padding-left: 0;
    max-width: auto;
	margin: 0 auto;
}
.navbar-toggler{
	border: 0;
	font-size: 6vw;
}

.nav-item a {  
  text-decoration: none;
  white-space: nowrap;
 color: #4c4948;
}

	
 
#head-menu 	.menu-img{
		max-width: 100%;
	}
#main-header {
position: fixed;
    z-index: 300;
    background-color: rgba(255,255,255,0.95);
    width: 100%;
	padding: 0;
}
#main-header .container-fluid {
	width: 85%;
	margin: 3vw auto;
	padding-right: 9vw;
	
}
	.head-logo{
		width: 37vw;
    height: auto;
	}
.sp-nav-header{
	height: 21.3vw;
    margin-bottom: 7.3vw;
}
.sp-nav-title{
	color: #00B1A0;
    text-align: center;
    width: 100%;
	font-size: 6.3vw;
    letter-spacing: 2.1vw;
	line-height: 21.3vw;
	}

.nav-cvarea-sp{
	max-height: 30vw;
}
.nav-cvarea-sp img{
	max-height: 13.3vw;
	margin-right: 2vw;
}
.nav-item{
	position: relative;
    flex: 1 1 auto;
    font-weight: normal;
    font-size: 4.2vw;
    color: #4c4948;
    margin-top: 0;
    text-align: left;
    border-bottom: 1px solid #00b1a0;
    padding: 10px 0 8px;
	
}
.nav-item::before{
	position: absolute;
	content: "";
	-webkit-transform: rotate(45deg);
    left: auto;
    bottom: calc(50% + -6px);
    width: 12px;
    height: 12px;
    border-top: 2px solid #4c4948;
    border-right: 2px solid #4c4948;
	border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2vw;
}	
	.nav-btn-item img{
		max-width: 100%;
	}	
	.sp-close-btn{		
		margin: 6.5vw auto;
	}
	.sp-close-btn img{
		width: 40%;
    margin: 0 auto;
    display: block;
		
	}
	
}


/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
    right: 4.4vw;
    top: 50%;
    width: 6.6vw;
    height: 6.6vw;
    cursor: pointer;
    z-index: 300;
    letter-spacing: 4px;
    transform: translateY(-50%);
}

.hamburger__line {
  position: absolute;
    width: 8vw;
    height: 4px;
    right: 0;
    background-color: #4c4948;
    transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1vw;
}

.hamburger__line--2 {
  top: 3vw;
}

.hamburger__line--3 {
  top: 5vw;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}
.open .hamburger::after{
	position: absolute;
    bottom: -4vw;
    content: "とじる";
    width: 16vw;
    right: -55%;
    text-align: center;
	font-size: 3vw;
}
/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 80vh;
  background-color: rgba(255,255,255,0.95);
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}

/*上からスライド*/
.open .sp-nav {
  top: 0;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}



/* --------------------

main

--------------------*/

#main{
	position: relative;
    margin: 0 auto;
	max-width: 900px;
}
@media (max-width: 768px) {
	
  #main img{	
	max-width: 100%;
	  
}  
}
/* --------------------

MV

--------------------*/

#mv{		
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	background-color: #00b1a0;
	position: relative;
	margin-bottom: 100px;
	padding-top:40px; 
	
}
#mv:after{
	position: absolute;
	content: url(../img/point.webp);
 left: 50%;
    transform: translateX(-50%);
	bottom:-100px;
}
.mv-inner{
	margin: 0 auto;
	max-width: 900px;
}
@media (max-width: 992px) {
.mv-inner img{
max-width: 100%;  
    padding: 0 4%;
}
}
@media (max-width: 768px) {
  #mv{		
	margin: 0;	
	margin-bottom: 25vw;
	  width: 100%;
	  
	
}
	#mv:after{
	position: absolute;
	content: "";	
	width: 92%;	
	height: 28%;
	background: url(../img/point.webp) no-repeat;	
  background-size: cover;
	left:50%;
    transform: translateX(-50%);
	bottom:-17%;
		overflow-y: visible;
}
	.mv-inner{	
	max-width: 100%;
}
  .mv-inner img{
max-width: auto;  
    padding: 0;
}
}
/* --------------------

cp

--------------------*/
#cp{
	background-color: #fff226;
	padding: 35px 50px 25px 50px;
	flex-shrink: 0; /* 追加 */
}
.cp-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;	
	
}
.cp-flex img{
	max-width: 100%;
}
.cv-area{
	display: flex;	
	align-items: center;
	justify-content: space-between;
	margin-top: 27px;
	margin-bottom: 7px;
	
}
.cv-area-btnbox{
	width: 49%;
}
.cv-mail{
	margin-left: -8px;
	margin-right: 8px;
	
}
@media (max-width: 768px) {
	#cp{
	background-color: #fff226;
	padding: 7% 4.4%;
		margin: 5%;
	}
	.cp-flex{
	gap:5vw;
	
}
	.cv-mail{
	margin-left: 0;
	margin-right: 0;
		margin-bottom: 4.5vw;
	
}
}
/* --------------------

onayami-list

--------------------*/
#onayami-list {
	position: relative;
	padding-top: 60px;
	margin: 40px 0 0 0;
}
#onayami-list h2{
	margin-top: 30px;
	margin-bottom: 20px;
}
#onayami-list h3{
	margin-bottom: 40px;
}
.onayami-list::before{
	position: absolute;
	content: "";
	width: 1.4px;
	height: 56px;
	background-color: #00b1a0;
	left: 50%;
	top: 0;
    transform: translateX(-50%);
}
.onayami-list{	
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:  20px;
	padding: 0;
	
}

.onayami-list-item{
	width: 23%;
	position: relative;
	background-color: #4c4948;	
	padding: 5px;
	border: 5px solid #4c4948;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	
}
.onayami-list-item::before{
content: "";
    position: absolute;
    top: 0; 
    left: 0;  
	border-style: solid;
border-width: 25px 25px 0 0;
border-color: #bde1d6 transparent transparent transparent;
}
/*.onayami-list-item::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(../img/onayami-arrow.svg);
	background-repeat:no-repeat;
 top: 50%;
	right: 0;
    transform: translateY(-50%);
}*/

@media (max-width: 768px) {
	#onayami-list {
	width: 90%;
	padding-top: 60px;
	margin: 40px auto 0 ;
}
#onayami-list h2{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 6.2vw;
}
#onayami-list h3{
	margin-bottom: 40px;
	font-size: 3.8vw;
}
	.onayami-list{
	gap:  4.5vw;
	}
	.onayami-list-item{
	width: 47%;
		font-size: 4.2vw;
	
}
}
/* --------------------

つよみ

--------------------*/
#tuyomi{
	padding-bottom: 40px;
}
/* --------------------

買取の流れ

--------------------*/
#kaitori{	
	padding-bottom: 40px;
}
#kaitori img{
	margin: 0 auto;
	padding-bottom: 40px;
	width: 94%;
}
@media (max-width: 768px) {
	#kaitori img{
	padding-right: 5.6vw;
    padding-left: 5.6vw;
	width: 100%;
}
}
/* --------------------

よくある質問

--------------------*/
#qa{	
	margin: 0 auto;
	position: relative;
	padding-top:110px;
}
#qa::before{
	position: absolute;
	content: "";
	width: 1.4px;
	height: 70px;
	background-color: #4c4948;
	left: 50%;
	top: 0;
    transform: translateX(-50%);
}
#qa h2 {
	margin-bottom: 50px;
	text-align: center;
}
.qa-ttl{
	font-size: 23px;
}
.qa-ttl::before{
	content: "Q";
	background-color: #00b1a0;
	width: 42px;
	height: 42px;
	border-radius: 20%;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
	margin-right: 20px;
	aspect-ratio:1/1;
}
#qa-box .accordion-item{
	margin-bottom: 20px;
	border: 0;
}
#qa-box .accordion-button{
background-color:#bde1d6;
	color: #4c4948;	
	border-radius: 8px;
	letter-spacing: 2px;
	padding: 10px 20px;
	box-shadow:none;	
}

#qa-box .accordion-button:not(.collapsed){
box-shadow:none;
}
#qa-box .accordion-button:not(.collapsed)::after {
    background-image:url(../img/arrow.svg);
    transform: rotateZ(180deg);
}
#qa-box .accordion-button::after{
	content: "";
	display: inline-block;
 width: 28px;
 height: 28px;
	right: 0;
 background-image:url(../img/arrow.svg);
 background-size: contain;
 vertical-align: middle;
transform: rotateZ(0);
}
.qa-txt{
	max-width: 800px;
	margin: 0 auto;	
}
#qa-box .qa-txt p{
	margin-top: 10px;
	font-size: 23px;
}
@media screen and (max-width: 768px) {
#qa .container {
	padding: 4%;
}
	.qa-ttl{
	font-size: 4vw;
}
	.qa-ttl::before{
	content: "Q";
	background-color: #00b1a0;
	width: 5vw;
	height: 5vw;
	border-radius: 20%;
	line-height: 4vw;
	text-align: center;
	color: #FFFFFF;
	font-size: 4vw;
	margin-right: 4vw;
	
}
	#qa-box .qa-txt p{
	margin-top: 2vw;
	font-size: 3.8vw;
}
	
}


/* --------------------

back

--------------------*/

.headline{
	font-size: 35px;
	text-align: center;
	font-weight: bold;
}
.subhead{
	font-size: 21px;
	text-align: center;
	color:#00b1a0;
	font-weight: bold;
}

/* --------------------

form

--------------------*/
#mailform{
	margin-top: 20px;
}

#mailform h2{
	margin-bottom: 40px;
	font-weight: normal;
}
.subhead-form{
	font-size: 18px;
	ont-weight: normal;
	max-width: 800px;
	margin: 0 auto;
}

.subhead-form > .p-sub{
	font-size: 14px;	
}
.p-sub span{
	color: #c7000b;	
}

.mailform{
	margin: 40px 0;
}
.form-group{
	padding: 1.5em 3em;	
	border-top:4px solid #959595;
}
.form-group:nth-child(even){
	background-color: #ebebeb;
}
.form-group > .label{
	margin-bottom: 1em;
}
.form-group > .label-area{
	min-height: 5em;
}
.required{
	color: #FFFFFF;
	background-color: #c7000b;
	padding: 1px 8px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 16px;
}
.form-control{
	border: 2px solid #363636;
	border-radius: 0;
	margin-top: 15px;
}
.form-region{
	border: 2px solid #363636;
    border-radius: 0;
    margin-top: 15px;
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.agree_area{
	height: 150px;
    overflow: auto;
    background-color: #FFFFFF;
    padding: 20px;
	border: 2px solid #959595;
}


.btn-submit span input {
	color: #fff;
    background-color: #00b1a0;
    border-bottom: 5px solid #006b60;
	border-top: 1px solid #00b1a0;
	border-left: 1px solid #00b1a0;
	border-right: 1px solid #00b1a0;
    padding: 10px 30px;
    font-size: 1.2em;
    border-radius: 10px;
    letter-spacing: 2px;
    margin: 0 auto;
    display: block;
    width: 80%;
	max-width: 350px;
	position: relative;
}
.btn-submit{
	position: relative;
}
.btn-submit::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(../img/arrow-w.svg);
	background-repeat:no-repeat;
 top: 46.5%;
    right: 37%;
    transform: translateY(-50%);
}
::placeholder {
  color: #c8c8c8 !important;
}
.accept-01{
	font-size: 1.1em;
	line-height: 2;
	margin-top: 0.8em;
}
.accept-01 input{
	transform: scale(2);
	margin-right: 0.6em;
}


@media screen and (max-width: 992px) {
	.subhead-form{
	padding: 0 4%;
	}
}
@media screen and (max-width: 768px) {
	#mailform h2{
		font-size: calc(1.325rem + 0.9vw);
		margin-bottom: 1em;
	}
	.subhead-form{
		font-size: 0.9em;
	}
	.subhead-form > .p-sub{
	font-size: 0.85em;	
}
	.form-group{
	padding: 1.5em 4%;	
	
}
.btn-submit::after {	
    right: 30vw;
}
}
@media screen and (max-width: 576px) {
.btn-submit::after {	
    right: 27vw;
}
}
@media screen and (max-width: 480px) {
.btn-submit::after {	
    right: 19vw;
}
}


/* --------------------

back

--------------------*/

.fluid-box{
 width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 0;
}
.fluid-box-inner{
 margin: 0 auto; 
 background-color: #fff;
}
@media screen and (max-width: 768px) {
	.fluid-box
	{padding: 8vw 0;}
}

/* --------------------

フッター

--------------------*/
footer{
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	background-color: #4c4948;
}
.main-footer{
	max-width: 1100px;
	color: #FFFFFF;
	padding: 0 10% 30px;
	display: flex;
	flex-direction:column;
	align-items:center;	
	font-size:20px;
	margin: 0 auto;
}
.footer-logo{	
	margin: 30px auto 40px;
}
.footer-logo img{
	width: 183px;	
}
.footer-list{
	display: flex;
	justify-content: center;
	width: 100%;
    text-align: center;
	padding: 0;
	margin-bottom: 40px;
}

.footer-list li{
	width: 20%;
	list-style:none;
	
}
.footer-list li a{
	color:#FFFFFF;
	text-decoration:none;
	
}
.footer-tel img{
	max-width: 333px;
}
.footer-link{
	font-size: 0.9em;
	margin: 30px auto 20px;
}
.footer-copyright{
	margin-top: 20px;
	font-size: 0.7em;
}
.p-mark img{
	max-width:100px !important;
	height: auto;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適用される */
	footer{
	margin-left: auto;
  margin-right: auto;
}
.main-footer{
	max-width: 100%;
	font-size:5vw;
	padding: 0 10% 2rem;
	}
.footer-logo{	
	margin: 2rem auto 2.1rem;
	}
.footer-logo img{
	max-width: 60%;
    display: block;
    margin: 0 auto;
	}
.footer-list{	
	justify-content: space-between;
	margin-bottom: 2rem;
	}
.footer-list li{
	width: 49%;
	}
.footer-tel {
	max-width: 100%;
}
	.footer-link{
	font-size: 0.9em;
	margin: 2.5rem auto 1rem;
}
	.footer-copyright{
	margin-top: 1rem;
	font-size: 0.6em;
}
}
/* --------------------

404.php

--------------------*/
.ispage-404{
	margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
	background-color: #BDE1D6;
	    min-height: 600px;
	
}
.page-404-container{	
	max-width: 800px;
	padding-right: 4%;
	padding-left: 4%;
	margin: 0 auto;
	
}
.ttl-404{
	text-align: center;
    padding: 2em 0;
}
.page-404-txtbox{
	background-color: #FFFFFF;
    padding: 2em 1em;
    line-height: 1.7;
}
@media (max-width: 768px) {
.page-404-container{	
	max-width: 100%;
	
}
}
/* --------------------

mini-page

--------------------*/
.mini-page{
	margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
	background-color: #BDE1D6;
	    min-height: 600px;
	padding-top: 5em;
	padding-bottom: 5em;
	
}
.mini-page-container{	
	max-width: 800px;
	padding-right: 4%;
	padding-left: 4%;
	margin: 2em auto;
	
}
.mini-page-txtbox{
	background-color: #FFFFFF;
    padding: 2em 1em;
    line-height: 1.7;
	
}
.bace-color-back{
	background-color: #00B1A1;
	border-color: #00B1A1;
}
@media (max-width: 768px) {
.mini-page-container{	
	max-width: 100%;
	
	
}
}



