<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


html {
	scroll-behavior: smooth;
}

/*=======================================
	mv
=======================================*/
.mv {
	position: relative;
	margin-bottom: 30px;
}
.mv img {
	width: 100%;
}
.mv .inner {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mv .inner .ja {
	font-size: 12px;
	font-weight: 700;
}
.mv .inner .mv_ttl {
	font-size: 42px;
}
.mv .caption {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: auto;
	padding: 0;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.mv {
		margin-bottom: 70px;
	}
	.mv .inner .ja {
		font-size: 12px;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	.mv .inner .mv_ttl {
		font-size: 30px;
		line-height: 1.2;
		text-shadow: 0 0 6px rgba(0,0,0,0.8);
	}
	.mv .caption {
		font-size: 10px;
	}
}

span {
  letter-spacing: 0;
  line-height: 1.3333;
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  span {
    font-size: 10px;
  }
}

.img {
  text-align: center;
}

.w1020 {
  max-width: 1020px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.w890 {
  max-width: 890px;
  width: 90%;
  margin: 0 auto;
}

footer a span {
  font-size: 11px;
}

.clm &gt; div, .clm &gt; li {
  letter-spacing: 0.08em;
  vertical-align: top;
  display: inline-block;
}

/* ホバー時に透過をなくす */
@media screen and (hover: hover) and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
.st_white {
  color: #fff;
}

/* 各設備項目へジャンプするリンクタグ */
.sub_navi {
  margin-top: -180px;
  padding-top: 200px;
  margin-bottom: 52px;
}
.sub_navi ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .sub_navi ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.sub_navi ul li {
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px solid #000;
  font-size: 18px;
}
.sub_navi ul li.active {
  border-right: 1px solid #a29069;
}
.sub_navi ul li.active:first-child {
  border-left: 1px solid #a29069;
}
.sub_navi ul li.active a {
  position: relative;
  color: #a29069;
}
.sub_navi ul li.active a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #a29069;
}
.sub_navi ul li:first-child {
  border-left: 1px solid #000;
}
.sub_navi ul li a {
  display: block;
  padding: 0px 27px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.15em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .sub_navi {
    margin-top: -120px;
    padding-top: 120px;
    margin-bottom: 35px;
  }
  .sub_navi ul {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .sub_navi ul li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub_navi ul li.active {
    border-right: 1px solid #a29069;
  }
  .sub_navi ul li.active:first-child {
    border-left: 1px solid #a29069;
  }
  .sub_navi ul li.active:nth-child(3) {
    border-left: 1px solid #a29069;
  }
  .sub_navi ul li.active a::before {
    bottom: -1px;
  }
  .sub_navi ul li a {
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
  }
  .sub_navi ul li:nth-child(3) {
    border-left: 1px solid #000;
  }
  .sub_navi ul li:nth-child(5) {
    border-left: 1px solid #000;
  }
}


/*----------------------------------------
	- qu_navi (4つの各ページへのリンクジャンプタグ)
-----------------------------------------*/
.qu_navi {
  padding-top: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .qu_navi {
    padding-top: 0px;
    margin-bottom: 30px;
  }
}

.qu_navi ul {
  display: flex;
  gap: 0 16px;
}
.qu_navi ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee7d6;
}
.qu_navi ul li.active {
  background: rgb(155, 139, 83);
  background: linear-gradient(90deg, rgb(155, 139, 83) 0%, rgb(216, 200, 144) 50%, rgb(155, 139, 83) 100%);
}
.qu_navi ul li.active a {
  color: #fff;
  text-decoration: none;
}
.qu_navi ul li a {
  display: block;
  padding: 18px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .qu_navi ul {
    flex-wrap: wrap;
    gap: 14px 16px;
  }
  .qu_navi ul li {
    width: calc((100% - 16px) / 2);
  }
  .qu_navi ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
}

/*----------------------------------------
	- fst_title_box
-----------------------------------------*/
.fst_title_box {
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fst_title_box.eco {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .fst_title_box {
    margin-bottom: 35px;
  }
  .fst_title_box.eco {
    padding: 40px 0 0 0;
    margin: 0 0 20px 0;
  }
}
.fst_title_box h3 {
  font-size: 30px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .fst_title_box h3 {
    font-size: 19px;
  }
}
.fst_title_box span {
  padding: 6px 10px;
  color: #fff;
  background-color: #681038;
}
@media screen and (max-width: 768px) {
  .fst_title_box span {
    font-size: 10px;
    padding: 4px 6px;
  }
}


.equipment .contents_area{
  margin: 0 0 140px 0;
}

.eq_st{
  font-size: 33px;
  margin-bottom: 47px;
  position: relative;
  display: inline-block;
  color: #a29069;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
.eq_st span{
  font-size: 18px;
}
.eq_st:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width:100vh;
  height: 2px;
  border-top: solid 1px #a29069;
  border-bottom: solid 1px #a29069;
  font-weight: 600;
  margin-left: 15px;
}
sub{
  vertical-align: bottom;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .equipment .contents_area{
    margin: 0 0 60px 0;
  }
  .eq_st{
    font-size: 18px;
    margin-bottom: 27px;
    position: relative;
    display: inline-block;
    color: #a29069;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.05em;
  }
  .eq_st span{
    font-size: 14px;
  }
}


/*----------------------------------------
	- kit_section
-----------------------------------------*/
#kit_section {
  margin-bottom: 55px;
}

.box01 {
  display: flex;
  gap: 0 30px;
  margin-bottom: 30px;
}
.box01 .set_01 {
  width: calc((100% - 60px) / 3);
}
.box01 .set_02 {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.box01 .set_02__in {
  display: flex;
  gap: 0 30px;
  flex-wrap: wrap;
}
.box01 .set_02__in .item {
  width: 47.7%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .box01 .set_02__in .item {
    width: 46.7%;
  }
}
.box01 .set_02__in .big_item {
  width: 100%;
  margin: 0 0 30px 0;
}
.box01 .set_02__in .item p {
  letter-spacing: 0;
}
.subtitle {
  letter-spacing: 0.075em;
  color: #a29069;
  line-height: 1.3333;
  margin: 12px 0 5px;
  font-size: 16px;
  font-weight: 500;
}
.box01 .set_02__in .item span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .box01 .set_02__in .big_item {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .box01 .set_02__in .item p {
    font-size: 14px;
  }
.subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .box01 {
    flex-direction: column;
    gap: 20px 0;
  }
  .box01 .set_01,
  .box01 .set_02 {
    width: 100%;
  }
  .box01 .set_02__in {
    flex-direction: column;
    gap: 20px 0;
  }
  .box01 .set_02__in .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.box02 {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
}
.box02 .item {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
}
.box02 .item p {
  letter-spacing: 0;
}

.box02 .item span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .box02 .item {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .box02 .item p {
    font-size: 14px;
  }
  .box02 .item p.subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .box02 {
    width: 100%;
    flex-direction: column;
    gap: 20px 0;
  }
}


/*----------------------------------------
	- bath_section
-----------------------------------------*/
#bath_section {
  margin-bottom: 55px;
}

#bath_section .box01 {
  display: flex;
  gap: 0 30px;
  margin-bottom: 30px;
}
#bath_section .box01 .set_01 {
  width: calc((100% - 60px) / 3);
}
#bath_section .box01 .set_02 {
  width: calc((100% - 60px) / 3 * 2);
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#bath_section .box01 .set_02__in {
  display: flex;
  gap: 0 30px;
}
#bath_section .box01 .set_02__in .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
#bath_section .box01 .set_02__in .item figure.img {
  position: relative;
}
#bath_section .box01 .set_02__in .item figure.img figcaption {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #343434;
  font-size: 12px;
}
#bath_section .box01 .set_02__in .item p {
  letter-spacing: 0;
}
#bath_section .box01 .set_02__in .item p.subtitle {
  letter-spacing: 0.075em;
  color: #a29069;
  line-height: 1.3333;
  margin: 2px 0;
  font-weight: 500;
}
#bath_section .box01 .set_02__in .item span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #bath_section .box01 .set_02__in .item p {
    font-size: 14px;
  }
  #bath_section .box01 .set_02__in .item p.subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #bath_section .box01 {
    flex-direction: column;
    gap: 20px 0;
  }
  #bath_section .box01 .set_01,
  #bath_section .box01 .set_02 {
    width: 100%;
  }
  #bath_section .box01 .set_02__in {
    flex-direction: column;
    gap: 20px 0;
  }
}


/*----------------------------------------
	- powder_section
-----------------------------------------*/
#powder_section {
  margin-bottom: 55px;
}
#powder_section .item p {
  letter-spacing: 0;
}

#powder_section .item span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #powder_section .item p {
    font-size: 14px;
  }
  #powder_section .item p.subtitle {
    font-size: 16px;
  }
}



/* ======================================= */
/* ======================================= */
/* ======================================= */
/* ======================================= */
#quality_structure .fst_title_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #quality_structure .fst_title_box {
    margin-bottom: 20px;
  }
}

/*----------------------------------------
	- structure_wrap
-----------------------------------------*/
#structure_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #structure_wrap {
    margin-bottom: 30px;
  }
}
#structure_wrap h4.bg_color_img {
  padding: 9px 18px;
  font-size: 18px;
  background-color: #f6e2e9;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #structure_wrap h4.bg_color_img {
    font-size: 16px;
    padding: 5px 10px;
  }
}
#structure_wrap .contents {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 77px;
  gap: 38px 30px;
}
@media screen and (max-width: 768px) {
  #structure_wrap .contents {
    flex-direction: column;
    gap: 25px 0;
    margin-bottom: 35px;
  }
}
#structure_wrap .contents .box {
  width: 31.3%;
}
#structure_wrap .contents .box2 {
  width: 65.5%;
}
@media screen and (max-width: 1000px) {
  #structure_wrap .contents .box {
    width: 47.7%;
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  #structure_wrap .contents .box {
    width: 100%;
    max-width: 100%;
  }
  #structure_wrap .contents .box2 {
    width: auto;
  }
}
#structure_wrap .contents .box p {
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #structure_wrap .contents .box p {
    font-size: 14px;
  }
}
#structure_wrap .contents p.subtitle {
  color: #9e8e4f;
  font-size: 17px;
  letter-spacing: 0em;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #8c7d64;
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #structure_wrap .contents .box p.subtitle {
    font-size: 17px;
    padding-bottom: 5px;
  }
}
#structure_wrap .contents .img {
  margin-top: 25px;
}
#structure_wrap .contents .img2 {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 20px;
}
#structure_wrap .contents .img2 div {
  width:50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #structure_wrap .contents .img2 {
    margin-top: 25px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
  }
  #structure_wrap .contents .img2 div {
    width: auto;
  }
}
#structure_wrap .contents .img3 {
  margin-top: 15px;
}
#structure_wrap .contents .box span {
  font-size: 12px;
  line-height: 1.5;
}
#structure_wrap .contents .box .clms {
  display: flex;
  gap: 0 20px;
}
#structure_wrap .contents .box .clms .text, #structure_wrap .contents .box .clms .img {
  width: 100%;
}
#structure_wrap p.notion {
  font-size: 12px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  #structure_wrap p.notion {
    font-size: 10px;
  }
}

/* ======================================= */
/* ======================================= */

/*----------------------------------------
	- energy_wrap
-----------------------------------------*/

#energy_wrap .clm01 {
  display: flex;
  gap: 0 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm01 {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 35px;
  }
}
#energy_wrap .clm01 .box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#energy_wrap .clm01 .box p {
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}
#energy_wrap p.subtitle {
  font-size: 18px !important;
  color: #a29069;
  letter-spacing: 0;
  padding-bottom: 8px;
  margin-bottom: 18px;
  border-bottom: 1px solid #bda854;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
  width: 100%;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box p {
    font-size: 14px;
  }
  #energy_wrap p.subtitle {
    font-size: 16px !important;
    padding-bottom: 5px;
  }
}
#energy_wrap .clm01 .box .img_area {
  display: flex;
  gap: 0 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px 0;
  }
}
#energy_wrap .clm01 .box .img_area p {
  width: 60.8333%;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area p {
    width: auto;
  }
}
#energy_wrap .clm01 .box .img_area .img {
  width: 39.1667%;
  position: relative;
  align-self: baseline;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area .img {
    width: 65%;
    align-self: center;
  }
}
#energy_wrap .clm01 .box .img_area2 {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area2 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px 0;
  }
}
#energy_wrap .clm01 .box .img_area2 p {
  width: 76.11%;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area2 p {
    width: auto;
  }
}
#energy_wrap .clm01 .box .img_area2 .img {
  width: 25.49%;
  position: relative;
  align-self: baseline;
}

@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area2 .img {
    width: auto;
    align-self: center;
  }
}

#energy_wrap .clm01 .box .img_area3 {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area3 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px 0;
  }
}
#energy_wrap .clm01 .box .img_area3 p {
  width: 45.11%;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area3 p {
    width: auto;
  }
}
#energy_wrap .clm01 .box .img_area3 .img {
  width: 74.89%;
}

#energy_wrap .clm01 .box .img_area4 {
  display: flex;
  gap: 0 20px;
}
#energy_wrap .clm01 .box .img_area4 p {
  width: 50%;
}
#energy_wrap .clm01 .box .img_area4 .img {
  width: 50%;
}


#energy_wrap .clm02 {
  display: flex;
  /*! flex-wrap: wrap; */
  gap: 0 20px;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm02 {
    flex-direction: column;
    gap: 10px 0;
    padding: 5px 0 0 0;
  }
}

#energy_wrap .txt01 {
  margin: 0 0 15px 0;
}
#energy_wrap .txt02 {
  margin: 0 0 45px 0;
}
#energy_wrap .txt03 {
  margin: 0 0 20px 0;
  flex-grow: 1;
  
}
#energy_wrap .clm01 .box .img {
  margin:  0 0 5px 0;
}

#energy_wrap .clm02 .logo {
  width: 20%;
  padding-top: 19px;
}
#energy_wrap .clm02 .txt {
  width: 53%;
}
#energy_wrap .clm02 .txt h4 {
  font-size: 24px;
  letter-spacing: 0.075em;
  color: #a37f38;
  line-height: 2;
  margin-bottom: 5px;
}
#energy_wrap .clm02 .txt p {
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 2;
}
#energy_wrap .clm02 .img {
  width: 23.45%;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm02 .logo {
    width: 50%;
    padding-top: 19px;
    margin: 0 auto;
  }
  #energy_wrap .clm02 .txt {
    width: auto;
    margin: 0 0 20px 0;
  }
  #energy_wrap .clm02 .txt h4 {
    font-size: 16px;
    letter-spacing: 0.075em;
    color: #a37f38;
    line-height: 2;
    margin-bottom: 5px;
  }
  #energy_wrap .clm02 .txt p {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  #energy_wrap .clm02 .img {
    width: 80%;
    margin: 0 auto;
  }
}

#energy_wrap .clm03 {
  display: flex;
  gap: 0 25px;
  flex-wrap: wrap;
}
#energy_wrap .clm03 p span {
  padding: 10px 0 0 0;
}
#energy_wrap .clm03 .left {
  width: 22%;
}
#energy_wrap .clm03 .center {
  width: 22%;
}
#energy_wrap .clm03 .center img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
#energy_wrap .clm03 .right {
  width: 51%;
}
@media screen and (max-width: 820px) {
  #energy_wrap .clm03 .right {
    width: 49%;
  }
}
#energy_wrap .clm03 .bottom_img {
  width: 100%;
  margin: 40px 0 50px 0;
}
#energy_wrap .clm03 h4 {
  color: #a29069;
  font-size: 18px;
  margin: 0 0 10px 0;
}
#energy_wrap .clm03 p {
  font-size: 15px;
  margin: 0 0 20px 0;
}
#energy_wrap p span{
  padding: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  #energy_wrap .clm03 {
    display: flex;
    gap: 5px 25px;
    flex-wrap: wrap;
  }
  #energy_wrap .clm03 p span {
    padding: 10px 0 0 0;
  }
  #energy_wrap .clm03 .left {
    width: auto;
  }
  #energy_wrap .clm03 .center {
    width: auto;
  }
  #energy_wrap .clm03 .center img {
    width: auto;
  }
  #energy_wrap .clm03 .center img {
    width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  #energy_wrap .clm03 .right {
    width: auto;
  }
  #energy_wrap .clm03 .bottom_img {
    width: 100%;
    margin: 10px 0 15px 0;
  }
  #energy_wrap .clm03 h4 {
    color: #a29069;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  #energy_wrap .clm03 p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}



#security_wrap p.subtitle {
  font-size: 18px !important;
  color: #a29069;
  letter-spacing: 0;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bda854;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #security_wrap p.subtitle {
    font-size: 16px !important;
    padding-bottom: 5px;
  }
  #security_wrap h4 {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  #security_wrap {
    margin-bottom: 35px;
  }
}




/*----------------------------------------
	- auto_lock_area
-----------------------------------------*/
.auto_lock_area {
  margin-bottom: 57px;
  display: flex;
  gap: 0 30px;
}
.auto_lock_area p {
  width: 40%;
}
.auto_lock_area .img {
  position: relative;
  margin-top: 15px;
  width: 90%;
}
.auto_lock_area .img figcaption {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 12px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .auto_lock_area {
    flex-direction: column-reverse;
  }
  .auto_lock_area p {
    width: auto;
    margin: 15px 0 0 0;
  }
  .auto_lock_area .img {
    width: auto;
  }
  .auto_lock_area .img figcaption {
    bottom: -25px;
  }
}

/*----------------------------------------
	- safety_area
-----------------------------------------*/
#security_wrap .safety_area {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area {
    margin-bottom: 35px;
  }
}
#security_wrap .safety_area .outline_block {
  display: flex;
  margin-bottom: 75px;
  gap: 20px 35px;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .outline_block {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 35px;
  }
}
#security_wrap .safety_area .outline_block .left {
  width: 33.8%;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .outline_block .left {
    width: 100%;
  }
}
#security_wrap .safety_area .outline_block .left p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .outline_block .left p {
    margin-bottom: 25px;
  }
}
#security_wrap .safety_area .outline_block .left .img {
  position: relative;
}

@media screen and (max-width: 768px) {
  #security_wrap .safety_area .outline_block .left .img {
    width: 80%;
    margin: 0 auto;
  }
}
#security_wrap .safety_area .outline_block .right {
  width: calc(67.2% - 30px);
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .outline_block .right {
    width: 100%;
  }
}
#security_wrap .safety_area .item_block {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #security_wrap .safety_area .item_block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .item_block {
    flex-direction: column;
    gap: 25px 0;
  }
}
#security_wrap .safety_area .item_block .clm01,
#security_wrap .safety_area .item_block .clm02,
#security_wrap .safety_area .item_block .clm03,
#security_wrap .safety_area .item_block .clm04 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #security_wrap .safety_area .item_block .clm01,
  #security_wrap .safety_area .item_block .clm02,
  #security_wrap .safety_area .item_block .clm03,
  #security_wrap .safety_area .item_block .clm04 {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .item_block .clm01,
  #security_wrap .safety_area .item_block .clm02,
  #security_wrap .safety_area .item_block .clm03,
  #security_wrap .safety_area .item_block .clm04 {
    width: 100%;
  }
}
#security_wrap .safety_area .item_block .item {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .item_block .item {
    align-items: normal;
  }
}
#security_wrap .safety_area .item_block .item .left {
  width: 100%;
}
#security_wrap .safety_area .item_block .item .left p {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.4;
}
#security_wrap .safety_area .item_block .item .left p.name {
  color: #9e8e4f;
  font-size: 16px;
  line-height: 1.125;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .item_block .item .left p.name {
    font-size: 16px;
  }
}
#security_wrap .safety_area .item_block .item_on_title p.name {
  color: #9e8e4f;
  font-size: 16px;
  line-height: 1.125;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .item_block .item_on_title p.name {
    font-size: 16px;
  }
}
#security_wrap .safety_area .item_block .item_on_title .separate {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .item_block .item_on_title .separate {
    align-items: normal;
  }
}
#security_wrap .safety_area .item_block .item_on_title .separate p {
  width: 100%;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .item_block .item_on_title .separate p {
    width: 90%;
  }
}
#security_wrap .safety_area .item_block .item_bottom_img p.name {
  color: #9e8e4f;
  font-size: 18px;
  line-height: 1.125;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #security_wrap .safety_area .item_block .item_bottom_img p.name {
    font-size: 16px;
  }
}
#security_wrap .safety_area .item_block .item_on_title .img {
  margin: 10px 0 0 0;
}
#security_wrap .safety_area .item_block .item_bottom_img p {
  width: 100%;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.4;
}
#security_wrap .safety_area .item_block .item_bottom_img .img {
  width: 40%;
  margin: 10px auto 0;
  position: relative;
}
#security_wrap .safety_area .item_block .item_non p {
  color: #9e8e4f;
  font-size: 18px;
  line-height: 1.125;
  margin-top: 10px;
}
#security_wrap .safety_area .item_block .clm01 {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
#security_wrap .safety_area .item_block .clm02 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
#security_wrap .safety_area .item_block .clm03 {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
#security_wrap .safety_area .item_block .clm04 {
  display: flex;
  flex-direction: column;
  gap: 26px 0;
}

/*----------------------------------------
	- support_area
-----------------------------------------*/
#security_wrap .support_area ul.support_list {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  position: relative;
  margin-bottom: 100px;
}
#security_wrap .support_area ul.support_list:after {
  content:"";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  background: #999;
}

@media screen and (max-width: 768px) {
  #security_wrap .support_area ul.support_list {
    flex-direction: column;
    gap: 45px 0;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  #security_wrap .support_area ul.support_list:after {
    display: none;
  }
  
}
#security_wrap .support_area ul.support_list li {
  width: 100%;
}
#security_wrap .support_area p.wide {
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  margin: 13px 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#security_wrap .support_area ul.point {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  #security_wrap .support_area ul.point {
    gap: 5px;
  }
}
@media screen and (max-width: 900px) {
  #security_wrap .support_area ul.point {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
#security_wrap .support_area ul.point li {
  padding-left: 15px;
  font-size: 13px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  #security_wrap .support_area ul.point li {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  #security_wrap .support_area ul.point li {
    font-size: 14px;
  }
}
#security_wrap .support_area ul.point li::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #222;
}
#security_wrap .support_area ul.point li.blue::before {
  background-color: #0c63aa;
}
#security_wrap .support_area ul.point li.red::before {
  background-color: #c30d23;
}
#security_wrap .support_area p.notion {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.clm &gt; div, .clm &gt; li {
  letter-spacing: 0.08em;
  vertical-align: top;
  display: inline-block;
}

footer a span {
  letter-spacing: 0.08em;
}


/*----------------------------------------
	- キャプション
-----------------------------------------*/
.img {
  position: relative;
}
.img div {
  position: relative;
}
.img .cap01 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #343434;
  letter-spacing: 0.05em;
}
.img .cap01.wh {
  color: #FFF;
}
.img .cap02,#structure_wrap .img2 .cap02,#structure_wrap .img3 .cap02 {
  position: static;
  margin: 5px 0 0 auto;
  text-align: right;
  display: block;
  font-size: 12px;
  color: #343434;
  letter-spacing: 0.05em;
}


#energy_wrap .clm01 .box .img_area2 .img .cap01 {
  position: absolute;
  bottom: 40px;
  right: 5px;
}

#security_wrap .safety_area .outline_block .left .img .cap01 {
  right: auto;
  left: 30%;
  bottom: 0;
}
#security_wrap .safety_area .item_block .item_on_title .separate .img .cap01 {
  letter-spacing: -0.05em;
}



@media screen and (max-width: 768px) {
  #energy_wrap .clm01 .box .img_area2 .img .cap01 {
    position: absolute;
    bottom: 21%;
    right: 5px;
  }
}</pre></body></html>