@charset "utf-8";
/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&display=swap');
/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("slide.css");
@import url("inview.css");
/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
:root {
  --color-main: #2faa63;
  --color-text: #3a3a3a;
	--bg-color: #f4f7f5;
  --color-accent: #ffe43f;
}
/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}
html,body {
	font-size: 13px;	/*基準となるフォントサイズ*/
	height: 100%;
}
	/*画面幅1200px以上の追加指定*/
	@media screen and (min-width:1200px) {
	html, body {
		font-size: 14px;
	}
	}/*追加指定ここまで*/
	/*画面幅1600px以上の追加指定*/
	@media screen and (min-width:1600px) {
	html, body {
		font-size: 1vw;
	}
	}/*追加指定ここまで*/
body {
	margin: 0;padding:0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	/* font-family: 'M PLUS 1', sans-serif; */
	-webkit-text-size-adjust: none;
	color: var(--color-text);		
	line-height: 2;		/*行間*/
}
.all-wrap {
	  position: relative;
    overflow: hidden;
    background: var(--color-main);
    padding: 15px;
    box-sizing: border-box;
}

/*リセット他*/
figure {margin: 0;}
dd {margin: 0;}
ul {list-style: none;}
nav,ul,li,ol {margin: 0;padding: 0;}
section li {
	margin-left: 1rem;
	list-style: none;
}
p,h1,h2,h3,h4 {
	margin: 0;
}
p {
	font-weight: 400;
}


/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}
/*iframeタグ*/
iframe {width: 100%;}
/*input*/
input {font-size: 1rem;}
/*section*/
section {
	/* overflow-x: hidden; */
	padding-bottom: 5rem;
	position: relative;
}
.section {
	padding-top: 5rem;
}
.section-btn-none {
	padding-bottom: 0;
}
@media screen and (max-width:650px) { 
	.section {
	padding-top: 3rem;
}
section {
	padding-bottom: 3rem;
}
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: var(--color-text);
	transition: 0.3s;	
	text-decoration: none;
}

/*マウスオン時*/
a:hover {
	text-decoration: none;	/*下線を消す*/
}


/*container（サイト全体を囲むボックス）
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* background-color: #fff; */
}
/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
 	padding: 30px;
	background-color: #f4f7f5;
	border-radius: 30px 30px 0 0;
}
.top-head {
	display: flex;	
	flex-direction: row-reverse;
	padding: 45px calc(140px + 4.5vw) 0 calc(4.28vw + 267px);
	white-space: nowrap;
	width: 100%;
	transition: background-color 0.6s ease, box-shadow 0.6s ease;
}
.head-menu {
	display: flex;
	margin-right: 30px;
}
.head-menu li a {
	font-size: 19px;
	font-weight: bold;
	padding: 0 20px;
}
.nav-link {
  display: inline-block;
  text-decoration: none;
	padding: 1rem 2rem;
}
.jp {
  position: relative;
  display: inline-block;
  font-weight: 500;
	z-index: 1;
}
/* マーカー線 */
.jp::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;              /* 文字からの距離 */
  width: 100%;
  height: 0.5em;             /* マーカーの太さ */
  background-color: #ffe43f; /* 黄色 */
  z-index: -1;
  /* アニメーション準備 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  border-radius: 4px;
  /* 手書き感 */
  opacity: 0.9;
}
/* hoverで左→右に出す */
.nav-link:hover .jp::after {
  transform: scaleX(1);
}
.eng, .eng-in {
	font-size: 14px;
	color: var(--color-main);
	position: relative;
  padding-left: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;	
}
.eng::before , .eng-in::before, .purchase-service-title::before, .contact-item::before{
  content: '' ;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #ffe43f; /* 黄色 */
  border-radius: 50%;
  transform: translateY(-50%);
}
.head-menu-list {
	list-style: none;
}
.head-menu-link {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 17px;
	padding-bottom: 12px;
	z-index: 1;
	position: relative;
  /* display: inline-flex; */
  align-items: center;
  text-decoration: none;
}
/* 文字 */
.head-menu-link .text {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* 手書き風の下線（常に表示） */
/* .head-menu-link .text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 0.6em;
  z-index: -1;
  border-radius: 3px;
  opacity: 0.7;
  transition: transform 0.3s ease;
	transform: translateX(8px) rotate(0deg);
} */
 /* 手書き風の点線下線（常に表示） */
.head-menu-link .text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: translateX(14px);
}
.head-menu-link .text.green::after {
	border-top: 4px dotted var(--color-main);
}
.head-menu-link .text.yellow::after {
	border-top: 4px dotted var(--color-accent);
}
/* hover時の動き */
.head-menu-link:hover .text {
  transform: translateX(-4px);
}
.head-menu-link:hover .text::after {
  transform: translateX(0px) rotate(0deg);
}
.head-menu-link.contact {
	position: relative;
	left: 25px;
}
.head-menu-link svg  {
	  position: relative;
    top: 5px;
}
/*ロゴ画像*/
#logo img {display: block;}
#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 300px;
	z-index: 300;
	left: 4.28vw;
	top: 50px;
}
/* スクロール後に固定 */
.top-head.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
	border-top: 15px solid var(--color-main);
	border-left: 15px solid var(--color-main);
	height: 120px;
	border-radius: 0;
	 padding: 35px calc(140px + 4vw) 0 calc(4.28vw + 253px);
}
.top-head.is-fixed::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  background: url("../img/radius-2.webp") no-repeat;
  background-size: cover;
}
.top-head.is-fixed #menubar_hdr::before {
  top: 0px;
}
.top-head.is-fixed #logo {
	width: 270px;
	top: 15px;
	left: 3vw;
}
.top-head.is-fixed .eng {
	display: none;
}
.top-head.is-fixed .head-menu li a {
    font-size: 17px;
		padding: 0 15px;
}
.top-head.is-fixed .head-menu-link {
    display: inline-block;
		padding-right: 7px;
}
.top-head.is-fixed .head-menu-link .home-icon,.top-head.is-fixed .head-menu-link .mail-icon {
	display: none;
}
.top-head.is-fixed .head-menu-link .text::after {
	transform: translateX(0px);
}
.top-head.is-fixed .head-menu-list,
 .top-head.is-fixed .head-menu {
	z-index: 90;
}
.top-head.is-fixed .menu-space {
	 padding: 100px 30px 30px;
}
.menu-contents {
	height: 70vh;
}


	/*画面幅500px以下の追加指定*/
	@media screen and (max-width:500px) {
	
	#logo {
		top: 0;			/*上からの配置場所*/
		width: 60px;	/*ロゴの幅*/
	}

	}/*追加設定ここまで*/


/*ヘッダー内メニュー
---------------------------------------------------------------------------*/
/*900px未満では非表示*/
/* header nav ul {display: none;} */

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {


	/*メニュー１個あたりの設定*/
	header nav li a {
		display: block;text-decoration: none;
		font-size: 0.9rem;		/*文字サイズ90%*/
		padding: 0.5rem 1rem;	/*メニュー内の余白。上下、左右へ。*/
	}
	
	/*ドロップダウンメニュー冒頭の矢印アイコン*/
	header nav i {
		padding-right: 0.5rem;	/*右に空ける余白*/
	}

	}/*追加設定ここまで*/


/*ヘッダー内メニュー、開閉メニュー、共通のドロップダウン設定
---------------------------------------------------------------------------*/
header nav ul ul,
.small-screen #menubar ul ul {
	animation: opa1 0.5s 0.1s both;	/*0.1秒待機後、0.5秒かけてフェードイン表示*/
}


/*ヘッダー内メニューのドロップダウン
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
header nav ul ul {
	position: absolute;z-index: 100;
}

/*メニュー１個あたりの設定*/
header nav ul ul a {
	background: #fff;	/*背景色*/
	padding: 0.3em 1em;				/*上下、左右へのメニュー内の余白*/
	margin-top: 4px;				/*上に空けるスペース。ドロップダウン同士の隙間。*/
	border: 2px solid var(--primary-color);	/*枠線の幅、線種、varは色の指定で冒頭のparimary-colorを読み込みます。*/
	border-radius: 100px;	/*角丸の指定。この場合は大きめであれば適当でOK*/
	color: var(--primary-color);	/*文字色。冒頭のparimary-colorを読み込みます。*/
}


/*メニューブロック初期設定
---------------------------------------------------------------------------*/
/*メニューをデフォルトで非表示*/
#menubar {
  opacity: 0;
  visibility: hidden;
  /* transform: scale(0.98); */
  /* transition: opacity 0.4s ease, transform 0.4s ease; */
	position: fixed;
  inset: 0;
  z-index: 100;
	top: 0 !important;
  transform: none !important;
  animation: none !important;
  transition: opacity 0.4s ease !important;
  opacity: 0;
  visibility: hidden;
}
#menubar.display-block {
  opacity: 1;
  visibility: visible;
}
#menubar ul {list-style: none;margin: 0;padding: 0;}
#menubar a {text-decoration: none;}
/*上で非表示にしたメニューを表示させる為の設定*/
.large-screen #menubar {display: block;}
.small-screen #menubar.display-block {
	display: block;
}
/*3本バーをデフォルトで非表示*/
#menubar_hdr.display-none {display: none;}
/*ドロップダウンをデフォルトで非表示*/
.ddmenu_parent ul {display: none;}
/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
a.ddmenu::before {
	font-family: "Font Awesome 6 Free";
	content: "\f078";	
	font-weight: bold;
	margin-right: 0.5em;
}
/*開閉メニュー
---------------------------------------------------------------------------*/
/*animation1のキーフレーム設定*/
@keyframes animation1 {
	0% {right: -100vw;}
	100% {right: 0px;}
}
/*メニューブロック設定*/
.small-screen #menubar.display-block {
	position: fixed;overflow: auto;z-index: 100;
	right: 0px;top: 0px;
	width: 100%;
	height: 100%;
	/* padding: 90px 10vw 50px;		 */
	/* color: var(--primary-inverse-color); */
	animation: animation1 0.2s both;
	background-color: var(--color-main);
}
.menu-space {
	 background-color: var(--bg-color);
	 border-radius: 20px;
	 height: 96vh;
	 padding: 150px 40px 40px;
}
/*子メニューの設定*/
.small-screen #menubar ul ul {
	margin: 2rem;	
}
/*メニュー１個あたりの設定*/
.small-screen #menubar nav ul li {
	margin: 1rem 0;		
	border-radius: 5px;
}
/* .small-screen #menubar a {
	padding: 1rem 2rem;
	color: inherit;
} */
/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
	  animation: opa1 0.3s 0.5s both;
    position: absolute;
    z-index: 101;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s;
    flex-direction: column;
    background: var(--color-main);
		border-radius: 0 0 0 60px;		
}
#menubar_hdr::after {
  content: '';
  position: absolute;
  top: 150px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url("../img/radius-1.webp") no-repeat;
  background-size: cover;
}
#menubar_hdr::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 150px;
  width: 40px;
  height: 40px;
  background: url("../img/radius-1.webp") no-repeat;
  background-size: cover;
}
/*バーの設定*/
#menubar_hdr div span {
	position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: var(--bg-color);
  /* transition: all 0.5s ease-in-out; */
	transition: transform 0.6s ease;
}
/* OPEN / CLOSE の文字 */
#menubar_hdr .menu-text {
  font-size: 17px;
  /* letter-spacing: 0.1em; */
  margin-top: 23px;
  text-align: center;
  color: var(--bg-color);
  transition: opacity 0.3s ease;
	font-weight: bold;	
	font-family: 'Nunito', sans-serif;
}
/* 開いた時は CLOSE に見せる */
#menubar_hdr.ham .menu-text::after {
  content: 'CLOSE！';
}
#menubar_hdr.ham .menu-text {
  color: var(--bg-color);
}
/* 通常時は OPEN */
#menubar_hdr .menu-text::after {
  content: 'OPEN！';	
}
.menu-icon {
  position: relative;
}
/* 上の線（通常：左にズラす） */
#menubar_hdr div span:nth-child(1) {
  top: 0;
  transform: translateX(calc(-50% - 6px));
}

/* 下の線（通常：右にズラす） */
#menubar_hdr div span:nth-child(2) {
  bottom: 0;
  transform: translateX(calc(-50% + 6px));
}

/* hoverで中央に揃える */
#menubar_hdr:hover .menu-icon span {
  transform: translateX(-50%);
}

/*以下変更不要*/
#menubar_hdr div {
	position: relative;width: 100%;height: 100%;
	display: flex;flex-direction: column;justify-content: space-between;
}
#menubar_hdr div span:nth-child(1) {top: 42px;}
#menubar_hdr div span:nth-child(2) {bottom: -10px;}
/* #menubar_hdr.ham div span:nth-child(1) {top: 50%;transform: translateY(-50%) rotate(45deg);}
#menubar_hdr.ham div span:nth-child(2) {top: 50%;transform: translateY(-50%) rotate(-45deg);} */

/* .btn-top-instagram {
	position: relative;
}
.btn-top-instagram a {
	text-decoration: none;
	position: absolute;
	z-index: 9;
	right: 40px;
  top: 40vw;	
	color: var(--color-text);
	padding: 2rem 1rem;
	display: inline-block;
  transition: transform 0.3s ease;
	display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-top-instagram a:hover {
  transform: translateY(-6px);
}
.btn-top-instagram img {
	width: 25px;
	height: 25px;
} */

.instagram-logo-head {
	width: 18px;
	height: 18px;
	margin-left: 25px;
}
.instagram-frame {
	background-color: var(--bg-color);
	border: 2px solid var(--color-accent);
	padding: 20px;
	border-radius: 50%;
	display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  width: 85px;
}
.instagram-text {
	display: block;
  padding-bottom: 5px;
	color: var(--bg-color);
  font-weight: 700;
	font-family: 'Nunito', sans-serif;
  text-shadow:
    1px  0   0 #666,
   -1px  0   0 #666,
    0    1px  0 #666,
    0   -1px  0 #666,
    1px  1px  0 #666,
   -1px -1px  0 #666,
    1px -1px  0 #666,
   -1px  1px  0 #666;
}
main {
	flex: 1 0 auto;
	overflow-x: hidden;
	background-color: #f4f7f5;
	position: relative;
}
.menubar-text {
	margin-left: 30px;
	width: 50%;
}
.fade-images {
  position: relative;
  width: 45%;
  max-width: 600px; /* 任意 */
  aspect-ratio: 4 / 3; 
}
.fade-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: top;
  opacity: 0;
  transition: opacity 2s ease;
	border-radius: 20px;
}
.fade-images img.active {
  opacity: 1;
}
.menubar-list {
	font-size: 18px;
	font-weight: 500;
}
.mail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  width: 320px;
  font-size: 17px;
	font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--color-main);        
  border: 2px solid var(--color-main);
  border-radius: 17px;
  text-decoration: none;
  position: relative;
	box-shadow: 0 6px 0 #cfeadf;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
		margin: 30px 0 0 2rem;
		background-color: var(--bg-color);
		font-family: 'M PLUS Rounded 1c', sans-serif;
		cursor: pointer;
}
.mail-button .text {
	color: var(--color-main);        	
}
.mail-button .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
	position: relative;
  left: 33px;
}
.mail-button.fot .icon  {
left: 20px;
}
.mail-button.contact .icon  {
left: 40px;
}
.mail-button:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #dbe37a;
}
.mail-button:active {
  transform: translateY(8px);
}
.mail-button.contact {
	background-color: var(--color-main);
}
.mail-button.contact .text {
	color: var(--bg-color);
}
.main-data {
		position: absolute;
    right: 30px;
    top: 20px;
    width: 650px;
    height: 65px;
    height: 90px;
    z-index: 100;
    background: var(--bg-color);
    border-radius: 0 0 0 30px;
    padding: 0 19px 0 40px;
    box-sizing: border-box;
		z-index: 3;
}
.main-data::after {
  content: '';
  position: absolute;
  top: 90px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/radius-3.webp) no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
.main-data::before {
  content: '';
  position: absolute;
  top: 15px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: url(../img/radius-3.webp) no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
.time {
    font-size: 13px;
    background-color: #f0f0f0;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
		margin-right: 10px;
}
.time p {
	padding-right: 10px;
}
.time-item {
	color: var(--color-main);
	font-weight: 500;
}
.tel-item {
	font-size: 13px;
	padding-right: 10px;
}
.tel-green {
	color: var(--color-main);
}
.tel-number {
	font-size: 23px;
}
.menu-main-data {
	margin: 50px 0 0 2rem;
	border-top: 2px dotted var(--color-main);
	padding-top: 30px;
}
.intro {
	padding: 60px 0 0 0 ;
}
.intro-title,.tate-title {
	writing-mode: vertical-rl;
	display: flex;
  flex-direction: column;
  justify-content: center;
	position: relative;
}
.intro-title {
	padding-top: 70px;
}
.intro-title-ja {
	font-size: 36px;
	font-weight: 500;
	z-index: 1;
	white-space: nowrap;
}
.tate-title-ja {
	font-size: 30px;
	font-weight: 500;
	z-index: 1;
}
.intro-title-ja-sen ,.tate-title-sen,.about-title-sen {
	position: relative;
/* display: inline-block;
  line-height: 1.6;
	background-size: 20px 100%;
background-repeat: no-repeat;
  background: linear-gradient(
    to right,
    rgba(255, 228, 63, 0.6) 0%,
    rgba(255, 228, 63, 0.6) 20px,
    transparent 20px
  );
  background-repeat: no-repeat; */
}
.about-title-sen {
z-index: 1;
}
.intro-title-ja-sen::after,
.tate-title-sen::after,.about-title-sen::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;    
	/* top:0; */
  width: 30px;
  height: 100%;  
  z-index: -1;
  transform-origin: left;
  transition: transform 0.35s ease;
  border-radius: 4px;
  opacity: 0.6;
}
.tate-title-sen::after {
	width: 21px;
	opacity: 0.3;
}
.trade-title-ja-sen::after {
	width: 24px;
}
.intro-title-ja-sen.yellow::after {
	background-color: var(--color-accent);
}
.tate-title-sen.green::after {
	background-color: var(--color-main);
}
.tate-title-sen.yellow::after {
	background-color: var(--color-accent);
	opacity: 0.6;
}
.intro-title-en,.tate-title-en {
	font-family: 'Nunito', sans-serif;
  font-weight: 600;
	color: #a1a1a1;
	font-size: 15px;
}
.about-title-sen.green::after {
		background-color: var(--color-main);
		height: 24px;
		width: 100%;
		left: 10px;
    bottom: -3px;
		opacity: 0.4;
}
.about-title-sen.yellow::after {
	background-color: var(--color-accent);
		height: 24px;
		width: 100%;
		left: 10px;
    bottom: -3px;
		opacity: 0.6;
}
.intro-title-en {
	padding: 0px 15px;
}
.tate-title-en {
	padding: 0px 6px;
}
/* .intro-title::after {
  content: '';
  position: absolute;
  top: 45rem;
  left: 0;
  width: 100%;
  height: 270px;
  background-image: url("../img/illust-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
} */

.dot-bg {
  background-color: var(--bg-color);
  background-image: radial-gradient(#2faa622d 1px, transparent 1px);
  background-size: 10px 10px;
}
.light-green-bg {
  background-color: #d9ede3;
}
.img-back {
	overflow: visible; 
}
.intro-img {
	position: relative;
	z-index: 1;
}
.intro-img::before {
  content: '';
  position: absolute;
  top: -43%;
  left: -100px;
  width: 122%;
  height: 80%;
  background-color: #d9ede3;
  z-index: -1;
  border-radius: 70px;
}
.intro-img-2 {
	border-radius: 0 20px 20px 0;
}
.intro-img-1 {
	border-radius: 20px 0 0 20px;
}
.intro-img-2 {
		border-radius: 0 20px 20px 0;
		object-fit: cover;
		height: 400px;
}
.intro-illust-2 {
	 object-fit: contain;	 
}
.intro-text {
	font-size: 17px;
	margin-top: 80px;
	line-height: 43px;
	padding-left: 55px;
}
.news-box {
	background-color: var(--bg-color);
	border-radius: 20px;
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 70px 20px;
}
.news-box-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.news-list {
	width: calc(100% - 240px);
	max-height: 300px;
  overflow-y: scroll;
}
.news-list-contenst {
	border-bottom: 4px dotted var(--color-main);
	padding: 25px 0;
}
.relative {
	position: relative;
}
.img-contents {
	margin-top: 30px;
}
.news-year {
    font-size: 15px;
}
.news-week {
	font-size: 13px;
}
.news-day {
	font-size: 26px;
	font-weight: 500;
	padding-top: 7px;
	padding-left: 2px;
}
.news-days {
	color: var(--color-main);
	line-height: 20px;
	width: 95px;
}
.tate-title {
	width: 200px;
}
.tate-title.dog-1,.tate-title.dog-6,.tate-title.dog-7,.tate-title.dog-2,.tate-title.dog-8,.contact-top.dog-3 {
	position: relative;
}
.tate-title.dog-1::before,.tate-title.dog-6::before,.tate-title.dog-7::before,.tate-title.dog-2::before,.tate-title.dog-8::before,.contact-top.dog-3::before, .contact-top.dog-3::after {
  content: '';
  position: absolute;
	background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.tate-title.dog-1::before,.tate-title.dog-6::before,.tate-title.dog-7::before {
  top: 209px;
  left: -50px;
  width: 100%;
  height: 120px;
  background-image: url("../img/dog-3.webp");
	transform: rotate(-10deg);
}
.tate-title.dog-6::before { 
background-image: url("../img/dog-6.webp");
}
.tate-title.dog-7::before { 
background-image: url("../img/dog-7.webp");
    top: 278px;
    left: -20px;
}
.tate-title.dog-2::before,.tate-title.dog-8::before {
  top: 240px;
  left: 133px;
  width: 100%;
  height: 110px;
  background-image: url("../img/dog-4.webp");
	transform: rotate(10deg);
}
.tate-title.dog-8::before {
	background-image: url("../img/dog-8.webp");
	top: 131px;
}
.contact-top.dog-3::before {
  top: 40px;
  left: 130px;
  width: 300px;
  height: 130px;
  background-image: url("../img/dog-4.webp");
	transform: rotate(-10deg);
}
.contact-top.dog-3::after {
	top: 70px;
  right: -60px;
  width: 300px;
  height: 130px;
  background-image: url("../img/dog-5.webp");
	transform: rotate(5deg);
}
.news-title {
	font-size: 18px;
	width: calc(100% - 100px);
	font-weight: 500;
}
.property {
	max-width: 1200px;
	margin: 0 auto;
}
.yoko-title {
	color: var(--color-main);
	white-space: nowrap;
}
.yoko-title-en {
  position: relative;
  padding-left: 1.2em;
	font-size: 15px;
}
.yoko-title-en::before {
 	content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: var(--color-accent);
  border-radius: 50%;
  transform: translateY(-50%);
}
.yoko-title-ja {
	font-size: 35px;
	line-height: 54px;	
}
.yoko-title-ja span {
	color: #fff;
  text-shadow:
    -2px  0 0 #2faa63,
     2px  0 0 #2faa63,
     0 -2px 0 #2faa63,
     0  2px 0 #2faa63,
    -2px -2px 0 #2faa63,
     2px -2px 0 #2faa63,
    -2px  2px 0 #2faa63,
     2px  2px 0 #2faa63;
		 font-weight: normal;
}
.yoko-text {
	padding-top: 20px;
	font-size: 16px;
}
.property-title {
	padding: 0 20px;
}
.property-list {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px; 
	margin-top: 70px;
	padding: 0 20px;
}
.property-content {
	position: relative;
}
.property-img {
	border-radius: 20px;
	max-height: 375px;
	object-fit: cover;
}
.property-tag {
	color: var(--color-main);
	position: relative;
  padding-left: 1em;
	font-weight: 500;
	padding-top: 10px;
}
.property-tag::before {
 	content: '';
  position: absolute;
  left: 0;
  top: 59%;
  width: 10px;
  height: 10px;
  background-color: var(--color-accent);
  border-radius: 50%;
  transform: translateY(-50%);
}
.property-name {
	font-size: 18px;
	font-weight: 500;
}
.property-days {
	background-color: var(--bg-color);
	color: var(--color-main);
	line-height: 20px;
	width: 92px;
  height: 40px;
  border-radius: 0 0 20px 0;
  position: absolute;
  top: -1px;
}
.property-year {
	font-size: 17px;
	 padding-left: 4px;
    padding-top: 4px;
    font-weight: 500;
}
.property-week {
	font-size: 10px;
}
.property-day {
	font-size: 24px;
	font-weight: 500;
	padding-top: 2px;
}
.property-days::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 91px;
  width: 20px;
  height: 20px;
  background: url("../img/radius-3.webp") no-repeat;
  background-size: cover;
}
.property-days::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/radius-3.webp") no-repeat;
  background-size: cover;
}
.property-page-map {
	margin-top: 80px;
}
.property-page-map iframe {
	border-radius: 30px !important;
}
.service-box {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	position: relative;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
	width: calc(100% - 250px);
}
.service-content {
	background-color: var(--bg-color);
	border-radius: 30px;
	padding: 20px;	
	box-shadow: 5px 4px 0px #2faa62d0;
	box-shadow: 5px 4px 0px var(--color-main);
	position: relative;
}
.service-content:hover {
  transform: translateY(-4px);
}
.service-name {
	font-size: 23px;
	font-weight: 500;
	border-bottom: 4px dotted var(--color-main);
	text-align: center;
	color: var(--color-main);
	padding-bottom: 5px;
}
.service-arrow {
	width: 50px;
	height: 50px;
	border-radius: 20px 0 30px 0;
	background-color: #2faa62d0;
	background-color: var(--color-main);
	position: absolute;
	right: 0;
  bottom: 0;
}
.service-box::before {
	content: '';
  position: absolute;
  top: 15%;
  width: 100%;
  height: 89%;
  background-color: #d9ede3;
  z-index: 0;
  border-radius: 30px;
}
.service-arrow::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 35px;
  width: 15px;
  height: 15px;
  background: url("../img/radius-2.webp") no-repeat;
  background-size: cover;
	transform: rotate(180deg);
}
.service-arrow::before {
  content: '';
  position: absolute;
  top: 35px;
  left: -15px;
	width: 15px;
  height: 15px;
  background: url("../img/radius-2.webp") no-repeat;
  background-size: cover;
	transform: rotate(180deg);
}
.css-arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--bg-color);
  border-right: 3px solid var(--bg-color);
  display: inline-block;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.service-img {
	width: 90%;
  margin: 0 auto;
	display: block;
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  height: 100svh;
  background-color: var(--bg-color);
}
.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  place-content: center;
  row-gap: 10px;
}
.loading__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: var(--color-main);
}
.loading__logo {
  margin: 0 auto;
  width: min(200px, 100%);
}
section.contact {
	max-width: 1200px;
	margin: 0 auto;
}
.contact-sec.border {
  border-right: 4px dotted var(--color-main);
}
.contact-sec {
	padding: 0 30px;
	width: 283px;
	height: 120px;
}
.contact-list {
	z-index: 2;
	background-color: var(--bg-color);
	border-radius: 0 0 0 30px;
}
.tell-icon,.home-icon,.mail-icon,.map-icon {
	width: 30px;
	height: 30px;
}
.contact-text {
	font-size: 17px;
}
.contact-text-sub {
	font-size: 13px;
}
.mail-button.fot {
	width: 220px;
	margin: 20px 0 0 0 ;
	padding: 13px 24px;
}
.tel-number.fot {
	font-size: 28px;
}
.contact-access {
	position: relative;
	top: -2px;
	margin: 0 20px;
}
.contact-access::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 270px;
  width: 30px;
  height: 30px;
  background: url(../img/radius-3.webp) no-repeat;
  background-size: cover;
  transform: rotate(90deg);
  z-index: 1;
}
.contact-access::before {
  content: '';
  position: absolute;
  top: 66px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../img/radius-3.webp") no-repeat;
  background-size: cover;
	transform: rotate(90deg);
  z-index: 1;
}
.map-img {
	border-radius: 0 0 30px 30px;
}
footer {
	background-color: var(--bg-color);
	padding: 50px 0;
	position: relative;
}
footer::before {
  content: '';
  position: absolute;
  top: 233px;
  left: 0px;
  width: 40px;
  height: 40px;
  background: url(../img/radius-2.webp) no-repeat;
  background-size: cover;
	transform: rotate(-90deg);
}
footer::after {
   content: '';
   position: absolute;
   top: 233px;
   right: 0;
   width: 40px;
   height: 40px;
   background: url(../img/radius-1.webp) no-repeat;
   background-size: cover;
	 transform: rotate(90deg);
}
.footer {
	max-width: 1240px;
	padding: 0 20px;
  margin: 0 auto;
	width: 100%;
}
.fot-logo {
	width: 260px;
}
.fot-time {
	padding-bottom: 5px;
	font-size: 14px;
	padding-right: 10px;
}
 .fot-time-item {
	padding: 7px 11px;
	border-radius: 3px;
	color: var(--color-main);	
	font-weight: 500;
	margin-right: 5px;
	font-size: 13px;
	background-color: #f0f0f0;
 }
 .fot-address {	
	 font-size: 15px;
	 line-height: 20px;
	 padding: 19px 0 17px 0;
 }
 .fot-menu {
	margin-top: 25px;
 }
.fot-menu ul {
	width: 135px;
}
 .fot-menu ul li {
	position: relative;
	padding-bottom: 9px;
	font-weight: 500;
	font-size: 15px;
	white-space: nowrap;
 }
 .fot-menu ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40%;
    width: 8px;
    height: 8px;
    background-color: #ffe43f;
    border-radius: 50%;
    transform: translateY(-50%);
}
.fot-instagram-img {
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 30px;
}
.copy {	
	padding: 15px 20px 5px 20px;
	text-align: right;
	font-weight: 500;
}
.copy small,.copy small a {
	color: var(--bg-color);
}
.privacy-fot {
	padding-right: 20px;
}
.page-main-data {
	position: initial;
}
.page-head {
	margin: 20px 40px;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--color-main);
	flex-wrap: nowrap;
}
.breadcrumb {
  padding: 15px 0;
  font-size: 17px;
}
.breadcrumb ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
	font-weight: 500;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li.active {
	color: var(--color-main);
}
.breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-text);
  border-right: 2px solid var(--color-text);
  transform: rotate(45deg);
  margin: 0 10px;
}
.page-sec {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.intro-title.trade-top-title {
 	padding-top: 0;
}
.intro-title-ja.trade-top-title-ja {
	font-size: 31px;
	line-height: 68px;
}
.trade-top-img {
	border-radius: 20px;
}
.trade-top-illust {
	position: relative;
  top: -50px;
  right: 30px;
}
.trade-top-text {
	font-size: 16px;
	margin-top: 50px;
	line-height: 36px;
}
.page-title {
	text-align: center;
	margin-bottom: 50px;
}
.page-title span {
	font-weight: 500;
}
.page-title-ja {
	font-size: 30px;
	display: block;
}
.page-title-ja .green,.contact-top-title .green {
	color: var(--color-main);
}
.page-title-en {
  font-family: 'Nunito', sans-serif;
	font-size: 13px;
	display: block;
	color: #666;
}
.strengths {
    position: relative;
}
/* 白いくぼみ部分 */
.strengths::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: var(--bg-color);
    border-bottom-right-radius: 20px;
}
.strengths::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: var(--bg-color);
    border-bottom-left-radius: 20px;
}
.strengths-kaku {
	position: relative;
}
.strengths-kaku::before {
	  content: '';
    position: absolute;
    top: -70px;
    left: 70px;
    width: 20px;
    height: 20px;
    background: url(../img/radius-3.webp) no-repeat;
    background-size: cover;
}
.strengths-kaku::after {
	  content: '';
    position: absolute;
    top: -70px;
    right: 70px;
    width: 20px;
    height: 20px;
    background: url(../img/radius-3.webp) no-repeat;
    background-size: cover;
		transform:rotate(90deg); 
}
.strengths-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
}
.strengths-contents {
	background-color: var(--bg-color);
	border-radius: 20px;
	padding: 20px;	
	/* box-shadow: 5px 4px 0px #2faa62d0; */
	position: relative;
}
.strengths-img {
	border-radius: 15px;
}
.strengths-title-text {
	writing-mode: vertical-rl;
	font-size: 23px;	
	line-height: 43px;	
	font-weight: 500;
}
.strengths-title {
	position: absolute;
	bottom : 5px;
	left: 40px;
	background-color: var(--bg-color);
	border-radius: 10px;
	padding: 15px;
  height: 252px;
	width: 118px;
}
.strengths-title-tab {
	color: transparent;
	-webkit-text-stroke: 1px var(--color-main);
	font-style: italic;
	font-weight: 600;
	padding-bottom: 8px;
	text-align: center;
	white-space: nowrap;
  font-size: 18px;
}
.strengths-text {
	width: calc(100% - 151px);
	margin-left: auto;
	padding: 20px 0 0 0;
	font-size: 16px;
}
.trade-service {
	background-color: var(--bg-color);
	border-radius: 20px;
	padding: 50px 30px 30px 30px;
	margin-top: 40px;
}
.trade-service-list {
	width: calc(100% - 240px);
}
.trade-service-contents {
	border: 2px solid #e5e5e5;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 20px;
}
.trade-service-tab {
	writing-mode: vertical-rl;
	color: var(--color-main);
	width: 25px;
  display: block;
  margin-right: auto;
	font-size: 13px;
}
.trade-service-title {
	font-size: 22px;
	position: relative;
	display: inline-block;
	padding-bottom: 3px;
	margin-bottom: 20px;
	font-weight: 600;
}
.trade-service-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;      
	height: 1.5px;   
	background: #3a3a3a;
}
.trade-service-box {
	width: calc(100% - 50px);
}
.trade-service-text {
	font-size: 16px;
}
.purchase-service-title { 
	position: relative;
  padding-left: 20px;
	font-weight: 600;	
}
.purchase-service-title::after {
	background : initial;
}
.purchase-top-illust {
	position: relative;
	top: 60px;
  right: 60px;
}
.contact-top {
	text-align: center;
}
.contact-top-title {
	font-size: 25px;
	padding-bottom: 40px;
}
.contact-top-text {
	font-size: 16px;
}
.contact-box {
	  background-color: var(--bg-color);
    border-radius: 20px 20px 0 0;
    margin: 0px 20px;
    padding: 70px 50px;
		border: 2px solid #d9ede3;
}
.contact-box-input {
	 border-radius: 20px;
}
.contact-tel-box {
	  background-color: #f0f0f0;
		border-radius: 10px;
		padding: 20px;
		width: calc(100% - 300px);
		height: 160px;
}
.contact-uketsuke-box {
	background-color: var(--color-main);
	padding: 7px;
	border-radius: 5px;
	color: var(--bg-color);
	width: 75%;
  margin: 7px auto 0;
	text-align: center;
	font-size: 13px;
}
.contact-text.right {
	margin-right: 20px;
}
.contact-form {
	margin-top: 70px;
}
.contact-name {
	padding-bottom: 20px;
}
.contact-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 25px 0 10px;	
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
}
.contact-input {
	width: 100%;
	display: block;
	border: 2px solid var(--color-main);
	outline: none;
	height: 4.5rem;
	line-height: 1.4rem;
	background:#f9f9f9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
input[type="date"].contact-input {
  -webkit-appearance: none;
  appearance: none;
  line-height: normal; 
  height: auto;        
}
textarea.contact-input {
	height: 200px;
}
::placeholder {
	color:  #b6b6b6;
}
.checkbox {
	accent-color: var(--color-main);
	margin-right: 5px;
}
sup {
	color: var(--color-main);
	margin-left: 10px;
}
.inquiry {
  display: flex;
  flex-wrap: wrap;
}
.inquiry label {
	margin-right: 30px;
	font-size: 16px;
	width: 40%;
	margin-bottom: 4px;
	white-space: nowrap;
	display: block;
}
.contact-form input[type="radio"] {
	transform: scale(1.3);
  appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 1.5px solid var(--color-main); 
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
	margin: 0 8px 0px 0;
}
/* 選択時 */
.contact-form input[type="radio"]:checked {
  background-color: var(--color-main); 
}
.contact-form input[type="radio"]:checked::after {
  opacity: 1;
}
.contact-grid {
	display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  grid-template-rows: repeat(2, auto);   /* 2行 */
  gap: 20px; /* 余白 */
}
.confirm-name {
	border-bottom: solid 2px var(--color-main);
  position: relative;
  padding: 20px 0;
  font-size: 16px;
}
.confirm-form {
	margin-top: 50px;
}
.cotact-back {
  padding: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
	padding: 30px 10px 10px 10px;
	font-size: 16px;
	color: #808080;
	font-weight: 500;
}
.confirm-btn-space {
	margin-top: 30px;
}
.icon.rotate svg {
	transform: rotate(180deg);
	position: relative;
  top: 1px;
	left: 3px;
}
.icon.rotate-comple svg {
	transform: rotate(180deg);
}
.cotact-back.confirm {
	display: flex;
	align-items: unset;
}
.contact-confirm-top-text {
	padding: 80px 0 0 0;
    text-align: center;
    font-size: 16px;
}
.mail-button.fot .icon.rotate-comple {
    left: -25px;
}
.comple-btn-space {
	margin-top: 20px;
}
.about-title {
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 50px;
	line-height: 70px;
	white-space: nowrap;
}
.about-top-illust-1 {
    width: 450px;
    position: relative;
    left: 140px;
}
.about-text {
	padding: 0 0 0 100px;
	position: relative;
	top: 110px;
}
.about-top-text-1 {
	font-size: 17px;
	line-height: 43px;
}
.about-top-text-2 {
	font-size: 17px;
	line-height: 43px;
	padding: 60px 50px 0 40px;
}
.about-top-illust-2 {
 	width: 580px;
  padding: 0 0 0 40px;
}
.values {
		width: calc(100% - 240px);
}
.values-container {
    max-width:1100px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px 50px;
}
.value-item {
    display:flex;
    align-items:center;
    gap:20px;
    padding-bottom:20px;
    border-bottom:4px dotted var(--color-main);
}
.value-item p {
    font-size:18px;
}
.value-number {
    min-width:45px;
    height:45px;
    border-radius:50%;
    background:var(--color-main);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    font-size: 18px;
}
/* .value-number.yellow {
    background:var(--color-accent);
} */
.about-value {
  background-color: var(--bg-color);
	border-radius: 20px;
	padding: 50px 50px 50px 30px;
	margin-top: 40px;
}
.president-text {
	font-size: 15px;
	line-height: 36px;	
	margin-top: 30px;
	background-color: #d9ede3;
	border-radius: 10px;
	padding: 20px;
}
.president-tag {
	border: 1px solid var(--color-main);
	padding: 7px 17px;
	border-radius: 20px;
	color: var(--color-main);
	text-align: center;
	font-size: 14px;
}
.president-name-ja {
	font-size: 29px;
	font-weight: 500;
	padding: 10px 0 0 0;
}
.president-name-en {
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
  font-size: 13px;
  display: block;
  color: #666;
}
.president-contents {
	padding: 0 0 0 50px;
}
.president {
	padding-top: 20px;
}
.company {
  padding: 20px;
	width: calc(100% - 250px);
}
.company-inner {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 50px;
}
.company-item {
  padding-bottom: 25px;
  border-bottom: 2px solid var(--color-main);
}
.label {
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 21px;
}
.label::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-accent);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.value {
  font-size: 16px;
}
.company-item.one {
	padding-top: 25px;
}
.property-page-tag {
	font-size: 16px;
	margin: 10px 20px;
}
.property-page-days {
	width: 195px;
	height: 60px;
}
.property-page-days::after {
    right: -30px;
		left: initial;
}
.property-page-days::before {
    top: 60px;
}
.property-page-name {
	font-size: 25px;
	padding: 0 0 20px 0;
	font-weight: 500;
}
.property-page-moyori {
	border: 1.5px solid var(--color-main);
	padding:  6px 20px;
	color: var(--color-main);
	font-weight: 500;
	border-radius: 7px;
}
.property-page-text {
	padding: 0 0 0 50px;
}
.property-page-table {
	margin-top: 20px;
	width: 100%;
}
.property-page-table th,.property-page-table td {
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px solid var(--color-text);
	font-size: 15px;
}
.property-page-img {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; 
	margin-top: 70px;
}
.property-page-thumb {
    cursor:pointer;
		width: 100%;
    display: block;
		border-radius: 20px;
}
.property-page-img-box {
    position: relative;
    display: inline-block;
}
#modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    justify-content:center;
    align-items:center;
    z-index:1000;
}
#modal img {
    max-width:90%;
    max-height:90%;
}
#closeBtn {
    position:absolute;
    top:20px;
    left:20px;
    font-size:40px;
    color:white;
    cursor:pointer;
}
.plus-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: var(--color-main);
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    justify-content:center;
    align-items:center;
    z-index:1000;
}
.modal img {
    max-width:90%;
    max-height:90%;
}
.closeBtn {
    position:absolute;
    top: 0px;
    left: 20px;
    font-size: 35px;
    color: var(--bg-color);
    cursor:pointer;
}
.agency-top-text-2 {
	padding: 0px 0px 0 0;
}
.agency-title {
    font-size: 30px;
    margin-bottom: 20px;
		margin-top: 40px;
}
.agency-contents {
	padding: 0px 0px 0 50px;
}
.agency-top {
	margin-top: 3rem;
}

.support-list {
	grid-template-columns: repeat(3, 1fr);
}
.support-title-tab {
	writing-mode: vertical-rl;
	font-size: 13px;
}
.support-title {
	display: flex;
	align-items: start;
	height: 230px;
  width: 100px;
	left: 34px;
  bottom: 21px;
}
 .support-title-text {
	font-size: 22px;
  line-height: 39px;
}
.support-text {
	width: calc(100% - 130px);
}
.recommended-container {
	  grid-template-columns: 1fr;
}
p.recommended-title {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 8px;

}
p.recommended-text {
	font-size: 16px;
	padding: 15px 22px;
  background: #d9ede3;
  border-radius: 5px;
  margin-top: 10px;
}
.recommended-item {
	align-items: baseline;
	border-bottom: 1px solid #aaa;
}
.recommended-number {
    width: 30px;
    height: 30px;
		min-width: 30px;
    border-radius: 50%;
    background-color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
 .recommended-number::before {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
}
.download {
		padding: 0 0 0 20px;
}
.download-text {
	  font-size: 18px;
    font-weight: 500;
    padding-bottom: 50px;
}
.download-inner {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 35px;
}
.mail-button.download-btn {
	width: initial;
	margin: 0;
	padding: 20px 15px;
	gap: 15px;
	border-radius: 15px;
	box-shadow: initial;
}
.download-title {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.download-title img {
	margin-right: 5px;
}
.btm-download-title {
	margin-top: 50px;
}
.page-news-list {
	width: 100%;
	margin-top: 60px;
	padding: 0 30px;
}
.page-news-days {
	width: 100%;
	display: flex;
	align-items: end;
  padding-bottom: 15px;
}
.page-news-year {
    font-size: 20px;
    font-weight: 500;
}
.page-news-week {
    font-size: 20px;
		padding-right: 5px;
}
.page-news-day {
		font-size: 20px;
}
.page-news-title {
	font-size: 20px;
}
.article-news-text {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
}
.article-news-title {
	border-bottom: 4px dotted var(--color-main);
	padding: 2px 0 15px 0;
	margin-bottom: 40px;
  width: 100%;
}
.tel-menu {
	padding-top: 10px;
}
.contact-pg {
	padding: 50px 20px 0px 20px;
}
.conmple-section {
	height: 97vh;
}
.privacy-text,.privacy-list {
	font-size: 16px;
	padding-bottom: 30px;
}
.privacy-title {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 5px;
}
.privacy-list {
  list-style: none;
  padding-left: 0;
}
.privacy-list li {
  position: relative;
  padding-left: 20px;
	margin-left: 0;
}
.privacy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  background-color: #ffe43f;
  border-radius: 50%;
}
.privacy-number {
	color: var(--color-main);
}
.privacy-text-pg-none {
	padding-bottom: 10px;
}
.privacy {
	padding: 0 30px;
}
.mail-button.fot.property-list-btn {
	margin: 30px 0 0 0;
	width: 200px;
	font-size: 16px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 60px 0 40px 0 ;
}
.pagination a {
  display: block;
  padding: 4px 15px;
  text-decoration: none;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 33px;
  font-size: 16px;
  transition: 0.3s;
	font-weight: 500;
}
/* 現在のページ */
.pagination .active {
  background-color: var(--color-main);
  color: var(--bg-color);
  border-color: var(--color-main);
}
/* 前へ・次へ */
.pagination .prev,
.pagination .next {
  font-weight: bold;
}


@media screen and (max-width:1335px) {
.head-menu li a {
    font-size: 17px;
    padding: 0 10px;
}
.head-menu {
    margin-right: 20px;
}
.head-menu-link.contact {
    left: 10px;
}
.top-head {
    padding: 35px calc(140px + 4.0vw) 0 calc(4.28vw + 267px);
}
.head-menu-link {
    font-size: 15px;
}
#logo {
		top: 45px;
	}
}
@media screen and (max-width:1197px) {
.top-head.is-fixed .head-menu-link {
	padding-bottom: 7px;
	display: block;
	top: -23px;
}
.btn-top-instagram a {
	top: 50vh;
}
.intro-img-1 {
	height: 500px;	
	object-fit: cover;
}
.intro-illust-2 {
	height: 300px;
  object-position: right;
	object-fit:cover;
}

}
@media screen and (max-width:1175px) {
	.head-menu li a ,.top-head.is-fixed .head-menu li a{
    font-size: 15px;
    padding: 0 5px;
}
.head-menu-link.contact {
    left: 0px;
  }
	.top-head {
    padding: 35px calc(140px + 4.0vw) 0 calc(4.28vw + 267px);
  }
	.head-menu-link {
    font-size: 14px;
  }
	#logo {
    width: 230px;
		top: 50px;
	}
	.top-head.is-fixed #logo {
    width: 230px;
}
.tate-title-tb-none {
		display: none;
}
.contact-list {
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
	padding-bottom: 30px;
}
.fot-menu ul {
    width: 130px;
    white-space: nowrap;
}
.contact-top.dog-3::before {
	  height: 90px;
		left: 50px;
}
.contact-top.dog-3::after {
		height: 90px;
		right: -120px;
}
}
@media screen and (max-width:1110px) {
.head-menu-list {
    display: none;
}
.head-menu {
    flex-wrap: wrap;
		padding-top: 15px;
}
.head-menu li a {
    padding: 0 8px;
}
.none-1110 {
    display: none;
}
.main-data {    
		width: 510px;
}
.time {
    font-size: 12px;
}
.instagram-logo-head {
    margin-left: 15px;
}
#logo {     
	 top: 42px;
	 left: 5.28vw;
}
	.nav-link {
		padding: 1rem;
}
	.intro-title-ja {
    font-size: 33px;
	}
	.contact-sec {
  padding: 0;
  width: 270px;
}
.contact-list {
	width: 100%;
	justify-content: center;
}
.contact-uketsuke-box {
	width: 100%;
}
.about-text {
    padding: 0 0 0 50px;
    top: 70px;
}
.about-top-illust-2 {
		position: relative;
    top: 100px;
}
.about-top-text-2 {
    padding: 60px 0px 0 40px;
}
.agency-top-text-2 {
    padding: 0;
}
.contact-box {
    padding: 70px 0;
}
.contact-box-input {
	  padding: 70px 30px;
}
}
@media screen and (max-width:980px) {
	.footer {    
		padding: 0 40px;
		display: block;
	}
footer::before,footer::after {
    top: 354px;
}
.contact-top.dog-3::before,.contact-top.dog-3::after {
 		display: none;
}
.contact-tel-box {
    height: initial;
}
.inquiry {
    display: block;
}
.fot-menu {
    margin-left: 25px;
}
}
@media screen and (min-width:900px) {
	.trade-top-illust-sp {
		display: none;
	}
	.sp-br-899 {
		display: none;
	}
	.br-title-899 {
		display: none;
	}
}

@media screen and (max-width:899px) {
	.sp-menu-block,.sp-block {
		display: block;
	}
	.sp-menu-reverse {
		flex-direction: column-reverse;
	}
	.fade-images {
    position: relative;
    width: 100%;
    max-width: 100%;
	}
	.menu-space {
    padding: 110px 20px 20px;
}
.fade-images img {
    height: 500px;
		border-radius: 0;
		display: none;
}
.menubar-text {
    margin-left: 0;
    width: 100%;
		padding-top: 10px;
}
.menu-main-data {
    margin: 30px 0 0 0rem;
}
.nav-link {
    padding: 1rem 1.5rem;
  }
	.mail-button {
		margin: 20px auto 0;
		width: 95%;
		display: flex;
		padding: 15px 28px;
		justify-content: center;
		border-radius: 10px;
	}
	.mail-button .icon {
    padding-left: 20px;
}
.time-menu {
	padding: 10px;
	height: initial;
	font-size: 16px;
	margin: 0 ;
}
.time-menu p {
	text-align: center;
}
.tel-menu {
	justify-content: center;
}
.intro-img {
    z-index: 0;
}
.intro-img::before {
  top: -84%;
  right: 0;
  width: 138%;
  height: 70%;
  background-color: #d9ede3;
  z-index: -1;
  border-radius: 20px;
}
.intro-title {
		padding-top: 0;
		width: 35%;
		margin-bottom: 20px;
}
.intro-title-ja {
    font-size: 30px;
  }
	.intro-img {
      z-index: 0;
      width: 60%;
  }
	.intro {
		justify-content: right;
	}
	.intro-text {
		width: 100%;
		padding: 0 30px;		
	}
	.intro-img-2 {
		width: 60%;
		height: 200px;
		z-index: 1;
	}
	.intro-illust-1 {
		position: absolute;
    right: 0;
		height: 300px;
	}
	.intro-illust-2 {
		position: absolute;
    width: 300px;
    top: -72px;
		height: initial;
	}
	.intro-text {
		margin-top: 130px;
		margin-bottom: 30px;
	}
	.tate-title {
		writing-mode: initial;
		width: 100%;
		/* position: absolute;
    left: 85%;
    transform: translate(-50%, -25%); */
    width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.tate-title-sen::after {
		width: 100%;
		height: 18px;
		bottom: -2px;
	}
	.tate-title.dog-1::before,.tate-title.dog-6::before,.tate-title.dog-7::before {
  	top: -1rem;
  	right: -5rem;
		left: initial;
    height: 100px;
	}
	.tate-title.dog-7::before { 
		right: -3rem;
	}
	.tate-title.dog-2::before,.tate-title.dog-8::before {
  	top: 87px;
    left: 40rem;
    height: 80px;
	}
	.tate-title.dog-8::before { 
		left: 37rem;
	}
	.news-list {
    width: 100%;
		padding: 10px 20px 0;
}
.tate-title-ja {
    font-size: 25px;
		line-height: 44px;
}
.tate-title-en {
    padding: 10px 0 0 0;
}
.news-title {
    font-size: 16px;
}
.news-day {
    font-size: 21px;
}
.news-list-contenst {
    border-bottom: 2px dotted var(--color-main);
    padding: 20px 0;
}
.property {
	padding: 0 20px;
}
.property-title {
	padding: 30px;
}
.yoko-title-ja {
    font-size: 30px;
}
.property-list {
    margin-top: 30px;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 2rem ;
}
.sp-tate-title {
	position: relative;
}
.service-list { 
	padding-top: 20px;
	gap: 30px;
  width: 100%;
}
.service-box::before {
  top: 26%;
  width: 100%;
  height: 79%;
  left: 0px;
}
.service-name {
    font-size: 21px;
		border-bottom: 3px dotted var(--color-main);
}
.tate-title-tb-none{
    display:block;
  }
  .tate-title-ja.dog-3 {
    position: relative;		
  }
  .tate-title-ja.dog-3::before{
    content:"";
    position:absolute;
    top: 36px;
    right: 100px;
    width:80px;
    height:80px;
    background:url("../img/dog-5.webp") no-repeat center/contain;
    z-index:10;
  }
.contact-sec {
	width: 100%;
	text-align: center;
	height: initial;
	padding: 20px 0;
}
.contact-sec.border {
	border-right:0;
}
.mail-button.fot {
    width: 85%;
    margin: 20px auto;
    padding: 8px 24px;
}
.contact-list {
    width: 90%;
		background-color: #f0f0f0;
		border-radius: 15px;
		padding: 25px;
		z-index: initial;
}
.intro-title-ja.trade-top-title-ja {
    font-size: 24px;
    line-height: 51px;
}
.trade-title-ja-sen::after {
    width: 18px;
}
.sp-trade-top-title {
	display: flex;
	justify-content: space-between;
	position: relative;
  top: 50px;
	width: 100%;
}
.trade-top-illust-sp {
	width: 100%;
	position: relative;
}
.trade-top-illust-sp-img {
	position: absolute;
	right: 0;
  width: 71%;
  top: -310px;
}
.breadcrumb {
    font-size: 15px;
    /* width: 130px; */
}
.page-main-data {
	  padding: 0 19px 0 10px;
}
.page-head {
	  padding-bottom: 0px;
    border-bottom: 2px solid var(--color-main);
		margin: 20px;
}
.trade-top-illust {
	display: none;
}
.trade-top-text {
    font-size: 15px;
    margin-top: 30px;
    line-height: 33px;
		padding: 0 10px 4rem;
}
.strengths-list {
    display: block;
}
.strengths-contents {
    border-radius: 15px;
    margin-bottom: 20px;
}
.strengths-img {
    border-radius: 10px;
}
.strengths-title-text {
    font-size: 21px;
    line-height: 35px;
}
.strengths-title {
	width: 102px;
}
.strengths-text {
    font-size: 15px;
}
.sp-page-tate-title {
	  position: initial;
		transform:initial;
		align-items: center;
		margin-bottom: 50px;
		margin-top: 10px;
}
.page-title-ja {
    font-size: 25px;
}
.page-title-en {
    font-size: 11px;
}
.trade-service-list {
    width: 100%;
}
.trade-service-title {
    font-size: 20px;
		padding-bottom: 1px;
}
.trade-service-text {
    font-size: 15px;
}
.contact-top-title {
    font-size: 20px;
    padding-bottom: 30px;
}
.contact-top-text {
    font-size: 15px;
}
.sp-column {
	flex-direction: column;
}
.o-1 {
	order: 1;
}
.o-2 {
	order: 2;
}
.contact-tel-box {
	width: 100%;
}
.contact-text.right {
    margin-right: 0;
    text-align: center;
}
.sp-none-899 {
	display: none;
}
.sp-contact-title {
	margin-top: 50px;
}
.contact-form {
    margin-top: 0;
}
#svg-box.about-top-img {
	  height: 40vh;
}
.about-text {
    padding: 0 30px;
    top: 0;
  }
	.about-title {
    font-size: 29px;
    margin-bottom: 30px;
    line-height: 58px;
		/* margin-top: 20px; */
	}
	#svg-box {
    margin: 35px 20px 0;
	}
	.about-top-illust-1 {
    width: 350px;
	  z-index: 1;
		left: 0;
	}
	.about-top-img-1 {
		position: relative;
		top: -50px;
		z-index: 0;
		width: 100%;
		border-radius: 0;
		height: 300px;
	}
	.about-top-text-2 {
    padding: 0 30px;
  }
		.about-top-illust-2 {
    width: 100%;
		top: 0;
	}
	.values {
    width: 100%;
}
.about-title-ja {
	text-align: center;
}
.about-value {
  padding: 50px 50px 50px 50px;
}
.value-item p {
    font-size: 16px;
}
.president-contents {
    padding: 20px 20px 0 20px;
}
.company {
    padding: 0 20px 20px 20px;
    width: 100%;
}
.company-inner,.download-inner {
    display: block;
}
.sp-section-none {
	padding-top: 0;
}
.sp-section-none-btm {
	padding-bottom: 0 !important;
}
.company-item {
    padding-top: 15px;
}
.property-img {
    width: 100%;
}
.property-page-text {
    padding: 20px 0 0 0;
}
.property-page-name {
    font-size: 22px;
    padding: 0 0 15px 0;
}
.property-page-section {
	padding-top: 1rem;
}
.purchase-top-illust {
	display: none;
}
.agency-contents {
    padding: 0 10px;
}
.agency-top-text-2 {
	padding: 0 0 40px 0;
}
.agency-top-text-1 {
	padding-bottom: 2rem;
}
.agency-top {
    margin-top: 0rem;
}
.agency-top-img {
	width: 60%;
	height: 200px;
	position: relative;
  z-index: 1;
	object-fit: cover;
	margin-bottom: 30px;
}
.relative-sp-899 {
	position: relative;
}
.agency-top-illust-2 {
	position: absolute;
  right: 0;
  height: 300px;
	width: initial;	
	top: 61px;
  z-index: 2;
}
.agency-top-illust-sp-img {
	right: -39px;
}
p.recommended-title {
  font-size: 18px;
}
p.recommended-text {
	font-size: 15px;
}
.recommended-container {
	gap: 20px;
}
.page-news-list {
	margin-top: 0;
}
.page-news-day {
  font-size: 18px;
}
.page-news-day {
  font-size: 18px;
}
.page-news-year {
    font-size: 18px;
}
	.page-news-week {
    font-size: 16px;
	}
	.sp-cpntact-posi {
		position: static;
		text-align: center;
	}
	.map-img {
		border-radius: 0 0 15px 15px;
	}
	.download-box {
		margin-top: 50px;
	}
	.mail-button.download-btn {
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
	.intro-title-ja-sen::after {
		display: none;
	}
	.intro-title-ja-sen {
		border-right: 10px solid rgba(255, 228, 63, 0.6);
}
#svg-box  {
	height: 43vh;
}
.main-data {
	width: 540px;    
	right: 10px;
}
.fot-instagram-img {
	margin-right: 0px;
}
.contact-top {
	padding: 0 10px;
}
.contact-item {
	margin: 0 0 10px;
}
.strengths-title-tab {
	font-size: 15px;
}
.president {
	    padding-top: 0;
}
.menu-contents {
    height: initial;
}
}

@media screen and (min-width:651px) {
	.sp-text-display {
		display: none;
	}
	.sp-br-650 {
		display: none;
	}
}

@media screen and (max-width:650px) {
  .head-menu {
		display: none;
	}
	.main-data {
    display: none;
	}
	#menubar_hdr {
		width: 85px;
    height: 85px;
		border-radius: 0 0 0 30px;
	}
	.all-wrap {
    padding: 10px;
	}
	header {
		border-radius: 15px 15px 0 0;
	}
	.menu-space {
    border-radius: 15px;
	}
	#menubar_hdr::before {
    top: 10px;
    right: 85px;
    width: 15px;
    height: 15px;
	}
	#menubar_hdr::after {
    top: 85px;
    right: 10px;
    width: 15px;
    height: 15px;
	}
	#menubar_hdr .menu-text {
    font-size: 11px;
		margin-top: 25px;
		margin-bottom: 0;
	}
	#menubar_hdr div span {
    height: 2px;
		width: 30px;
	}
	#menubar_hdr div span:nth-child(1) {
    top: 19px;
		transform: translateX(calc(-44% - 6px));
}
#menubar_hdr div span:nth-child(2) {
    bottom: -9px;
		transform: translateX(calc(-67% + 6px));		
}
#logo {
    width: 180px;
		top: 25px;
}
.top-head.is-fixed #logo {
    width: 180px;
}
.top-head.is-fixed {
    border-top: 10px solid var(--color-main);
    border-left: 10px solid var(--color-main);
		height: 90px;
}
.top-head.is-fixed::before {
    width: 15px;
    height: 15px;
}
.top-head.is-fixed {
		padding: 0;
	}
#svg-box {
  margin: 55px 20px 0;
  height: 40vh;
}
.instagram-frame {
  padding: 15px;
  height: 50px;
  width: 50px;
}
.instagram-text {
  font-size: 11px;
}
.menubar-list {
  font-size: 15px;
}
.eng, .eng-in {
    font-size: 13px;
}
.mail-button {
	font-size: 14px;
	padding: 15px 0px;
}
.nav-link {
	padding: 1rem;
}
.time-menu {
  font-size: 13px;
}
.intro-img-1 {
	height: 400px;
	position: relative;
	top: 50px;
	left: 20px;
}
.intro-img {
    width: 50%;
  }
.intro-title {
    width: 50%;
		position: relative;
    right: 10px;
  }
	.intro-title-ja {
    font-size: 20px;
  }
	.intro-title-ja-sen::after {
		width: 15px;
	}
	.intro-title-en {
		font-size: 13px;
		padding: 0px 6px;
	}
	.sp-text-none {
		display: none;
	}
	.sp-text-display,.intro-text {
		line-height: 33px;
		font-size: 15px;
		width: 100%;
    padding: 0 30px;		
	}
	.img-contents {
    margin-top: 10px;
}
.intro-img-2 {
    width: 70%;
    height: 150px;
}
.intro-illust-1 {
    height: 280px;
    object-fit: cover;
}
.sp-text-display {
		margin-top: 130px;
}
.intro-img::before {
    width: 200%;
		top: -80%;
    height: 70%;
		border-radius: 10px;
}
.intro {
  padding: 30px 0 0 0;
}
.tate-title-ja {
    font-size: 20px;
		line-height: 30px;
}
.tate-title-en {
    font-size: 12px;
		padding: 8px 0 0 0;
}
.tate-title-sen::after {
    width: 100%;
    height: 11px;
		bottom: 0px;
}
.tate-title.dog-1::before,.tate-title.dog-6::before,.tate-title.dog-7::before {
     top: 0rem;
     right: 1rem;
     left: initial;
     height: 62px;
 }
 .tate-title.dog-2::before,.tate-title.dog-8::before {
    top: 62px;
    right: 0;
    left: initial;
    height: 66px;
 }
 .tate-title.dog-8::before {
	    top: 37px;
      right: -20px;
 }
  .tate-title-ja.dog-3::before {
    top: 25px;
    right: 25px; 
		height: 66px;
 }
 .news-title {
    font-size: 15px;
    line-height: 28px;
		width: calc(100% - 75px);
  }	
	.news-days {
    width: 75px;
	}
	.news-title {
    width: calc(100% - 75px);
	}	
	.news-list {       
    padding: 0;
  }
	.yoko-title-ja {
    font-size: 23px;
  }
	.yoko-title-en {
    font-size: 12px;
}
	.yoko-text {
    padding-top: 10px;
    font-size: 14px;
}
.yoko-title-ja {
    line-height: 43px;
}
.property-list {
    gap: 20px;
		margin-top: 20px;
		padding: 0;
}
.property-img {
    border-radius: 10px;
		min-height: 100px;
}
.property-days::before {
	  top: 36px;
		width: 10px;
    height: 10px;
}
.property-days::after {
    left: 65px;
    width: 10px;
    height: 10px;
}
.property-days {
    width: 65px;
    height: 36px;
    border-radius: 0 0 10px 0;
}
.property-sp-day {
	font-size: 18px;
}
.property-name {
    line-height: 24px;
    font-size: 15px;
}
.service-name {
    font-size: 18px;
  }
	.service-list {
    grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.service-content {
    border-radius: 15px;
		padding: 20px 20px 10px 20px;
	}
	.service-arrow {
    border-radius: 10px 0 10px 0;
	  width: 40px;
    height: 40px;
	}
	.contact-text {
    font-size: 14px;
}
.tell-icon, .home-icon, .mail-icon, .map-icon {
    width: 20px;
    height: 20px;
}
/* .mail-button {
	  border: 1px solid var(--color-main);
} */
.contact-list {
    padding: 0 20px;
  }
	.contact-access {
    top: -30px;
	  width: 93%;
    margin: 0 auto;
}
.mail-button.fot {
   width: 85%;
   margin: 10px auto;
}
.tel-menu {
    line-height: 41px;
		padding-top: 3px;
  }
	.sp-block-650 {
		display: block;
	} 
	.footer-company {
		display: flex;
    flex-direction: column;
    padding: 0 30px;
	}
	.fot-address {
    padding: 20px 0 17px 0;
}
.footer {
    padding: 0 0 20px;
}
.fot-logo {
    width: 220px;
}
footer::before, footer::after {
    top: 508px;
		width: 15px;
		height: 15px;
  }
	.fot-menu ul {
     width: 100%;
     display: flex;
  }
	.fot-menu ul li {
    margin: 0 auto;
    width: 30%;
		font-size: 14px;
  }
	.fot-menu {
    margin-top: 30px;
		margin-left: 0;
}
.fot-instagram {
    padding: 20px 40px;
}
footer {
    padding-bottom: 0px;
}
.breadcrumb {
    padding: 20px 0 10px 0;      
		font-size: 13px;
}
.intro-title-ja.trade-top-title-ja {
   font-size: 20px;
   line-height: 40px;
}
.page-head {
	  padding-bottom: 0px;
    border-bottom: 1px solid var(--color-main);
}
.sp-trade-top-title {
	display: flex;
	justify-content: space-between;
	position: relative;
  top: 30px;
}
.section-sp-1 {
	padding: 1rem 0 0 0;
}
 .page-title-ja {
   font-size: 20px;
  line-height: 33px;
  }
	.strengths-title {
    bottom: 38px;
    left: 10px;
    border-radius: 5px;
    padding: 13px;
    height: 200px;
		width: 80px;
}
.strengths-title-text {
    font-size: 17px;
    line-height: 26px;
		position: relative;
    right: 5px;
  }
	.strengths-text {
    width: calc(100% - 80px);
		font-size: 14px;
	}
	.strengths-title-tab {
		font-size: 10px;
	}
	.strengths::before {
		height: 30px;
		width: 30px;
		border-bottom-right-radius: 10px;
	}
	.strengths-kaku::before {
    top: -65px;
    left: 30px;
    width: 15px;
    height: 15px;
	}
	.strengths::after {
		height: 30px;
		width: 30px;
		border-bottom-left-radius: 10px;
	}
	.strengths-kaku::after {
		 width: 15px;
    height: 15px;
		top: -65px;
    right: 30px;
	}
	.page-title {
		margin-bottom: 30px;
	}
	.sp-page-tate-title {
    margin-bottom: 30px;
    margin-top: 0px;
  }
	.trade-service-contents {
    border-radius: 10px;
    padding: 20px;
		margin-bottom: 15px;
		border: 1px solid #e5e5e5;
	}
	.trade-service-title {
    font-size: 17px;
		line-height: 25px;
		padding-bottom: 6px;
	}
	.trade-service-text {
    font-size: 14px;
  }
	.trade-service-tab {
    width: 15px;
	}
	.trade-service-box {
    width: calc(100% - 30px);
}
.trade-service-tab {
    font-size: 12px;
}
.mail-button .icon {
    padding-left: 8px;
}
.contact-top-title {
    font-size: 18px;
		line-height: 33px;
    padding-bottom: 20px;
}
.contact-box {
    border-radius: 15px;
    margin: 0;
    padding: 0 0 30px 0;
    border: 0;
}
.tel-number.fot {
    font-size: 24px;
}
.contact-uketsuke-box {
	font-size: 12px;
	margin: 10px auto 0;
}
.sp-contact-title {
	margin-top: 40px;
}
.contact-grid {
    display: block;
}
.contact-input  {
	  height: 4rem;
		font-size: 14px;
		border: 1.5px solid var(--color-main);
    border-radius: 5px;
}
.contact-item {
    margin: 25px 0 7px;
    font-size: 14px;
}
.light-green-bg-650 {
	background-color: initial;
}
.contact-top-text {
	text-align: left;
}
.inquiry label {
  font-size: 14px;
}
.mail-button.contact {
	width: 100%;
}
.sp-confirm-top {
	margin-top: 20px;
}
.confirm-name {
	padding: 10px 0;
}
.cotact-back {
	font-size: 14px;
}
.icon.rotate svg {
  top: 2.5px;
}
.icon svg {
	width: 23px !important;
	height: 23px !important;
}
.contact-confirm-top-text {
    padding: 50px 0 0 0;
    font-size: 14px;
}
.confirm-form {
    margin-top: 20px;
}
.confirm-text {
	font-size: 14px;
}
#svg-box.about-top-img {
	margin: 5px 20px 0;
}
.about-title {
    font-size: 19px;
    line-height: 42px;
  }
	.about-title-sen.yellow::after,.about-title-sen.green::after {
    height: 15px;
	}
.about-top-text-1,.about-top-text-2,.article-news-text {
 		line-height: 35px;
    font-size: 15px;
}
	.about-top-img-1 {
		height: 200px;
		top: -40px;
	}	       
	.about-top-illust-2 {
    padding: 0;
}
.values-container {
    display: flex;
		flex-direction: column;
		gap: 0;
}
.about-value {
    padding: 40px 20px 20px 20px;
}
.value-item {
		gap: 15px;
		border-bottom: 2px dotted var(--color-main);
		align-items: baseline;
}
.value-item p {
    font-size: 15px;
		padding-top: 20px;
}
.value-number {
    min-width: 25px;
    height: 25px;
		font-size: 13px;    
}
.value-o-1 {
	order: 1;
}
.value-o-2 {
	order: 2;
}
.value-o-3 {
	order: 3;
}
.value-o-4 {
	order: 4;
}
.value-o-5 {
	order: 5;
}
.value-o-6 {
	order: 6;
}
.value-o-7 {
	order: 7;
}
.value-o-8 {
	order: 8;
}
.president-tag {
    padding: 5px 13px;
    font-size: 12px;
}
.president-contents {
     padding: 20px 0 0 0;
  }
	.president-name-ja {
    font-size: 20px;
	}
	.president-name-en {
    font-size: 11px;
	}
	.president-text {
    font-size: 14px;
    line-height: 30px;
	}
	.company {
    padding: 0;
}
.value {
    font-size: 14px;
}
.label {
    font-size: 14px;
}
.company-item {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1.5px solid var(--color-main);
}
.company-item.one {
    padding-top: 15px;
}
.property-page-img {
    display: block;
		margin-top: 40px;
}
.property-page-thumb {
		margin-bottom: 15px;
}
.property-page-map {
    margin-top: 20px;
}
.property-page-days {
	  width: 145px;
  	height: 50px;
}
.property-page-days::before {
		top: 50px;
}
.property-page-days::after {
	  left: 145px;
}
.property-page-tag {
	padding-top: 0;
	font-size: 13px;
  margin: 10px 10px;
}
.property-page-name {
    font-size: 17px;
    padding: 0 0 10px 0;
  }
	.property-page-moyori {
    border: 1px solid var(--color-main);
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 13px;
}
.property-page-table th, .property-page-table td {
		display: block;
}
.property-page-table th {
		border: 0;
		color: var(--color-main);
		padding: 15px 0px 0px 0px;
}
.property-page-table td { 
		padding: 5px 0px 10px 0px;
}
.property-page-thumb {
		border-radius: 10px;
}
.plus-icon {
		font-weight: 500;
		top: 10px;
		right: 10px;
		width: 35px;
		height: 35px;
		font-size: 21px;
		line-height: 35px;
}
.agency-title {
	margin-bottom: 20px;
}
.agency-top-img {
	width: 70%;
	height: 150px;
	margin-bottom: 60px;
}
.agency-top-illust-2 {
   right: -33px;
   top: 46px;
	 height: 200px;
  }
	p.recommended-title {
    font-size: 16px;
    line-height: 27px;
  }
	p.recommended-text {
		padding: 15px 20px;		
	}
	.recommended-item {
		padding-bottom: 20px;
	}
	.recommended-container {
    gap: 5px;
	}
	.article-news-title {
		width: 100%;
	}
	.page-news-title {
		width: 100%;
	}
	.page-news-year {
    font-size: 17px !important;
  }
	.page-news-week {
    font-size: 17px;
	}
	.page-news-day {
    font-size: 17px;
  }
		.news-list-contenst {
      padding: 15px 0;
  }
		.sp-cpntact-posi {
		left: 88%;
	}
	.fot-time-item {
    padding: 4px 11px;
	}
	.contact-list {
    width: 93%;
		border-radius: 15px 15px 0 0;
	}
	.contact-name {
    padding-bottom: 0px;
}
.property-title {
	  padding: 30px 10px 20px 10px;
}
.intro-title-ja-sen {
  border-right: 8px solid rgba(255, 228, 63, 0.6);
}
.news-box {
	    padding: 40px 20px;
}
.service-img {
	width: 70%;
}
.service-arrow::before {
	  top: 30px;
    left: -10px;
    width: 10px;
    height: 10px;
}
.service-arrow::after {
    top: -10px;
    left: 30px;
    width: 10px;
    height: 10px;
}
.service-box::before {
    top: 16%;
     width: 100%;
    height: 87%;
    left: 4rem;
		border-radius: 15px;
  }
	.contact-sec.border {
	border-bottom: 2px dotted var(--color-main);
	}
	.map-img {
    border-radius: 0 0 10px 10px;
		height: 300px;
		object-fit: cover;
  }
		.menu-space {
		height: initial;
	}
	.page-head {
		margin: 30px 20px 30px 20px;
}
.trade-service {
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    margin-top: 30px;
}
.trade-top-img {
    border-radius: 10px;
}
.trade-top-illust-sp-img {
    right: -32px;
		top: -150px;
}
.sp-purchase-top-img-mg {
	margin-bottom: 3rem;
}
.strengths-kaku-2::before,.strengths-kaku-2::after {
    top: -39px;
}
 .recommended-number::before {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}
.property-page-section {
	padding-top: 0;
}
.closeBtn {
  font-size: 25px;
}
#svg-box.about-top-img {
	  height: 35vh;
}
.contact-item-first {
	  margin: 10px 0 7px;
}
.privacy-text, .privacy-list {
    font-size: 15px;
    padding-bottom: 25px;
}
.privacy-title {
    font-size: 16px;
}
.privacy-list li::before {
    top: 0.8em;
    width: 7px;
    height: 7px;
}
.copy small, .copy small a {
    width: 100%;
    display: block;
}
.privacy-fot {
    padding-right: 0;
    padding-bottom: 5px;
}
.page-news-year {
	font-size: 17px;
	}
	.news-year {
	font-size: 12px;
	}
	.news-day {
    padding-top: 2px;
		font-size: 19px;
	}
	.article-news-title {
		font-size: 16px;
	}
	.mail-button.fot.property-list-btn {
		font-size: 16px;
		width: 180px;
}
.property-page-map iframe {
	border-radius: 10px !important;
}
.pagination a {
	  font-size: 14px;
		padding: 2px 12px;
}
.pagination {
    gap: 4px;
    margin: 40px 0 40px 0;
}
.download-text {
    font-size: 15px;    
    padding-bottom: 30px;
}
}
@media screen and (max-width:431px) {
	footer::before, footer::after {
    top: 508px;
	}
}
@media screen and (min-width:370px) {
 	.br-370 {
		display: none;
 }
}

@media screen and (max-width:330px) {
	.mail-button .icon {
		left: 15px;
	}
	 .tate-title.dog-7::before {
	    top: 3rem;
 }
}

