@charset "utf-8";
body {
  overflow-x: hidden;
}

.tp-Container section.tp-About .sw-Contents_Text {
  text-align: left;
  width: 64%;
  margin: auto;
}

@media (min-width: 1025px) {
  .tp-History {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1024px) {
  img.tp-Hero_Slide-01.pc-view {
    width: auto;
    height: 650px;
  }
  img.tp-Hero_Slide-02.pc-view {
    width: auto;
    height: 650px;
  }
  .tp-Hero .tp-Hero_Slide-01_Wrap {
    position: absolute;
    top: 58%;
    transform: translate(-50%, -50%);
    left: 49.5%;
    height: auto;
    bottom: inherit;
    width: 20%;
  }
  .tp-Hero .tp-Hero_Slide-02_Wrap {
    position: absolute;
    bottom: -85px;
    left: 61.5%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  /*
  section.tp-About {
    height: 20vh;
    margin-top: 40vh;
    margin-bottom: 15vh;
  }
*/
  .tp-Container section.tp-About .sw-Contents_Text {
    width: auto
  }
}

@media screen and (max-width: 767px) {
  .tp-Message {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 375px) {
/*
  .tp-Container section.tp-Hero {
    display: block;
    height: 568px;
  }
*/
  .tp-Hero .tp-Hero_Slide-01 {
    max-height: 90%;
    left: -5%
  }
  /*
    .tp-Hero .tp-Hero_Slide-02 {
        max-height: 60%;
    }
*/
  .tp-Hero .tp-Hero_Slide-02 {
    left: 50%;
  }
  /*
  .tp-Container section.tp-About {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
*/
  .tp-Container section .sw-Contents_Text {
    text-align: left;
  }
  /*
  .tp-Container section.tp-Message {
    height: 568px;
  }
*/
  .tp-Message .st-Container_Inner {
    top: 10vh
  }
}
