@charset "UTF-8";
@keyframes textfade {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@media screen and (min-width:769px) {
  #concept #submainbox::after {
    display: none;
  }
  #concept .rec_bgbox {
    padding: 165px 0;
    background: #FAFAFA;
  }
  #concept .overtxcont {
    margin: 0 0 0 0;
    transform: rotate(0.03deg);
  }
  #concept .overtxcont .innerbox {
    width: 1000px;
    margin: 0 auto;
    padding: 200px 0;
  }
  #concept .overtxcont .innerbox .undertx {
    margin: 0 0 0 0;
    text-align: center;
  }
  #concept .overtxcont .utx {
    font-size: 1.8rem;
    line-height: 3.8rem;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 40px 0;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    letter-spacing: 2px;
  }
  #concept .overtxcont .utx.box2 {
    font-size: 5.5rem;
    line-height: 1.2;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 75px 0;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    letter-spacing: 2px;
  }
  #concept .overtxcont .underbox {
    position: relative;
    display: inline-block;
    top: 50px;
    opacity: 0;
  }
  #concept .overtxcont .underbox.active {
    animation-name: textfade;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  #concept .overtxcont .overbox {
    font-size: 1.8rem;
    line-height: 3.8rem;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0 0;
    width: 100%;
    color: #222;
    text-align: center;
    -webkit-text-stroke: 1px #222;
    letter-spacing: 2px;
  }
  #concept .overtxcont .box2 .overbox {
    font-size: 5.5rem;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    margin: 0 0 0 0;
    color: #222;
    text-align: center;
    -webkit-text-stroke: 1px #222;
    letter-spacing: 2px;
  }
  @media (-webkit-min-device-pixel-ratio: 2) {
    #concept .overtxcont .utx {
      font-size: 1.8rem;
      line-height: 3.8rem;
      font-weight: 600;
      display: inline-block;
      margin: 0 0 40px 0;
      position: relative;
      color: transparent;
      -webkit-text-stroke: 0.4px #222;
      letter-spacing: 2px;
    }
    #concept .overtxcont .utx.box2 {
      font-size: 5.5rem;
      line-height: 1.2;
      font-weight: 600;
      display: inline-block;
      margin: 0 0 75px 0;
      position: relative;
      color: transparent;
      -webkit-text-stroke: 0.4px #222;
      letter-spacing: 2px;
    }
    #concept .overtxcont .overbox {
      font-size: 1.8rem;
      line-height: 3.8rem;
      font-weight: 600;
      display: inline-block;
      margin: 0 0 0 0;
      width: 100%;
      color: #222;
      text-align: center;
      -webkit-text-stroke: 0.4px #222;
      letter-spacing: 2px;
    }
    #concept .overtxcont .box2 .overbox {
      font-size: 5.5rem;
      line-height: 1.2;
      font-weight: 600;
      display: block;
      margin: 0 0 0 0;
      color: #222;
      text-align: center;
      -webkit-text-stroke: 0.4px #222;
      letter-spacing: 2px;
    }
  }
  #concept .overtxcont .overtx {
    overflow: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    display: inline-block;
  }
  #concept .overtxcont .overmask {
    width: 0%;
    overflow: hidden;
    padding: 0 0 5px 0;
    transition: all 1s;
    transition-delay: 1.5s;
  }
  #concept .overtxcont .overmask.active {
    width: 100%;
    overflow: hidden;
  }
  #concept .overtxcont .overbox {
    white-space: nowrap;
  }
  @media all and (-ms-high-contrast:none) {
    #concept .overtxcont .utx {
      text-shadow:
        1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
    }
  }
  #concept .messagecont {
    padding: 165px 0 130px 0;
    background: #fafafa;
  }
  #concept .messagecont .innerbox {
    width: 1000px;
    margin: 0 auto;
  }
  #concept .messagecont .tlcont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #concept .messagecont .tl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #concept .messagecont .sub {
    font-size: 2rem;
    line-height: 2.9rem;
    margin: 0 0 40px 0;
    text-align: left;
  }
  #concept .messagecont .txcont {
    padding: 30px 0 150px 0;
    position: relative;
  }
  #concept .messagecont .txcont .txcontainer {
    position: relative;
    z-index: 2;
  }
  #concept .messagecont .txcont .ph {
    width: 742px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  #concept .messagecont .txcont .tlbox {
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 600;
    margin: 0 0 30px 0;
  }
  #concept .messagecont .txcont .tx {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin: 0 0 30px 0;
  }
  #concept .messagecont .txcont .cap {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin: 0 0 10px 0;
    font-weight: 600;
  }
  #concept .messagecont .txcont .name {
    width: 125px;
  }
}
@media screen and (max-width:768px) {
  #concept #submainbox::after {
    display: none;
  }
  #concept .rec_bgbox {
    padding: 110px 0;
    background: #FAFAFA;
  }
  #concept .overtxcont {
    margin: 0 0 0 0;
  }
  #concept .overtxcont .innerbox {
    width: 90%;
    margin: 0 auto;
    padding: 110px 0;
  }
  #concept .overtxcont .innerbox .undertx {
    margin: 0 0 0 0;
    text-align: center;
  }
  #concept .overtxcont .utx {
    font-size: 3.6vw;
    line-height: 5vw;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 30px 0;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 0.4px #222;
    letter-spacing: 1px;
  }
  #concept .overtxcont .utx.box2 {
    font-size: 9.51vw;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 55px 0;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 0.4px #222;
    letter-spacing: 1px;
  }
  #concept .overtxcont .underbox {
    position: relative;
    display: inline-block;
    top: 50px;
    opacity: 0;
  }
  #concept .overtxcont .underbox.active {
    animation-name: textfade;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  #concept .overtxcont .overbox {
    font-size: 3.6vw;
    line-height: 5vw;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0 0;
    width: 100%;
    color: #222;
    text-align: center;
    -webkit-text-stroke: 0.4px #222;
    letter-spacing: 1px;
  }
  #concept .overtxcont .box2 .overbox {
    font-size: 9.51vw;
    line-height: 1.3;
    font-weight: 600;
    display: inline;
    margin: 0 0 0 0;
    color: #222;
    text-align: center;
    -webkit-text-stroke: 0.4px #222;
    letter-spacing: 1px;
  }
  #concept .overtxcont .overtx {
    overflow: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    display: inline-block;
  }
  #concept .overtxcont .overmask {
    width: 0%;
    overflow: hidden;
    padding: 0 0 5px 0;
    transition: all 1s;
    transition-delay: 1.5s;
  }
  #concept .overtxcont .overmask.active {
    width: 100%;
    overflow: hidden;
  }
  #concept .overtxcont .overbox {
    white-space: nowrap;
  }
  @media all and (-ms-high-contrast:none) {
    #concept .overtxcont .utx {
      text-shadow:
        1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
    }
  }
  #concept .messagecont {
    padding: 110px 0 110px 0;
    background: #fafafa;
  }
  #concept .messagecont .innerbox {
    width: 90%;
    margin: 0 auto;
  }
  #concept .messagecont .tlcont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #concept .messagecont .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.2rem;
    margin: 0 0 10px 0;
    text-align: left;
  }
  #concept .messagecont .sub {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 40px 0;
    text-align: left;
  }
  #concept .messagecont .txcont {
    padding: 0 0 0 0;
    position: relative;
  }
  #concept .messagecont .txcont .txcontainer {
    position: relative;
    z-index: 2;
  }
  #concept .messagecont .txcont .ph {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: 30px 0 0 0;
  }
  #concept .messagecont .txcont .tlbox {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
  }
  #concept .messagecont .txcont .tx {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
  }
  #concept .messagecont .txcont .cap {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 0 10px 0;
    font-weight: 600;
  }
  #concept .messagecont .txcont .name {
    width: 100px;
  }
}