/* ----------- */
/* TOPページ */
/* ----------- */

@media screen and (max-width: 768px) {
  /* BLOOMING */
  /* ----------- */
  .blooming_wrap {
    padding: 40px 0;
  }

  .blooming_contents {
    padding: 0 12px;
    display: block;
    text-align: center;
  }

  .blooming_layout_title {
    flex: unset;
    position: unset;
    display: inline-block;
    border-bottom: 1px solid #707070;
    padding: 0 20px 16px;
  }

  .blooming_title {
    position: unset;
    top: unset;
    transform: unset;
  }

  .blooming_title_highlight {
    font-size: 52px;
  }

  .blooming_title_text {
    text-align-last: left;
    font-size: 14px;
  }

  .blooming_description {
    font-size: 14px;
    padding: 0 20px;
    border-left: none;
    line-height: 1.6;
    margin-top: 16px;
    text-align: left;
  }

  /* メインスライド */
  /* ----------- */

  /* TOP画像作業 */
  .main_slide_img_year {
    width: 65%;
  }


  /* NEWS */
  /* ----------- */
  .news {
    padding: 20px 12px;
  }

  .news_list_link {
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 52px 8px 100px;
    min-height: 60px;
    display: flex;
    align-items: center;
  }

  /* ABOUT US */
  /* ----------- */

  .aboutus_slide {
    width: 100%;
    padding: unset;
    background-color: unset;
  }

  /* MESSAGE */
  /* ----------- */
  .message_wrap {
    margin-top: 0;
  }
  .message_layout {
    display: block;
    padding: 16px;
    margin-bottom: 16px;
  }
  .message_layout_img {
    display: block;
    align-items: unset;
    overflow: unset;
    border-radius: unset;
    width: 100%;
    padding-right: 0;
  }
  .message_img {
    height: unset;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .message_title {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .message_layout_text {
    margin-right: 0;
  }
  .message_text {
    font-size: 14px;
  }
  .message_layout_text::after {
    margin-top: 8px;
    background-position: right bottom;
  }
  .message_text_br {
    display: none;
  }
  .message_link_read_all {
    display: block;
    margin-left: auto;
  }

  /* CULTURE */
  /* ----------- */
  .culture_layout {
    display: block;
  }
  .culture {
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
  }
  .culture_title {
    font-size: 14px;
    text-align: left;
  }
  .culture_text {
    font-size: 14px;
    text-align: left;
  }

  /* DATA */
  /* ----------- */
  .data_layout {
    padding-bottom: 120px;
  }

  /* MEMBERS */
  /* ----------- */

  .members_layout {
    display: block;
    padding-bottom: 80px;
  }
  .members {
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
  }
  .members:nth-child(1),
  .members:nth-child(2) {
    margin-top: 0;
  }
  .members_title {
    text-align: left;
    font-size: 14px;
  }
  .members_text {
    text-align: left;
    font-size: 14px;
    margin: 8px 0;
  }

  /* DEVELOPMENT */
  /* ----------- */
  .development_layout {
    padding-bottom: 120px;
  }
  .development {
    padding: 16px;
  }
  .development_title {
    font-size: 14px;
    padding-bottom: 8px;
    text-align: center;
  }
  .development_text {
    font-size: 14px;
  }
  .development_text_br {
    display: none;
  }

  /* ACCESS */
  /* ----------- */
  .access_text {
    font-size: 14px;
  }

  /* BLOG */
  /* ----------- */
  .blog_layout {
    display: block;
  }
  .blog {
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
  }
  
  .blog_text {
    height: unset;
    font-size: 14px;
    text-align: left;
  }

  /* JOB DESCRIPTION */
  /* ----------- */
  .job_layout {
    display: block;
  }
  .job {
    width: 100%;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 12px;
  }

}


