@charset "utf-8";

/* 共通
------------------------------------------------------------*/
body {
	background-color: #ffffff;
	font-family: 'Inter', 'Zen Kaku Gothic New', 'Zen Old Mincho', sans-serif;
	font-size: 16px;
	letter-spacing: 0.01em;
	color: #333;
	overflow-wrap:break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/*-- タグリンク --*/
body a{text-decoration: none; color:#333;}
body a:link {text-decoration: none; color:#333;}
body a:visited{text-decoration: none; color:#333;}
body a:hover{color:#a9a9a9;}
body a:active{text-decoration: none;}

/*-- フォントサイズ --*/
:root {
  --font-title-eg: clamp(3.125rem, -0.672rem + 7.91vw, 6.25rem);/*-- w768px-50px w1400px-100px --*/
  --font-title-jp: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);/*-- w768px-18px w1400px-24px --*/
  --font-body: clamp(1rem, 0.696rem + 0.63vw, 1.25rem);/*-- w768px-16px w1400px-20px --*/
  --font-nav: clamp(0.875rem, 0.194rem + 1.06vw, 1.125rem);/*-- w1024-14px w1400-18px --*/
  --font-title: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);/*-- w320px-20px w1200px-32px --*/
}
/*-- 基本色 --*/
:root {
  --color-navy: #0E357F;
  --color-skyblue: #80C8EF;
}

img{
	width: 100%;
	height: auto;
}

section{
	clear:both;
}

.br-sp{
	display: none;
}

/*-- pc電話発信無効 --*/
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

#top-main{
	width: 100%;
	height: 100vh;
	position: relative;
	background: #fff;
}

/*============================
 ナビゲーション ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;/*ナビ背景色*/
	opacity: 0.8;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;

}
#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	font-weight: bold;

}
/*ホバー半透明*/
#g-nav li a:hover{

	color: #00A0E9;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
  display: none;
}
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 2px;
	background-color: #666;/*カラー*/
  	width: 45%;
  }

/*三本線の高さ*/
.openbtn span:nth-of-type(1) {
	top:15px;
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
/*end//三本線の高さ*/

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


/*========= ロゴ ===============*/
.header-block{
	width: 100%;
	height: 120px;
	background-color: #fff;
}
.header-container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.main-logo {
	z-index: 100;
	width: 36%;
}
.main-logo_txt{
	padding: 16px 0px 10px 60px;
	font-family: "Zen Old Mincho", serif;
  	font-weight: 700;
	font-size: clamp(0.688rem, -0.164rem + 1.33vw, 1rem);	/* w1024-11px w1400-16px */

}
.main-mark{
	width: 360px;
	padding: 0px 0px 10px 50px;
}
.main-logo img:hover{
	opacity: 0.5;
	transition: 1.0s ;
}

/* 査定・お問い合わせ */
.header-contact-block{
	position: absolute;
	right: 0;

	width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;

	font-family: "Zen Old Mincho", serif;
  	font-weight: 700;
}

/* グローバルナビ 査定 */
.nav-contact-1 {
  width: 250px;
  height: 55px;
  background: #0E357F;
  color: #fff;
  text-align: center;
  transition: background-color 0.4s ease, transform 0.3s ease;
}

.nav-contact-1 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 55px; /* テキストを中央に */
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.4s ease;
}

.nav-contact-1 a:link{
  color: #fff;
}

/* visited（クリック後） */
.nav-contact-1 a:visited {
  color: #fff; /* 白文字を維持 */
  text-decoration: none;
}

/* hover時のエフェクト */
.nav-contact-1:hover {
  background-color: #80C8EF;
}

.nav-contact-1:hover a {
  color: #fff; /* 白文字のままでもOK */
}

/* active（クリック中） */
.nav-contact-1 a:active {
  color: #fff;
  text-decoration: none;
}


/* グローバルナビ お問い合わせ */
.nav-contact-2 {
  width: 250px;
  height: 55px;
  background: #555;
  color: #fff;
  text-align: center;
  transition: background-color 0.4s ease, transform 0.3s ease;
}

.nav-contact-2 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 55px; /* テキストを中央に */
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.4s ease;
}
/* link */
.nav-contact-2 a:link {
  color: #fff; /* 白文字を維持 */
  text-decoration: none;
}

/* visited（クリック後） */
.nav-contact-2 a:visited {
  color: #fff; /* 白文字を維持 */
  text-decoration: none;
}

/* hover時のエフェクト */
.nav-contact-2:hover {
  background-color: #80C8EF;
}

.nav-contact-2:hover a {
  color: #fff; /* 白文字のままでもOK */
}

/* active（クリック中） */
.nav-contact-2 a:active {
  color: #fff;
  text-decoration: none;
}


/* グローバルナビ */
.global-nav-container{
	width: 62%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: right;
	margin-right: 1%;
	height: 55px;
	margin-top: 45px;
}
.global-nav-list{
	font-family: "Zen Old Mincho", serif;
  	font-weight: 700;
	margin-top: 35px;
	margin-right: 25px;
	letter-spacing: 0.1em;
	transition: 0.5s;
	  color: #333;
	font-size: var(--font-nav);
}

.global-nav-list:visited {
  color: #333;
}

.global-nav-list:hover {
  color: #80C8EF;
}

/*--------------------------------------------------------
  メインビジュアル
--------------------------------------------------------*/

/* メインキャッチコピー */
.main-catch{
	z-index: 10;
	position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%); /* 横方向だけ中央寄せ */
	width: 60%;

	font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding-left: 5%;
  margin-bottom: 100px;

}
.main-catch img{
	opacity: 0.9;
	width: 55%;
}
.main-catch-text{
	margin-left: 40px;
}
.main-catch-eg{
	margin-top: 40px;
}


/*pcブロック*/
.main-pc{
	display: block;
	width: 100%;
	height: 90vh;
		position: relative;
}


/*sp非表示*/
.main-sp{
	display: none;
}

.slide-img {
  width: 100%;
  height: 100vh; /* 画面の高さにフィット */
  overflow: hidden; /* はみ出し防止 */
  position: relative;
}

.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* 画面を余白なしで埋める */
  object-position: center;
  display: block;
}


/*--------------------------------------------------------
売却実績 取引業者一覧
--------------------------------------------------------*/
#results-trader-area{
	margin-top: 0px;
	padding-top: 200px;
}
.results-trader-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 両端揃え */
  margin: 0;
  padding: 0;
}

.results-trader-banner {
  width: 50%;     
  height: 200px;         /* 2枚で100%ちょうど */
  position: relative;
  margin: 0;               /* 隙間なし */
}
.results-trader-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 縦横比を維持して全体をカバー */

}
.results-trader-ttl{
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);

	letter-spacing: 0.3em;
	padding: 15px 25px;
	background: #333;
	text-align: center;
	color: #fff;
	opacity: 0.7;
	width: 300px;
	font-family: "Zen Old Mincho", serif;
  	font-weight: 700;
  	font-size: 20px;
}


/*　ホバー透過　*/
.results-trader-banner img{
	opacity: 1;
	transition: 1.0s ;
}
.results-trader-banner img:hover{
	opacity: 0.5;
}


/*--------------------------------------------------------
	  ビジネス
--------------------------------------------------------*/

/*---タイトル---*/
.sec_ttl-left{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -680px;
}

.ttl-eg-left{
	text-align: left;
	margin: 0 auto;
	font-size: var(--font-title-eg);
	font-weight: 700;
	color: #0E357F;
	letter-spacing: 0.02em;
}
.ttl-jp-left{
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 15px;
		font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: var(--font-title-jp);
  padding-left: 6px;
  margin-top: -10px;
}

#business-area{
	margin-top: 60px;
}
.backgroud-circle{
	width: 90%;
	max-width: 800px;
	margin-left: -300px;
}

.business_body{
	text-align: left;
	line-height: 2.2em;
	margin-top: 40px;
	padding-left: 6px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: var(--font-body);
}

.business_body_sp{
	display: none;
}
.business_container{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto;
}
.business_item{
	width: 17%;
}
.business_box{
  width: 100%;
  aspect-ratio: 1 / 1;           /* 正方形にする（対応していない環境では下のmin-heightも併用） */
  border: 2px solid #0E357F;     /* 枠線 */
  display: flex;                 /* 中央揃え */
  align-items: center;
  justify-content: center;
  background-color: #fff;        /* 背景（任意） */
  box-sizing: border-box;
}
.business_box img{
	width: 60%;
	
}
.business_icon_cp{
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
	font-size: clamp(1rem, 0.696rem + 0.63vw, 1.25rem);/* w768-16px w1400-20px */
	font-weight: 700;
	margin-top: 16px;
}


/*--------------------------------------------------------
  COMPANY
--------------------------------------------------------*/

#company-area{
	margin-top: 60px;
}

/*---タイトル---*/

.sec_ttl-company{
	width: 100%;
	margin: 0 auto;
	margin-top: -660px;
	margin-bottom: 1000px;
  display: flex;
  justify-content: space-between;
}

.ttl-eg-right{
	text-align: right;
	margin: 0 auto;
	font-size: var(--font-title-eg);
	font-weight: 700;
	color: #0E357F;
	letter-spacing: 0.02em;
	padding-right: 18%;
}
.ttl-jp-right{
	text-align: right;
	letter-spacing: 0.1em;
	padding-top: 15px;
		font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: var(--font-title-jp);
  padding-left: 6px;
  margin-top: -10px;
  	padding-right: 18%;
}

.company-left{
	width: 48%;
}
.company-right{
		width: 50%;
}
.company_body{
	text-align: right;
	line-height: 2.2em;
	margin-top: 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: var(--font-body);
   padding-right: 20%;

}
.company_body {
  width: 100%;
  text-align: right;
  padding-right: 15%;
}
.backgroud-circle-right{
	width: 80%;
	max-width: 550px;
	margin-right: 0;
	margin-left: auto;

}

/*--------------------------------------------------------
  お客様の声
--------------------------------------------------------*/
#voice-area{
	margin: 200px auto 0px;
		width: 100%;
	background-image:url("../images/voice-back.jpg");
	background-size: cover;
	height: 500px;
}

/*----タイトル----*/
.sec_ttl-center{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -680px;
}

.ttl-eg-center{
	text-align: center;
	margin: 0 auto;
	font-size: var(--font-title-eg);
	font-weight: 700;
	color: #0E357F;
	letter-spacing: 0.02em;
}
.ttl-jp-center{
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 15px;
		font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: var(--font-title-jp);
  padding-left: 6px;
  margin-top: -10px;
}
.voice_body{
	width: 75%;
	margin: 40px auto;
	text-align: center;
	line-height: 2.2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: var(--font-body);
}

/*--------------------------------------------------------
  blog
--------------------------------------------------------*/
.blog_section{
	width: 100%;
	background-color: #0E357F;
}
/*--- タイトル ---*/
.sec_ttl-blog{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.ttl-eg-blog{
	text-align: left;
	margin: 0 auto;
	font-size: var(--font-title-eg);
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.02em;
		padding-top: 80px;
}
.ttl-jp-blog{
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 15px;
		font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: var(--font-title-jp);
  padding-left: 6px;
  margin-top: -10px;
  color: #fff;
}
.blog_contents{
	width: 100%;
	margin-bottom: 60px;
}
.blog_container{
	width: 90%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 60px;
}
.blog_container_item{
	width: 30%;
}


/*--------------------------------------------------------
  loop-blog
--------------------------------------------------------*/
.loop-blog-section{
	  transition : 1s;
}
.loop-blog-section:hover{
	transition : 1s;
	opacity: 0.5;
}
.blog_item_time{
		margin-top: 10px;
		color: #fff;
		border-bottom: solid 1px #fff;
		padding-bottom: 10px;
}
.loop-blog_ttl{
		margin-top: 10px;
		color: #fff;
		line-height: 1.5em;
}

/*--------------------------------------------------------
recruit
--------------------------------------------------------*/
#recruit-area{
	width: 100%;
	background-image:url("../images/recruit-back.jpg");
	background-size: cover;
	height: 540px;
}

.recruit_bnnr{
	position: relative;
}
.recruit-style{
	position: relative;
}
.recruit-style img{
	opacity: 1;
	transition: 1.0s ;
}
.recruit-style img:hover{
	opacity: 0.5;
}
.recruit_pic{
	margin: 0 auto;
	width: 90%;
	max-width: 860px;
	height: 360px;
	padding-top: 100px;
}
.recruit_pic img{
	height: 360px;
	object-fit: cover;
}

.recruit_ttl{
	position: absolute;
	z-index: 10;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.ttl-rec_eg{
	text-align: center;
	margin: 0 auto;
	font-size: var(--font-title-eg);
	font-weight: 700;
	color: #0E357F;
	letter-spacing: 0.02em;
		padding-top: 80px;
}
.ttl-rec_jp{
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 15px;
		font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: var(--font-title-jp);
  padding-left: 6px;
  margin-top: -10px;
  color: #333;
}


/*- more --*/
.more_style_recruit{
	font-family: "Zen Old Mincho", serif;
  	font-weight: 700;
	margin: 60px auto 10px;
	width: 400px;
	padding: 20px;
	color: #fff;
	  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);/* w768-14px w1200-18px */
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #555;
}

/*--------------------------------------------------------
アクセス
--------------------------------------------------------*/
#access-area{
	margin-top: 70px;
}

.sec_ttl_access{
	text-align: right;
	font-size: var(--font-title-eg);
	font-weight: 700;
	color: #0E357F;
	letter-spacing: 0.02em;
	margin-right: 8%;
	margin-left: auto;
}
.ttl-eg_access{

}
.ttl-jp_access{
	padding-top: 15px;
	text-align: right;
	font-family: "Zen Old Mincho", serif;
  	font-weight: 700;
  	font-size: var(--font-title-jp);
	font-weight: 700;
	letter-spacing: 0.02em;
  	padding-right: 1%;
	color: #333;
  	margin-top: -10px;
	margin-left: auto;
}

.access_contents{
	margin-top: 40px;
	margin-bottom: 120px;
}
.access_address{
	margin: 60px auto;
	width: 700px;
	line-height: 2em;
	text-align: center;
}
.access_company{
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 700;
	font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);/*-- w768px-20px w1200px-28px --*/
	margin-bottom: 20px;
	margin-top: 20px;
}
.access_address p{
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 700;
	font-size: var(--font-body);
	margin-bottom: 20px;
	margin-top: 20px;
	letter-spacing: 0.05em;
}
.access_phone{
	font-family: "Inter", sans-serif;
  	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.08em;
	margin-top: 20px;
	line-height: 1.4em;

}
.access_metro{
	font-size: var(--font-body);
	font-weight: bold;
	border: solid 1px #555;
	margin-top: 40px;
	padding: 15px ;
}
.access_bottom{
	margin-bottom: 100px;
}
.access_bottom_sp{
	display: none;
}

/*--------------------------------------------------------
コンタクト
--------------------------------------------------------*/
#contact_sec{
	margin-top: 60px;
	background: #F6F6F6;
}
.sec_ttl_contact{
	margin: 20px auto;
	padding-top: 60px;
}

.ttl-eg_contact{
	text-align: center;
	font-size: var(--font-title-eg);
	font-weight: 700;
	color: #0E357F;
	letter-spacing: 0.02em;
}

.ttl-jp_contact{
	padding-top: 15px;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
  	font-weight: 700;
  	font-size: var(--font-title-jp);
	font-weight: 700;
	letter-spacing: 0.02em;

  	padding-right: 1%;

	color: #333;
  	margin-top: -10px;
	margin-left: auto;
}

.ttl_back_contact{
	position: absolute;
	z-index: 10;
	top: 5px;
	right: -15px;
	width: 90px;
	opacity: 0.5;
}
.ttl-border_contact{
	border: solid 1px #00bfff;
	width: 360px;
	margin: 0 auto;
}


.contact_container{
	width: 90%;
	max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 40px;
}
.contact_phone{
	width: 47%;
	background: #0E357F;
	margin: 20px auto 60px;
	padding-top: 20px;
}
.contact_mail{
	width: 47%;
	background: #0E357F;
	margin: 20px auto 60px;
	padding-top: 20px;
}
.contact_icon{
	margin: 0 auto;
	width: 100px;
	padding: 20px;
}
.contact_number{
	font-family: "Inter", sans-serif;
  	font-weight: 700;
	font-size: 30px;
	text-align: center;
	padding-bottom: 20px;
		letter-spacing: 0.1em;
			color: #fff;
}

.contact_mail_txt{
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 700;
	font-size: var(--font-body);
	text-align: center;
	padding-top: 10px;
	color: #fff;
}

.contact_mail_link:hover{
	opacity: 0.5;
	transition: 0.5s ;
}
.contact_mail_link img:hover{
	opacity: 0.5;
	transition: 0.5s ;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.footer-pc{
	width: 100%;
}
.footer_nav-block{
	width: 100%;
	background-color: #555;
}
.footer_nav{
	width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
}
.footer_nav a{
   text-decoration: none;
   color: #fff;
		transition: 0.5s;
}
.footer_nav nav{
   margin: 0 0 0 auto;
}
.footer_nav ul{
   list-style: none;
   margin: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: left;
}
.footer_nav li{
   margin: 0 auto;
   font-size: var(--font-body);
	line-height: 2.4em;
	font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}


.footer_nav li a{
   color: #fff;
   margin-left: 20px;
   margin-right: 20px;
}
.footer_nav li a:link { color: #fff; }
.footer_nav li a:visited { color: #fff; }
.footer_nav li a:hover { color: #80C8EF; }
.footer_nav li a:active { color: #fff; }

.footer-logo-area{
	margin: 60px auto 10px;
	width: 100%;
}
.footer_logo-block{
	width: 200px;
	margin: 0 auto;
}
.footer_logo img{
	opacity: 1;
	transition: 0.5s ;
}
.footer_logo img:hover{
	opacity: 0.5;
}

.footer_company{
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size: 28px;
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 700;
	padding-left: 20px;
	padding-top: 10px;
	letter-spacing: 0.1em;
	text-align: center;
}
.footer_company_inner{
	max-width: 980px;
	margin: 20px auto 0;
}
.footer_company_catch{
	font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
	padding-top: 10px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}
.footer_add{
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 0.05em;
}
.footer_tel{
	font-size: 32px;
	letter-spacing: 0.05em;
	  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 20px;
    line-height: 1.4em;
}
/*-- クレジット --*/
.footer_cr{
	font-family: "Inter", sans-serif;
  	font-weight: 700;
	font-size: 15px;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
	color: #333;
	letter-spacing: 0.1em;
}

@media screen and (min-width:768px) and (max-width:1200px) {

.footer-logo-area{
	margin: 40px auto 10px;
	width: 100%;
}
.footer_logo-block{
	width: 200px;
	margin: 0 auto;
}
.footer_company{
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 00px;
	font-size: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 900;
	padding-left: 20px;
	padding-top: 10px;
	letter-spacing: 0.1em;
	text-align: center;
}
.footer_company_inner{
	max-width: 980px;
	margin: 0px auto 0;
}
.footer_company_catch{
	font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
	padding-top: 10px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 10px;
}
.footer_add{
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: 0.05em;
}
.footer_tel{
	font-size: 28px;
	letter-spacing: 0.05em;
	  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0px;
    line-height: 1.4em;
}
/*-- クレジット --*/
.footer_cr{
	font-family: "Inter", sans-serif;
  	font-weight: 700;
	font-size: 15px;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
	color: #333;
	letter-spacing: 0.1em;
	margin-top: 40px;
}

}



/***********************************
　　PC共通
***********************************/
.pcLayer,
img.pcImg {
	display: block !important;
}
.spLayer,
img.spImg {
	display: none !important;
}

.c-both {
	clear: both;
}


/* 査定ボタン-PC */
.Satei_button {
  position: absolute;
  bottom: 2vh;
  left: 55%;
  transform: translateX(-55%);
  width: 700px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 10;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

/* ボタン本体 */
.btnshine2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #0E357F; /* ボタン色（お好みで変更可） */
  color: #fff;
  padding: 20px 80px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.4s ease;
  z-index: 0;
}

/* リンクの状態：常に白文字 */
.btnshine2:link,
.btnshine2:visited,
.btnshine2:hover,
.btnshine2:active {
  color: #fff;
  text-decoration: none;
}

/* 円エフェクト */
.btnshine2 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  pointer-events: none;
  z-index: 1;
}

/* hover時の円拡大 */
.btnshine2:hover .circle {
  transform: translate(-50%, -50%) scale(5);
  opacity: 1;
}



/*円エフェクト-moreボタン*/
.more-center {
  text-align: center;
  width: 40%;
	margin: 40px auto 0;
}
.more-right{
	text-align: center;
  width: 60%;
  	margin: 60px auto 0;
}
.more-blog {
  text-align: center;
  width: 40%;
	margin: 40px auto 0;
	padding-bottom: 80px;
}

/* ボタン本体 */
.more_style {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #555;
  color: #fff;
  padding: 18px 60px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);/* w768-14px w1200-18px */
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
  z-index: 0; /* スタッキング文脈を明確化 */
}

/* リンク */
.more_style > a {
  position: relative;
  display: inline-block; /* 必須：インラインだと重なり判定が不安定なことがある */
  color: #fff; /* 常に白文字 */
  text-decoration: none;
  z-index: 2;            /* テキストが円より上 */
}

/* 円 */
.more_style .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  pointer-events: none;
  z-index: 1; /* 背景より上、テキストより下 */
}

/* hover時のエフェクト */
.more_style:hover .circle {
  transform: translate(-50%, -50%) scale(5);
  opacity: 1;
}

.more_style:hover {
  background: #555;
  color: #fff;
}

/* リンクの状態別指定 */
.more_style > a:link,
.more_style > a:visited {
  color: #fff; /* 通常も訪問済みも白 */
  text-decoration: none;
}

.more_style > a:hover,
.more_style > a:active {
  color: #fff; /* hover/クリック中も白のまま */
  text-decoration: none;
}

/*--------------------------------------------------------
  ふわっと
--------------------------------------------------------*/
/* アニメーション */
.sa {
  opacity: 0;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}
