@charset "utf-8";

@media screen and (max-width: 750px) {

  br.pc {
    display: none;
  }

  br.sp {
    display: inline;
  }

  .wrapper {
    text-align: center;
  }

  .wrapper>* {
    text-align: left;
  }

  #visual {
    height: calc(94vw);
  }

  #visual .slick-list {
    width: 100%;
  }

  #visual .slick-slide,
  #visual .slick-slide img {
    max-width: 100%;
  }

  #visual .slick-list::after {
    content: none;
  }

  #visual .catch {
    width: 100%;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    padding-right: 0;
    text-align: center;
  }

  #visual .catch h1 {
    font-size: 12vw;
    padding-left: 0.2em;
  }

  #visual .catch h2 {
    font-size: 4vw;
    padding-left: 1em;
  }

  #visual .catch h2 br {
    display: none;
  }

  #siteHd {
    padding: 20px 20px;
  }

  #siteHd h1 {
    width: 80px;
    top: 0;
  }

  #menuBt {
    width: 70px;
    height: 70px;
    right: 0;
    top: 10px;
  }

  .secTitle {
    font-size: 30px;
    position: relative;
    transform-origin: left top;
    transform: none;
    left: auto;
    margin-bottom: 20vw;
  }

  .secTitleRight {
    right: auto;
    left: auto;
    top: auto;
  }

  #concept {
    padding: 100px 0;
  }

  #concept .box {
    display: block;
    text-align: center;
    padding: 0 5%;
  }

  #concept .catch {
    margin-right: 0;
  }

  #concept .catch h1 {
    padding-left: 1em;
    font-size: 22px;
  }

  #concept .body {
    text-align: left;
    display: inline-block;
    margin-top: 20px;
  }

  #concept .body br:nth-child(2) {
    display: none;
  }

  #brand {
    margin-bottom: 20vw;
  }

  #brand .brandBox {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #brand .brandBox .img {
    width: 90%;
    margin: 0 auto 30px;
  }

  #brand .brandBox .tx {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  #brand .brandBox#brandBox02 .tx {
    text-align: center;
  }

  @media screen and (max-width: 520px) {
    #brand footer nav li {
      display: block;
    }

    #brand footer nav li:not(:nth-child(1)) {
      margin-left: 0;
      margin-top: 20px;
    }
  }

  #company {
    padding-bottom: 40vw;
  }

  .companyData dt,
  .companyData dd {
    padding-bottom: 30px;
    line-height: 180%;
  }

  .companyData dt {
    position: absolute;
    width: 6em;
  }

  .companyData dd {
    padding-left: 7em;
  }

  .lastImg {
    width: 80vw;
    height: 30vw;
    bottom: -3vw;
  }

  #contact {
    padding: 20vw 0;
  }

  #contact .secTitle {
    margin-bottom: 10vw;
  }

  #contact .box {
    display: block;
    text-align: center;
    padding-left: 0;
  }

  #contact .tx {
    padding-right: 0;
  }

  #contact .mail {
    margin: 40px auto 0;
  }

  #contact .btnBase {
    display: inline-block;
    width: 80%;
  }

  #siteFt {
    padding: 20px 10px;
    min-height: 66px;
  }

  #siteFt h1 {
    left: 10px;
    top: 10px;
    width: 60px;
  }

  #siteFt .copyright {
    padding-top: 5px;
  }



  /*----------------------------------------------------
  notice
----------------------------------------------------*/

  #notice .wrapper {
    border: 10px solid #EBEEF2;
    padding: 20px 15px;
    margin-bottom: 100px;
  }

  #notice .date {
    font-size: 10px;
  }

  #notice h1 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 30px;
  }

  #notice .body {
    font-size: 12px;
  }
  .siteList {
    flex-direction: column;
    margin-top: 20px;
  }

  .siteList dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 150%;
  }

  .siteList dt h2 {
    min-height: 0;
  }

  .siteList dd {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  #notice .siteList dd mark {
    white-space: normal;
    word-break:break-all;
  }

  #notice .alert {
    text-align: left;
    font-size: 12px;
    margin: 0px 0 30px;
  }

  #notice .point h2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  #notice .point ul {
    margin-bottom: 20px;
  }

  #notice .point li {
    font-size: 12px;
    margin-bottom: 3px;
  }

  #notice .point li strong{
    font-weight: bold;
  }

  #notice .mail mark {
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px;
  }

  #notice .end {
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  #notice .end br{
    display: none;
  }

  #notice .name {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    margin-top: 30px;
  }



}