@charset "utf-8";

/*==========================
NEWS
==========================*/
.section--NEWS {
    background: #EFEFFB;
  }
  
  .news__list {
    line-height: 1.5;
  }
  
  .news__topic {
    margin-bottom: 40px;
    width: fit-content;  
    cursor: pointer;  
  }
  
  .link:hover {
    opacity: 0.5;
  }
  
  time {
    letter-spacing: 1px;
  }
  
  @media screen and (min-width: 769px) {
    .news__list {
      margin: 0 auto;
      max-width: 600px;
    }
  
    .news__topic {
      display: flex;
      justify-content: center;
      gap: 60px;
    }
  }/* pc 769px */

  /*==========================
  CONTACT
  ==========================*/
  .section--contact {
    background: #E3E2E2;
    padding-left: 0;
    padding-right: 0;
  }

  .section__colortopic {
    font-size: 60px;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #5F5F5F;
    letter-spacing: -2px;
  }

  .section__colortopic span:nth-child(1) {
    color: var(--primary-orange);
  }

  .section__colortopic span:nth-child(2) {
    color: #fff;
  }

  .section__colortopic span:nth-child(3) {
    color: var(--primary-yellow);
  }

  .section__colortopic span:nth-child(4) {
    color: #fff;
    margin-left: 3px;
  }

  .section__colortopic span:nth-child(5) {
    color: var(--primary-green);
    margin-left: -6px;
  }

  .section__colortopic span:nth-child(6) {
    color: #fff;
  }

  .section__colortopic span:nth-child(7) {
    color: var(--primary-blue);
  }

  .contact__gif {
    margin-top: 45px;
  }
  
  .contactbtn {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

  .contactbtn:hover {
    opacity: 0.5;
  }

  .contacttopic {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

  .contact__aftertopic {
    height: 30px;
  }

  @media screen and (min-width: 425px) {
    .section__colortopic {
      font-size: 75px;
    }

    .contact__aftertopic {
      height: 40px;
    }

  }/* pc 425px */



  @media screen and (min-width: 769px) {
    .section__colortopic {
      font-size: 150px;
      -webkit-text-stroke: 2px #5F5F5F;
      letter-spacing: -4.5px;
    }
  }/* pc 769px */