@charset "utf-8";

/* sec_01 ******************************/
.sec_01 {
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fafafa),
    to(#efefef)
  ); */
  background: linear-gradient(to right, #fafafa, #efefef);
  /* background: linear-gradient(to bottom, #fafafa, #efefef); */
}

.sec_01 .container > .flexBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1070px;
  margin: 0 auto;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iconBox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0rem;
}

.iconBox img {
  width: 1rem;
  max-width: 50px;
  margin: 0.2rem 0.2rem 0.2rem 0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.9;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .iconBox img {
    height: intrinsic;
  }
}
.prodTxt {
  width: 42%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: translate(0, 25%);
}
.prodImg {
  width: 58%;
  transform: translate(-2%, 2%);
}

h2 {
  font-size: 37px;
  line-height: 1;
}

h3 {
  font-size: 27px;
  font-weight: 300;
  color: #535353;
  line-height: 1.8;
  margin-top: 0.5em;
}

h4 {
  margin-top: 0.5em;
  margin-bottom: 0.2rem;
  font-size: 21px;
  font-weight: 300;
}

/* sec_02 ******************************/
.sec_02 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  background-color: #000000;
  background-image: url(../../images/22/mdsm22_107.jpeg);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: cover;
}
.mainBG {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, rgba(0, 0, 0, 0)),
    color-stop(70%, rgba(0, 0, 0, 0.7))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.7) 70%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sec_02 .tentBox {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  -webkit-box-pack: center;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50px;
  box-sizing: border-box;
  align-items: end;
}

.sec_02 h2 {
  color: #fff;
  font-weight: 400;
  font-size: 37px;
  line-height: 1.4;
}

.sec_02 h4 {
  color: #fff;
  max-width: 55%;
  line-height: 1.5;
  margin-top: 30px;
  text-align: left;
  letter-spacing: 0px;
}

/* sec_05 ******************************/

.sec_05 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  background-color: #000000;
  background-image: url(../../images/22/mdsm22_108.jpeg);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: cover;
}
.mainBG {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45%, rgba(0, 0, 0, 0)),
    color-stop(70%, rgba(0, 0, 0, 0.7))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.7) 70%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sec_05 .tentBox {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  -webkit-box-pack: center;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50px;
  box-sizing: border-box;
  align-items: end;
}

.sec_05 h2 {
  color: #fff;
  font-weight: 500;
  font-size: 37px;
  line-height: 1;
}
.sec_05 h3 {
  color: #fff;
  font-weight: 400;
}
.sec_05 h4 {
  color: #fff;
  max-width: 49%;
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
  letter-spacing: 1px;
}

/* sec_03 ******************************/
.sec_03 {
  background-color: #ffffff;
  overflow: hidden;
}

.sec_03 .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_03 .tentBox {
  width: 100%;
  transform: translate(0, -20px);
}

.sec_03 h3 {
  font-weight: 300;
  color: #464646;
  text-align: center;
  margin-bottom: 1em;
}

.sec_03 .icoTent {
  background-color: #ededed;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  padding: 0.5rem 0;
  position: relative;
  z-index: 5;
  justify-content: flex-start;
}

.sec_03 .icoTent:before {
  content: "";
  display: block;
  height: 100%;
  width: 150vw;
  background-color: #ededed;
  position: absolute;
  top: 0;
  left: -25vw;
  z-index: -1;
}

.icoBox {
  width: 50%;
  padding: 0.4rem;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .fb1 {
    order: 1;
  }
  .fb2 {
    order: 3;
  }
  .fb3 {
    order: 5;
  }
  .fb4 {
    order: 2;
  }
  .fb5 {
    order: 4;
  }
  .fb6 {
    order: 6;
  }
}

.icoImg {
  width: 70px;
  max-width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.3rem;
  filter: brightness(0);
  opacity: 0.7;
  margin-top: -5px;
}

.icoTxt {
  font-size: 0.3rem;
  /* font-weight: 300; */
  padding-right: 2em;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.02em;
}

.icoBox:nth-child(3n) .icoTxt {
  padding-right: 0;
}

.icoTxt .bold {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 0.5em;
}

.icoTxt span {
  display: block;
  margin-top: 0.4em;
}

/* sec_04 ******************************/
.sec_04,
.sec_06 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#ffffff)
  );
  background-image: linear-gradient(to bottom, #f8f8f8, #ffffff);
}
.sec_04 h3,
.sec_06 h3 {
  margin-bottom: 2em;
}

.sec_04 .container,
.sec_06 .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85%;
}

.sec_04 .tentBox,
.sec_06 .tentBox {
  width: 100%;
  color: #464646;
  letter-spacing: 0.01em;
  transform: translate(0, -20px);
}

.tableBox {
  position: relative;
}

.tableBox:before {
  content: "";
  display: block;
  height: calc(100% + 60px);
  width: 150vw;
  background-color: #ededed;
  position: absolute;
  top: -30px;
  left: -25vw;
  z-index: -1;
}

.sec_04 .img1 {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img1::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 10%;
  background-color: #d2d2d2;
}
.sec_04 .img1 img {
  width: 60%;
}
.sec_04 .img1 h5 {
  font-size: 17px;
}
.sec_04 .img2 {
  width: 70%;
}

.sec_06 .d_flex {
  margin-top: 20px;
  align-items: center;
  margin-bottom: 15px;
}

.sec_06 .W40 img {
  width: 105px;
  margin-right: 20px;
}
.sec_06 .W40 h6 {
  font-size: 17px;
}
.sec_06 .W40 p {
  font-size: 16px;
}

.sec_06 .W60 {
  padding-left: 5%;
  padding-top: 10px;
}
.sec_06 .W60 img {
  width: 31%;
  margin: 0;
  display: inline-block;
}
.sec_06 .btn-primary {
  width: fit-content;
  padding-bottom: 3px;
  font-size: 16px;
  margin-top: 15px;
}

/* media
----------------------------------------------------------------------------*/
@media screen and (max-width: 1310px) {
}

@media screen and (max-width: 1280px) {
  .sec_03 .icoTent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .logoBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    width: 33.3333%;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .prodTxt {
    padding-top: 0;
    width: 47%;
  }
  .icoBox:nth-child(3n) .icoTxt {
    padding-right: 2em;
  }

  .icoBox {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  /* fullPage */

  /* sec_01 ******************************/
  .sec_01 .container > .flexBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prodTxt {
    width: auto;
    text-align: center;
    padding: 0 15px 0 25px;
  }

  .iconBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.1rem;
  }

  .iconBox img {
    width: 14%;
    margin: 0.15rem 1.2%;
  }

  .prodImg {
    width: 80%;
    margin: 0 auto -20px;
    transform: translate(3%, 0);
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 18px;
  }

  /* sec_02 ******************************/
  .sec_02 {
    background-position: center left 20%;
  }
  .sec_02 .container {
    width: calc(100vw - 30px);
  }

  .sec_02 ul {
    font-size: 17px;
  }
  .mainBG {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, rgba(0, 0, 0, 0)),
      color-stop(80%, rgba(0, 0, 0, 0.7))
    );
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.7) 80%
    );
  }

  /* sec_03 ******************************/
  .sec_03 {
    background-color: #ededed;
  }
  .sec_03 .container {
    padding-bottom: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
  }

  .sec_03 h3 {
    margin-bottom: 20px;
  }

  .sec_03 .icoTent {
    display: block;
    padding: 0 20px 0 50px;
  }

  .icoBox {
    width: auto;
    padding: 0.2rem 0;
  }

  .icoImg {
    width: 0.8rem;
  }

  .icoTxt {
    font-size: 0.28rem;
    padding-right: 0;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }

  .icoBox:nth-child(3n) .icoTxt {
    padding-right: 0;
  }

  .icoTxt .bold {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0.3em;
  }

  /* slickBx */
  .slickBox {
    width: 100%;
    position: relative;
  }

  .slickBx {
    width: 100%;
  }

  .slick-dots {
    left: 0;
    bottom: -50px;
  }

  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 0;
  }

  /* sec_04 ******************************/
  .sec_04 .tentBox {
    width: 100%;
    /* padding-left: 20px; */
  }

  .sec_04 .tentBox > img {
    width: 80%;
  }

  .sec_04 h3 {
    /* max-width: 600px; */
    /* margin: 0 auto 0.2em auto; */
    /* padding-left: 30px; */
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
  }

  .sec_04 .tableBox {
    /* max-width: 600px; */
    /* font-size: 0.28rem; */
    /* padding-left: 30px; */
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
  }

  .tbTlt {
    margin-right: 1.5em;
  }

  .tbTent {
    width: calc(100% - 9em);
    padding-bottom: 0.5em;
  }

  .sec_06 .W30 {
    width: 40%;
  }

  .sec_06 .W70 {
    width: 60%;
  }
}
@media screen and (max-width: 620px) {
  .slick-next {
    right: 45px;
    top: 38%;
    opacity: 0.6;
  }
  .slick-prev {
    left: 55px;
    z-index: 3;
    top: 38%;
    opacity: 0.6;
  }
  .sec_02 h2 {
    font-size: 18px;
    width: 100%;
    text-align: left;
  }

  .sec_02 h4 {
    font-size: 15px;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .sec_02 .tentBox {
    justify-content: flex-end;
    padding-left: 35px;
  }

  .sec_05 h2 {
    font-size: 18px;
  }

  .sec_05 h3 {
    font-size: 17px;
  }

  .sec_05 h4 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
    /* text-align: end; */
    font-size: 15px;
  }
  .sec_05 .tentBox {
    padding-left: 35px;
  }

  .prodImg {
    width: 285px;
  }

  .sec_04 .tableBox {
    flex-direction: column;
    align-items: center;
  }

  .tableBox:before {
    top: -15px;
    height: calc(100% + 15px);
  }

  .sec_04 .img2 {
    width: 105%;
    margin-top: 15px;
  }

  .sec_04 .img1 {
    width: 35%;
  }

  .img1::after {
    opacity: 0;
  }

  .sec_04 h3,
  .sec_06 h3 {
    margin-bottom: 20px;
  }

  .sec_06 .W40 {
    width: 100%;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
  }

  .sec_06 .tableBox {
    flex-direction: column;
  }

  .sec_06 .W40 img {
    width: 65px;
    margin-right: 0;
  }

  .sec_06 .d_flex {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 10px;
  }

  .sec_06 .W40 p {
    line-height: 1.4;
    font-size: 14px;
  }
  .sec_04 .img1 h5 {
    font-size: 15px;
  }

  .sec_06 .W60 {
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
  }

  .sec_06 .W40 h6 {
    font-size: 14px;
    text-align: center;
    width: 65px;
    letter-spacing: 0px;
  }

  .sec_06 .W60 img {
    width: 30%;
  }

  .sec_06 .container {
    padding-left: 5%;
  }

  .sec_06 .btn-primary {
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 15px;
    border-radius: 20px;
  }
  .sec_05 {
    background-position: left 18% center;
  }
  .sec_04 .tentBox {
    transform: translate(0, 20px);
  }
  .sec_06 .tentBox {
    transform: translate(0, -30px);
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 17px;
  }
  .sec_03 .icoTent {
    padding: 0 10px 0 35px;
  }

  .icoBox {
    padding: 0 0 10px;
    margin-bottom: 20px;
  }

  .icoTxt {
    font-size: 14px;
    line-height: 1.5;
  }
  .tbTent {
    line-height: 1.5;
  }

  .sec_02 {
    background-position: top left 15%;
  }
  .sec_02 p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .sec_05 .tentBox {
    /* padding-left: 20px; */
    align-items: flex-start;
    justify-content: flex-end;
  }

  .slick-next {
    right: 25px;
  }
  .slick-prev {
    left: 45px;
  }

  /* .sec_05 .tentBox {
    height: calc(100vh - 120px);
    overflow-y: scroll;
  } */
}
