@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*ヘッダー*/
/*メイン*/
#name_top {
  margin: 0;
  width: 100%;
  background-image: url("../img/strengths/back_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  height: 30em; }
  #name_top h1 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

#strengths {
  width: 100%;
  margin: 5em 0 0; }
  #strengths h2 {
    color: #84b428;
    font-size: 187%;
    text-align: center; }
    #strengths h2 span {
      display: block;
      margin: 2em 0 0; }
  #strengths p {
    text-align: center;
    margin: 2em auto 0; }
  #strengths ul {
    width: 100%;
    margin: 3em 0 0; }
    #strengths ul li {
      width: 100%;
      padding: 0 0 5em;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      #strengths ul li:nth-child(1) {
        background-image: url("../img/strengths/back01.jpg"); }
      #strengths ul li:nth-child(2) {
        background-image: url("../img/strengths/back02.jpg"); }
      #strengths ul li:nth-child(3) {
        background-image: url("../img/strengths/back03.jpg"); }
      #strengths ul li:nth-child(4) {
        background-image: url("../img/strengths/back04.jpg"); }
      #strengths ul li:nth-child(5) {
        background-image: url("../img/strengths/back05.jpg"); }
      #strengths ul li:nth-child(odd) dl {
        width: 40%;
        padding: 4em 5%;
        background-color: rgba(255, 255, 255, 0.9); }
        #strengths ul li:nth-child(odd) dl dt {
          color: #84b428;
          font-size: 156%;
          font-weight: bold; }
          #strengths ul li:nth-child(odd) dl dt span {
            display: block;
            width: 100px;
            margin: 0 0 1em; }
          #strengths ul li:nth-child(odd) dl dt i {
            font-style: normal;
            display: block;
            color: #000;
            font-size: 60%; }
        #strengths ul li:nth-child(odd) dl dd {
          margin: 2em 0 0; }
      #strengths ul li:nth-child(even) dl {
        width: 40%;
        padding: 4em 5%;
        margin: 0 0 0 auto;
        background-color: rgba(255, 255, 255, 0.9); }
        #strengths ul li:nth-child(even) dl dt {
          color: #84b428;
          font-size: 156%;
          font-weight: bold; }
          #strengths ul li:nth-child(even) dl dt span {
            display: block;
            width: 100px;
            margin: 0 0 1em; }
          #strengths ul li:nth-child(even) dl dt i {
            font-style: normal;
            display: block;
            color: #000;
            font-size: 60%; }
        #strengths ul li:nth-child(even) dl dd {
          margin: 2em 0 0; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #name_top {
    height: 20em; }
    #name_top h1 {
      width: 90%; }

  #strengths {
    width: 90%;
    margin: 5em auto 0; }
    #strengths h2 {
      font-size: 160%; }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #name_top {
    height: 20em; }
    #name_top h1 {
      width: 90%; }

  #strengths {
    margin: 2.5em 0 0; }
    #strengths h2 {
      font-size: 130%; }
    #strengths p {
      margin: 1em auto 0; }
    #strengths ul {
      width: 100%;
      margin: 1.5em 0 0; }
      #strengths ul li {
        padding: 0 0 2.5em; }
        #strengths ul li:nth-child(1) {
          background-image: none; }
        #strengths ul li:nth-child(2) {
          background-image: none; }
        #strengths ul li:nth-child(3) {
          background-image: none; }
        #strengths ul li:nth-child(4) {
          background-image: none; }
        #strengths ul li:nth-child(odd) dl {
          width: 90%;
          padding: 2em 5%;
          background-color: #fff; }
          #strengths ul li:nth-child(odd) dl dt {
            font-size: 130%; }
            #strengths ul li:nth-child(odd) dl dt span {
              width: 80px; }
          #strengths ul li:nth-child(odd) dl dd {
            margin: 1em 0 0; }
        #strengths ul li:nth-child(even) dl {
          width: 90%;
          padding: 2em 5%;
          margin: 0; }
          #strengths ul li:nth-child(even) dl dt {
            font-size: 130%; }
            #strengths ul li:nth-child(even) dl dt span {
              width: 80px; }
          #strengths ul li:nth-child(even) dl dd {
            margin: 1em 0 0; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
