@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* スマホ表示修正 */
@media screen and (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    padding: 80px 16px 120px !important;
  }
  .hero-title {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }
  .hero-concept {
    font-size: 0.75rem !important;
  }
  .president-inner {
    grid-template-columns: 1fr !important;
  }
  .section-title {
    font-size: 1.6rem !important;
  }
  .trust-bar-inner {
    flex-wrap: wrap !important;
  }
  .trust-item {
    flex: 1 1 50% !important;
    padding: 14px !important;
  }
  .trust-num {
    font-size: 1.4rem !important;
  }
}

