@charset "utf-8";

/*---------------------------------------
common
---------------------------------------*/

html {
  width: 100%;
	overflow-x:hidden;
	font-size:1px;
}

.container{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}

.pc{
	display:block;
}

.sp{
	display: none;
}

@media screen and (max-width: 1000px) {
  html {
  	font-size: calc(100vw / 1000);
  }

	.container{
		width:100%;
		max-width:100%;
	}
}

@media screen and (max-width: 640px) {
  html {
  	font-size: calc(1 / 640 * 100vw);
  }

	.container{
		width:592rem;
		max-width:592rem;
	}

	.pc{
		display:none;
	}

	.sp{
		display: block;
	}
}

body {
	width:100%;
	height:100%;
	color:#252525;
	line-height:1.8;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
	background-color:#fff;
	font-weight:400;
}

img{
	width:100%;
	-webkit-backface-visibility: hidden;
}

a{
	transition: 0.4s ;
	text-decoration:none;
}

a:hover{
  opacity: 0.6;
}

#jikobukken_page #contents_wrapper{
	padding-top: 120px;
}
#jikobukken_new #jikobukken_page #contents_wrapper{
	padding-top: 0;
}

/*--------------------------------------
loading
----------------------------------------*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
	background-color:#fff;
	top:0;
	z-index:9999;
}

.loader {
  opacity: 1;
  -webkit-transition: opacity 0.5s .1s;
  transition: opacity 0.5s .1s;
}

.is_loaded .loader {
  opacity: 0;
}


/*---------------------------------------
header
---------------------------------------*/
#header_contents_jiko{
	width:100%;
	height:120px;
	background-color:#fff;
	position:fixed;
	left:0;
	top:0;
	z-index:5000;
	transition: 0.4s ;
}

.add_slide #header_contents_jiko{
	top:-25px;
	position:fixed;
}

#header_contents_jiko h1{
	position:absolute;
	left:30px;
	top:5px;
	font-size:12px;
	color:#ccc;
}

#header_contents_jiko #sitemap{
	position:absolute;
	right:10px;
	top:5px;
	font-size:12px;
}
#header_contents_jiko #sitemap a{
	color:#ccc;
}

#header_contents_jiko h2{
	width:360px;
	position:absolute;
	left:25px;
	top:30px;
}

#header_contents_jiko ul.sub{
	width:542px;
	height:76px;
	position:absolute;
	right:0;
	bottom:0;
	display: flex;
  justify-content: start;
  align-items: start;
	flex-wrap: wrap;
}

#header_contents_jiko ul.sub li:nth-child(1){
	width:261px;
}

#header_contents_jiko ul.sub li:nth-child(2){
	width:202px;
}

#header_contents_jiko ul.sub li:nth-child(3){
	width:79px;
}

#header_contents_jiko ul.sub li:nth-child(4){
	display:none;
	width:76px;
}

#header_contents_jiko ul.menu{
	position:absolute;
	right:570px;
	top:70px;
	display: flex;
	gap:30px;
}

#header_contents_jiko ul.menu li a{
	font-size:16px;
	color:#252525;
	font-weight:500;
}

.nav_toggle {
	position: relative;
	width:76px;
	height:76px;
	z-index: 3;
}

.nav_toggle:hover {
	cursor:pointer;
}

.nav_toggle span {
	position: absolute;
	left: 0;
	right:0;
	margin:auto;
	width: 40px;
	height: 5px;
	background-color: #123524;
	transition: all 0.6s;
}

.nav_toggle span:nth-of-type(1) {
  top: 23px;
}

.nav_toggle span:nth-of-type(2) {
  top: 36px;
}

.nav_toggle span:nth-of-type(3) {
  bottom: 22px;
}

.open .nav_toggle span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}

.open .nav_toggle span:nth-of-type(2) {
  opacity: 0;
}

.open .nav_toggle span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}

@media screen and (max-width:1540px) {
	#header_contents_jiko ul.menu{
		display:none;
	}

	#header_contents_jiko ul.sub{
		width:618px;
	}

	#header_contents_jiko ul.sub li:nth-child(4){
		display:block;
		width:76px;
	}
}

@media screen and (max-width:1100px) {
	#header_contents{
		height:10.91vw;
	}

	#header_contents_jiko h1{
		left:2.73vw;
		top:0.45vw;
		font-size:1.09vw;
	}

	#header_contents_jiko #sitemap{
		right:0.91vw;
		top:0.45vw;
		font-size:1.09vw;
	}

	#header_contents_jiko h2{
		width:32.73vw;
		left:2.27vw;
		top:2.73vw;
	}

	#header_contents_jiko ul.sub{
		width:56.2vw;
		height:6.91vw;
		overflow:hidden;
	}

	#header_contents_jiko ul.sub li:nth-child(1){
		width:23.73vw;
	}

	#header_contents_jiko ul.sub li:nth-child(2){
		width:18.36vw;
	}

	#header_contents_jiko ul.sub li:nth-child(3){
		width:7.18vw;
	}

	#header_contents_jiko ul.sub li:nth-child(4){
		width:6.91vw;
	}

	.nav_toggle {
		width:6.91vw;
		height:6.91vw;
		z-index: 3;
	}

	.nav_toggle span {
		width:3.64vw;
		height:0.45vw;
	}

	.nav_toggle span:nth-of-type(1) {
		top:2.09vw;
	}

	.nav_toggle span:nth-of-type(2) {
		top:3.27vw;
	}

	.nav_toggle span:nth-of-type(3) {
		bottom:2vw;
	}

	.open .nav_toggle span:nth-of-type(1) {
	  transform: translateY(1.2vw) rotate(-45deg);
	}

	.open .nav_toggle span:nth-of-type(2) {
	  opacity: 0;
	}

	.open .nav_toggle span:nth-of-type(3) {
	  transform: translateY(-1.2vw) rotate(45deg);
	}
}

@media print{
	#sidebar{
		display: none;
	}
}

#sidebar{
	display:none;
}

#overlay{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	opacity:0.6;
	display:none;
}

.open #overlay{
	display:block;
}

/*--------------------------------------
global_navi
----------------------------------------*/
@media screen and (max-width:1540px) {
	#global_navi{
		width:100%;
		height:74rem;
		position: fixed;
		z-index: 9000;
		background-color:#fff;
		top: 0;
		transition: all 0.6s;
	}

	#global_navi h2{
		width:300rem;
		position:absolute;
		left:10rem;
		top:5rem;
	}

	#global_navi ul{
		width:296rem;
		height:74rem;
	  justify-content: space-between;
	  align-items: center;
		display: flex;
		flex-wrap: wrap;
		position:absolute;
		right:0;
		top:0;
	}

	#global_navi ul li{
		width:74rem;
		height:74rem;
		position:relative;
	}

	#sidebar {
		display:block;
		width:45vw;
		height: 100%;
		position: fixed;
		z-index: 300;
		background-color:#3a5f41;
		right:-110%;
		transition: all 0.6s;
		overflow-y: scroll;
	}

	#global-nav{
		width: 100%;
		height:100%;
		position:relative;
		transition: all 0.6s;
	}

	.open #sidebar{
		right: 0;
	}

	#global-nav p{
		font-size:2.6vw;
		color:#fff;
		font-weight:500;
		text-align:center;
		padding-top:5vw;
	}

	#global-nav ul.navi_list{
		width:38vw;
		margin:3vw auto 5vw;
	  justify-content: center;
	  align-items: top;
		display: flex;
		flex-wrap: wrap;
		padding:2vw 0 2vw;
		border-top:2rem solid #a3b4a6;
		border-bottom:2rem solid #a3b4a6;
	}

	#global-nav ul.navi_list li{
		width:100%;
	}

	#global-nav ul.navi_list li a{
		color:#fff;
		font-size:2vw;
		padding:1vw 0 1vw 2vw;
		display:block;
		width:100%;
		display:block;
		position: relative;
		box-sizing:border-box;
		font-weight:500;
	}

	#global-nav ul.navi_list li a:after{
		content: "";
		position: absolute;
		left:0;
		top:calc(50% - 0.5vw);
	  width: 0;
	  height: 0;
	  border-left: 0.9vw solid #fff;
	  border-top: 0.7vw solid transparent;
	  border-bottom: 0.7vw solid transparent;
	}

	#global-nav #top_navi{
		width:30vw;
		margin:7vw auto 0;
	}

	#global-nav #top_navi a{
		display:block;
		font-size:1.9vw;
		color:#fff;
		font-weight:500;
		text-align:center;
		border:2rem solid #a3b4a6;
		padding:1.5vw 0;
	}

	#global-nav ul.navi_sns{
		width:22vw;
	  margin: 4vw auto 0;
		display: flex;
	  justify-content: space-between;
	  align-items: center;
		flex-wrap: wrap;
		position:relative;
		padding-bottom:15vw;
	}

	#global-nav ul.navi_sns li a{
		display:block;
		width:4.2vw;
	}
}

/*--------------------------------------
mainvisual
----------------------------------------*/
#mainvisual{
  width: 100%;
  max-width: none;
  min-width: 1000px;
  margin: 120px auto 0;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

@media (max-width: 1920px) and (min-width: 1001px) {
  #mainvisual {
    width: 1920px;
    min-width: unset;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width:1100px) {
  #mainvisual {
		margin-top:10.91vw;
  }
}

@media (max-width: 1000px) {
  #mainvisual {
    width: 192vw;
    min-width: unset;
    position: relative;
    left: 50%;
  }
}

/*--------------------------------------
buyback
----------------------------------------*/
#buyback{
  width: 100%;
	height:574px;
  margin: 70px auto 0;
  position: relative;
	background: url(/files/user/img/jikobukken/new/buyback_bg.png?v=1765449360) no-repeat center top;
	background-size:auto;
}

#buyback h2{
	font-size:30px;
	color:#fff;
	text-align:center;
	font-weight:400;
	padding-top:65px;
	line-height:1.6;
}

#buyback p{
	font-size:16px;
	color:#fff;
	text-align:center;
	padding-top:10px;
	line-height:1.6;
}

#buyback ul{
	width:950px;
	position:relative;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
	margin-top:20px;
}

#buyback ul li{
	width:157px;
	height:173px;
	background: url(/files/user/img/jikobukken/new/buyback_list.png?v=1765449360) no-repeat center top;
	background-size:auto;
	font-size:23px;
	color:#fff;
	font-weight:500;
	text-align:center;
	box-sizing:border-box;
	padding-top:55px;
}

#buyback::before {
  content: '';
  position: absolute;
  bottom: 0;
	left:0;
	right:0;
	margin:auto;
  width: 2px;
  height: 36px;
  background-color:#fff;
}

#buyback::after {
  content: '';
  position: absolute;
  bottom: -36px;
	left:0;
	right:0;
	margin:auto;
  width: 2px;
  height: 36px;
  background-color:#123524;
}

@media (max-width: 1000px) {
	#buyback{
	  width: 100%;
		height:57.4vw;
	  margin: 7vw auto 0;
	  position: relative;
		background: url(/files/user/img/jikobukken/new/buyback_bg.png?v=1765449360) no-repeat center top;
		background-size:auto 100%;
	}

	#buyback h2{
		font-size:3vw;
		padding-top:6.5vw;
	}

	#buyback p{
		font-size:1.6vw;
		padding-top:1vw;
	}

	#buyback ul{
		width:95vw;
		margin-top:2vw;
	}

	#buyback ul li{
		width:15.7vw;
		height:17.3vw;
		background: url(/files/user/img/jikobukken/new/buyback_list.png?v=1765449360) no-repeat center top;
		background-size:cover;
		font-size:2.3vw;
		padding-top:5.5vw;
	}

	#buyback::before {
	  width: 0.2vw;
	  height: 3.6vw;
	}

	#buyback::after {
	  width: 0.2vw;
	  height: 3.6vw;
	  bottom: -3.6vw;
	}
}

/*--------------------------------------
reason
----------------------------------------*/
.arrow{
	content: "";
	position: absolute;
	bottom: -45px;
	left: calc(50% - 24px);
	border: 20px solid transparent;
}

#reason .arrow{
	border-top: 25px solid #f2f1ed;
}

#reason{
  width: 100%;
  margin: 90px auto 0;
	padding-top:70px;
  position: relative;
	background-color:#f2f1ed;
	text-align:center;
}

#reason h2{
	display:inline-block;
	font-size:44px;
	color:#3a5f41;
	text-align:center;
	font-weight:600;
	letter-spacing:1px;
	border-bottom:2px solid #3a5f41;
	padding:0 60px;
}

#reason p.eng{
	font-size:16px;
	color:#3a5f41;
	text-align:center;
	padding:10px 0 50px;
	line-height:1.6;
}

.reason_inner h3{
	text-align:left;
}

.reason_inner h3{
	position:relative;
	width:540px;
	height:60px;
	font-size:26px;
	font-weight:500;
	color:#fff;
	line-height:60px;
	background-color:#3a5f41;
	letter-spacing:2px;
	box-sizing:border-box;
	padding-left:20px;
}

.reason_inner h3 .fc_y{
	color:#f1ffa3;
}

.reason_inner h3 .label{
	width:60px;
	height:60px;
	position:absolute;
	right:0;
	top:0;
	background-color:#123524;
	font-size:18px !important;
	color:#fff !important;
	line-height:1.2 !important;
	padding:0 !important;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
}

.reason_inner p.lead{
	font-size:19px !important;
	color:#252525 !important;
	text-align:left !important;
	margin-left:20px !important;
	padding:20px 0 0 0 !important;
}

#reason1,
#reason2,
#reason3{
	width:100%;
	height:350px;
	position:relative;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
	border-bottom:2px solid #3a5f41;
}

#reason3{;
	border-bottom:0px solid #3a5f41;
}

#reason1:after {
	content: "";
	position: absolute;
	right: 0;
	top:0;
	width: calc(((100% - 1000px)/2) + 360px);
	height:350px;
	background: url(/files/user/img/jikobukken/new/reason_img1.jpg?v=1765449368) no-repeat center top;
	background-size:cover;
}

#reason1 h3,
#reason3 h3{
	margin-left:20px;
}

#reason2:after {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: calc(((100% - 1000px)/2) + 360px);
	height:350px;
	background: url(/files/user/img/jikobukken/new/reason_img2.jpg?v=1765449368) no-repeat center top;
	background-size:cover;
}

#reason2 h3{
	margin-left:440px;
}

#reason2 p.lead{
	margin-left:440px !important;
}

#reason3:after {
	content: "";
	position: absolute;
	right: 0;
	top:0;
	width: calc(((100% - 1000px)/2) + 360px);
	height:350px;
	background: url(/files/user/img/jikobukken/new/reason_img3.jpg?v=1765449369) no-repeat center top;
	background-size:cover;
}

@media (max-width: 1000px) {
	.arrow{
		bottom: -4.3vw;
		left: calc(50% - 2.4vw);
		border: 2vw solid transparent;
	}

	#reason .arrow{
		border-top: 2.5vw solid #f2f1ed;
	}

	#reason{
	  margin: 9vw auto 0;
	  padding-top: 7vw;
	}

	#reason h2{
	  font-size: 4.4vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 0 6vw;
	}

	#reason p.eng{
	  font-size: 1.6vw;
	  padding: 1vw 0 5vw;
	}

	.reason_inner h3{
	  width: 54vw;
	  height: 6vw;
	  font-size: 2.6vw;
	  line-height: 6vw;
	  letter-spacing: 0.2vw;
	  padding-left: 2vw;
	}

	.reason_inner h3 p{
	  width: 6vw;
	  height: 6vw;
	  font-size: 1.8vw !important;
	}

	.reason_inner p.lead{
	  font-size: 1.9vw !important;
	  margin-left: 2vw !important;
	  padding: 2vw 0 0 0 !important;
	}

	#reason1,
	#reason2,
	#reason3{
	  height: 35vw;
	  border-bottom: 0.2vw solid #3a5f41;
	}

	#reason3{
	  height: 35vw;
	  border-bottom: 0 solid #f2f1ed;
	}


	#reason1:after {
	  width: 36vw;
	  height: 35vw;
	}

	#reason1 h3,
	#reason3 h3{
	  margin-left: 2vw;
	}

	#reason2:after {
	  width: 36vw;
	  height: 35vw;
	}

	#reason2 h3{
	  margin-left: 44vw;
	}

	#reason2 p.lead{
	  margin-left: 44vw !important;
	}

	#reason3:after {
	  width: 36vw;
	  height: 35vw;
	}
}

/*--------------------------------------
safe
----------------------------------------*/
#safe{
  width: 100%;
  margin: 0 auto;
	padding:80px 0 70px;
  position: relative;
}

#safe .catch{
	width:564px;
	height:120px;
	margin:0 auto;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
	background-color:#74a17c;
	padding: 6px;
	position:relative;
	box-sizing: content-box;
}

#safe .catch::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

#safe .catch .catch_inner{
	text-align:center;
}

#safe .catch .catch_inner h2{
	display:inline-block;
	font-size:32px;
	color:#fff;
	font-weight:600;
	letter-spacing:2px;
	border-bottom:2px solid #fff;
	padding:0 60px 15px 60px;
	line-height:1.0;
}

#safe .catch .catch_inner h2 span{
	font-size:50px;
	vertical-align: baseline;
}

#safe .catch .catch_inner p.eng{
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:10px 0;
	line-height:1.0;
	font-weight:500;
}

#safe ul{
	width:920px;
	margin:30px auto 0;
	position:relative;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
}

#safe ul li{
	width:230px;
	position:relative;
}

#safe ul li .safe_img{
	width:180px;
	position:relative;
	margin:0 auto;
}

#safe ul li p{
	font-size:19px;
	text-align:center;
	line-height:1.6;
	margin-top:20px;
}

@media (max-width: 1000px) {
	#safe{
	  padding: 8vw 0 7vw;
	}

	#safe .catch{
	  width: 56.4vw;
	  height: 12vw;
		padding: 0.6vw;
	}

	#safe .catch::before {
	  top: 0.6vw;
	  left: 0.6vw;
	  right: 0.6vw;
	  bottom: 0.6vw;
	  border: 0.1vw solid #fff;
	  box-sizing: border-box;
	}

	#safe .catch .catch_inner h2{
	  font-size: 3.2vw;
	  letter-spacing: 0.2vw;
	  border-bottom: 0.2vw solid #fff;
	  padding: 0 6vw 1.5vw 6vw;
	}

	#safe .catch .catch_inner h2 span{
	  font-size: 5vw;
	}

	#safe .catch .catch_inner p.eng{
	  font-size: 1.4vw;
	  padding: 1vw 0;
	}

	#safe ul{
	  width: 92vw;
	  margin: 3vw auto 0;
	}

	#safe ul li{
	  width: 23vw;
	}

	#safe ul li .safe_img{
	  width: 18vw;
	}

	#safe ul li p{
	  font-size: 1.9vw;
	  margin-top: 2vw;
	}
}

/*--------------------------------------
contact
----------------------------------------*/
#contact{
  width: 100%;
	height:454px;
  margin: 0 auto;
  position: relative;
	background: url(/files/user/img/jikobukken/new/contact_bg.jpg?v=1765449363) no-repeat center center;
	background-size:cover;
}

#contact .catch{
	text-align:center;
	padding-top:60px;
}

#contact .catch h2{
	display:inline-block;
	font-size:30px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	border-bottom:2px solid #fff;
	padding:0 70px 10px 70px;
}

#contact .catch p.eng{
	display:block;
	font-size:16px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}

#contact ul{
	width:966px;
	margin:40px auto 0;
	position:relative;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
}

#contact ul li{
	width:306px;
}

#contact ul li .type{
	font-size:16px;
	color:#fff;
	font-weight:400;
	text-align:center;
	position:relative;
	padding-bottom:10px;
}

#contact ul li .type::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#contact ul li a{
	display:block;
	width:306px;
	height:93px;
	box-sizing:border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
	border:2px solid #fff;
	margin-top:10px;
	position:relative;
	transition: 0.4s ;
}

#contact ul li:nth-child(1) a{
	background-color:#0096ae;
	font-size:30px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.0;
	box-sizing:border-box;
}

#contact ul li:nth-child(1) a p{
	margin-left:15px;
}

#contact ul li:nth-child(1) a span{
	display:block;
	font-size:13px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
	margin-left:50px;
}

#contact ul li:nth-child(1) a:after {
	content: "";
	position: absolute;
	left:20px;
	top:18px;
	width: 37px;
	height: 37px;
	background: url(/files/user/img/jikobukken/new/icon_phone.png?v=1765449365) no-repeat center center;
	background-size:cover;
}

#contact ul li:nth-child(2) a{
	background-color:#ff7b32;
	font-size:19px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.0;
	box-sizing:border-box;
}

#contact ul li:nth-child(2) a p{
	margin-left:45px;
}

#contact ul li:nth-child(2) a:after {
	content: "";
	position: absolute;
	left:35px;
	top:calc(50% - 17px);
	width: 37px;
	height: 37px;
	background: url(/files/user/img/jikobukken/new/icon_mail.png?v=1765449365) no-repeat center center;
	background-size:cover;
}

#contact ul li:nth-child(3) a{
	background-color:#369836;
	font-size:23px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.0;
	box-sizing:border-box;
}

#contact ul li:nth-child(3) a p{
	margin-left:40px;
}

#contact ul li:nth-child(3) a:after {
	content: "";
	position: absolute;
	left:50px;
	top:calc(50% - 17px);
	width: 37px;
	height: 37px;
	background: url(/files/user/img/jikobukken/new/icon_line.png?v=1765449365) no-repeat center center;
	background-size:cover;
}

#contact .arrow{
	border-top: 25px solid #fff;
	bottom: auto;
	top:0;
}

#contact ul li:nth-child(1) a:hover{
	opacity:1.0;
	background-color:#02b0cc;
}

#contact ul li:nth-child(2) a:hover{
	opacity:1.0;
	background-color:#fc9760;
}

#contact ul li:nth-child(3) a:hover{
	opacity:1.0;
	background-color:#43b943;
}


@media (max-width: 1000px) {
	#contact{
	  height: 45.4vw;
	  background: url(/files/user/img/jikobukken/new/contact_bg.jpg?v=1765449363) no-repeat center center;
	  background-size: cover;
	}

	#contact .catch{
	  padding-top: 6vw;
	}

	#contact .catch h2{
	  font-size: 3vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #fff;
	  padding: 0 7vw 1vw 7vw;
	}

	#contact .catch p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	}

	#contact ul{
	  width: 96.6vw;
	  margin: 4vw auto 0;
	}

	#contact ul li{
	  width: 30.6vw;
	}

	#contact ul li .type{
	  font-size: 1.6vw;
	  padding-bottom: 1vw;
	}

	#contact ul li .type::after{
	  width: 0.6vw;
	  height: 0.6vw;
	  border-top: 0.2vw solid #fff;
	  border-right: 0.2vw solid #fff;
	}

	#contact ul li a{
	  width: 30.6vw;
	  height: 9.3vw;
	  border: 0.2vw solid #fff;
	  margin-top: 1vw;
	}

	#contact ul li:nth-child(1) a{
	  font-size: 3vw;
	  letter-spacing: 0.1vw;
	}

	#contact ul li:nth-child(1) a p{
	  margin-left: 1.5vw;
	}

	#contact ul li:nth-child(1) a span{
	  font-size: 1.3vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	  margin-left: 5vw;
	}

	#contact ul li:nth-child(1) a:after{
	  left: 2vw;
	  top: 1.8vw;
	  width: 3.7vw;
	  height: 3.7vw;
	}

	#contact ul li:nth-child(2) a{
	  font-size: 1.9vw;
	  letter-spacing: 0.1vw;
	}

	#contact ul li:nth-child(2) a p{
	  margin-left: 4.5vw;
	}

	#contact ul li:nth-child(2) a:after{
	  left: 3.5vw;
	  top: calc(50% - 1.7vw);
	  width: 3.7vw;
	  height: 3.7vw;
	}

	#contact ul li:nth-child(3) a{
	  font-size: 2.3vw;
	  letter-spacing: 0.1vw;
	}

	#contact ul li:nth-child(3) a p{
	  margin-left: 4vw;
	}

	#contact ul li:nth-child(3) a:after{
	  left: 5vw;
	  top: calc(50% - 1.7vw);
	  width: 3.7vw;
	  height: 3.7vw;
	}

	#contact .arrow{
	  border-top: 2.5vw solid #fff;
	}
}

/*--------------------------------------
case
----------------------------------------*/
#case{
  width: 100%;
  margin: 0 auto;
  position: relative;
	background-color:#f2f1ed;
	padding-bottom:50px;
}

#case .catch{
	text-align:center;
	padding-top:100px;
}

#case .catch h2{
	display:inline-block;
	font-size:34px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	border-bottom:2px solid #3a5f41;
	padding:0 100px 10px 100px;
}

#case .catch p.eng{
	display:block;
	font-size:16px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}

#case ul{
	width:1000px;
	margin:100px auto 0;
	position:relative;
	display: flex;
  justify-content: start;
  align-items: stretch;
	flex-wrap: wrap;
}

#case ul li{
	width:480px;
	background-color:#fff;
	box-sizing:border-box;
	padding:0 30px 30px 30px;
	position:relative;
	margin:0 40px 50px 0;
}

#case ul li:nth-child(2n){
	margin-right:0;
}

#case ul li .category{
	width:240px;
	height:45px;
	margin:-20px auto 0;
	background-color:#3a5f41;
	font-size:17px;
	line-height:45px;
	color:#fff;
	letter-spacing:1px;
	text-align:center;
}

#case ul li h3{
	font-size:21px;
	line-height:1.4;
	color:#3a5f41;
	font-weight:600;
	border-bottom:2px solid #3a5f41;
	padding:25px 0 10px;
}

#case > .container > ul > li > dl{
	width:100%;
	position:relative;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
	margin-top:20px;
}

#case > .container > ul > li > dl > dt {
	width:230px;
}

#case > .container > ul > li > dl > dd {
	width:175px;
}

#case > .container > ul > li > dl > dd > dl {
	width:175px;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
	font-size:16px;
	margin-bottom:20px;
}

#case > .container > ul > li > dl > dd > dl > dt {
	width:60px;
}

#case > .container > ul > li > dl > dd > dl > dd {
	width:115px;
}

#case > .container .reference{
	font-size:16px;
	font-weight:500;
	color:#fff;
	background-color:#ff7b32;
	display:inline-block;
	line-height:1.0;
	padding:7px 15px;
}

#case > .container .price{
	font-size:27px;
	font-weight:600;
	color:#ff7b32;
}

#case > .container > ul > li p{
	font-size:15px;
	margin-top:10px;
}

@media (max-width: 1000px) {
	#case{
		padding-bottom:5vw;
	}

	#case .catch{
	  padding-top: 10vw;
	}

	#case .catch h2{
	  font-size: 3.4vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 0 10vw 1vw 10vw;
	}

	#case .catch p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	}

	#case ul{
	  width: 100vw;
	  margin: 10vw auto 0;
	  position: relative;
	}

	#case ul li{
	  width: 48vw;
	  padding: 0 3vw 3vw 3vw;
	  margin: 0 4vw 5vw 0;
	}

	#case ul li:nth-child(2n){
	  margin-right: 0;
	}

	#case ul li .category{
	  width: 24vw;
	  height: 4.5vw;
	  margin: -2vw auto 0;
	  font-size: 1.7vw;
	  line-height: 4.5vw;
	  letter-spacing: 0.1vw;
	}

	#case ul li h3{
	  font-size: 2.1vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 2.5vw 0 1vw;
	}

	#case > .container > ul > li > dl{
	  margin-top: 2vw;
	}

	#case > .container > ul > li > dl > dt {
	  width: 23vw;
	}

	#case > .container > ul > li > dl > dd {
	  width: 17.5vw;
	}

	#case > .container > ul > li > dl > dd > dl {
	  width: 17.5vw;
	  font-size: 1.6vw;
	  margin-bottom: 2vw;
	}

	#case > .container > ul > li > dl > dd > dl > dt {
	  width: 6vw;
	}

	#case > .container > ul > li > dl > dd > dl > dd {
	  width: 11.5vw;
	}

	#case > .container .reference{
	  font-size: 1.6vw;
	  line-height: 1.0;
	  padding: 0.7vw 1.5vw;
	}

	#case > .container .price{
	  font-size: 2.7vw;
	}

	#case > .container > ul > li p{
	  font-size: 1.5vw;
	  margin-top: 1vw;
	}
}

@media (max-width: 800px) {
	#case ul{
	  width: 90vw;
	  margin: 10vw auto 0;
	  position: relative;
	}

	#case ul li{
	  width: 100%;
	  padding: 0 3vw 3vw 3vw;
	  margin: 0 0 10vw 0;
	}

	#case ul li .category{
	  width: 48vw;
	  height: 9vw;
	  margin: -4vw auto 0;
	  font-size: 3.4vw;
	  line-height: 9vw;
	  letter-spacing: 0.2vw;
	}

	#case ul li h3{
	  font-size: 4.2vw;
	  border-bottom: 0.4vw solid #3a5f41;
	  padding: 5vw 0 2vw;
	}

	#case > .container > ul > li > dl{
	  margin-top: 4vw;
	}

	#case > .container > ul > li > dl > dt {
	  width: 46vw;
	}

	#case > .container > ul > li > dl > dd {
	  width: 35vw;
	}

	#case > .container > ul > li > dl > dd > dl {
	  width: 35vw;
	  font-size: 3.2vw;
	  margin-bottom: 4vw;
	}

	#case > .container > ul > li > dl > dd > dl > dt {
	  width: 12vw;
	}

	#case > .container > ul > li > dl > dd > dl > dd {
	  width: 23vw;
	}

	#case > .container .reference{
	  font-size: 3.2vw;
	  padding: 1.4vw 3vw;
	}

	#case > .container .price{
	  font-size: 5.4vw;
	}

	#case > .container > ul > li p{
	  font-size: 3.0vw;
	  margin-top: 2vw;
	}
}

/*--------------------------------------
flow
----------------------------------------*/
#flow{
  width: 100%;
  margin: 0 auto;
  position: relative;
	padding-bottom:50px;
}

#flow .catch{
	text-align:center;
	padding-top:100px;
}

#flow .catch h2{
	display:inline-block;
	font-size:34px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	border-bottom:2px solid #3a5f41;
	padding:0 100px 10px 100px;
}

#flow .catch p.eng{
	display:block;
	font-size:16px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}

#flow #flow_inner{
	width:1000px;
	height:780px;
	margin:0 auto;
	position: relative;
	background: url(/files/user/img/jikobukken/new/shadow.png?v=1765449371) no-repeat center center;
	background-size:cover;
	box-sizing:border-box;
	padding-top:90px;
}

#flow #flow_inner dl{
	width:816px;
	height:126px;
	margin:0 auto;
	position: relative;
	margin-bottom:30px;
}

#flow #flow_inner dl::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left:134px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #486a4e;
	border-right: 2px solid #486a4e;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#flow #flow_inner dl:nth-child(4)::after {
	border:none;
}

#flow #flow_inner dl dt{
	width:126px;
	position: absolute;
	left:75px;
}

#flow #flow_inner dl dd{
	width:600px;
	height:115px;
	position: absolute;
	right:0;
	border-bottom:2px solid #c4cfc6;
}

#flow #flow_inner dl dd .num{
	font-size:50px;
	font-weight:400;
	color:#74a17c;
	position: absolute;
	left:-216px;
	top:0;
	line-height:126px;
}

#flow #flow_inner dl dd span{
	display:block;
	font-size:22px;
	font-weight:600;
	color:#ff7b32;
	position: absolute;
	left:0;
	top:0;
	line-height:126px;
}

#flow #flow_inner dl dd ul{
	display: flex;
	gap:0;
	position: absolute;
	left:160px;
	top:40px;
}

#flow #flow_inner dl dd ul li{
	font-size:19px;
	font-weight:600;
	color:#3a5f41;
	box-sizing:border-box;
	border-left:2px solid #3a5f41;
	border-top:2px solid #3a5f41;
	border-bottom:2px solid #3a5f41;
	padding:4px 26px;
}

#flow #flow_inner dl dd ul li:last-child{
	border-right:2px solid #3a5f41;
}

@media (max-width: 1000px) {
	#flow{
	  padding-bottom: 5vw;
	}

	#flow .catch{
	  padding-top: 10vw;
	}

	#flow .catch h2{
	  font-size: 3.4vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 0 10vw 1vw 10vw;
	}

	#flow .catch p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	}

	#flow #flow_inner{
	  width: 100vw;
	  height: 78vw;
	  padding-top: 9vw;
	}

	#flow #flow_inner dl{
	  width: 81.6vw;
	  height: 12.6vw;
	  margin-bottom: 3vw;
	}

	#flow #flow_inner dl::after {
	  bottom: -1.8vw;
	  left: 13.4vw;
	  width: 0.6vw;
	  height: 0.6vw;
	  border-top: 0.2vw solid #486a4e;
	  border-right: 0.2vw solid #486a4e;
	}

	#flow #flow_inner dl dt{
	  width: 12.6vw;
	  left: 7.5vw;
	}

	#flow #flow_inner dl dd{
	  width: 60vw;
	  height: 11.5vw;
	  border-bottom: 0.2vw solid #c4cfc6;
	}

	#flow #flow_inner dl dd .num{
	  font-size: 5vw;
	  left: -21.6vw;
	  line-height: 12.6vw;
	}

	#flow #flow_inner dl dd span{
	  font-size: 2.2vw;
	  line-height: 12.6vw;
	}

	#flow #flow_inner dl dd ul{
	  left: 16vw;
	  top: 4vw;
	}

	#flow #flow_inner dl dd ul li{
	  font-size: 1.9vw;
	  border-left: 0.2vw solid #3a5f41;
	  border-top: 0.2vw solid #3a5f41;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 0.4vw 2.6vw;
	}

	#flow #flow_inner dl dd ul li:last-child{
	  border-right: 0.2vw solid #3a5f41;
	}
}

/*--------------------------------------
voice
----------------------------------------*/
#voice{
  width: 1000px;
  margin: 0 auto 80px;
  position: relative;
}

#voice a{
	display:block;
  width: 1000px;
	height:209px;
  position: relative;
	background: url(/files/user/img/jikobukken/new/voice.jpg?v=1765449371) no-repeat center center;
	background-size:cover;
	box-sizing:border-box;
	border:6px solid #ff7b32;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
}

#voice .catch{
	text-align:center;
}

#voice .catch h2{
	display:inline-block;
	font-size:34px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	border-bottom:2px solid #fff;
	padding:0 45px 10px 45px;
}

#voice .catch p.eng{
	display:block;
	font-size:16px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}

#voice .more{
	font-size:18px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	content: "";
	position: absolute;
	right:80px;
}

#voice a::before {
	content: "";
	position: absolute;
	top: 0;
	right:0;
	width: 60px;
	height: 100%;
	background-color:#ff7b32;
}

#voice a::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right:25px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 1000px) {
	#voice{
	  width: 100vw;
	  margin: 0 auto 8vw;
	}

	#voice a{
	  width: 100vw;
	  height: 20.9vw;
	  border: 0.6vw solid #ff7b32;
	}

	#voice .catch h2{
	  font-size: 3.4vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #fff;
	  padding: 0 4.5vw 1vw 4.5vw;
	}

	#voice .catch p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	}

	#voice .more{
	  font-size: 1.8vw;
	  letter-spacing: 0.1vw;
	  right: 8vw;
	}

	#voice a::before {
	  width: 6vw;
	}

	#voice a::after {
	  top: calc(50% - 0.4vw);
	  right: 2.5vw;
	  width: 0.6vw;
	  height: 0.6vw;
	  border-top: 0.2vw solid #fff;
	  border-right: 0.2vw solid #fff;
	}
}

/*--------------------------------------
column
----------------------------------------*/
#column{
  width: 100%;
	height:775px;
  margin: 0 auto;
  position: relative;
	background: url(/files/user/img/jikobukken/new/column_bg.jpg?v=1765449361) no-repeat center center;
	background-size:cover;
	text-align:center;
	box-sizing:border-box;
	padding-top:90px;
}

#column #owner{
	display:inline-block;
	font-size:22px;
	color:#3a5f41;
	font-weight:500;
	text-align:center;
	background-color:#fff;
	padding:0 30px;
}

#column .catch{
	margin-top:20px;
}

#column .catch h2{
	display:inline-block;
	font-size:34px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	border-bottom:2px solid #fff;
	padding:0 45px 10px 45px;
}

#column .catch h2 span{
	color:#f1ffa3;
}

#column .catch p.eng{
	display:block;
	font-size:16px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}

#column ul{
	width:980px;
	height:260px;
	margin:35px auto 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#column ul li a{
	display:block;
	width:470px;
	height:260px;
	position: relative;
	box-sizing:border-box;
	border:6px solid #fff;
}

#column ul li:nth-child(1) a{
	background: url(/files/user/img/jikobukken/new/column_img1.jpg?v=1765449361) no-repeat center center;
	background-size:cover;
}

#column ul li:nth-child(2) a{
	background: url(/files/user/img/jikobukken/new/column_img2.jpg?v=1765449362) no-repeat center center;
	background-size:cover;
}

#column ul li a p{
	font-size:24px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	position:absolute;
	left:15px;
	bottom:10px;
}

#column ul li a::before {
	content: "";
	position: absolute;
	bottom: -6px;
	right:-6px;
	width: 66px;
	height: 66px;
	background-color:#2a4930;
}

#column ul li a::after {
	content: "";
	position: absolute;
	bottom: 23px;
	right:25px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#column a.more{
	width:300px;
	height:90px;
	margin:50px auto 0;
	position: relative;
	box-sizing:border-box;
	border:2px solid #fff;
	font-size:19px;
	letter-spacing:1px;
	color:#fff;
	font-weight:500;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#column a.more::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right:25px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 1000px) {
	#column{
	  width: 100%;
	  height: 77.5vw;
	  padding-top: 9vw;
	}

	#column #owner{
	  font-size: 2.2vw;
	  padding: 0 3vw;
	}

	#column .catch{
	  margin-top: 2vw;
	}

	#column .catch h2{
	  font-size: 3.4vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #fff;
	  padding: 0 4.5vw 1vw 4.5vw;
	}

	#column .catch p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	}

	#column ul{
	  width: 98vw;
	  height: 26vw;
	  margin: 3.5vw auto 0;
	}

	#column ul li a{
	  width: 47vw;
	  height: 26vw;
		border:0.6vw solid #fff;
	}

	#column ul li a p{
	  font-size: 2.4vw;
	  letter-spacing: 0.1vw;
	  left: 1.5vw;
	  bottom: 1vw;
	}

	#column ul li a::before {
	  bottom: -0.6vw;
	  right: -0.6vw;
	  width: 6.6vw;
	  height: 6.6vw;
	}

	#column ul li a::after {
	  bottom: 2.3vw;
	  right: 2.5vw;
	  width: 0.6vw;
	  height: 0.6vw;
	  border-top: 0.2vw solid #fff;
	  border-right: 0.2vw solid #fff;
	}

	#column a.more{
	  width: 30vw;
	  height: 9vw;
	  margin: 5vw auto 0;
	  border: 0.2vw solid #fff;
	  font-size: 1.9vw;
	  letter-spacing: 0.1vw;
	}

	#column a.more::after {
	  top: calc(50% - 0.3vw);
	  right: 2.5vw;
	  width: 0.6vw;
	  height: 0.6vw;
	  border-top: 0.2vw solid #fff;
	  border-right: 0.2vw solid #fff;
	}
}

/*--------------------------------------
buy
----------------------------------------*/
#buy{
  width: 100%;
  margin: 0 auto;
  position: relative;
	padding-bottom:50px;
}

#buy .catch{
	text-align:center;
	padding-top:90px;
}

#buy .catch h2{
	display:inline-block;
	font-size:34px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	border-bottom:2px solid #3a5f41;
	padding:0 70px 10px 70px;
}

#buy .catch p.eng{
	display:block;
	font-size:16px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}

#buy ul{
	width:1000px;
	margin:50px auto 0;
	position:relative;
	display: flex;
  justify-content: start;
  align-items: stretch;
	flex-wrap: wrap;
}

#buy ul li{
	width:480px;
	background-color:#fff;
	box-sizing:border-box;
	padding:0 30px 30px 30px;
	position:relative;
	margin:0 40px 50px 0;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

#buy ul li:nth-child(2n){
	margin-right:0;
}

#buy ul li h3{
	font-size:19px;
	line-height:1.4;
	color:#3a5f41;
	font-weight:600;
	border-bottom:2px solid #3a5f41;
	padding:25px 0 20px;
}

#buy > .container > ul > li > dl{
	width:100%;
	position:relative;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
	margin-top:20px;
}

#buy > .container > ul > li > dl > dt {
	width:230px;
}

#buy > .container > ul > li > dl > dd {
	width:175px;
}

#buy > .container > ul > li > dl > dd > dl {
	width:175px;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
	font-size:16px;
	margin-bottom:20px;
}

#buy > .container > ul > li > dl > dd > dl > dt {
	width:60px;
}

#buy > .container > ul > li > dl > dd > dl > dd {
	width:115px;
}

#buy > .container .reference{
	font-size:16px;
	font-weight:500;
	color:#fff;
	background-color:#ff7b32;
	display:inline-block;
	line-height:1.0;
	padding:7px 15px;
}

#buy > .container .price{
	font-size:27px;
	font-weight:600;
	color:#ff7b32;
}

@media (max-width: 1000px) {
	#buy{
		padding-bottom:5vw;
	}

	#buy .catch{
	  padding-top: 10vw;
	}

	#buy .catch h2{
	  font-size: 3.4vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 0 10vw 1vw 10vw;
	}

	#buy .catch p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	}

	#buy ul{
	  width: 100vw;
	  margin: 5vw auto 0;
	  position: relative;
	}

	#buy ul li{
	  width: 48vw;
	  padding: 0 3vw 3vw 3vw;
	  margin: 0 4vw 5vw 0;
	}

	#buy ul li:nth-child(2n){
	  margin-right: 0;
	}

	#buy ul li h3{
	  font-size: 1.9vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 2.5vw 0 1vw;
	}

	#buy > .container > ul > li > dl{
	  margin-top: 2vw;
	}

	#buy > .container > ul > li > dl > dt {
	  width: 23vw;
	}

	#buy > .container > ul > li > dl > dd {
	  width: 17.5vw;
	}

	#buy > .container > ul > li > dl > dd > dl {
	  width: 17.5vw;
	  font-size: 1.6vw;
	  margin-bottom: 2vw;
	}

	#buy > .container > ul > li > dl > dd > dl > dt {
	  width: 6vw;
	}

	#buy > .container > ul > li > dl > dd > dl > dd {
	  width: 11.5vw;
	}

	#buy > .container .reference{
	  font-size: 1.6vw;
	  line-height: 1.0;
	  padding: 0.7vw 1.5vw;
	}

	#buy > .container .price{
	  font-size: 2.7vw;
	}
}

@media (max-width: 800px) {
	#buy ul{
	  width: 90vw;
	  margin: 10vw auto 0;
	  position: relative;
	}

	#buy ul li{
	  width: 100%;
	  padding: 0 3vw 3vw 3vw;
	  margin: 0 0 10vw 0;
	}

	#buy ul li h3{
	  font-size: 4.0vw;
	  border-bottom: 0.4vw solid #3a5f41;
	  padding: 5vw 0 2vw;
	}

	#buy > .container > ul > li > dl{
	  margin-top: 4vw;
	}

	#buy > .container > ul > li > dl > dt {
	  width: 46vw;
	}

	#buy > .container > ul > li > dl > dd {
	  width: 35vw;
	}

	#buy > .container > ul > li > dl > dd > dl {
	  width: 35vw;
	  font-size: 3.2vw;
	  margin-bottom: 4vw;
	}

	#buy > .container > ul > li > dl > dd > dl > dt {
	  width: 12vw;
	}

	#buy > .container > ul > li > dl > dd > dl > dd {
	  width: 23vw;
	}

	#buy > .container .reference{
	  font-size: 3.2vw;
	  padding: 1.4vw 3vw;
	}

	#buy > .container .price{
	  font-size: 5.4vw;
	}
}

/*--------------------------------------
company
----------------------------------------*/
#company{
  width: 100%;
  margin: 0 auto;
  position: relative;
	padding-bottom:90px;
	background-color:#f2f1ed;
}

#company .catch{
	text-align:center;
	padding-top:90px;
}

#company .catch h2{
	display:inline-block;
	font-size:34px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	border-bottom:2px solid #3a5f41;
	padding:0 100px 10px 100px;
}

#company .catch p.eng{
	display:block;
	font-size:16px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}

.company_info {
  width: 1000px;
  margin: 50px auto 0;
  display: flex;
  align-items: stretch;
  gap: 30px;
  box-sizing: border-box;
}

.company_info .block {
	width:520px;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
	position:relative;
}

.company_info .block dl {
	width:520px;
	display: flex;
  justify-content: start;
  align-items: start;
	flex-wrap: wrap;
	font-size:18px;
	line-height:1.0;
	color:#3a5f41;
	position:relative;
	box-sizing:border-box;
	border-top:2px solid #c1cabf;
}

.company_info .block dl dt{
	width:100px;
	position:relative;
	box-sizing:border-box;
	padding:14px 0;
	border-bottom:2px solid #c1cabf;
}

.company_info .block dl dt::after {
	content: "：";
	position: absolute;
	top: 15px;
	right:12px;
}

.company_info .block dl dd{
	width:420px;
	display: block;
	box-sizing:border-box;
	padding:14px 0;
	border-bottom:2px solid #c1cabf;
}

.company_info .company_img {
	width:450px;
  flex: 1 1 50%;
  display: flex;
  align-items: start;
  justify-content: center;
}

@media (max-width: 1000px) {
	#company{
	  padding-bottom: 9vw;
	}

	#company .catch{
	  padding-top: 9vw;
	}

	#company .catch h2{
	  font-size: 3.4vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 0 10vw 1vw 10vw;
	}

	#company .catch p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	}

	.company_info {
	  width: 100vw;
	  margin: 5vw auto 0;
	  display: flex;
	  align-items: stretch;
	  gap: 3vw;
	  box-sizing: border-box;
	}

	.company_info .block {
	  width: 52vw;
	}

	.company_info .block dl {
	  width: 52vw;
	  font-size: 1.8vw;
	  border-top: 0.2vw solid #c1cabf;
	}

	.company_info .block dl dt{
	  width: 10vw;
	  padding: 1.4vw 0;
	  border-bottom: 0.2vw solid #c1cabf;
	}

	.company_info .block dl dt::after {
	  top: 1.5vw;
	  right: 1.2vw;
	}

	.company_info .block dl dd{
	  width: 42vw;
	  padding: 1.4vw 0;
	  border-bottom: 0.2vw solid #c1cabf;
	}

	.company_info .company_img {
	  width: 45vw;
	}
}

/*--------------------------------------
company message
----------------------------------------*/

#company .message{
	width:100%;
	height:110px;
	background-color:#74a17c;
	margin-top:30px;
	font-size:16px;
	color:#fff;
	font-weight:400;
	position:relative;
	box-sizing:border-box;
	padding: 6px;
	display: flex;
  justify-content: start;
  align-items: center;
	padding-right:15px;
}

#company .message::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

#company .message img.icon{
	width:66px;
	float:left;
	margin:0 8px 0 7px;
}

@media (max-width: 1000px) {
	#company .message{
		height:11vw;
		margin-top:3vw;
		font-size:1.6vw;
		padding: 0.6vw;
		padding-right:1.5vw;
	}

	#company .message::before {
	  top: 0.6vw;
	  left: 0.6vw;
	  right: 0.6vw;
	  bottom: 0.6vw;
	  border: 0.1vw solid #fff;
	}

	#company .message img.icon{
		width:6.6vw;
		margin:0 0.8vw 0 0.7vw;
	}
}

/*--------------------------------------
company president
----------------------------------------*/
#company #president {
  width: 1000px;
  margin: 30px auto 0;
  display: flex;
  align-items: stretch;
  gap: 30px;
  box-sizing: border-box;
	background-color:#fff;
	padding:20px 30px 0 20px;
}

#company #president #president_img {
  flex: 0 0 auto;
  max-width: 230px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#company #president #president_img img {
  max-width: 100%;
  height: auto;
  display: block;
}


#company #president #president_message {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#company #president #president_message p{
	font-size:16px;
	line-height:1.6;
	padding-bottom:15px;
}

#company #president #president_message .name{
  color:#3a5f41;
	font-size:18px;
	font-weight:600;
	border-bottom:2px solid #3a5f41;
	padding-bottom:10px;
	margin-bottom:10px;
}

#company #president #president_message .name span{
	font-size:24px;
}

@-moz-document url-prefix() {
	rt {
		position: relative;
		top: 0.3em;
	}
}

@media (max-width: 1000px) {
	#company #president {
	  width: 100vw;
	  margin: 3vw auto 0;
	  gap: 3vw;
	  padding: 2vw 3vw 0 2vw;
	}

	#company #president #president_img {
	  max-width: 23vw;
	}

	#company #president #president_message p{
	  font-size: 1.6vw;
	  padding-bottom: 1.5vw;
	}

	#company #president #president_message .name{
	  font-size: 1.8vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding-bottom: 1vw;
	  margin-bottom: 1vw;
	}

	#company #president #president_message .name span{
	  font-size: 2.4vw;
	}
}

/*--------------------------------------
area
----------------------------------------*/
#area{
  width: 100%;
	height:570px;
  margin: 0 auto;
  position: relative;
	background: url(/files/user/img/jikobukken/new/area.png?v=1765449371) no-repeat center center #3a5f41;
}

#area h2{
	font-size:34px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	padding-top:70px;
}

#area p.eng{
	display:block;
	font-size:16px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	padding-top:35px;
}

#area .support{
	font-size:30px;
	color:#f2ffa3;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	padding-top:50px;
}

#area .support span{
	font-size:16px;
}

#area .partial{
	font-size:18px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	padding-top:20px;
}

#area .response{
	font-size:18px;
	color:#ff8440;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	padding-top:20px;
}

@media (max-width: 1000px) {
	#area{
	  height: 57vw;
	  background: url(/files/user/img/jikobukken/new/area.png?v=1765449371) no-repeat center center #3a5f41;
	  background-size: cover;
	}

	#area h2{
	  font-size: 3.4vw;
	  letter-spacing: 0.1vw;
	  padding-top: 7vw;
	}

	#area p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 3.5vw;
	}

	#area .support{
	  font-size: 3vw;
	  letter-spacing: 0.1vw;
	  padding-top: 5vw;
	}

	#area .support span{
	  font-size: 1.6vw;
	}

	#area .partial{
	  font-size: 1.8vw;
	  letter-spacing: 0.1vw;
	  line-height: 1.4;
	  padding-top: 2vw;
	}

	#area .response{
	  font-size: 1.8vw;
	  letter-spacing: 0.1vw;
	  line-height: 1.4;
	  padding-top: 2vw;
	}
}

/*--------------------------------------
sns
----------------------------------------*/
#sns{
  width: 100%;
  margin: 0 auto;
  position: relative;
	padding:40px 0 140px;
}

#sns ul{
  margin: 0 auto;
  display: flex;
	justify-content: center;
  gap: 20px;
}

#sns ul li{
	width:48px;
}

@media (max-width: 1000px) {
	#sns{
		padding:4vw 0 14vw;
	}

	#sns ul{
	  gap: 2vw;
	}

	#sns ul li{
		width:4.8vw;
	}
}

/*--------------------------------------
form
----------------------------------------*/
#form{
  width: 100%;
  margin: 0 auto;
  position: relative;
	padding:0 0 150px;
	background-color:#f2f1ed;
	font-size: 18px;
}

#form .arrow{
	border-top: 25px solid #fff;
	bottom: auto;
	top:0;
}

#form .form_title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-top:70px;
	margin-bottom:50px;
}

#form .form_area {
	padding: 60px 80px;
	margin-top: 60px;
	background: #fff;
}

#form table.form_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.form_table th {
	width: 280px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom: 17px;
}
.form-require {
	color: #ff3300;
	font-size: 16px;
	display: inline-block;
	padding-left: 14px;
}
.form_table td {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 17px;
	line-height:1.75;
}

.form_table th,
.form_table td {
    border-bottom: 1px dotted #CCC;
    padding: 20px 5px;
}
.form_table tr:nth-child(2n){
	background:#F7F7F7;
}
.form_table.confirm tr:nth-child(2n){
	background:#FFF;
}

.form_input, .form_table input {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
}
.form_table input[type="text"]{
	padding: 12rem 10rem;
}
.form_table input[type="file"]{
	border:0;
}
.form_table textarea{
	min-height:300px;
}
.form_textarea, .form_table textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	padding: 1rem 1rem;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.radio_label label {
	display: inline-flex;
	font-size: 17rem; 
	font-feature-settings : "palt";
	margin-right: 24px;
	margin-bottom: 15px;
}
.radio_label label:hover { cursor: pointer; }
.radio_label label input { display: none; }
.radio_label label input+.r {
	content: "";
	width: 17px;
	height: 17px;
	border: 1px solid #999;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: text-top;
	margin-right: 6px;
	margin-top: 2px;
}
.radio_label label input:checked+.r:after {
	content: "";
	width: 70%;
	height: 70%;
	background-color: #3366cc;
	border-radius: 50%;
}

.checkbox_label label {
	font-size: 17rem;
	font-feature-settings : "palt";
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 15px;
}
.checkbox_label label:hover { cursor: pointer; }
.checkbox_label label input { display: none; }
.checkbox_label label .c {
	width: 17px;
	height: 17px;
	border: 1px solid #999;
	border-radius: 15%;
	display: inline-flex;
	vertical-align: text-top;
}
.checkbox_label label input:checked+.c {
	background-color: #3366cc;
	border-color: #3366cc;
}
.checkbox_label label input:checked+.c:after {
	content: '';
	width: 80%;
	height: 40%;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.form_selectbox {
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.form_selectbox::after {
	content: '';
	position: absolute;
	right: 15px;
	margin-top: -3px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
	pointer-events: none;
}

.form_selectbox select {
	appearance: none;
	width: 100%;
	height: 28em;
	padding: 4em calc(8em + 30px) 4em 8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}


.privacy_frame {
	margin-top: 100px;
	width: 100%;
	height: 240px;
	border: 1px solid #ccc;
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom: 30px;
}
.privacy_frame strong {
	font-size: 18px;
}
.privacy_frame p + p {
	padding-top: 20px;
}
.privacy_frame .underline {
	text-decoration: underline;
}
.c-button__outer {
	margin-top: 90px;
}
.privacy_check label {
	display: flex;
	align-items: center;
	justify-content: center;
}
.privacy_check input {
	margin-right: 8px;
}
.submit_btn {
	text-align: center;
}
form .btn_submit,
form #inquiry_item_button_send {
	width: 300px;
	height: 70px;
	border-radius: 16px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #fccd46;
	border: 1px solid #fccd46;
	cursor: pointer;
	transition-duration:0.3s;
} 
form .btn_submit:hover,
form #inquiry_item_button_send:hover{
    opacity: 0.8;
}
.c-button--return {
    border: solid 1px #CCC;
    background-color: #CCC;
		border-radius: 16px;
    color: #333;
		padding: 15px 30px;
}


@media (max-width: 1000px) {
	#form{
		padding:0 0 15vw;
	}

	#form .arrow{
		border-top: 2.5vw solid #fff;
	}
	
	#form .form_title{
		padding-top:7vw;
		margin-bottom:5vw;
	}
}

/*--------------------------------------
service
----------------------------------------*/
#service{
  width: 100%;
  margin: 0 auto;
  position: relative;
	padding-bottom:150px;
}

#service .catch{
	text-align:center;
}
#jikobukken_new #service .catch{
	padding-top:110px;
}

#service .catch h2{
	display:inline-block;
	font-size:34px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
	border-bottom:2px solid #3a5f41;
	padding:0 100px 10px 100px;
}

#service .catch p.eng{
	display:block;
	font-size:16px;
	color:#3a5f41;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}

#service ul {
	width:100%;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
	margin-top:60px;
}

#service ul li{
	margin-bottom:20px;
	width:320px;
	height:90px;
}

#service ul li a{
	width:100%;
	height:100%;
	background-color:#3a5f41;
	display: flex;
  justify-content: start;
  align-items: center;
	flex-wrap: wrap;
	position:relative;
	box-sizing:border-box;
}

#service ul li a p{
	font-size:16px;
	color:#fff;
	font-weight:500;
	padding-left:115px;
}

#service ul li a .service_img{
	width:90px;
	position:absolute;
	left:0;
}

#service ul li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right:25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 1000px) {
	#service{
	  width: 100%;
	  padding-bottom: 15vw;
	}

	#service .catch{
	  padding-top: 11vw;
	}

	#service .catch h2{
	  font-size: 3.4vw;
	  letter-spacing: 0.1vw;
	  border-bottom: 0.2vw solid #3a5f41;
	  padding: 0 10vw 1vw 10vw;
	}

	#service .catch p.eng{
	  font-size: 1.6vw;
	  letter-spacing: 0.1vw;
	  padding-top: 1vw;
	}

	#service ul {
	  width: 100%;
	  margin-top: 6vw;
	}

	#service ul li{
	  margin-bottom:2vw;
	  width: 32vw;
	  height: 9vw;
	}

	#service ul li a p{
	  font-size: 1.6vw;
	  padding-left: 11.5vw;
	}

	#service ul li a .service_img{
	  width: 9vw;
	}

	#service ul li a::after {
	  top: calc(50% - 0.3vw);
	  right: 2.5vw;
	  width: 0.6vw;
	  height: 0.6vw;
	  border-top: 0.2vw solid #fff;
	  border-right: 0.2vw solid #fff;
	}
}

/*--------------------------------------
footer
----------------------------------------*/
#btn_top{
	width:80px;
	height:80px;
	position:absolute;
	left:calc(50% + 550px);
	top:-100px;
	z-index:100;
}

#btn_top a{
	display:block;
	width:80px;
	height:80px;
	background-color:#ff7b32;
	border-radius:50%;
	font-size:15px;
	font-weight:500;
  display: flex;
  align-items: center;
  justify-content: center;
	color:#fff;
}

#footer_contents_jiko{
  width: 100%;
  margin: 0 auto;
  position: relative;
	background-color:#3a5f41;
}

#footer_contents_jiko #footer_inner{
  width: 100%;
	max-width:1270px;
	margin:0 auto;
	height:210px;
  position: relative;
}

#footer_contents_jiko #footer_logo{
	width:370px;
	height:70px;
	position:absolute;
	left:0;
	top:40px;
	text-align: left;
}

#footer_contents_jiko #footer_logo a{
	display:block;
	width:100%;
	height:100%;
	background: url(/files/user/img/jikobukken/new/icon.png?v=1765449364) no-repeat center left;
	background-size: auto 100%;
	box-sizing:border-box;
	padding-left:80px;
}

#footer_contents_jiko #footer_logo a p{
	font-size:14px;
	color:#fff;
	font-weight:500;
	line-height:1.0;
	padding-top:10px;
}

#footer_contents_jiko #footer_logo a span{
	display:block;
	font-size:28px;
	color:#fff;
	font-weight:500;
	line-height:1.0;
	padding-top:8px;
}

#footer_contents_jiko #footer_logo .phone{
	font-size:20px;
	color:#fff;
	font-weight:500;
	padding-left:80px;
	letter-spacing:1px;
}

#footer_contents_jiko #footer_logo .phone span{
	font-size:14px;
	vertical-align: middle;
}

#footer_contents_jiko ul.footer_navi{
  margin: 0 auto;
  display: flex;
	justify-content: center;
  gap: 30px;
	position:absolute;
	right:0;
	top:40px;
}

#footer_contents_jiko ul.footer_navi li a{
	font-size:15px;
	color:#fff;
	font-weight:500;
}

#footer_contents_jiko ul.footer_sns{
  margin: 0 auto;
  display: flex;
	justify-content: center;
  gap: 15px;
	position:absolute;
	right:0;
	top:85px;
}

#footer_contents_jiko ul.footer_sns li a{
	display:block;
	width:36px;
}

#footer_contents_jiko #copyright{
	font-size:11px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	position:absolute;
	right:0;
	top:150px;
}

@media screen and (max-width: 1250px) {
	#btn_top{
		left:auto;
		right:0;
	}
}

@media screen and (max-width: 1000px) {
	#btn_top{
		width:8vw;
		height:8vw;
		top:-10vw;
	}

	#btn_top a{
		width:8vw;
		height:8vw;
		font-size:1.5vw;
	}

	#footer_contents_jiko #footer_inner{
	  width: 100%;
		max-width:100%;
		margin:0 auto;
		height:auto;
	  position: relative;
		padding:60rem 0 100rem;
	}

	#footer_contents_jiko #footer_logo{
		width:520rem;
		height:auto;
		position:relative;
		left:0;
		top:0;
		margin:0 auto;
	}

	#footer_contents_jiko #footer_logo a{
		display:block;
		width:100%;
		height:100rem;
		background: url(/files/user/img/jikobukken/new/icon.png?v=1765449364) no-repeat center left;
		background-size: auto 100%;
		box-sizing:border-box;
		padding-left:110rem;
	}

	#footer_contents_jiko #footer_logo a p{
		font-size:20rem;
		padding-top:12rem;
	}

	#footer_contents_jiko #footer_logo a span{
		display:block;
		font-size:40rem;
		padding-top:9rem;
	}

	#footer_contents_jiko #footer_logo .phone{
		font-size:28rem;
		padding-left:0;
		text-align:center;
		letter-spacing:1rem;
	}

	#footer_contents_jiko #footer_logo .phone span{
		font-size:20rem;
	}

	#footer_contents_jiko ul.footer_navi{
		width:600rem;
	  margin: 80rem auto 0;
	  display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  gap: 10rem 50rem;
		position:relative;
		right:0;
		top:0;
	}

	#footer_contents_jiko ul.footer_navi li a{
		font-size:22rem;
		letter-spacing:2rem;
	}

	#footer_contents_jiko ul.footer_sns{
	  margin: 50rem auto 0;
	  display: flex;
		justify-content: center;
	  gap: 25rem;
		position:relative;
		right:0;
		top:0;
	}

	#footer_contents_jiko ul.footer_sns li a{
		display:block;
		width:68rem;
	}

	#footer_contents_jiko #copyright{
		font-size:13rem;
		font-weight:400;
		letter-spacing:1rem;
		position:relative;
		right:0;
		top:0;
		text-align:center;
		padding-top:80rem;
	}
}

#footer_contents_jiko .footer_sns li {
	margin: 0;
}
#footer_contents_jiko .footer_sns li img {
	width: 100%;
	height: auto;
}