@charset "utf-8";

/* ----------------------------------
safety
---------------------------------- */

#content_Wrap {
  color: #170c06;
  background-color: #f9f8f8;
}
.cap_T {
  bottom: unset;
  top: 5px;
}
.lower_ttl{
padding: 0;
position: relative;
}
.lower_ttl h2 {
max-width: 1200px;
width:94%;
margin: 0 auto;
text-align: center;
position: absolute;
top: 15%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
color: #FFF;
font-family: 'Cinzel', serif !important;
/* font-size: clamp( 16px, calc( 8.88888888888889px + 0.9259259259259258vw ), 20px ); */
font-size: clamp( 22px, calc( 2.9259259259259258vw ), 30px );
letter-spacing: 0.12em;
/* text-shadow: 1px 0px 5px #FFF; */
z-index:2;
}
.lower_ttl .line {
position: absolute;
top: 25%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
border-left:1px solid #FFF;
height:30px;
/* box-shadow: 1px 0px 3px #FFF; */
z-index:2;
}

.copy {
	padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #a68a6e;
  font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: rotate(.028deg);
  line-height: 1.8;
  letter-spacing: 0.16em;
  position:relative;
}
.copy span {
	font-size: 60%;
	vertical-align:text-top;
}

.copy02 {
  text-align: center;
  font-size: 24px;
  font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: rotate(.028deg);
  line-height: 1.8;
  letter-spacing: 0.16em;
	padding-bottom: 20px;
	border-bottom: 1px solid #323232;
	margin-bottom: 20px;
  position:relative;
}

.copy03 {
  text-align: center;
  font-size: 24px;
  font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: rotate(.028deg);
  line-height: 1.8;
  letter-spacing: 0.16em;
	margin-bottom: 30px;
}

.sub_copy {
	text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.16em;
	/* color:#FFF; */
  padding-bottom: 60px;
}

.ttl_bg_Beige {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 2px;
  color:#FFF;
  text-align: center;
  padding:5px 0;
  background: #a68a6e;
  margin: 0 auto 20px;
}



.text {
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}

.att {
	font-size: 12px;
	text-align: right;
	margin: 10px 10px 0 0;
}

.image-text {
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
}

.min {
	display: inline-block;
	font-size: 1.8em;
	color: #957425;
	padding: 0 2px 0 2px;
}

/* [class$="-box"] {
	margin-top: 100px;
} */

figure {
	position: relative;
}
a {
	transition: all .5s;
}
a:hover {
	opacity: .7;
}

.mrgB_30 { margin-bottom: 30px;}
.mrgB_40 { margin-bottom: 40px;}
.mrgB_50 { margin-bottom: 50px;}
.mrgB_60 { margin-bottom: 60px;}
.mrgB_80 { margin-bottom: 80px;}
.mrgB_100 { margin-bottom: 100px;}

.bg {
}

.txt_Box p {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.txt_Box p.font_S {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.txt_Box p + figure {
  margin-top: 20px;
}
section p.st_note{
  font-size: 12px;
  text-align: justify;
  margin: 10px 0 0;
}

p + p.font_S {
	margin-top: 10px;
}


.column_1 {
	width: 100%;
}
.column_1.img_mg figure{
margin: 36px 0 0;
}

.column_2 {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.column_2 li {
	width: 48.333333333333333%;
	margin-bottom: 30px;
}
/* .column_2 li:nth-last-child(-n+2){
  margin-bottom: 0;
} */

.column_3 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.column_3 li {
    width: 30.833333333333333%;
  max-width: 370px;
  margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.column_3 li p{
    margin-bottom: 30px;
}
.column_3 li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.cap_Txt02 {
  position: absolute;
  font-size: 10px;
  bottom: 5px;
  bottom: -8%;
  right: 0px;
}


/* tab_Area */
ul.tab_Area {
  display: flex;
  justify-content:center;
  max-width: 1000px;
  width:94%;
  margin: 0 auto;
  padding: 80px 0;
  }
  .tab_Area.under {
  margin: 80px auto 0;
  }
  ul.tab_Area li {
  text-align: center;
  width: calc((100% - 6%) / 2);
  margin: 0 20px;
  }
  ul.tab_Area li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.26em;
  background: #fff;
  color:#7c624e;
  border:1px solid #c9c1af;
  transition: .3s;
  }
  ul.tab_Area li a:hover,
  ul.tab_Area li.curr a {
  color:#7c624e;
  background: #e5ddd1;
  transition: .3s;
  }

/* kobetsu */

/* sec01 ---------------------------- */
.sec01 {
	padding: 0 0 60px;
}
.lead_Area {
	padding:0 0 40px;
	text-align: center;
}
.lead_Area p {
	text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.16em;
/*	padding: 0 0 20px;*/
}
.lead_Area .copy02 {
	padding-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: rotate(.028deg);
  line-height: 1.8;
  letter-spacing: 0.16em;
}

.st01{
	justify-content: space-between;
	align-items: flex-start;
}
.st01_left{
  width: 75%;
  max-width: 750px;
  margin: 0 auto 50px;
}
.st01_right{
  width: 100%;
}
.st01_right_top {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
}
.st01_right ul li{
  width: calc(50% - 20px / 4);
  margin-bottom: 10px;
}
.st01_right ul li:nth-child(2n-1) {
  margin-right: ;
}
.st01_right ul li h4{
  position: relative;
  background: #a68a6e;
  padding: 10px 43px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.st01_right ul li h4::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  color: #000;
  text-align: center;
  line-height: 1.5;
}
.st01_right ul li:nth-child(1) h4::before{ content: "A";}
.st01_right ul li:nth-child(2) h4::before{ content: "B";}
.st01_right ul li:nth-child(3) h4::before{ content: "C";}
.st01_right ul li:nth-child(4) h4::before{ content: "D";}

.st01_right_bottom .flex{ 
  margin-top: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.st01_right_bottom h4{
  background-color: #170c06;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px ;
  text-align: center;
}
.st01_right_bottom .txt{
  width: 75%;
  margin-right: 10px;
}
.st01_right_bottom p{ margin-bottom: 10px;}
.st01_right_bottom figure{
  position: relative;
  width: 23%;
  max-width: 220px;
}
.cap_Txt05 {
  position: absolute;
  font-size: 10px;
  bottom: -35px;
  right: 0;
  line-height: 1.5;
}

/* sec02 ---------------------------- */
.sec02 {
	padding: 0 0 30px;
}
.sec02 ul {
	width:100%;
	justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 ul li{
  width: 49%;
  max-width: 480px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.sec02 ul li:last-child{
  width: 100%;
  max-width: none;
  flex-direction: row;
	justify-content: space-between;
}
.sec02 ul li:last-child .txt,
.sec02 ul li:last-child figure{ width: 48%;}
.sec02 ul li:not(:nth-child(2)) h5{
  font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.16em;
	color:#FFF;
	background: #a68a6e;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.sec02 ul li:nth-child(2) > div div.flex{
	justify-content: space-between;
	color:#FFF;
	background: #a68a6e;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.sec02 ul li:nth-child(2) > div div.flex h5{ font-size: 16px; padding: 4px 10px 4px 0;}
.sec02 ul li:nth-child(2) > div div.flex p{
  background: #fff;
  padding: 2px 10px;
  color: #a68a6e;
	font-size: 14px;
  text-align: center;
  margin: 0;
}
.sec02 ul li p{ margin-bottom: 10px;}
.sec02 ul li figure{
  margin-top: auto;
}
.sec02 ul li .space_Box {
  padding-bottom:2.0em;
}
.circle_img {
  border: 1px solid #7b7b7b;
}

/* sec03 ---------------------------- */
.sec03 {
 padding: 0 0 10px;
}
.img_08 {
	width: 96%;
  max-width: 468px;
	padding: 50px 0;
  margin: 0 auto;
}

.merit_Box{
  background: #a28e67;
  padding: 30px;
	margin: 0 auto 50px;
}
.merit_Box p{
	color:#FFF;
  margin-bottom: 15px;
  font-size: clamp(20px, 3.5666666666666667vw, 21px);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.quality_Box {
	margin: 0 auto 50px;
}
.quality_Box h4 {
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.16em;
	margin-bottom: 20px;
}
.quality_Box p.st_note {
	line-height: 1.3;
	margin-top: 10px;
}

.hosho_Box {
	background: #eae4d1;
  padding: 20px 30px;
}
.hosho_Box h6{
  background: #463a33;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.hosho_Box h6 strong{ font-size: 24px;}

.inspection_Box {
	margin-top: 60px;
  background: #FFF;
  padding: 30px 20px;
}
.inspection_Box p {
	font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.inspection_Box figure {
	max-width: 960px;
  margin: 0 auto;
}

/* sec04 ---------------------------- */
.sec04 {
 padding: 0 0 0px;
}

.jp_copy {
position: relative;
text-align: left;
margin: 0 auto 30px;
padding-left: 196px;
min-height:78px;
}
/*各社ロゴ*/
.jp_copy.secom .com_logo {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%,-50%);
	max-width: 162px;
}
.jp_copy.clavis .com_logo {
  position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%,-50%);
	max-width: 162px;
}
.jp_copy.nihon .com_logo {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%,-50%);
  max-width: 162px;
}
.jp_copy h4{
  font-size: 18px;
  margin-bottom: 1em;
}
.jp_copy.nihon h5{
  padding-top: 0.8em;
}
.jp_copy h5{
  font-size: 26px;
}


.fig_txt_Box {
	justify-content: space-between;
	padding: 0 0 30px;
}
.fig_txt_Box figure {
	width:33%;
	margin-right: 20px;
}
.fig_txt_Box .txt_Box {
	width:65%;
}

.txt_img_Box {
  justify-content: space-between;
}
.txt_img_Box .txt_Box{
  width: 62.068965517241379%;
}
.txt_img_Box .img_Box{
  width: 34.482758620689655%;
}
.txt_img_column.flex{
  justify-content: space-between;
  flex-direction: column;
}
.txt_img p{
margin-bottom: 30px;
}
.txt_img_column .txt_Box p{
  margin-bottom: 30px;
}

.txt_Box figure.w66{
    width: 66%;
    margin: 20px auto 0;
}

.cap_Txt04 {
  position: absolute;
  font-size: 10px;
  bottom: 5px;
}

/* sec05 ---------------------------- */
.sec05 {
	padding: 0 0 80px;
}

.column_2.key{
  display: flex;
  justify-content: space-between;
}
.column_2.key li:nth-child(1){
    width:39%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
/* .column_2.key li figure {
  width: 90%;
} */
.column_2.key li:nth-child(2){
    width: 58%;
}
.column_2.key .txt_Box p {
  margin-bottom: 10px;
}
.cap_Txt03 {
  position: absolute;
  font-size: 10px;
  bottom: 5px;
}

/* sec06 ---------------------------- */
.sec06 {
	padding: 0 0 80px;
}

.style01 {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.style01 figure{
margin-top: 20px;
}

/* sec07 ---------------------------- */
.sec07 {
 padding: 0 0 80px;
}

/* sec08 ---------------------------- */
.sec08 {
  padding: 0 0 80px;
}
.sec08 .column_2 {
    gap: 30px 0;
}
.sec08 .column_2 li {
    margin-bottom: 0;
}


/*=============================
調整
=============================*/
@media only screen and (max-width: 1280px) {




}

/*=============================
tab
=============================*/
@media only screen and (max-width: 1024px) {

	#content_Wrap {
		margin-top: 80px;
	}

}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

	.main {
		background-image: url(../img/main.jpg);
		background-position: left center;
		padding: 24% 0;
	}


.lower_ttl .line {
  top: 35%;
}

	/* common */
	.copy {
	  font-size: 18px;
	  padding-bottom: 20px;
	}

  .copy02 {
    font-size: 18px;
  }

	.copy03 {
	  font-size: 18px;
		margin-bottom: 30px;
	}
	.sub_copy {
	  font-size: 13px;
	  padding-bottom: 30px;
	}
  .sp_left {
    text-align: left;
  }

	.txt_Box p {
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.txt_Box p.font_S {
		font-size: 11px;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}

	.column_1.img_mg figure {
	    margin: 20px 0 0;
	}
	.column_2 {
		flex-direction: column;
		/* margin-bottom: 30px; */
	}
	.column_2 li {
		width:100%;
		margin-bottom: 20px;
	}
	.column_2 li:nth-last-child(-n+2){
	  /* margin-bottom: 20px; */
	}

  .column_3 {
    flex-direction: column;
    /* justify-content: space-between;
    flex-wrap: wrap; */
  }
  .column_3 li {
    max-width: 100%;
    width: 100%;
    /* width:48%; */
    margin-bottom: 30px;
  }
  .column_3 li:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }
  .column_3 li:last-child {
    margin-bottom: 0;
  }

  .notes_Wrap {
    padding: 40px 0 50px;
    margin: 0 auto 30px;
}


	/* tab_Area */
	ul.tab_Area {
		flex-direction: column;
		margin: 0 auto;
		padding: 40px 0;
	}
	ul.tab_Area li {
		width: 100%;
		margin: 0 0 10px;
	}
	ul.tab_Area li a {
		font-size: 14px;
	}


	/* kobetsu */

	/* sec01 ---------------------------- */
	.lead_Area {
		padding:0 0 30px;
	}
	.lead_Area p {
	  font-size: 13px;
		padding: 0 0 6px;
	}
	.lead_Area .copy02 {
	  font-size: 18px;
	}

	.st01,.st01_left_bottom .flex{ flex-wrap: wrap;}

  .st01_left,.st01_right,
  .st01_left_bottom .txt,
  .st01_left_bottom figure,
  .sec02 ul li,.sec02 ul li:last-child .txt,
  .sec02 ul li:last-child figure{
    width: 100%;
    max-width: none;
  }

  .st01{ flex-direction: column-reverse;}
  .st01_left ul li{ margin-bottom: 20px;}
  .st01_left ul li h4{
    font-size: 16px;
    padding: 10px 35px;
  }
  .st01_left ul li h4::before{
    width: 25px;
    height: 25px;
  }
  .st01_right{ margin-bottom: 20px;}
  section p.st_note{ 
    font-size: 10px;
    line-height: 1.5;
    margin: 10px 0 0;
  }

  .st01_right_bottom .txt{
    width: 100%;
  }
  .st01_right_bottom figure{
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .st01_right_top {
    flex-wrap: wrap;
    gap: 20px;
}
  .st01_right ul li{
    width: calc(50% - 20px / 2);
    margin-bottom: 10px;
  }
  .st01_left {
    margin: 0 auto 60px;
}
  .cap_Txt05 {
    bottom: -50px;
    right: 0;
    line-height: 1.5;
  }

	/* sec02 ---------------------------- */
	.sec02{ padding: 0 0 30px;}
  .sec02 ul li{ margin-bottom: 40px;}
  .sec02 ul li:not(:nth-child(2)) h5,
  .sec02 ul li:nth-child(2) > div.flex h5{ font-size: 16px;}
  .sec02 ul li:nth-child(2) > div.flex{
    align-items: flex-end;
    margin-bottom: 10px;
  }
  .sec02 ul li:nth-child(2) > div.flex p{
    font-size: 10px;
    line-height: 1.5;
    margin: 5px 0 0;
    padding: 2px 3px;
    letter-spacing: 0.05em;
  }
  .sec02 ul li:last-child{ flex-wrap: wrap;}

  .sec02 ul li .space_Box {
    padding-bottom:0em;
  }

	/* sec03 ---------------------------- */
    .sec03 {
    padding: 0 0 20px;
}
	.img_08{ padding: 30px 0;}
  .merit_Box{ padding: 15px;}

	.hosho_Box{ padding: 15px;}
	.hosho_Box h6{
		font-size: 16px;
		line-height: 1.5;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.hosho_Box h6 strong{ font-size: 20px;}

  .inspection_Box p {
    font-size: 16px;
		line-height: 1.5;
    text-align: justify;
    text-align: center;
  }
  /* scroll-box */
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box img {
    max-width: 100%;
    min-width: 800px;
    vertical-align: top;
  }
  .scroll-box::-webkit-scrollbar {
    height: 8px;
  }
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }



	/* sec04 ---------------------------- */
	.sec04 {
	 padding: 0 0 0px;
	}
	.jp_copy{
    /* padding-bottom: 10%; */
		padding-left: 0;
        margin: 0 auto 20px;
		text-align: center;
  }
  .jp_copy.nihon{
/*      padding-bottom: 5%;*/
  }
  .jp_copy.secom .com_logo {
      position: static;
      /* top: 90%;
      right: 50%;
      transform: translateX(-50%); */
      max-width: calc(162px * 0.8);
			margin: 30px auto 0;
  }
  .jp_copy.clavis .com_logo {
      position: static;
      /* top: 80%;
      right: 50%;
      transform: translate(50%,-50%); */
      max-width: calc(162px * 0.8);
      margin: 30px auto 0;
  }
  .jp_copy.nihon .com_logo {
      position: static;
      /* top: 90%;
      right: 50%;
      transform: translate(50%,-50%); */
      max-width:calc(162px * 0.8);
      margin: 30px auto 0;
  }
  .jp_copy h4{
      font-size: 15px;
			line-height: 1.5;
      margin-bottom: 0.8em;
  }
  .jp_copy h5{
      font-size: 18px;
			line-height: 1.5;
  }

	.fig_txt_Box {
		flex-direction: column;
		padding: 0 0 30px;
	}
	.fig_txt_Box figure {
		width:80%;
		margin:0 auto 20px;
	}
	.fig_txt_Box .txt_Box {
		width:100%;
	}
  .cap_Txt04 {
    position: absolute;
    font-size: 10px;
    bottom: 0px;
  }
  

	/* sec05 ---------------------------- */
	.sec05 {
		padding: 0 0 40px;
	}

	.column_2.key li:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .column_2.key li:nth-child(1) p{
    margin-bottom: 10px;
  }
  .column_2.key li:nth-child(2) {
    width: 100%;
  }
  .tebra .scroll-box img {
    min-width: 700px;
  }
  .cap_Txt03 {
    position: fixed;
    font-size: 10px;
    bottom: 20px;
}

	/* sec06 ---------------------------- */
  .sec06 {
  	padding: 0 0 40px;
  }

	/* sec07 ---------------------------- */
  .sec07 {
   padding: 0 0 40px;
  }

	/* sec08 ---------------------------- */
  .sec08 {
  	padding: 0 0 40px;
  }
.sec08 .column_2 {
    gap: 20px 0;
}




}
