@charset "UTF-8";
/*! Writen  by SCSS */
.sec_ttl {
  font-size: clamp(20px, 2.084vw, 25px);
  line-height: 1.56;
  font-weight: 600;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 480px) {
    .sec_ttl {
      letter-spacing: 0;
      font-size: calc(17vw / 3.9); } }

.container_bg .container_bg_cap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 1s ease-in-out;
  font-size: 9px !important; }

.main {
  position: relative;
  z-index: 2; }
  .main .inn .img {
    background: url("../img/equipment/main.jpg") center center/cover; }
    @media screen and (max-width: 767px) {
      .main .inn .img {
        background: url("../img/equipment/main_sp.jpg") center center/cover; } }
  .main .cap.cap1 {
    right: auto;
    left: 0; }
    @media screen and (max-width: 767px) {
      .main .cap.cap1 {
        left: auto;
        right: 0; } }
  @media screen and (max-width: 767px) {
    .main .cap.cap2 {
      display: none; } }

#container {
  position: relative;
  z-index: 2; }

.container_bg {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .container_bg {
      padding-bottom: 30px; } }

.container_bg .bg {
  background: url("../img/location/bg.jpg") top center; }
  @media screen and (max-width: 767px) {
    .container_bg .bg {
      background: url("../img/location/bg_sp.jpg") top center;
      background-size: cover; } }

.tab_wrap {
  border-bottom: solid 1px #b49a2c;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .tab_wrap {
      margin-bottom: 30px; } }
  .tab_wrap.tab_wrap02 {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .tab_wrap.tab_wrap02 {
        margin-bottom: 0; } }
  .tab_wrap .tab {
    width: calc(100% - 30px);
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 0 calc(15% / 8.2); }
    .tab_wrap .tab li {
      width: calc(400% / 8.2); }
      .tab_wrap .tab li p {
        cursor: pointer;
        display: block;
        border: solid 1px #b49a2c;
        border-bottom: none;
        color: #b49a2c;
        transition: all 0.3s ease-in-out;
        text-align: center;
        font-size: clamp(13px, calc(18vw / 8.2), 18px);
        line-height: 1;
        letter-spacing: 0.1em;
        font-weight: bold;
        padding: 0.8em 5px; }
        @media screen and (max-width: 480px) {
          .tab_wrap .tab li p {
            font-size: calc(14vw / 3.9); } }
        @media screen and (max-width: 480px) {
          .tab_wrap .tab li p {
            padding: 0.5em 5px; } }
        .tab_wrap .tab li p:hover, .tab_wrap .tab li p.active {
          background: #f9f6eb; }
          @media screen and (max-width: 480px) {
            .tab_wrap .tab li p:hover, .tab_wrap .tab li p.active {
              background: #f9f6eb; } }
        .tab_wrap .tab li p .amp {
          padding: 0 0.5em; }
          @media screen and (max-width: 480px) {
            .tab_wrap .tab li p .amp {
              display: block;
              font-size: 0;
              line-height: 4px; } }

.tab_cont_wrap {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.tab_cont_wrap .tab_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none; }

.tab_cont_wrap .tab_cont.active {
  pointer-events: all;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }

@media screen and (max-width: 767px) {
  .tab_cont_wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; } }
/* eq-nav */
/*.eq-nav__flex .eq-nav__item, .slide_thum li {
  cursor: pointer;
}
.eq-nav__flex .active, .slide_thum .active {
  pointer-events: none;
  cursor: auto;
}
.eq-nav__flex .active .on, .slide_thum .active .on {
  opacity: 1 !important;
}
.eq-nav__flex .active .off, .slide_thum .active .off {
  opacity: 0 !important;
}
.eq-nav {
  position: relative;
  margin: auto;
  padding: 0;
  box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .eq-nav {
    padding: 0;
  }
}
.eq-nav__flex {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eq-nav.eq-nav--top {
  margin-bottom: 60px;
}
.eq-nav__item {
  width: calc(100% / 3);
  line-height: 1;
  max-width: 320px;
}
.eq-nav__item a.cr {
  pointer-events: none;
}
.eq-nav__item .fade a.cr img.on {
  opacity: 1;
}
.eq-nav__item .fade a.cr img.off {
  opacity: 0;
}
.eq-nav__item img {
  width: 100%;
  height: auto;
}
.eq-nav__item.active {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .eq-nav__item {
    max-width: 320px;
    margin-bottom: 10px;
  }
  .eq-nav__flex {
    display: block;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
  }
  .eq-nav.eq-nav--top {
    margin-bottom: 35px;
  }
  .eq-nav--top::after, .eq-nav--bottom::after {
    content: none;
  }
  .eq-nav__flex > .eq-nav__item {
    margin-right: 0;
    padding: 5px 20px;
    width: 74%;
    margin: 0 auto;
  }
  .eq-nav__flex > .eq-nav__item:last-of-type {
    margin-bottom: 0;
  }
  .eq-nav__flex {
    width: calc(218%/3.2);
    display: flex;
    flex-direction: column;
    grid-gap: 10px 0;
  }
  .eq-nav__flex > .eq-nav__item {
    padding: 0;
    width: 100%;
  }
}*/
/* eq-nav end */
/* cont_wrap */
.cont_wrap, .cont_wrap2 {
  position: relative; }

.cont_wrap .cont, .cont_wrap2 .cont2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s linear;
  pointer-events: none; }

.cont_wrap .cont.active, .cont_wrap2 .cont2.active {
  position: relative;
  opacity: 1;
  pointer-events: all; }

/* cont_wrap end */
/* ボタン設定　デザイン用 */
.eq_btns {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }

.eq_btn {
  position: relative;
  width: calc(100% / 3);
  max-width: 320px; }

.eq_btn .on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s linear; }

.eq_btn .cr {
  pointer-events: none; }

.eq_btn .cr .on {
  opacity: 1; }

.eq_btn .on:hover {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .eq_btns {
    flex-direction: column;
    align-items: center;
    width: 70%;
    max-width: 100%;
    row-gap: 10px; }

  .eq_btn {
    width: 100%; } }
/* ボタン設定　デザイン用 end */
.main .inn .img {
  background: url("../img/equipment/main.jpg") center center/cover; }

@media screen and (max-width: 767px) {
  .main .inn .img {
    background: url("../img/equipment/main_sp.jpg") center left/cover; }

  .main .inn .t_cap {
    bottom: auto;
    top: 51%; }

  .main .inn .t_cap {
    bottom: auto;
    left: auto;
    top: 5px;
    right: 5px;
    text-align: right; } }
.container_bg .bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: all 0.5s linear;
  background: url(../img/equipment/bg.jpg) top center;
  background-size: cover; }

/* menu */
.btn_box {
  max-width: 100%;
  display: flex;
  justify-content: space-between; }

.btn_box li {
  width: 32.71%; }

@media screen and (max-width: 460px) {
  .btn_box {
    flex-wrap: wrap; }

  .btn_box li {
    width: 70%;
    text-align: center;
    margin: 0 auto 10px; } }
.head_ttl {
  max-width: 586px;
  margin: 0 auto 30px;
  letter-spacing: 0.15em;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333; }

@media screen and (max-width: 787px) {
  .map_head {
    letter-spacing: 0.15em;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333; } }
/* tabbtnArea */
.tabbtnArea {
  max-width: 790px;
  margin: 0px auto;
  padding: 0 0 20px; }

@media screen and (max-width: 1024px) {
  .tabbtnArea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 20px 20px 20px; } }
@media screen and (max-width: 644px) {
  .tabbtnArea {
    padding: 0 20px 20px; } }
.tabbtnArea .tabbtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: solid 1px #00a180;
  padding: 5px; }

@media screen and (max-width: 644px) {
  .tabbtnArea .tabbtnList {
    padding: 2px; } }
.tabbtnArea .tabbtnList li {
  width: 49.36%; }

@media screen and (max-width: 480px) {
  .tabbtnArea .tabbtnList li a {
    line-height: 32px; } }
.tabbtnArea .tabbtnList li a {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #00a180;
  position: relative; }

@media screen and (max-width: 480px) {
  .tabbtnArea .tabbtnList li a {
    height: 100%; } }
.tabbtnArea .tabbtnList li .sp_s {
  display: none; }

@media screen and (max-width: 480px) {
  .tabbtnArea .tabbtnList li .sp_s {
    display: inherit; } }
.tabbtnArea .tabbtnList li.on a::before {
  content: "";
  border-left: solid 1px #fff;
  position: absolute;
  display: block;
  height: 15px;
  bottom: 0px;
  left: 50%; }

@media screen and (max-width: 644px) {
  .tabbtnArea .tabbtnList li.on a::before {
    height: 10px; } }
.tabbtnArea .tabbtnList li.on a::after {
  content: "";
  border-left: solid 1px #00a180;
  position: absolute;
  display: block;
  height: 15px;
  top: 100%;
  left: 50%; }

@media screen and (max-width: 644px) {
  .tabbtnArea .tabbtnList li.on a::after {
    height: 10px; } }
.col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch; }

.col li {
  width: 31.25%;
  margin: 0 0 30px;
  border: 1.5px solid #917e3e;
  padding: 26px;
  font-size: 15px;
  box-sizing: border-box; }

.col li.bg_none {
  border: none !important; }

@media screen and (max-width: 767px) {
  .col li {
    width: 49%;
    font-size: 14px;
    padding: 10px 7px;
    border: 1px solid #917e3e; } }
.col li.w1 {
  width: 48.44%;
  border: 0px;
  padding: 0px; }

.col li.w11 {
  width: 65.625%; }

.col li.w12 {
  width: 65.625%;
  margin: 0 auto 30px; }

@media screen and (max-width: 767px) {
  .col li.w1 {
    width: 100%; }

  .col li.w11 {
    width: 100%; }

  .col li.w12 {
    width: 100%;
    margin: 0 auto 10px; } }
.col li.wn {
  border: 0;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 767px) {
  .col li.w11, .col .w13_in {
    width: 100%;
    padding: 10px 7px; }

  .col li.w12 {
    width: 100%; } }
.col li .img_cap {
  position: relative; }

.col li .img_cap2 {
  position: relative;
  /*max-width: 250px;*/
  margin: 0 auto; }

.col li.w2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.col li.w2 dl.d1 {
  max-width: 620px;
  width: 67.4%;
  display: flex;
  justify-content: space-between; }

.col li.w2 dl.d1 dd {
  width: 25%;
  position: relative; }

/*.col li.w2 dl.d1 dd p {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:5px 10px;
	text-align:center;
	color:#fff;
	font-size:12px;
	background:rgba(0,0,0,0.7);
	box-sizing: border-box;
}
.col li.w2 dl.d1 dd .t_cap {
	bottom:30px;
}*/
.col li.w2 div.d2 {
  max-width: 280px;
  width: 30.44%; }

@media screen and (max-width: 767px) {
  .col li.w2 dl.d1 dd .t_cap {
    bottom: 4.5vw; }

  .col li.w2 {
    display: block; }

  .col li.w2 dl.d1 {
    max-width: 620px;
    width: 100%;
    margin: 0 auto 30px auto; }

  .col li.w2 div.d2 {
    max-width: 100%;
    width: 100%; } }
@media screen and (max-width: 480px) {
  .col li.w2 dl.d1 {
    max-width: 310px;
    flex-wrap: wrap;
    margin-bottom: 10px; }

  .col li.w2 .d2 h4 {
    padding-bottom: 20px; }

  .col li.w2 .d2 h4::after {
    bottom: 8px; }

  .col li.w2 dl.d1 dd {
    width: 50%; } }
.col li h4 {
  color: #b49a2c;
  font-size: clamp(14px, calc(17vw / 12.8), 17px);
  font-size: clamp(14px, calc(18vw / 12.8), 18px);
  line-height: 1.4;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  font-weight: 700; }
  .col li h4 span {
    font-size: 75%; }
    .col li h4 span.ex_02 {
      display: inline-block;
      transform: translate(0, -0.4em); }
    .col li h4 span.nomal {
      font-size: 100%; }
  .col li h4 .s1 {
    font-size: clamp(13px, calc(17vw / 9.6), 17px); }
  .col li h4 .ex_03 {
    display: inline-block;
    margin-top: 0 !important; }
  .col li h4.t1 {
    letter-spacing: -0.02em; }
    @media screen and (max-width: 480px) {
      .col li h4.t1 {
        padding-bottom: 30px; } }
  .col li h4.t2 {
    padding-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .col li h4.t2 {
        letter-spacing: -0.2em; } }
  @media screen and (max-width: 480px) {
    .col li h4.t4 {
      letter-spacing: -0.15em; } }
  @media screen and (max-width: 480px) {
    .col li h4.sp_center {
      min-height: 3.8em;
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 480px) {
    .col li h4.sp_center2 {
      min-height: 2.6em;
      display: flex;
      align-items: center; } }
.col p {
  font-size: clamp(12px, 1.417vw, 17px);
  line-height: 1.74;
  margin-top: 0.3em;
  margin-bottom: 0.5em; }
  .col p.cap_l {
    text-align: left;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #000;
    font-feature-settings: "palt";
    margin-top: 5px; }

@media screen and (max-width: 767px) {
  .col li p.cap_l {
    font-size: 10px;
    line-height: 1.2; } }
@media screen and (max-width: 500px) {
  .col li h4 {
    line-height: 1.3; }

  .col li h4.ex_01 {
    font-size: 14px;
    line-height: 1.5; } }
@media screen and (max-width: 400px) {
  .col li h4.ex_01 {
    font-size: 13px;
    line-height: 1.6; } }
.col li.w3 {
  width: 48.44%; }

.col li.w3 dl {
  display: flex;
  justify-content: space-between;
  max-width: 425px;
  margin: 0 auto; }

.col li.w3 dl dd:nth-child(1) {
  max-width: 220px;
  width: 51.77%; }

.col li.w3 dl dd:nth-child(2) {
  max-width: 180px;
  width: 42.36%; }

@media screen and (max-width: 767px) {
  .col li.w3 dl {
    display: block;
    max-width: 100%;
    width: 100%; }

  .col li.w3 dl dd:nth-child(1) {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 10px auto; }

  .col li.w3 dl dd:nth-child(2) {
    max-width: 100%;
    width: 100%; } }
.col li.w4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }

.col li.w4 h4 {
  width: 100%; }

.col li.w4 .w4_t1 {
  width: 30.44%; }

.col li.w4 .img_cap2 {
  width: 66.31%; }

.col li.w4 .img_cap2 {
  max-width: none; }

@media screen and (max-width: 480px) {
  .col li.w4 .img_cap2 {
    width: 100%; } }
.col li.w5 dl dd:nth-child(1) {
  margin: 0 0 15px; }

@media screen and (max-width: 767px) {
  .col li.w5 {
    width: 100%; }

  .col li.w5 dl {
    display: flex;
    justify-content: space-between; }

  .col li.w5 dl dd:nth-child(1) {
    max-width: 250px;
    width: 49%; }

  .col li.w5 dl dd:nth-child(2) {
    width: 49%; } }
.col li.w6 {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.col li.w6 .img_cap {
  max-width: 460px;
  width: 50%; }

.col li.w6 .t_area {
  max-width: 440px;
  width: 47.83%; }

@media screen and (max-width: 767px) {
  .col li.w6 {
    display: block; }

  .col li.w6 .img_cap {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 10px auto; }

  .col li.w6 .t_area {
    max-width: 100%;
    width: 100%; } }
.col li.w7 {
  width: 65.625%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.col li.w7 h4, .col li.w7 h4 p {
  width: 100%; }

.col li.w7 .img_cap2 {
  max-width: none; }

@media screen and (max-width: 767px) {
  .col li.w7 {
    width: 100%; } }
.col li.w8 {
  width: 48.44%; }

.col li.w8 dl {
  display: flex;
  justify-content: space-between;
  max-width: 425px;
  margin: 0 auto; }

.col li.w8 dl dd.w8_img {
  max-width: 220px;
  width: 51.77%; }

.col li.w8 dl dd.w8_txt {
  max-width: 180px;
  width: 42.36%; }

.col li.w8 dl dd.w8_txt2 {
  max-width: none;
  width: 100%; }

.col li.w82 {
  width: 48.44%; }

@media screen and (max-width: 767px) {
  .col li.w8 {
    width: 100%; }

  .col li.w8 dl {
    max-width: 100%;
    width: 100%; }

  .col li.w8 dl dd.w8_img {
    max-width: 250px;
    width: 49%; }

  .col li.w8 dl dd.w8_txt {
    width: 49%; }

  .col li.w8 dl dd.w8_txt2 {
    max-width: 100%;
    width: 100%; }

  .col li.w82 {
    width: 49%; } }
/* box3 */
.col li.w9 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.col li.w9 h4 {
  width: 100%;
  text-align: center; }

.col li.w9 .w9_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }

.col li.w9 .w9_1 .fl_l {
  width: 75.76%;
  max-width: none; }

.col li.w9 .w9_1 .fl_r {
  width: 20.22%;
  max-width: none; }

.col li.w9 .w9_2 {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.col li.w9 .w9_2 .fl_l {
  width: 48.27%;
  max-width: none; }

.col li.w9 .w9_2 .fl_r {
  width: 48.48%; }

.col li.w9 .w9_1 .fl_r .img_cap2,
.col li.w9 .w9_2 .fl_l .img_cap2,
.col li.w9 .w9_2 .fl_r .img_cap2 {
  max-width: none; }

.col li.w9 .w9_txt1 {
  color: #917e3e !important; }

@media screen and (max-width: 767px) {
  .col li.w9 {
    padding: 20px; }

  .col li.w9 .w9_1 {
    flex-wrap: wrap; }

  .col li.w9 .w9_1 .fl_l {
    width: 100%;
    order: 2; }

  .col li.w9 .w9_1 .fl_r {
    width: 40%;
    order: 1;
    text-align: center;
    margin: 0 auto 20px; }

  .col li.w9 .w9_2 {
    flex-wrap: wrap; }

  .col li.w9 .w9_2 .fl_l {
    width: 100%; }

  .col li.w9 .w9_2 .fl_r {
    width: 100%; }

  .title_bg01 {
    background-position: top 24px right;
    background-size: 50%;
    padding-top: 0; } }
.col li .img_cap_s2 {
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  .col li .img_cap_s2 {
    margin-top: 0px; } }
@media screen and (max-width: 767px) {
  .col li .img_cap_s3 {
    padding-bottom: 20px; } }
.cap_txt {
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
  box-sizing: border-box; }

.sec_ttls span {
  display: block;
  text-align: center; }

.sec_ttls span.en {
  font-size: 20px;
  color: #00a180; }

.sec_ttls span.ja {
  font-size: 28px; }

@media screen and (max-width: 767px) {
  .sec_ttls span.en {
    font-size: 15px; }

  .sec_ttls span.ja {
    font-size: 20px; }

  .t_cap, .t_cap_l, .t_cap_b_l, .t_cap_b {
    font-size: 8px; } }
@media screen and (max-width: 644px) {
  .tabbtnArea .tabbtnList {
    padding: 2px; } }
.tabbtnArea .tabbtnList li {
  width: 49.36%; }

@media screen and (max-width: 480px) {
  .tabbtnArea .tabbtnList li a {
    line-height: 32px; } }
.tabbtnArea .tabbtnList li a {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #393d52;
  position: relative; }

@media screen and (max-width: 480px) {
  .tabbtnArea .tabbtnList li a {
    height: 100%; } }
.tabbtnArea .tabbtnList li .sp_s {
  display: none; }

@media screen and (max-width: 480px) {
  .tabbtnArea .tabbtnList li .sp_s {
    display: inherit; } }
.tabbtnArea .tabbtnList li.on a::before {
  content: "";
  border-left: solid 1px #fff;
  position: absolute;
  display: block;
  height: 15px;
  bottom: 0px;
  left: 50%; }

@media screen and (max-width: 644px) {
  .tabbtnArea .tabbtnList li.on a::before {
    height: 10px; } }
.tabbtnArea .tabbtnList li.on a::after {
  content: "";
  border-left: solid 1px #393d52;
  position: absolute;
  display: block;
  height: 15px;
  top: 100%;
  left: 50%; }

@media screen and (max-width: 644px) {
  .tabbtnArea .tabbtnList li.on a::after {
    height: 10px; } }
@media screen and (max-width: 644px) {
  .sp_txt01 {
    /*font-size: 3.2vw !important;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;*/ } }
@media screen and (max-width: 767px) {
  .sp_ex01 {
    display: flex;
    flex-wrap: nowrap; }

  .sp_ex02 {
    font-size: 3vw !important;
    font-feature-settings: "palt" !important; }

  .col li.w2 dl.d1.sp_ex01 dd {
    width: calc(100% / 4); }

  .col li.w2 dl.d1.sp_ex01 dd p {
    font-size: 1.8vw;
    padding-right: 0;
    padding-left: 0;
    letter-spacing: 0;
    line-height: 1.2; } }
.tabbtnArea.top {
  margin-bottom: 15px; }

.ex_txt {
  font-feature-settings: "palt"; }

@media screen and (max-width: 767px) {
  .tabbtnArea.top {
    margin-bottom: 10px; } }
.img_r {
  float: right;
  padding-left: 5px; }

/* vpc vsp */
.vsp480 {
  display: none !important; }

@media screen and (max-width: 480px) {
  .vpc480 {
    display: none !important; }

  .vsp480 {
    display: block !important; } }
/* letter-spacing */
.l5 {
  letter-spacing: -0.05em !important; }

.l6 {
  letter-spacing: -0.06em !important; }

.l7 {
  letter-spacing: -0.07em !important; }

.l8 {
  letter-spacing: -0.08em !important; }

.l9 {
  letter-spacing: -0.09em !important; }

.l10 {
  letter-spacing: -0.1em !important; }

.l11 {
  letter-spacing: -0.11em !important; }

.l12 {
  letter-spacing: -0.12em !important; }

.l13 {
  letter-spacing: -0.13em !important; }

.l14 {
  letter-spacing: -0.14em !important; }

.l15 {
  letter-spacing: -0.15em !important; }

.l16 {
  letter-spacing: -0.16em !important; }

.l17 {
  letter-spacing: -0.17em !important; }

.l18 {
  letter-spacing: -0.18em !important; }

.l19 {
  letter-spacing: -0.19em !important; }

.l20 {
  letter-spacing: -0.20em !important; }

@media screen and (max-width: 767px) {
  .l0_sp {
    letter-spacing: 0 !important; }

  .l5_sp {
    letter-spacing: -0.05em !important; }

  .l6_sp {
    letter-spacing: -0.06em !important; }

  .l7_sp {
    letter-spacing: -0.07em !important; }

  .l8_sp {
    letter-spacing: -0.08em !important; }

  .l9_sp {
    letter-spacing: -0.09em !important; }

  .l10_sp {
    letter-spacing: -0.1em !important; }

  .l11_sp {
    letter-spacing: -0.11em !important; }

  .l12_sp {
    letter-spacing: -0.12em !important; }

  .l13_sp {
    letter-spacing: -0.13em !important; }

  .l14_sp {
    letter-spacing: -0.14em !important; }

  .l15_sp {
    letter-spacing: -0.15em !important; }

  .l16_sp {
    letter-spacing: -0.16em !important; }

  .l17_sp {
    letter-spacing: -0.17em !important; }

  .l18_sp {
    letter-spacing: -0.18em !important; }

  .l19_sp {
    letter-spacing: -0.19em !important; }

  .l20_sp {
    letter-spacing: -0.20em !important; }

  .l21_sp {
    letter-spacing: -0.21em !important; }

  .l22_sp {
    letter-spacing: -0.22em !important; }

  .l23_sp {
    letter-spacing: -0.23em !important; }

  .l24_sp {
    letter-spacing: -0.24em !important; } }
/* font-size */
.fs18 {
  font-size: 18px !important;
  line-height: 26px; }

.fs16 {
  font-size: 16px !important; }

.fs14 {
  font-size: 14px !important; }

.fs13 {
  font-size: 13px !important;
  line-height: 18px; }

.fs12 {
  font-size: 12px !important;
  line-height: 18px; }

.fs11 {
  font-size: 11px !important;
  line-height: 18px; }

@media screen and (max-width: 767px) {
  .fs15_sp {
    font-size: 15px !important; }

  .fs14_sp {
    font-size: 14px !important; }

  .fs13_sp {
    font-size: 13px !important; }

  .fs12_sp {
    font-size: 12px !important; } }
/* br */
.sp-br {
  display: none; }

@media screen and (max-width: 767px) {
  .sp-br {
    display: block; } }
.pc-br {
  display: block; }

@media screen and (max-width: 767px) {
  .pc-br {
    display: none; } }
.t_cap {
  line-height: 1 !important; }

.h4_01 {
  padding-bottom: 38px !important; }

.ttl_cap1 {
  display: initial !important;
  vertical-align: text-top; }

.ttl_cap1 span {
  display: initial !important;
  font-size: 65% !important;
  vertical-align: text-top; }

.bl01 {
  display: block !important; }

.col li h4.ex04 {
  letter-spacing: -0.07em !important;
  margin: 0 -10px; }

@media screen and (max-width: 767px) {
  .col li h4.ex04 {
    font-size: 3vw; }

  #scrt {
    position: absolute;
    top: -130px !important; } }
.cap_wrap,
.msn-footer {
  background-color: #fff; }

/* cap */
.t_cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt"; }

.t_cap_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt";
  line-height: 1;
  padding: 3px 5px;
  background: rgba(31, 31, 31, 0.8); }

.t_cap_l {
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt"; }

.t_cap_bg_l {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt";
  line-height: 1;
  padding: 3px 5px;
  background: rgba(31, 31, 31, 0.8); }

.t_cap_b {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: right;
  color: #999999;
  text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt"; }

.t_cap_b_l {
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-align: left;
  color: #999999;
  text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt"; }

.t_cap_t {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt"; }

.t_cap_t_l {
  position: absolute;
  left: 5px;
  top: 5px;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt"; }

.t_cap_t_b {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
  color: #999999;
  text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt"; }

.t_cap_t_b_l {
  position: absolute;
  left: 5px;
  top: 5px;
  text-align: left;
  color: #999999;
  text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-feature-settings: "palt"; }

.t_cap.nos,
.t_cap_l.nos,
.t_cap_b.nos,
.t_cap_b_l.nos {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .t_cap_b.pc_l,
  .t_cap.pc_l {
    right: auto;
    left: 5px; } }
@media screen and (max-width: 480px) {
  .t_cap_b,
  .t_cap {
    font-size: 8px;
    right: 4px;
    bottom: 4px;
    line-height: 1; } }

@media screen and (max-width: 480px) {
  .tab01_col li:nth-child(1) {
    order: 1; }
  .tab01_col li:nth-child(2) {
    order: 2; }
  .tab01_col li:nth-child(3) {
    order: 3; }
  .tab01_col li:nth-child(4) {
    order: 4; }
  .tab01_col li:nth-child(5) {
    order: 5; }
  .tab01_col li:nth-child(6) {
    order: 7; }
  .tab01_col li:nth-child(7) {
    order: 8; }
  .tab01_col li:nth-child(8) {
    order: 6; }
  .tab01_col li:nth-child(9) {
    order: 9; }
  .tab01_col li:nth-child(10) {
    order: 10; }
  .tab01_col li:nth-child(11) {
    order: 11; }
  .tab01_col li:nth-child(12) {
    order: 12; }
  .tab01_col li:nth-child(13) {
    order: 13; }
  .tab01_col li:nth-child(14) {
    order: 14; }
  .tab01_col li:nth-child(15) {
    order: 15; }
  .tab01_col li:nth-child(16) {
    order: 16; }
  .tab01_col li:nth-child(17) {
    order: 17; } }

@media screen and (max-width: 480px) {
  .col.tab02_col li:nth-child(1) {
    order: 1; }
  .col.tab02_col li:nth-child(2) {
    order: 3; }
  .col.tab02_col li:nth-child(3) {
    order: 6; }
  .col.tab02_col li:nth-child(4) {
    order: 4; }
  .col.tab02_col li:nth-child(5) {
    order: 7; }
  .col.tab02_col li:nth-child(6) {
    order: 5; }
  .col.tab02_col li:nth-child(7) {
    order: 8; }
  .col.tab02_col li:nth-child(8) {
    order: 9; }
  .col.tab02_col li:nth-child(9) {
    order: 10; }
  .col.tab02_col li:nth-child(10) {
    order: 2; }
  .col.tab02_col li:nth-child(11) {
    order: 12; }
  .col.tab02_col li:nth-child(12) {
    order: 13; }
  .col.tab02_col li:nth-child(1) {
    order: 1; }
  .col.tab02_col li:nth-child(2) {
    order: 2; }
  .col.tab02_col li:nth-child(3) {
    order: 4; }
  .col.tab02_col li:nth-child(4) {
    order: 3; }
  .col.tab02_col li:nth-child(5) {
    order: 5; }
  .col.tab02_col li:nth-child(6) {
    order: 6; }
  .col.tab02_col li:nth-child(7) {
    order: 7; }
  .col.tab02_col li:nth-child(8) {
    order: 8; }
  .col.tab02_col li:nth-child(9) {
    order: 9; }
  .col.tab02_col li:nth-child(10) {
    order: 10; }
  .col.tab02_col li:nth-child(11) {
    order: 11; }
  .col.tab02_col li:nth-child(12) {
    order: 12; } }

.swipe1 .swipe_inn {
  text-align: center; }
  .swipe1 .swipe_inn figure {
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .swipe1 .swipe_inn figure {
        display: block;
        width: 600px; } }

/*# sourceMappingURL=equipment.css.map */
