/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .fix_bg {
    padding-top: 60px; } }

.sec01 .illust {
  margin-bottom: clamp(30px, 3.334vw, 40px); }
  @media screen and (max-width: 480px) {
    .sec01 .illust {
      margin: 0 -30px 30px; } }
  .sec01 .illust .cap {
    /*
    bottom:5%;
    right:5%;
    */ }
.sec01 .concept_word_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: clamp(50px, 6.667vw, 80px); }
  .sec01 .concept_word_wrap .concept_word {
    width: 47.34%;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .sec01 .concept_word_wrap .concept_word {
        width: 70%; } }
  .sec01 .concept_word_wrap .concept_read {
    font-size: clamp(15px, 2vw, 24px);
    margin: clamp(30px, 3.334vw, 40px) 0 clamp(40px, 6.667vw, 80px); }
    @media screen and (max-width: 480px) {
      .sec01 .concept_word_wrap .concept_read {
        font-size: 5vw;
        margin: 30px 0; } }
  .sec01 .concept_word_wrap .read {
    line-height: 2.5; }
    @media screen and (max-width: 480px) {
      .sec01 .concept_word_wrap .read {
        line-height: 2; } }
.sec01 .image_wrap {
  padding: 0 20px;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  column-gap: 1.28%; }
  @media screen and (max-width: 480px) {
    .sec01 .image_wrap {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 10px; } }
  .sec01 .image_wrap .image_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10px, 1.286vw, 18px) 2.59%; }
    @media screen and (max-width: 480px) {
      .sec01 .image_wrap .image_in {
        gap: 8px 2.59%; } }
    .sec01 .image_wrap .image_in figure {
      opacity: 0;
      filter: grayscale(1);
      transition: 1s opacity ease-in-out 0s, 1s filter ease-in-out 2s; }
      .sec01 .image_wrap .image_in figure.page_in {
        opacity: 1;
        filter: grayscale(0); }
      .sec01 .image_wrap .image_in figure img {
        width: 100%; }
    .sec01 .image_wrap .image_in.image_l figure.row2 {
      grid-row: 1/3; }
    .sec01 .image_wrap .image_in.image_l figure.col2 {
      grid-column: 1/3; }
    .sec01 .image_wrap .image_in.image_r figure.col2 {
      grid-column: 1/3; }
    .sec01 .image_wrap .image_in.image_r figure.row2 {
      grid-row: 2/4; }

.access_button_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .access_button_wrap {
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px 4%; } }
  .access_button_wrap .button_item {
    width: 31.67%;
    font-size: clamp(12px, 1.286vw, 18px); }
    @media screen and (max-width: 768px) {
      .access_button_wrap .button_item {
        width: 48%;
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .access_button_wrap .button_item {
        font-size: 16px;
        width: 90%; } }
    .access_button_wrap .button_item a {
      width: 100%;
      height: 100%;
      padding: 1em 0.83em;
      line-height: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 0.5em;
      transition: background 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
      color: #FFF;
      position: relative;
      background: #877533;
      border: 1px solid #877533;
      text-align: center; }
      .access_button_wrap .button_item a .en {
        font-size: 0.8em;
        letter-spacing: 0.1em; }
      .access_button_wrap .button_item a:after {
        content: "";
        margin: 0;
        padding: 0;
        border: none;
        border-bottom: solid 1px #FFF;
        border-right: solid 1px #FFF;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 20px;
        height: 6px;
        width: 22px;
        transform: skewX(45deg);
        transition: border 0.3s ease-in-out 0s; }
      @media (hover: hover) {
        .access_button_wrap .button_item a:hover {
          color: #877533;
          background: #FFF; }
          .access_button_wrap .button_item a:hover:after {
            border-color: #877533; } }

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