/*==================================================================
	Style setting
===================================================================*/
.trajan { font-family: "Trajan-regular", sans-serif; }
.flex { display: flex; flex-wrap: wrap; }
.caption { font-size: 1rem; padding: 5px; }
/*==================================================================
  main page setting
===================================================================*/
.mv {
  position: relative;
}
.mv .cont {
  color: #944D3F;
  padding: 75px 0;
  text-align: center;
}
.mv .ttl_en {
  font-size: 6.2vw;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.mv .ttl_jp {
  font-size: 2.2vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.mv .ttl_jp_2 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.0;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .mv .ttl_en {
    font-size: 8.8vw;
  }
  .mv .ttl_jp {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv .cont {
    padding: 40px 0;
  }
  .mv .ttl_en {
    font-size: 3rem;
    margin: 0 0 15px;
  }
  .mv .ttl_jp {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .mv .ttl_jp_2 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .mv video {
    height: 225px;
    object-fit: cover;
    object-position: center;
  }
}

/*==================================================================
  content setting
===================================================================*/
.trajan { font-family: "Trajan-regular", sans-serif; }
.flex { display: flex; flex-wrap: wrap; }
.full { width: 100%; }
.noto-san { font-family: "Noto Sans JP", sans-serif; }
.pos_rel { position: relative; }

/* main image */
.main_page figcaption, .ttl_bus figcaption {
	padding: 10px;
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	font-size: 1rem;
}
.main_page .cont {
	color: #94544b;
	font-size: 1.6rem;
	line-height: 2;
	padding: 80px 0;
	text-align: center;
}
.main_page .ttl_en { margin: 0 0 50px; }
.main_page .ttl_en img { height: 130px; }
.main_page .ttl_jp {
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 1.6;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.main_page .cont {
		font-size: 1.4rem;
		padding: 40px 0;
	}
	.main_page .ttl_en { margin: 0 0 20px; }
	.main_page .ttl_en img { height: 65px; }
	.main_page .ttl_jp {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
}

/*=========================
	Elements
==========================*/
.text_brown {
  color: #78703d;
  font-family: "Trajan-regular", sans-serif;
  letter-spacing: 0.1em;
}
.pic_cap.bg {
  background: rgba(0, 0, 0, 0.5);
  text-shadow: none;
}
.pic_cap.bg_blue {
  background: #908078;
  text-shadow: none;
}
.pic_cap.black {
  color: #000;
  text-shadow: none;
}
.pic_cap.c_shadow { text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff; }
.sec_page {
  margin-bottom: 40px;
  color: #231f20;
}
.main_page { position: relative; }
.main_page .box_copy {
  color: #fff;
  position: absolute;
  left: 0;
  top: 15%;
  text-align: center;
  padding: 0 15px;
  width: 100%;
  z-index: 1;
}
.main_page .box_copy h2 {
  font-size: 6rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.main_page .box_copy p {
  font-size: 2.55rem;
  letter-spacing: 0.353em;
}
.main_page .pic_cap {
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .main_page .box_copy {
    top: 50%;
    transform: translateY(-50%);
  }
  .main_page .box_copy h2 {
    font-size: 4rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .main_page .box_copy p {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.2em;
  }
}

.sec_page { padding-top: 30px; }

/* anchor */
.sec_anchor { margin-top: 100px;}
.sec_page .box_inner {
  width: 100%;
  margin: 0 auto;
}
.sec_anchor .box_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.nav_anchor {
  border: 1px solid #a8a39b;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 75px;
}
.nav_anchor .item {
  border-right: 1px solid #a8a39b;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc((100% / 4));
  padding: 0;
  position: relative;
  text-align: center;
  line-height: 1;
  height: 45px;
  border-top: 1px solid #a8a39b;
  
}
.nav_anchor .item:nth-child(3),
.nav_anchor .item:nth-child(2),
.nav_anchor .item:nth-child(1) {
  width: calc((100%/3));
  border-top: none;
}
.nav_anchor .item:nth-child(3){ border-right: 1px solid transparent;}
.nav_anchor .item:nth-child(3).active .en, 
.nav_anchor .item:nth-child(3):hover .en { right: -2px;}
.nav_anchor .item.active { color: #fff !important; }
.nav_anchor .item:last-child {
  flex: 1;
  border-right: none;
}
.nav_anchor .item .en {
  color: #a8a39b !important;
  font-size: 1.6rem;
  font-family: "Trajan-regular", sans-serif; 
  letter-spacing: 0.08em;
  line-height: 1.5;
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.nav_anchor .item.active .en,
.nav_anchor .item:hover .en {
  background: #a8a39b;
  color: #fff !important;  
  opacity: 1;
}
.nav_anchor .item .jp { display: none; }
.nav_anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 100%;
  height: 100%;
}
.nav_anchor .item a:hover {
  opacity: 1;
  transition: all ease 1s;
}
@media only screen and (max-width: 1200px) {
  .sec-select { padding: 100px 0 50px; }
  .nav_anchor .item {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  .nav_anchor .item .jp {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
  .nav_anchor .item .en { font-size: 1.5rem; }
}
@media only screen and (max-width: 1000px) {
  .nav_anchor .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_anchor a {
    display: flex !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
  }
  .nav_anchor .item .en {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .nav_anchor .item .jp { font-size: 1.2rem; }
}
@media only screen and (max-width: 767px) {
  .sec_page {
    margin-top: -200px;
    padding-top: 200px;
  }
  .sec_anchor { margin-top: 50px; }
  .nav_anchor .item .en {
    font-size: 1.3rem;
    letter-spacing: -0.02em;
  }
  .nav_anchor .item .jp {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .nav_anchor {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid #a8a39b;
    border-left: none;
    border-bottom: none;
    margin: 0 0 40px;
  }
  .nav_anchor .item {
    border: none;
    border-left: 1px solid #a8a39b;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-bottom: 1px solid #a8a39b;
    margin: 0;
    height: 40px;
  }
  .nav_anchor .item:nth-child(4),
  .nav_anchor .item:nth-child(5) {
    width: 50%;
  }
  .nav_anchor .item:last-child {
    width: 100%;
  }
  .nav_anchor .item:nth-child(3),
  .nav_anchor .item:nth-child(2),
  .nav_anchor .item:nth-child(1) {
    width: calc((100%/2));
  }
  .nav_anchor .item:nth-child(3).active .en, 
  .nav_anchor .item:nth-child(3):hover .en {
    right: 0;
  }
  .nav_anchor .item:nth-child(3){ border-right: none; }
}

/* block_ttl */
.block_ttl {
  margin-bottom: 50px;
  text-align: center;
}
.block_ttl .ttl {
  color: #463826;
  font-size: 8rem;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.block_ttl .txt {
  color: #463826;
  font-size: 2.2rem;
  letter-spacing: 0.5em;
  font-weight: 600;
}
.head_box {
  text-align: center;
  border-bottom: 1px solid #94544b;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.head_box .txt_line {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.head_box .ttl_line {
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  color: #94544b;
  line-height: 1.4;
}
.head_box.icon_misty {
  position: relative;
}
.head_box.icon_misty::after{
  content: "";
  background: url(../imgs/equipment/label_misty.svg) no-repeat center center / contain;
  position: absolute;
  width: 148px;
  height: 50px;
  right: 0;
  bottom: 10px;
}
.cap_pos { bottom: 35px;}
@media only screen and (min-width: 768px) {
  .block_ttl.small { margin-bottom: 60px; }
  .block_ttl.small .ttl {
    font-size: 5.7rem;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block_ttl { margin-bottom: 40px; }
  .block_ttl .ttl {
    font-size: 2.3rem;
    margin-bottom: 15px
  }
  .cap_pos { bottom: 12px; }
  .head_box .txt_line {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .head_box .ttl_line {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
  .head_box.icon_misty::after{
    display: block;
    position: static;
    display: block;
    width: 140px;
    margin: 15px auto 10px;
  }
}

.box_item figure { margin-bottom: 15px;}
.box_item .ttl {
  color: #94544b;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.box_item .ttl .small {
  font-size: 73%;
}
.box_item .ttl.center_align {
  display: flex;
  align-items: center;
}
.box_item .ttl.black { color: #463826;}
.box_item .ttl.blue { color: #627883;}
.box_item .ttl01 {
  color: #231f20;
  font-weight: bold;
  font-size: 1.9rem;
}
.box_item .ttl_square {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 15px;
  text-indent: -15px;
  font-weight: 600;
}
.box_item .txt {
  font-size: 1.5rem;
  line-height: 1.4;
}
.box_item .txt01 { font-size: 1.4rem;}
.box_item .note {  font-size: 1rem;}
.box_item .note-indent {
  padding-left: 10px;
  text-indent: -10px;
}
.box_item .ttl_label {
  font-size: 1.35rem;
  margin-bottom: 5px;
}
.box_item .ttl_label .large {
  font-size: 134%;
  border-top: 1px solid currentColor;
}
.box_item sup { top: 7px;}
.mb-230 { margin-bottom: 230px;}
.mb-80 { margin-bottom: 80px;}
.mb-50 { margin-bottom: 50px;}
.mb-40 { margin-bottom: 40px;}
.mb-30 { margin-bottom: 30px;}
.mb-20 { margin-bottom: 20px;}
.mb-25 { margin-bottom: 25px;}
.mb-15 { margin-bottom: 15px;}
.mb-10 { margin-bottom: 10px;}
.mb-05 { margin-bottom: 5px;}
.mt-10 { margin-top: 10px;}
.mt-30 { margin-top: 30px;}
.pl-15 { padding-left: 15px;}
.pr-15 { padding-right: 15px;}
.border {
  padding: 15px;
  border: 1px solid #4f4f51 !important;
}
.box-wrap { padding: 0 30px;}
.box_item .h-lb {
  padding-right: 75px;
  position: relative;
}
.box_item .h-lb::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../imgs/equipment/label_svg.svg") no-repeat center center/cover;
}
.box_item .h-lb.iot::after {
  background: url("../imgs/equipment/label_iot.svg") no-repeat center center/cover;
}
.box_item .h-lb.schott::after {
  background: url("../imgs/equipment/label_schott_ceran.svg") no-repeat center center/ contain;
}
.box_item .h-lb.sz-s { padding-right: 40px;}
.box_item .h-lb.sz-s::after {
  width: 55px;
  height: 55px;
  top: -40px;
}
.box_item .h-lb.sz-m { padding-right: 0;}
.box_item .h-lb.sz-m::after {
  width: 80px;
  height: 80px;
  top: -13px;
  right: -13px;
}
.box_item .topic {
  background: #877771;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px;
}
.box_item .cus_pos_rel { margin-right: -30px;}
.box_item .mh83 { max-height: 105px;}
.box_item .ar { text-align: right;}
.box_other {
  text-align: center;
  background: -o-radial-gradient(center,  ellipse,  rgba(162,151,140,1) 0%,rgba(125,113,104,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(162,151,140,1) 0%,rgba(125,113,104,1) 100%);
  color: #fff;
  padding: 30px 50px 35px;
}
.box_other .ttl {
  color: #fff;
  text-align: left;
  font-size: 1.9rem;
}
.box_other figure  { margin-bottom: 5px;}
.box_other .other_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
}
.box_other .other_txt {
  font-size: 2.2rem;
  letter-spacing: 0.3em;
}
.block_smart.smart_bg {
  background-color: #e6e3e1;
  padding: 65px 20px 100px 0;
}
.block_smart.smart_bg .block_ttl  {
  padding: 0 4%;
  margin-bottom: 75px;
}
.block_smart.smart_bg .pic_cap { right: 20px;}
.block_smart .box_item {
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 1;
}
.block_smart .box_item .txt { max-width: 300px;}
.block_cont .full { width: 100%;}
.block_cont .pic_cap.top {
  top: 0;
  bottom: auto;
}
.item_structure01 .box_item {
  background: #fff;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  max-width: 410px;
  padding: 15px;
}
.ttl_kind {
  color: #231f20;
  font-size: 2rem;
  letter-spacing: 0.13em;
  display: flex;
  align-items: center;
  border-top: 1px solid #94544b;
  border-bottom: 1px solid #94544b;
}
.kind_label {
  background-color: #94544b;
  color: #fff;
  font-size: 125%;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kind_label .small { font-size: 82%;}
.kind_txt {
  flex: 1;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .box_item .h-lb.schott::after {
    width: 110px;
    top: -22px;
  }
  .box_item .h-lb.iot.pos-top::after {
    width: 70px;
    height: 70px;
    top: -45px;
  }
  .box_other .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .box_other .row [class^="col"]{
    padding-left: 30px;
    padding-right: 30px;
  } 
}
@media screen and (max-width: 1200px) {
  .mb-230 { margin-bottom: 120px;}
  .box-wrap { padding: 0;}
}
@media screen and (max-width: 767px) {
  .mb-00-sp {margin-bottom: 0; }
  .mb-10-sp {margin-bottom: 10px; }
  .mb-20-sp {margin-bottom: 20px; }
  .mb-30-sp { margin-bottom: 30px; }
  .mb-45-sp { margin-bottom: 45px; }
  .mb-230 { margin-bottom: 60px; }
  .pb-20-sp { padding-bottom: 20px; }
  .box_item .mh83 {
    max-height: 100%;
    width: 100%;
  }
  .kind_label {
    padding: 5px;
    font-size: 15px;
    min-width: 100px;
  }
  .kind_txt { padding: 5px; }
  .box_item .h-lb.sz-s { padding-right: 45px; }
  .box_item .h-lb.sz-s::after {
    width: 45px;
    height: 45px;
    top: -25px;
  }
  .box_item .h-lb.sz-m::after {
    width: 65px;
    height: 65px;
  }
  .box_item .cus_pos_rel { margin-right: 0; }
  .block_ttl .txt {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .box_item .ttl {
    font-size: 1.5rem;
    letter-spacing: -0.1em;
  }
  .box_item .txt { font-size: 1.2rem; }
  .item_structure01 .box_item {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 15px 0;
  }
  .ttl_kind {
    font-size: 1.3rem;
    align-items: stretch;
  }
  .box_item .ttl_label { font-size: 1.2rem; }
  .box_item .ttl_label .large { font-size: 110%; }
  .block_smart .box_item {
    position: static;
    margin-bottom: 20px;
    padding: 0 4%;
  }
  .block_smart.smart_bg { padding: 60px 0 40px 0; }
  .block_smart.smart_bg .block_ttl  { margin-bottom: 40px; }
  .box_item .h-lb.schott::after { top: -22px; }
  .box_other { padding: 30px 20px 15px; }
  .box_other .other_ttl { font-size: 1.5rem; letter-spacing: 0.2em; }
  .box_other .other_txt {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .box_item .txt01 { font-size: 1.2rem; }
  .box_item .ttl_square {
    font-size: 1.3rem;
    padding-left: 14px;
    text-indent: -14px;
  }
  .box_other .ttl { font-size: 1.4rem;}
}

#sec_structure .box_table table {
  font-size: 1.4rem;
  width: 100%;
}
#sec_structure .box_table table .special {
  background: #a8a39b;
  color: #ffffff;
}
#sec_structure .box_table table .special td { font-size: 2.2rem; }
#sec_structure .box_table table { font-size: 1.6rem;}
#sec_structure .box_table table th {
  font-size: 1.8rem;
  font-weight: normal;
  width: 16%;
  text-align: center;
}
#sec_structure .box_table table .special td,
#sec_structure .box_table table .special th {
  padding: 15px;
}
#sec_structure .box_table table td,
#sec_structure .box_table table th {
  border: 1px solid #565759;
  padding: 7px 15px;
}
#sec_structure .box_table table .special th { font-size: 1.8rem;}
#sec_structure .box_table table .special .num.bigger { font-size: 233%;}
#sec_structure .box_table .note { text-align: right;}

@media screen and (max-width: 767px) {
  #sec_structure .box_table { position: relative; }
  #sec_structure .box_table table {
    border-collapse: collapse;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
  }
  #sec_structure .box_table table th {
    font-size: 1.4rem;
    width: 20%;
  }
  #sec_structure .box_table table td,
  #sec_structure .box_table table th { padding: 7px;}
  #sec_structure .box_table table .special td,
  #sec_structure .box_table table .special th { padding: 15px 7px;}
  #sec_structure .box_table table .special th { font-size: 1.4rem;}
  #sec_structure .box_table table .special th .num { font-size: 150%; }
  #sec_structure .box_table table .special td { font-size: 1.3rem; }
}
.bathroom_box { position: relative;}
.bathroom_box .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .bathroom_box { padding: 15px 15px 0; }
  .power_box .row { margin: 0 -5px; }
  .power_box .row [class^="col"]{ padding: 0 5px; }
  .bathroom_box .row > .col-md-2 {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .bathroom_box .row > .col-md-5 {
    flex: 0 0 38.5%;
    max-width: 38.5%;
  }
}

.block_link {
  margin: 85px 0 75px;
}
.block_link .link_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin: auto;
}
.block_link .btn_link {
  font-size: 1.9rem;
  position: relative;
  transition: all .3s;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}
.block_link .btn_link:hover {
  opacity: .7;
}
.block_link .icon {
  font-size: 1rem;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all .3s;
  transform: translateY(-50%);
}
.block_link .icon::after {
  content: "";
  width: 53px;
  height: 8px;
  display: block;
  margin-top: -4px;
}
.block_link .btn_link.prev {
  padding-right: 65px;
}
.block_link .btn_link.prev .icon::after {
  background: url(./../imgs/equipment/icon_prev.svg) no-repeat  center / contain;
}
.block_link .btn_link.next {
  padding-left: 65px;
}
.block_link .btn_link.next .icon {
  left: 0;
  right: auto;
}
.block_link .btn_link.next .icon::after {
  background: url(./../imgs/equipment/icon_next.svg) no-repeat  center / contain;
}
.block_link .btn_link.prev .icon {
  text-align: right;
}
.block_link .btn_link.prev:hover .icon {
  right: 5px;
}
.block_link .btn_link.next:hover .icon {
  left: 5px;
}
@media screen and (max-width: 767px) {
  .block_link .link_list {
    max-width: 100%;
  }
  .block_link {
    margin: 50px 0 30px;
  }
  .block_link .btn_link {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .block_link .icon::after {
    width: 45px;
  }
  .block_link .btn_link.next {
    padding-left: 55px;
  }
  .block_link .btn_link.prev {
    padding-right: 55px;
  }
  .block_link.security {
    margin: 70px 0 30px;
  }
}