/*clearfix*/
/*flex*/
/*flex*/
.sec01 {
  padding: 210px 0px 60px;
}
@media screen and (max-width: 644px) {
  .sec01 {
    padding: 150px 0px 30px;
  }
}

.tit_com02 {
  color: #402021;
}

.equipment_tabBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equipment_tabBtn li {
  width: 48.64%;
}
.equipment_tabBtn li a {
  display: block;
  background: #D5D1CB;
  color: #402021;
  padding: 60px 0px;
  box-sizing: border-box;
  position: relative;
  border: 3px solid #402021;
}
@media screen and (max-width: 644px) {
  .equipment_tabBtn li a {
    padding: 20px 0px 40px;
  }
}
.equipment_tabBtn li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 1/1;
  border: solid 1px #402021;
  border-top: none;
  border-left: none;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%) scale(1, 0.7) rotate(45deg);
}
@media screen and (max-width: 644px) {
  .equipment_tabBtn li a::after {
    width: 20px;
  }
}
.equipment_tabBtn li a.-cur {
  background: #402021;
  color: #D5D1CB;
}
.equipment_tabBtn li a.-cur::after {
  border: solid 1px #D5D1CB;
  border-top: none;
  border-left: none;
}

.sec_tit01 {
  font-size: 32px;
  line-height: 1.5;
  color: #402021;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 644px) {
  .sec_tit01 {
    font-size: 18px;
  }
}
.sec_tit01 strong {
  font-size: 1.18em;
}
.sec_tit01 small {
  font-size: 0.71em;
}

.equipment_anchorLink_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width: 644px) {
  .equipment_anchorLink_box {
    margin-bottom: 50px;
  }
}
.equipment_anchorLink_box li {
  width: 31.53%;
}
.equipment_anchorLink_box li .btn {
  display: block;
  border: solid 1px #311718;
  padding: 20px 0px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #311718;
  line-height: 1;
}
@media screen and (max-width: 644px) {
  .equipment_anchorLink_box li .btn {
    font-size: 13px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.equipment_anchorLink_box li .btn:hover, .equipment_anchorLink_box li .btn.cur {
  position: relative;
  background-color: #311718;
  color: #fff;
}
.equipment_anchorLink_box li .btn:hover::after, .equipment_anchorLink_box li .btn.cur::after {
  display: block;
  position: absolute;
  top: 100%;
  content: "";
  left: calc(50% - 8px);
  border: solid 8px transparent;
  border-top-color: #311718;
}

.sec_com {
  padding-bottom: 200px;
}
@media screen and (max-width: 644px) {
  .sec_com {
    padding-bottom: 100px;
  }
}
.sec_com .imgcapkeep {
  bottom: 0px;
  right: 0px;
}
.sec_com .imgcapkeep.cap_l {
  right: auto;
  left: 0px;
}
.sec_com .sec_com_in {
  width: calc(100% - 60px);
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_com_in {
    width: calc(100% - 40px);
  }
}
.sec_com .sec_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_head {
    display: block;
    margin-bottom: 30px;
  }
}
.sec_com .sec_head.rr {
  flex-direction: row-reverse;
}
.sec_com .sec_head .txtBox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_head .txtBox {
    width: 100%;
  }
}
.sec_com .sec_head .imgBox {
  width: 50%;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_head .imgBox {
    width: 100%;
  }
}
.sec_com .sec_head .imgBox .imgBox_in {
  margin-left: calc((-100vw + 200%) / 2);
}
@media screen and (max-width: 644px) {
  .sec_com .sec_head .imgBox .imgBox_in {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sec_com .sec_head .imgBox .imgBox_in img {
  width: 100%;
}
.sec_com .sec_head .txtBox02 {
  width: 59.9%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_head .txtBox02 {
    width: 100%;
    display: block;
  }
}
.sec_com .sec_head .txtBox02 .sec_tit02 {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_head .txtBox02 .sec_tit02 {
    margin-bottom: 30px;
  }
}
.sec_com .sec_head .imgBox02 {
  width: 37.38%;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_head .imgBox02 {
    width: 100%;
  }
}
.sec_com .sec_tit02 {
  font-size: 14px;
  line-height: 1.71;
  color: #402021;
  text-align: center;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_tit02 {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.sec_com .sec_tit02.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_tit02.mb60 {
    margin-bottom: 30px;
  }
}
.sec_com .sec_tit02 span {
  display: block;
  letter-spacing: 0.1em;
}
.sec_com .sec_tit02 .eng {
  font-size: 2.57em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.sec_com .sec_imgList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_imgList {
    gap: 20px 15px;
  }
}
@media screen and (max-width: 800px) {
  .sec_com .sec_imgList .item00 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 644px) {
  .sec_com .sec_imgList .item00 {
    width: calc((100% - 15px) / 2);
  }
}
.sec_com .sec_imgList .item01 {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 800px) {
  .sec_com .sec_imgList .item01 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 644px) {
  .sec_com .sec_imgList .item01 {
    width: calc((100% - 15px) / 2);
  }
}
.sec_com .sec_imgList .item02 {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 644px) {
  .sec_com .sec_imgList .item02 {
    width: calc((100% - 15px) / 2);
  }
}
.sec_com .sec_imgList .item03 {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 800px) {
  .sec_com .sec_imgList .item03 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 644px) {
  .sec_com .sec_imgList .item03 {
    width: calc((100% - 15px) / 2);
  }
}
.sec_com .sec_imgList .item_img {
  margin-bottom: 10px;
}
.sec_com .sec_imgList .item_tit {
  font-size: 18px;
  color: #402021;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 644px) {
  .sec_com .sec_imgList .item_tit {
    font-size: 15px;
  }
}
.sec_com .sec_imgList_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sec_com .sec_imgList_wrap .box01 {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 800px) {
  .sec_com .sec_imgList_wrap .box01 {
    width: 100%;
  }
}
.sec_com .sec_imgList_wrap .box02 {
  flex: 1;
}

.mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 644px) {
  .mb35 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .mb40 {
    margin-bottom: 20px;
  }
}