@charset "UTF-8";


@media (min-width: 320px) {
  /* タイトル */
article.page_title {
      background: url("../images/concept/head_img.jpg") no-repeat 80% center;
      background-size: cover;
  }

  /* コンセプト*/
.concept {
    margin-bottom: 20px;
  }
.concept .concept_img1 {
    text-align: center;
    margin-bottom: 20px;
  }
.concept ol {
    text-align: center;
    list-style: none;
    padding: 20px 0 40px;
    position: relative;
  }
.concept ol:before {
      content: '　';
      display: block;
      width: 80px;
      height: 85px;
      background: url("../images/common/leaf_l1.png") no-repeat left top;
    background-size: contain;
      position: absolute;
      top: 0px;
      left: 0px;
  }
.concept ol:after {
      content: '　';
      display: block;
      width: 80px;
      height: 94px;
      background: url("../images/common/leaf_r2.png") no-repeat right bottom;
    background-size: contain;
      position: absolute;
      bottom: 0px;
      right: 0px;
  }
.concept ol .concept_no {
    font-size: 3.5rem;
    color: #826d45;
    font-style: italic;
  }
.concept ol .concept_note {
    font-size: 1.6rem;
    color: #826d45;
    margin-bottom: 0.5em;
  }

  /* what we do*/
.whatwedo h3 {
    font-size: 1.6rem;
    color: #2b120d;
    margin-bottom: 1em;
  }
.whatwedo dt {
    font-size: 1.1em;
    font-weight: bold;
    color: #826d45;
    margin-bottom: 0.5em;
    border-bottom: solid 1px #dec4a9;
  }
.whatwedo dt strong {
	font-size: 1.8rem;
    font-weight: normal;
    color: #826d45;
    font-style: italic;
    margin-right: 1em;
    line-height: 1;
  }
.whatwedo dt strong span {
    font-size: 2.3rem;
    color: #826d45;
    font-style: italic;
    line-height: 1;
  }
.whatwedo dd {
    margin-bottom: 1.5em;
  }
.whatwedo .whatwedo_outro {
    margin-top: 30px;
    overflow: hidden;
  }
.whatwedo .whatwedo_outro .space {
    width: 1px;
    height: 100%;
    background: transparent;
  }
.whatwedo .whatwedo_outro .concept_img2 {
    width: 40%;
    max-width: 190px;
    margin-left: 15px;
    clear: both;
    float: right;
  }

}

@media (min-width: 360px) {
}

@media (min-width: 400px) {
}

@media (min-width: 520px) {
}

@media (min-width: 768px) {
  /* コンセプト*/
.concept {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
  }
.concept .concept_img1 {
    width: 40%;
    margin-bottom: 0;
  }
.concept ol {
    width: 55%;
    padding: 10px 0 20px;
  }
.concept ol:before {
      width: 80px;
      height: 85px;
  }
.concept ol:after {
      width: 80px;
      height: 94px;
  }
.concept ol .concept_no {
    font-size: 4rem;
  }
.concept ol .concept_note {
    font-size: 2rem;
  }

  /* what we do*/
.whatwedo h3 {
    font-size: 2rem;
  }
.whatwedo dt {
    width: 20em;
  }
.whatwedo dt strong {
	font-size: 2.4rem;
    margin-right: 1em;
  }
.whatwedo dt strong span {
    font-size: 2.5rem;
  }
.whatwedo .whatwedo_outro {
    margin-top: 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
  }
.whatwedo .whatwedo_outro .space {
    display: none;
  }
.whatwedo .whatwedo_outro h3 {
    margin-top: auto;
  }
.whatwedo .whatwedo_outro .concept_img2 {
    width: 250px;
    max-width: none;
    margin-left: 15px;
    float: none;
    flex-shrink: 0;
  }

}

@media (min-width: 840px) {
}

@media (min-width: 1200px) {
  /* コンセプト*/
.concept {
    margin-bottom: 50px;
  }
.concept .concept_img1 {
    width: 42%;
    margin-bottom: 0;
  }
.concept ol {
    padding: 20px 0 40px;
  }
.concept ol:before {
      width: 142px;
      height: 151px;
  }
.concept ol:after {
      width: 145px;
      height: 171px;
  }
.concept ol .concept_no {
    font-size: 4rem;
  }
.concept ol .concept_note {
    font-size: 2rem;
  }

  /* what we do*/
.whatwedo h3 {
    font-size: 2.4rem;
  }
.whatwedo dt {
    width: 20em;
  }
.whatwedo dt strong {
	font-size: 2.6rem;
    margin-right: 1em;
  }
.whatwedo dt strong span {
    font-size: 2.6rem;
  }
.whatwedo .whatwedo_outro {
    margin-top: 30px;
  }
.whatwedo .whatwedo_outro .concept_img2 {
    width: 329px;
    margin-left: 30px;
  }

}

@media (min-width: 1500px) {
}

