@charset "UTF-8";
/* Vendor */
/* @import "compass"; */
/* Site settings */
/*----------------------------------------
Font-style
----------------------------------------*/
/*フォント=>サイズ・太さ・文字間・行間*/
/*----------------------------------------
レイアウト
----------------------------------------*/
/*ラッパーサイズ*/
/*コンテンツサイズ*/
/*行揃え(インデント)*/
/*スクロールズレ調整*/
/*縦書き*/
/*横書き*/
/*画像レスポンシブ対応サイズ調整*/
/*----------------------------------------
タイトル下部横線 (擬似要素実装)
----------------------------------------*/
/*----------------------------------------
第二階層 タイトル・背景
----------------------------------------*/
/*----------------------------------------
アイコン矢印 (くの字)
----------------------------------------*/
/*----------------------------------------
動き
----------------------------------------*/
/*フェードエフェクト*/
#growth {
  padding: 0 3%;
  max-width: calc(1000px + 6%);
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  #growth {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 559px) {
  #growth {
    margin-top: 2rem;
  }
}
#growth section#lead {
  margin: 3rem 0 6rem;
}
@media screen and (max-width: 959px) {
  #growth section#lead {
    margin: 3rem 0 4rem;
  }
}
#growth section#lead h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #00a0e9;
}
@media screen and (max-width: 559px) {
  #growth section#lead h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
#growth section#lead .image {
  margin: 3rem auto;
}
#growth section#lead .lead p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media screen and (max-width: 559px) {
  #growth section#lead .lead p br {
    display: none;
  }
}
#growth section#lead .lead p span {
  color: #00a0e9;
  font-weight: bold;
}
#growth section#detail-1 .ttlholder, #growth section#detail-2 .ttlholder {
  background: #00a0e9;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  #growth section#detail-1 .ttlholder, #growth section#detail-2 .ttlholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#growth section#detail-1 .ttlholder h3, #growth section#detail-2 .ttlholder h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}
@media screen and (max-width: 959px) {
  #growth section#detail-1 .ttlholder h3, #growth section#detail-2 .ttlholder h3 {
    width: 100%;
    margin: 0;
  }
}
#growth section#detail-1 .ttlholder h3 span, #growth section#detail-2 .ttlholder h3 span {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 559px) {
  #growth section#detail-1 .ttlholder h3 span, #growth section#detail-2 .ttlholder h3 span {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
  }
}
#growth section#detail-1 .ttlholder h3 span:nth-child(1), #growth section#detail-1 .ttlholder h3 span:nth-child(3), #growth section#detail-2 .ttlholder h3 span:nth-child(1), #growth section#detail-2 .ttlholder h3 span:nth-child(3) {
  padding: 0.5rem;
}
#growth section#detail-1 .ttlholder p, #growth section#detail-2 .ttlholder p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  #growth section#detail-1 .ttlholder p, #growth section#detail-2 .ttlholder p {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 559px) {
  #growth section#detail-1 .ttlholder p, #growth section#detail-2 .ttlholder p {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
#growth section#detail-1 .ttlholder p span, #growth section#detail-2 .ttlholder p span {
  display: block;
  padding-left: 1rem;
}
@media screen and (max-width: 959px) {
  #growth section#detail-1 .ttlholder p span, #growth section#detail-2 .ttlholder p span {
    display: inline;
    padding: 0;
  }
}
#growth section#detail-1 .inyo, #growth section#detail-2 .inyo {
  padding: 3rem 2rem 0;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}
#growth section#detail-1 .inyo a, #growth section#detail-2 .inyo a {
  font-size: 11px;
  word-wrap: break-word;
  color: #000;
}
#growth section#detail-1 .inyo a:hover, #growth section#detail-2 .inyo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 559px) {
  #growth section#detail-1 .inyo, #growth section#detail-2 .inyo {
    padding: 1rem 2rem 0;
  }
}
#growth section#detail-1 ul {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  #growth section#detail-1 ul {
    margin-top: 2rem;
  }
}
#growth section#detail-1 ul li {
  width: 48%;
  margin-bottom: 3rem;
}
#growth section#detail-1 ul li:nth-child(3), #growth section#detail-1 ul li:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  #growth section#detail-1 ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  #growth section#detail-1 ul li:nth-child(3) {
    margin-bottom: 2rem;
  }
}
#growth section#detail-1 ul li h4 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #00a0e9;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #00a0e9;
  padding: 0.5rem 0;
}
#growth section#detail-1 ul li .txt p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
#growth section#detail-2 {
  margin-top: 4rem;
}
#growth section#detail-2 .image {
  margin-top: 4rem;
}
@media screen and (max-width: 559px) {
  #growth section#detail-2 .image {
    display: none;
  }
}
#growth section#detail-2 .image-sp {
  display: none;
}
@media screen and (max-width: 559px) {
  #growth section#detail-2 .image-sp {
    display: block;
  }
}
@media screen and (max-width: 559px) {
  #growth section#detail-2 .ttlholder h3 {
    display: inline;
    padding-top: 0.5rem;
  }
  #growth section#detail-2 .ttlholder h3 span {
    display: inline;
  }
  #growth section#detail-2 .ttlholder p {
    padding: 1rem 0;
  }
}/*# sourceMappingURL=growth.css.map */