@charset "UTF-8";
/* CSS Document */
/* ---------------
Common
Drawer
Header
Footer
Contents
--------------- */
/* Common
=================================================== */
html {
  overflow-y: scroll;
  font-size: 16px;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #D2E0CD;
  background-repeat: no-repeat;
  background-position: center top;
  letter-spacing: 0.1em;
  width: 100%;
  font-family: 'Outfit',Noto Sans Japanese,Noto Sans JP,sans-serif;
  color: #1A544D;
  margin:0;
}
#container{
	position: fixed;
	z-index: 1;
	width:100%;
	height: 100vh;
	padding: 50px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,table,th,td {
  line-height: 1.8;
  box-sizing: border-box;
  margin-top: 0;
}
a,
img,
fill,
stroke,
button {
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
span{
  letter-spacing: 1.5px;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.font_xs{
	font-size: 14px!important;
}
.font_xxs{
	font-size: 12px!important;
}
p.atte{
	font-size: 14px;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.5;
	margin-top: 6px;
}
.center {
    text-align: center;
}
.right{
	text-align: right;
}
.title h3{
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: 600;
	line-height: 1.6;
}
.mb0{
	margin-bottom: 0!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb60{
	margin-bottom: 60px!important;
}
.mb80{
	margin-bottom: 80px!important;
}
.mb100{
	margin-bottom: 100px!important;
}

@media screen and (max-width: 480px){
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
}

/*==================================================
　HEADER - グローバルナビ・ハンバーガーメニュー・共通エリア
===================================*/

#header{
	width:100%;
	height: 100%;
	text-align: center;
	position: relative;

}


@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-170px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

h1 {
    height:  auto;
	padding: 0px;
	width: 150px;
}

nav ul.g-navi{
	list-style: none;
	display: flex;
	justify-content: center;
}

ul#g-navi {
	width: 20%;
    text-align: left;
	margin-top: 40px;
}
ul#g-navi a {
	color: #1A544D;
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
}
ul#g-navi li {
	margin-bottom: 6px;
}

section{
padding:0;
}

#header .box-area{
	width: 45vh;
	position: absolute;
	right: 6%;
	top:10%;
}
.cv-box{
	margin-bottom: 30px;
}
.img-box{
	width: 100%;
	display: flex;
}

@media screen and (max-width: 480px){
h1 {
    height: 16px;
	padding-left: 40px;
}
#header .box-area{
	display: none;
}
.cv-box{
	display: none;
}
}


/*========
　5-2-2 3本線が×に
==========*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn2{
  position: fixed;/*ボタン内側の基点となるためrelativeを指定*/
  width: 60px;
  height:60px;
  cursor: pointer;
  background:#1A544D;
  top: 0px;
  right: 0px;
  z-index: 500;
  border-radius: 0 0 0 20px;
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.6);
}
  
/*ボタン内側*/

.openbtn2 span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 16px;
  height: 2px;
  background-color: #fff;
}


.openbtn2 span:nth-of-type(1) {
  top:13px; 
    width: 48%;
}

.openbtn2 span:nth-of-type(2) {
  top:22px;
    width:42%;
}
.openbtn2 span:nth-of-type(3) {
  top:31px;
    width:48%;
}
.openbtn2 span:nth-of-type(4) {
  top:36px;
  font-size: 10px;
  height: auto;
  color: #fff;
  background: none;
  left: 15px;
	font-weight: 500;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn2.active span:nth-of-type(1) {
    top: 16px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}
.openbtn2.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn2.active span:nth-of-type(3) {
    top: 28px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}

/*========= 開くメニュー ===============*/

#gnav{
position:fixed;
z-index: 300;
/*ナビのスタート位置と形状*/
top:-120%;
width:100%;
/*動き*/
transition: all 0.6s;
}
#gnav #gnav-list{
    opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*アクティブクラスがついたら位置を0に*/
#gnav.panelactive{
    top: 0;
}
#gnav.panelactive #gnav-list{
    opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#gnav.panelactive #gnav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 300; 
    width: 100%;
	border-radius: 0 0 3rem 3rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	background:#fff;
	text-align: center;
	box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.3);
}

/*ナビゲーション*/
#gnav ul {
    position: relative;
    z-index: 300;
	display: block;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

/*リストのレイアウト設定*/

#gnav li{
	list-style: none;
	border-bottom: 1.5px solid #A8B8A2;
	line-height: 1.5;
}

#gnav li a{
  color: #333333;
  text-decoration: none;
  padding:14px;
  display: block;
  letter-spacing: 0.1em;
	font-weight: 500;
}
#gnav li a span{
  color: #594567;
  padding-left: 10px;
  font-weight: 500;
	letter-spacing: 0.08em;
}
#gnav .logo{
	width: 130px;
	margin-top:10px;
	margin-left: 20px;
}
#gnav .bnr-box{
	width: 80%;
	margin: 0 auto;
}


/*==================================================
　FOTTER - 共通エリア
===================================*/

footer {
    padding-top: 0px;
	margin-top: 120px;
	background: #fff;
	color: #1A544D;
}
footer::before{
    content: url("");
	position: absolute;
	margin-top:-100px;
	left:0px;
}
footer .wrap{
	margin-top: 50px;
}
.copy{
	display: grid;
	background: #1A544D;
	height: 40px;
	text-align: center;
	align-content: center;
	color: #fff;
}
footer .box-area{
	padding: 20px;
	margin-bottom: 50px;
}
footer .title h3{
	font-size: 20px;
	margin-bottom: 20px;
}
footer h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}
footer .btn a{
	font-weight: 400;
}
footer p,footer p a{
	color: #1A544D!important;
}

.tel{
	font-size: 28px;
}
footer img{
	width: 240px;
	margin-bottom: 20px;
}

.comsoon {
    pointer-events: none;
    border: 1px solid #ccc!important;
    color: #ccc!important;
}
/*
.modaal-content-container ul {
	max-width: 500px;
    width: 100%;
    margin: 0 auto;
	overflow-wrap:break-word;
	padding-left: 1.3rem;
}
*/
ul.list_dot{
	padding-left: 1em;
}
.list_dot > li {
    padding: 0 0 0 1em;
    position: relative;
	list-style: circle;
    padding-left: 2px;
    padding-bottom: 10px;
	line-height: 1.5;
}
/*
.modaal-content-container li {
    list-style: circle;
    padding-left: 2px;
    padding-bottom: 10px;
}
.modaal-content-container ul.list_star {
    padding: 0;
}
.modaal-content-container li .list_star li{
	list-style: none;
	padding-bottom: 0;
	padding-left: 0;
}
*/
.fa-star:before {
    color: #ccc;
	padding-right: 4px;
}
#tel {
    position: fixed;
    width: 82px;
	bottom: 0px;
	z-index: 1;
}

/*==================================================
　CONTENTS - モバイルファーストのコンテンツ
===================================*/
.btn a{
  position: relative;
  border: 1px solid #1A544D;
  background:#1A544D;
  border-radius:25px;
  min-width:240px;
  padding: 8px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.btn a::after{
	font-family: FontAwesome;
	display: flex;
    height: auto;
    position: absolute;
    right: 14px;
    top: 8px;
	transition: all .5s;
}
.btn.out a::after{
    content: '\f08e';
}
.btn.down a::after{
    content: '\f063';
}
.btn.plus a::after{
    content: '\f055';
}
.btn.pink a{
	background:#E6A0C2;
	border: 1px solid #E6A0C2;
}
.btn.leaf a{
	background:#A8B8A2;
	border: 1px solid #A8B8A2;
}
#main{
    position: fixed;
    max-width: 30vw;
    width: 100%;
    min-height: 100vh;
	height: -webkit-fill-available;
	display: block;
    background: #fff;
    overflow: hidden;
	overflow-y: scroll;
	top: 0;
	right: 42vw;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}

#main::-webkit-scrollbar{
  display:none;
}

@media screen and (max-width: 480px){
#main{
	position: relative;
    max-width: 37.5rem;
    width: 100%;
    margin: 0 max(23.75vw, 23.75rem) 0 auto;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
	overflow-y: scroll;
	right: 0;
	box-shadow: none;
}
}
.wrap{
	width:86%;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.wrapper{
	width:86%;
	margin: 0 auto;
	padding: 30px 28px;
}

#hero{
}
#hero h2{
	margin-top: 10px;
	margin-bottom: 30px;
}
#hero img{
	width: 100%;
	margin-bottom: 20px;
}
#hero h2 img{
	width: 150px;
	margin-left: 14px;
}
#hero .center p {
    line-height: 1.6;
	font-size: 20px;
}
section#info2026{
padding-top:0px;
padding-bottom:40px;
}
.font_m{
	font-size: 18px;
}

/*==================================================
　CONTENTS - コンテンツ内
===================================*/

/* 中古買取りとは？ */
section#about{
	padding: 120px 0;
	margin-top: -90px;
	background: #1A544D;
	color: #fff;
}
#about .title span{
	color: #A8B8A2;
}
#about h3{
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#about li{
	margin-bottom: 6px;
    text-indent: -1.3em;
    margin-left: 2em;
    line-height: 1.6;
}
#about .wrapper{
	background: #fff;
	border-radius: 1.5rem;
	color: #276257;
}
#about .wrapper span{
	color: #A8B8A2;
}
#about .wrapper img{
	margin-top: 6px;
	margin-bottom: 20px;
}
#about li:before{
	content: url("../img/check.svg");
	margin-right: 6px;
}

/* 選ばれた理由 */
section#reason{
	padding: 100px 0;
}
#reason span{
	color:#A8B8A2;
}
#reason h3{
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 30px;
}
#reason h3 span{
	font-size: 36px;
	color: #1A544D;
	
}
#reason img{
	margin-bottom: 40px;
}

/* 買取りしたいアイテム */
section#item{
	padding: 120px 0;
	background: #F8F4EA;
}
#item .title h3:before{
	content: url("../img/item_01.svg");
	position: absolute;
    left: 10%;
    bottom: 40%;
}
#item .title span{
	color: #A8B8A2;
	font-size: 18px;
}
#item .title h3{
	margin-top: 20px;
}
#item .wrapper{
	background: #D2E0CD;
	border-radius:3rem;
	margin-bottom: 20px;
}
#item span{
	font-size: 12px;
}
#item h4{
	padding: 0px 6px;
    background: #fff;
    display: table;
    font-size: 20px;
    margin: 10px 0 14px 0;
}
#item img{
	margin-bottom: 10px;
}

/* 買取りできないもの*/
section#sorry{
	padding: 120px 0;
}
#sorry span{
	color: #A8B8A2;
}
#sorry img{
	margin: 10px 0 30px;
	width: 100%;
}

/* SDGsのこと */
section#sdgs{
	padding: 120px 0;
	background: #E5EAE3;
	position: relative;
}
#sdgs span{
	color: #A8B8A2;
}
#sdgs h3{
	margin-top: 10px;
}
#sdgs .wrapper{
	background: #fff;
	border-radius: 2rem;
}
#sdgs .font_s {
    margin-top: -6px;
    font-size: 14px;
}
#sdgs .flex {
    display: flex;
}
#sdgs .flex img {
    width: 36%;
    margin-right: 20px;
    margin-bottom: auto;
}
section#sdgs:before{
	content:"";
	position: absolute;
	top: -100px;
	left: 50%;
	width: 100vw;
	height: 210px;
	transform: translateX(-50%);
	background: url(../img/sdgs_03.svg) no-repeat center top;
	background-size: cover;
}

/* 買取の流れ */
section#flow{
	padding: 120px 0;
	background: #276257;
	color: #fff;
}
section#flow .title span{
	color: #A8B8A2;
}
#flow .wrapper{
	background: #fff;
	color: #1A544D;
	border-radius: 3rem;
	padding: 24px 28px;
	margin-bottom: 30px;
}
#flow .wrapper:after{
	content: url("../img/flow_01.svg");
	position: absolute;
    left: 47%;
    margin-bottom: -50px;
    margin-top: 20px;
}
#flow .center{
	margin-top: 50px;
}
#flow .wrapper span{
	font-size: 12px;
	border-bottom: 1px solid #A8B8A2;
	padding-bottom: 3px;
}
#flow .wrapper h4{
	font-size: 24px;
    margin: 6px 0 2px;
}
#flow .wrapper p {
    margin-bottom: 0;
}
#flow .wrapper h5{
	padding: 0px 10px;
    background: #D2E0CD;
    display: table;
    font-size: 20px;
    margin: 10px 0;
	border-radius: 5px;
}

/* 中古販売 */
section#buyback{
	padding: 120px 0;
	background: #DFE9DB;
	color: #276257;
}
section#buyback .title span{
	color: #A8B8A2;
}
#buyback h3{
	margin-top: 10px;
}

/* メッセージ */
section#message{
	padding: 0px 0;
	background: #E5EAE3;
	color: #276257;
	position: relative;
	margin-top: 50px;
	margin-bottom: 180px;
}
#message .font_m{
	line-height: 1.5;
}
section#message:before{
	content:"";
	position: absolute;
	top: -90px;
	left: 50%;
	width: 100vw;
	height: 92px;
	transform: translateX(-50%);
	background: url(../img/message_02.svg) no-repeat center top;
	background-size: cover;
}
section#message:after{
	content:"";
	position: absolute;
	bottom: -90px;
	left: 50%;
	width: 100vw;
	height: 92px;
	transform: translateX(-50%);
	background: url(../img/message_03.svg) no-repeat center bottom;
	background-size: cover;
}

/* よくある質問*/
#faq{
	padding: 120px 8%;
}
#faq .title {
	margin-bottom: 40px;
	text-align: center;
}
#faq .title span{
	color: #A8B8A2;
	display: block;
	margin-bottom: 18px;
}
#faq .category{
	margin-bottom: 30px;
}
#faq .category a{
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	padding: 8px;
	text-align: center;
	background: #E5EAE3;
	border-radius: 2rem;
	margin-bottom: 8px;
	color: #1A544D!important;
	box-sizing: border-box;
}
#faq .category span::after{
	font-family: FontAwesome;
    content: '\f107';
    display: inline-flex;
    height: auto;
    position: absolute;
    right: 40px;
	transition: all .5s;
}
#faq h4{
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	padding: 5px 0 2px 0;
	text-align: center;
	background: #1A544D;
	border-radius: 0.5rem;
	margin-bottom: 8px;
	color: #fff;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
	border-bottom: 1px solid #A8B8A2;
}
.accordion-area li:last-child{
	margin-bottom: 14px;
}

/*アコーディオンタイトル*/
.q {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: 500;
    padding: 3% 14px 3% 32px;
    transition: all .5s ease;
	margin-bottom: 8px;
	text-indent:  -2em;
	line-height: 1.5;
}
.q span{
	font-size: 18px;
	padding-right: 4px;
}

/*アイコンの＋と×*/
.q::before,
.q::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #1A544D;
    
}
.q::before{
    top:48%;
    right: 0;
    transform: rotate(0deg);
    
}
.q::after{    
    top:48%;
    right: 0;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.q.close::before{
	transform: rotate(45deg);
}

.q.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #E5EAE3;
	margin:-5px 0 20px 0;
    padding: 7%;
	border-radius: 2rem;
}
.box ol{
	padding-left: 20px;
}

/*モーダルウィンドウ*/
.modaal-container{
	max-width: 720px;
	padding: 30px 50px;
	border-radius: 2rem!important;
	height: 80vh;
	overflow-y: scroll;
	text-align: center;
}
@media screen and (max-width: 480px){
	.modaal-container{
	max-width: 100%;
	padding: 20px;
}
	.modaal-content-container{
		padding: 20px;
	}
}
.modaal-container h4{
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.5;
}
.modaal-container span{
	font-size: 14px;
	color: #A8B8A2;
	display: block;
	margin-bottom: 10px;
}
.modaal-container .lead p,.modaal-container p{
	text-align: left;
}
.modaal-container .pc p{
	text-align: center;
}
.modaal-container .lead span{
	background: #1A544D;
	border-radius: 2rem;
	width: 100%;
	display: block;
	margin-top: 20px;
}
.modaal-container hr{
	border-color: #A8B8A2;
	margin-bottom: 20px;
}
.modaal-container .btn.w90 a{
	width: 100%;
	max-width: 300px;
}
.modaal-close {
    right: 10px;
    top: 10px;
}
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close::after, 
.modaal-close::before{
	background:#ccc;	
}

.modaal-close::focus::after,
.modaal-close::focus::before,
.modaal-close::hover::after,
.modaal-close::hover::before{
	background:#666;
}

.f600{
	font-weight: 600!important;
}
.f500{
	font-weight: 500!important;
}
.f400{
	font-weight: 400!important;
}
.white{
	color: #fff!important;
}
span.leaf{
	background: #A8B8A2!important;
	color: #fff;
}

@media screen and (max-width: 480px){
.pt_05::after{
	content: url("../img/point_06.svg");
	position: absolute;
	margin-top:40px;
	left:0px;
}
}

/*========= HOMEページのスタイル ===============*/

table {
    border-collapse: collapse;
	text-align: left;
	margin-bottom: 80px;
}
th {
    width: 28%;
	border-bottom: 1px solid #594567;
    padding: 20px 0;
	font-weight: 300;
}
td {
	border-bottom: 1px dashed #594567;
    padding: 20px 0;
	padding-right: 50px;
}

@media screen and (max-width: 480px){
	#container{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
	background: #fff;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
}

#buyback p a,#faq p a{
	color: #276257;
	text-decoration: underline;
}

@media screen and (max-width: 1280px){
#item .title h3:before{
    left: 4%;
    bottom: 50%;
}
}
@media screen and (max-width: 430px){
#item .title h3:before{
    left: 10%;
    bottom: 40%;
}
}
@media screen and (max-width: 380px){
#item .title h3:before{
    left: 4%;
    bottom: 50%;
}
}

