@charset "utf-8";
/* CSS Document */


/* reset
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
}
img {
	display: block;
	max-width: 100%;
}
a {
	font-weight: bold;
}


/* common
----------------------------------------*/
html {
  scroll-padding-top: calc(65px + 2em);
}
body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","Meiryo",sans-serif;
	color: #333;
	line-height: 2;
	background: #fff;
}
small {
	font-size: .8rem;
}
h2 {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 2.5rem;
	color: #006539;
}
h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: url("../img/img_icon01.png") no-repeat center;
	background-size: contain;
}
.section {
	padding: 100px 0;
}
.inner {
	max-width: 1000px;
	width: calc(100% - 2rem);
	margin: 0 auto;
}
.link {
	padding: .2rem 1.5rem;
	border-radius: 50px;
	color: #fff;
	background: #006539;
}
.bg-light {
	background: #f5f5f5;
}


/* ヘッダー
----------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #eee;
	background: #fff;
	z-index: 1000;
}
header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
  max-width: 100%;
	height: 100%;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2rem;
}
h1 img {
	height: 40px;
}
nav ul {
	display: flex;
	gap: 1.5rem;
}
nav a {
	color: #333;
}
.tel a {
	display: block;
	padding: .2rem 1rem;
	border-radius: 5px;
	color: #fff;
	background: #006539;
}
.hamburger {
	display: none !important;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}
.hamburger span {
	width: 25px;
	height: 2px;
	background: #006539;
}


/* FV
----------------------------------------*/
.fv {
	position: relative;
	width: 100%;
	height: calc(100vh - 60px);
	margin-top: 60px;
}
.fv-slide .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1s;
}
.fv-slide .active {
	opacity: 1;
}
.fv-copy {
	position: absolute;
	top: 50%;
	left: 50%;
	width: max-content;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: clamp(20px,3vw,36px);
	text-align: center;
}
.fv-copy p {
	display: block;
	margin-bottom: .5rem;
	padding: 0 1rem;
	line-height: 1.5;
	font-weight: bold;
	background: #006539;
}


/* 売りたい/買いたいへのリンクバナー
----------------------------------------*/
.cta-banner .inner {
  display: flex;
  gap: 1em;
}
.cta-box {
  flex-basis: 50%;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
.cta-box.sell {
  border: 2px solid #ffb3b3;
  color: #c40000;
  background: #ffe5e5;
}
.cta-box.buy {
  border: 2px solid #b3ccff;
  color: #0047c4;
  background: #e5f0ff;
}
.risu2 {
  position: relative;
}
.risu2::before {
  content: "";
  position: absolute;
  top: -5em;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url("../img/img_icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}


/* お知らせ
----------------------------------------*/
.inner.news {
	text-align: right;
}
.inner.news h2 {
	text-align: left;
}
.news-list li {
	margin-bottom: 1em;
	text-align: left;
  line-height: 1.5;
}
.news-list span {
  margin-right: 1em;
  font-size: .9rem;
  font-weight: bold;
}


/* 事業内容
----------------------------------------*/
.services {
	padding-bottom: 100px;
}
.services-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
	max-width: 1000px;
	margin: 0 auto;
}
.services-grid .service-card:nth-child(1) {
	grid-column: 2 / 4;
}
.services-grid .service-card:nth-child(2) {
	grid-column: 4 / 6;
}
.services-grid .service-card:nth-child(3) {
	grid-column: 1 / 3;
}
.services-grid .service-card:nth-child(4) {
	grid-column: 3 / 5;
}
.services-grid .service-card:nth-child(5) {
	grid-column: 5 / 7;
}
.service-card {
	display: flex;
	align-items: flex-start;
	background: #f5f5f5;
}
.service-ribbon {
	width: 100px;
	flex-shrink: 0;
}
.service-text {
	padding: .5rem 1rem;
}
.service-text h3 {
	margin-bottom: .5rem;
	color: #006539;
	font-size: 1.2rem;
	line-height: 1.5;
}
.service-text p {
	line-height: 1.5;
}


/* アクセス
----------------------------------------*/
iframe {
	display: block;
	width: 100%;
	height: 420px;
}


/* リンク
----------------------------------------*/
.banners {
	display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
	margin-top: 20px;
}
.banners a {
  flex: 1;
  background-color: #fff;
}
.banners img {
	width: 100%;
	height: 100%;
}


/* SNS
----------------------------------------*/
.insta-section {
	width: 100%;
	padding: 60px 0;
	text-align: center;
	background: #fff;
}
.sns-box {
	margin-bottom: 50px;
}
.sns-box:last-child {
	margin-bottom: 0;
}
.insta-section a {
	color: #333;
	display: inline-block;
}
.insta-section img {
	width: 120px;
	margin-inline: auto;
}
.insta-section .sns-box:nth-of-type(2) img {
	width: 200px;
}


/* フッター
----------------------------------------*/
footer {
	position: relative;
	margin-top: 8rem;
	padding: 60px 0;
	background: #006539;
	color: #fff;
	text-align: center;
}
footer::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	background: url("../img/img_icon02.png") bottom repeat-x;
}
footer img {
	width: 150px;
	margin: 0 auto 1rem auto;
}


/* サブページ
----------------------------------------*/
#sub {
	max-width: 1000px;
	margin: 60px auto 0 auto;
	padding: 2rem;
}
#sub h2:nth-of-type(n+2) {
	margin-top: 5rem;
}
.center {
	margin-inline: auto;
}


/* お問合わせ
----------------------------------------*/
.contact-form {
	margin-top: 3rem;
}
.form-group {
	margin-bottom: 2rem;
}
.form-group label {
	display: block;
	margin-bottom: .5rem;
	font-weight: bold;
}
.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	font-size: 1rem;
	font-family: inherit;
}
.form-button {
	text-align: center;
}
.form-button button {
	padding: .5rem 2rem;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1rem;
	background: #006539;
	cursor: pointer;
}


/* 売りたい/買いたい
----------------------------------------*/
.category {
  width: 100%;
  margin-bottom: 1em;
  padding: .5em;
  border-radius: 7px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
#uritai {
  border: 2px solid #ffb3b3;
  color: #c40000;
  background: #ffe5e5;
}
#kaitai {
  border: 2px solid #b3ccff;
  color: #0047c4;
  background: #e5f0ff;
}
.risu {
  position: relative;
}
.risu::before {
  content: "";
  position: absolute;
  top: 4.5em;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url("../img/img_icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.flow-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}
.flow-step {
	position: relative;
	padding: 3rem 2rem 2rem 2rem;
	border: 1px solid #006539;
	border-radius: 10px;
}
.step-number {
	position: absolute;
	top: -20px;
	left: 15px;
	font-size: 3rem;
	font-weight: bold;
	color: rgba(0, 80, 160, 0.1);
}
.flow-step h3 {
	font-size: 1.35rem;
	color: #006539;
}
.flow-step p {
	line-height: 1.8;
}
.cta {
  margin: 5em 0;
  padding: 30px;
  text-align: center;
  background: #006539;
  color: #fff;
  border-radius: 10px;
}
.cta h3 {
  margin-bottom: 10px;
}
.cta p {
  margin-bottom: 20px;
  opacity: 0.9;
}
.cta a {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color: #006539;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
}
.cta a:hover {
  background: #e6e6e6;
}


/* 会社概要
----------------------------------------*/
#sub table {
	width: 100%;
	margin: 2rem auto;
	border-collapse: collapse;
}
#sub table th,
#sub table td {
	padding: 1rem 1.5rem;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}
#sub table th {
	width: 180px;
	white-space: nowrap;
}
#sub table tr:last-child th,
#sub table tr:last-child td {
	border-bottom: none;
}
.signature {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 1em;
  font-weight: bold;
}
.icon {
  width: 50px;
  height: auto;
}
.image-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}


/* よくある質問
----------------------------------------*/
details {
  border-radius: 8px;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #ddd;
  cursor: pointer;
}
summary {
  position: relative;
  font-weight: bold;
  padding-right: 2em;
}
summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #006539;
  font-size: 1.5em;
}
details[open] summary::after {
  content: "−";
}
details p {
  margin-top: 1em;
}