/*! Writen  by SCSS */
.sec01 .concept_wrap .concept_in {
  padding-top: clamp(40px, 5vw, 60px);
  position: relative; }
  .sec01 .concept_wrap .concept_in .concept_word_group {
    flex-direction: column;
    text-align: center; }
    .sec01 .concept_wrap .concept_in .concept_word_group .concept_word {
      font-size: clamp(34px, 3.834vw, 46px);
      line-height: 1.5;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 820px) {
        .sec01 .concept_wrap .concept_in .concept_word_group .concept_word {
          font-size: 4vw; } }
      @media screen and (max-width: 480px) {
        .sec01 .concept_wrap .concept_in .concept_word_group .concept_word {
          font-size: 6vw;
          line-height: 1.4; } }
    .sec01 .concept_wrap .concept_in .concept_word_group .concept_logo {
      width: fit-content;
      position: relative;
      margin: clamp(30px, 4.167vw, 50px) auto clamp(40px, 6.667vw, 80px); }
      @media screen and (max-width: 480px) {
        .sec01 .concept_wrap .concept_in .concept_word_group .concept_logo {
          width: 96%; } }
      .sec01 .concept_wrap .concept_in .concept_word_group .concept_logo .flare {
        position: absolute;
        left: 36%;
        top: -70%;
        width: 37.37%;
        mix-blend-mode: screen; }
    .sec01 .concept_wrap .concept_in .concept_word_group .concept_read_group {
      flex-direction: column;
      row-gap: clamp(20px, 2.5vw, 30px);
      font-size: clamp(24px, 2.5vw, 30px); }
      @media screen and (max-width: 820px) {
        .sec01 .concept_wrap .concept_in .concept_word_group .concept_read_group {
          font-size: 3.6vw; } }
      @media screen and (max-width: 480px) {
        .sec01 .concept_wrap .concept_in .concept_word_group .concept_read_group {
          font-size: 5.4vw; } }
      .sec01 .concept_wrap .concept_in .concept_word_group .concept_read_group .c01 {
        line-height: 1.5; }
      @media screen and (max-width: 480px) {
        .sec01 .concept_wrap .concept_in .concept_word_group .concept_read_group .read_group {
          display: flex;
          flex-direction: column;
          row-gap: 20px; } }
      .sec01 .concept_wrap .concept_in .concept_word_group .concept_read_group .read_group .c02 {
        font-size: 53%;
        letter-spacing: 0.05em;
        line-height: 2.5; }
        @media screen and (max-width: 820px) {
          .sec01 .concept_wrap .concept_in .concept_word_group .concept_read_group .read_group .c02 {
            line-height: 2.2; } }
        @media screen and (max-width: 480px) {
          .sec01 .concept_wrap .concept_in .concept_word_group .concept_read_group .read_group .c02 {
            font-size: 13px; } }
.sec01 .concept_wrap .view_img_wrap {
  margin-top: -10vw;
  position: relative;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .sec01 .concept_wrap .view_img_wrap {
      margin-top: -10vw; } }
  .sec01 .concept_wrap .view_img_wrap .view_img > img {
    /*
    @include mq($br_sp){
    	max-width: none;
    	width: 800px;
    }
    */ }

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